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 ▸

Prove by induction that the sum from r=1 to n of (2r-1) is equal to n^2.


What IS a Taylor Series?


Expand (1+x)^3. Express (1+i)^3 in the form a+bi. Hence, or otherwise, verify that x = 1+i satisfies the equation: x^3+2*x-4i = 0.


Find the general solution to the differential equation y'' + 4y' + 3y = 6e^(2x) [where y' is dy/dx and y'' is d^2 y/ dx^2]