MATLAB Help Center
Display Laurent matrix
dispMat(A)
dispMat(A) displays the Laurent matrix A.
A
example
collapse all
Create two Laurent polynomials:
a(z)=z2
b(z)=z-3
lpA = laurentPolynomial(MaxOrder=2); lpB = laurentPolynomial(MaxOrder=-3);
Create the Laurent matrix [a(z)53b(z)].
lmat = laurentMatrix(Elements={lpA,5;3,lpB});
Display the matrix.
dispMat(lmat)
| z^( 2 ) 5.00e+00 | | | | 3.00e+00 z^( -3 ) |
laurentMatrix
Laurent matrix, specified as a laurentMatrix object.
expand all
backgroundPool
ThreadPool
The dispMat function fully supports thread-based environments. For more information, see Run MATLAB Functions in Thread-Based Environment.
dispMat
You can use dispMat in thread-based environments. For more information, see Run MATLAB Functions in Thread-Based Environment.
laurentPolynomial
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
Europe
Asia Pacific
Contact your local office