#004 Linear Algebra – The determinant
Highlight: In this post we will explain what the determinant is and why we use it in linear algebra. We will give an interpretation of a determinant both in a 2-D and in a 3-D space. Also, we will show how to implement these calculations in Python. Tutorial Overview: Determinant in a 2-D coordinate system Determinant in a 3-D coordinate system 1. Determinant in a 2-D coordinate system In the previous post we saw how…
Read more