 
 
 
 
 
   
A PCA decomposition of the original data can be written as
|  | (2) | 
 are uncorrelated and of unit variance.
That is, the principle basis vectors (spatial maps) are
orthonormal (i.e. orthogonal and normalised).  
In matrix notation this is written as
 are uncorrelated and of unit variance.
That is, the principle basis vectors (spatial maps) are
orthonormal (i.e. orthogonal and normalised).  
In matrix notation this is written as 
 .
.
Note that this is the same as the ICA decomposition, but uses a different function to minimise -- in this case, one that measures correlation.
The PCA decomposition is easily found using SVD.  That is 
 , with
, with  and
 and  being orthogonal matrices (i.e.
 being orthogonal matrices (i.e. 
 ).  Hence the PCA decomposition is given by
).  Hence the PCA decomposition is given by  and
 and  .
.