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[MatrixLCLM] - compute a least-common left multiple of 2 matrices of polynomials
MatrixPolynomialAlgebra[MatrixLCRM] - compute a least-common right multiple of 2 matrices of polynomials
Calling Sequence
MatrixLCLM(A, B, x)
MatrixLCRM(A, B, x)
Parameters
A
-
Matrix of polynomials
B
x
variable name of the polynomial domain
Description
The MatrixLCLM(A, B, x) command computes a least-common left multiple of two matrices of polynomials. Both input matrices of polynomials can be square or rectangular but must have the same number of columns. The entries are either univariate polynomials in x over the field of rational numbers Q, or rational expressions over Q, that is, univariate polynomials in x with coefficients in Q(a1,...,an).
The matrix of polynomials must have more rows than columns and full column rank.
The MatrixLCRM(A, B, x) command computes a least-common right multiple of two matrices of polynomials. The matrix of polynomials must have more columns than rows and full row rank.
The method is a fraction-free algorithm by Beckermann and Labahn that computes a matrix GCD using Mahler systems.
Examples
Left matrix LCMs:
Right matrix LCMs:
See Also
indets, Matrix, MatrixPolynomialAlgebra, MatrixPolynomialAlgebra[HermiteForm], MatrixPolynomialAlgebra[MahlerSystem], MatrixPolynomialAlgebra[MatrixGCRD], MatrixPolynomialAlgebra[PopovForm]
References
Beckermann, B., and Labahn, G. "Fraction-free Computation of Matrix Rational Interpolants and Matrix GCDs." SIAM Journal on Matrix Analysis and Applications, Vol. 22 No.1, (2000): 114-144.
Download Help Document