Projection matrix for three dimension matrices

229 Views Asked by At

I am working on the projection matrix (i.e, let $M_A=I-A(A^\prime A)^{-1}A^\prime$, then $M_A A=0$, here $I$ is the identity matrix and $A$ is a two dimension matrix, and assume the dimensions match). What about the projection matrix of $A$ if now $A$ is assumed to be a $m\times n \times k$? Can we find a projection matrix of the 3D matrix $A$ such that $MA=0$? Thanks