Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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