Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Evaluate the boundary curve of the field of values of a matrix
ResourceFunction["MatrixFieldOfValues"][m,t] evaluates the boundary curve of the field of values for a numerical square matrix m at t. |
Compute a point on the boundary curve of the field of values for a matrix:
In[1]:= | ![]() |
Out[1]= | ![]() |
A square matrix:
In[2]:= | ![]() |
Visualize the field of values of the matrix along with its eigenvalues:
In[3]:= | ![]() |
Out[3]= | ![]() |
Evaluate MatrixFieldOfValues for a numerical matrix and a numerical value:
In[4]:= | ![]() |
Out[4]= | ![]() |
MatrixFieldOfValues works for SparseArray objects:
In[5]:= | ![]() |
Out[5]= | ![]() |
MatrixFieldOfValues threads elementwise over lists in the last argument:
In[6]:= | ![]() |
Out[6]= | ![]() |
Visualize the field of values for a large sparse matrix:
In[7]:= | ![]() |
Out[7]= | ![]() |
Brillhart's cubic:
In[8]:= | ![]() |
Out[8]= | ![]() |
The field of values for a 2×2 matrix is bounded by an ellipse:
In[9]:= | ![]() |
Out[9]= | ![]() |
The field of values for a Hermitian matrix is a line segment:
In[10]:= | ![]() |
Out[10]= | ![]() |
The field of values for a diagonal matrix is the convex hull of its eigenvalues:
In[11]:= | ![]() |
Out[11]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License