Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
MatrixPolynomialAlgebra[Lcoeff] - compute the leading coefficient of a matrix of polynomials
MatrixPolynomialAlgebra[Tcoeff] - compute the trailing coefficient of a matrix of polynomials
Calling Sequence
Lcoeff(A, x)
Lcoeff[row](A, x)
Lcoeff[column](A, x)
Tcoeff(A, x)
Tcoeff[row](A, x)
Tcoeff[column](A, x)
Parameters
A
-
Matrix
x
name; specify the variable in which the entries of A are rational polynomials over Q
Description
The Lcoeff(A,x) command computes the leading coefficient of a matrix of polynomials A.
The Lcoeff[row](A,x) command computes the leading row coefficient of A. That is, it computes a matrix with rows that are the leading coefficient of each row of A.
The Lcoeff[column](A,x) command computes the leading column coefficient of A.
The Tcoeff(A,x), Tcoeff[row](A,x), and Tcoeff[column](A,x) commands compute the trailing coefficient, trailing row coefficient, and trailing column coefficients of A, respectively.
Examples
See Also
indets, Matrix, MatrixPolynomialAlgebra, MatrixPolynomialAlgebra[Coeff], MatrixPolynomialAlgebra[Degree]
Download Help Document