|
Further Examples: SchurDecomposition
Here is the Schur decomposition of an inexact matrix.
In[1]:= 
In[2]:= 
Out[2]= 
This checks the result.
In[3]:= 
Out[3]= 
Here is another inexact matrix.
In[4]:= 
This gives the generalized Schur decomposition for the matrices m1 and m2.
In[5]:= 
Out[5]= 
This checks the result.
In[6]:= 
Out[6]= 
In[7]:= 
Out[7]= 
In[8]:= 
|