jasmeetcolumbia98
New member
- Joined
- May 15, 2020
- Messages
- 42
Matrix D is defined to be idempotent if D^2 = D Idempotent means if you multiply a matrix by itself it will be equal to the original matrix A Matrix is non singular is its determinent does not equal 0 Could I show this by creating a 2x2 matrix D with elements (1,2,3,4) where D^2 = D*D then I could use ad-bc to show that its determinant isn't equal to 0 (1*4)-(2*3)=-2 det(D) =/= 0 (is not equal to 0) Is this correct? Sorry this isn't in latex form