|
Further Examples: SingularValueDecomposition
Here is an inexact nonsingular matrix.
In[1]:= 
This is the singular value decomposition of m1.
In[2]:= 
Out[2]= 
This checks the result.
In[3]:= 
Out[3]= 
Here are two more matrices.
In[4]:= 
This gives the generalized singular value decomposition of m2 with respect to m3.
In[5]:= 
Out[5]= 
This checks the result.
In[6]:= 
Out[6]= 
In[7]:= 
Out[7]= 
In[8]:= 
|