|
Further Examples: SingularValueList
Here is an inexact matrix.
In[1]:= 
This gives the list of non-zero singular values of .
In[2]:= 
Out[2]= 
Here are two more matrices.
In[3]:= 
This gives the generalized singular values of with respect to .
In[4]:= 
Out[4]= 
Here there is just one generalized singular value.
In[5]:= 
In[6]:= 
Out[6]= 
With the option Tolerance set to , SingularValueList does not remove small numbers.
In[7]:= 
Out[7]= 
|