Given that k is a real number and that A = ((1+k k)(k 1-k)) find the exact values of k for which A is a singular matrix.

okay so A is a 2x2 matrix.for it to be singular its determinate has to equal 0.a 2x2 matrix's determinate is equal to m1,1m2,2 - m1,2m2,1for this example:det(A) = (1+k)(1-k) - (k)(k) = 0multiplying out the brackets(1+k)(1-k) becomes 1-k+k-k2 = 1-k2(k)(k) becomes k2so det(A)= 1-k2-k2 = 1-2k2 = 0solving for k1=2k21/2 = k2so k = +/-SQRT(1/2)

KY

Related Further Mathematics A Level answers

All answers ▸

Simplify (2x^3+8x^2+17x+18)/(x+2)


Find the vector equation of the line of intersection of the planes 2x+y-z=4 and 3x+5y+2z=13.


Sketch the curve y= ((3x+2)(x-3))/((x-2)(x+1)) and find values of y for which y>=3


Find the general solution to the second order differential equation x'' - 2x' + x = e^(2t).