MATLAB Help Center
Laurent matrix determinant
d = det(A)
d = det(A) returns the determinant of the Laurent matrix A.
d
A
example
collapse all
Create two Laurent polynomials:
a(z)=6z-2
b(z)=z3/6
lpA = laurentPolynomial(Coefficients=[6],MaxOrder=-2); lpB = laurentPolynomial(Coefficients=[1/6],MaxOrder=3);
Create the Laurent matrix [a(z)11b(z)].
lmat = laurentMatrix(Elements={lpA 1; 1 lpB});
Obtain the determinant of lmat. Confirm the determinant is z-1.
lmat
d = det(lmat)
d = laurentPolynomial with properties: Coefficients: [1 -1] MaxOrder: 1
laurentMatrix
Laurent matrix, specified as a laurentMatrix object.
laurentPolynomial
Determinant of the Laurent matrix, returned as a laurentPolynomial object.
expand all
backgroundPool
ThreadPool
The det function fully supports thread-based environments. For more information, see Run MATLAB Functions in Thread-Based Environment.
det
You can use det in thread-based environments. For more information, see Run MATLAB Functions in Thread-Based Environment.
inverse
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