In my lecture today we were told that the area of a parallelogram with sides given by the vectors $v_{1} \,\,v_{2} \in \mathbb{R}^{2}$ is equal to the absolute value of the the determinant on the matrix $A=[v_{1},v_{2}]$.
we were also told that if you apply a shear transformation to the matrix A to give some new matrix B, this wont affect either the area or the Absolute value of the determinant.
I suppose my question is, is there a simple formula to shear a 2*2 matrix so that its parallelogram has right angles? So that then you could just use pythagoras to find the length of the column vectors and take their product to find the area, and thus the determinant (or at least its absolute value).
and could you also do this for a 3*3 matrix? finding volume instead of area.
Graham Schmidt process.
Well not exactly Graham-Scmidt.
your matrix is $[v_1, v_2]$ with $v_1, v_2$ as column vectors.
Then $\begin{bmatrix}v_1, v_2\end{bmatrix}\begin{bmatrix} 1&-\frac{v_1\cdot v_2}{v_1\cdot v_1}\\0&1\\ \end{bmatrix}$ will shear your matrix into shape, without changing the determinant.