Does the following matrix A = (2 2 // 3 9) (upper row then lower row) have an inverse? If the matrix A^2 is applied as a transformation to a triangle T, by what factor will the area of the triangle change under the transformation?

The answer to the first part is that the matrix does have an inverse. This is found by finding the determinant of the matrix from the formula ad - bc (for some matrix ( a b // c d ) ) to get the answer 29 - 23 = 12. Since this is not equal to zero, the matrix has an inverse. For the second part, we know that the multiple of two matrices will have determinant equal to the product of the determinants of the two matrices, in this case 12*12 = 144 (Also allow direct computation of A^2 with matrix multiplication). The determinant is the factor by which the area of a shape will change under the transformation, so the area of triangle T will change by factor 144.

CO

Related Further Mathematics A Level answers

All answers ▸

Solve the equation 3sinh(2x) = 13 - 3e^(2x), answering in the form 0.5ln(k). where k is an integer


Find the square roots of 2 + isqrt(5)


Use de Moivre's theorem to calculate an expression for sin(5x) in terms of sin(x) only.


Write the Maclaurin’s series for f(x)=sin(3x)+e^x up to the third order