Pictures of a matrix and its pseudo-inverse.
h = dispmat_see ( A )
a n-by-m matrix of doubles
Create a graphics with 4 subplots. Print A with
A=[ -9 11 -21 63 -252 70 -69 141 -421 1684 -575 575 -1149 3451 -13801 3891 -3891 7782 -23345 93365 1024 -1024 2048 -6144 24572 ]; h = dispmat_see ( A ); // Take some time to see the matrix... // ... now close close ( h ); | ![]() | ![]() |