⎝⎛21−1−5743−21⎠⎞Add the first two columns to the end21−1−5743−2121−1−574Add the right-slanting diagonals and subtract the left-slanting diagonals(2∗7∗1)+(−5∗−2∗−1)+(3∗1∗4)−(3∗7∗−1)−(2∗−2∗4)−(−5∗1∗1)=58
Suppose that A is an n x n matrix such that we know that the determinant is non-zero. Then, Ax = b is uniquely solvable (by the IVT) and the solution is given by coordinates xi = det(Ai)/det(A) where Ai is the same as A but the ith column is replaced by b
A 2x2 matrix has two columns; representing the columns as vectors gives us a parallelogram in two dimensions. The area of this parallelogram is equal to the absolute value of the matrix’s determinant.
For example, a parallelogram represented by vectors (-2, 3) and (3, 0) will have an area equal to the determinant of the matrix
(−2330)→abs(−9)=9
For a parallelopiped represented by the vectors u, v, and w, the volume will be equal to the absolute value of the determinant of the matrix containing columns u, v, and w.
If we take an area R and transform it using linear transformation T into R’, then Area(R’) =
det(AT)
* Area(R).
Example
Find the area of a triangle with vertices 0,(3−2),(22)We will use the right triangle represented by vertices0,(10),(01) as our first area RR∗(3−222)=R′Area(R)=0.5,Area(R′)=(6+4)∗0.5=5
Volume of an Ellipsoid
Vol(R’) =
det(A)
* Vol(R)
Example
Find the volume of the ellipsoid (ax)2+(by)2+(cz)2≤1Use the unit sphere as a basis, with vectors ⎝⎛100⎠⎞,⎝⎛010⎠⎞,⎝⎛001⎠⎞The ellipsoid will have the new vectors ⎝⎛a00⎠⎞,⎝⎛0b0⎠⎞,⎝⎛00c⎠⎞This linear transofrmation can be represented by the matrix ⎝⎛a000b000c⎠⎞Vol(R′)=abs(det(⎝⎛a000b000c⎠⎞))∗Vol(R)=abc∗34π=34πabc