Is there a 2x2 matrix 'A' where AA = A and A is not entirely composed of 0s?
The identity matrix? Other than that idk
The identity matrix wouldn't work: I did some hardcore math letting A = a,b],[c,d AxA resulted in these equations: a^2 + bc =a ab + bd = b ac + cd = c bc + d^2 = d Then b(a+d) = b so a+d = 1 And I deduced that if -a^2+a = -d^2+d, then a = d so a = 0.5 and d = 0.5 Then bc = 0.25, then I guessed b = 0.25 and c = 0.25 So THIS works: \[A=\left[\begin{matrix}0.25 & 0.25 \\ 0.25 & 0.25\end{matrix}\right] A^2=\left[\begin{matrix}0.25 & 0.25 \\ 0.25 & 0.25\end{matrix}\right]\]
Proof that the identity matrix wouldn't work: \[I^{2} = \left[\begin{matrix}1 & 0 \\ 0 & 1\end{matrix}\right] \left[\begin{matrix}1 & 0 \\ 0 & 1\end{matrix}\right] = \left[\begin{matrix}1*1+0*0 & 1*0+0*1 \\ 0*1+1*0 & 0*0+1*1\end{matrix}\right]=\left[\begin{matrix}1 & 0 \\ 0 & 1\end{matrix}\right]\] wait a minute it DOES WORK LOL
I'm an idiot, anything times the identity matrix is itself. AxI = A
is this linear algebra?
i have that in my program...looks like we're going to be best friends :)
Yup, this is linear algebra. Which chapter are you on?
i haven't started this beast yet but will in the future...
the null matrix too
Join our real-time social learning platform and learn together with your friends!