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
GaussInt[GIhermite] - Gaussian-integer-only Hermite Normal Form
Calling Sequence
GIhermite(A)
GIhermite(A, U)
Parameters
A
-
Matrix of Gaussian integers
U
name
Description
The function GIhermite computes the Hermite Normal Form (reduced row echelon form) of a Matrix of Gaussian integers.
The Hermite normal form of A is an upper triangular Matrix H with rank(A) = the number of nonzero rows of H.
The Hermite normal form is obtained by doing elementary row operations. This includes interchanging rows, multiplying through a row by a unit in , and adding an integral multiple of one row to another.
One can use transposes to obtain the column form of the Hermite Normal Form.
In the case of two arguments, the second argument U will be assigned the transformation Matrix on output, such that the following holds: GIhermite(A) = U . A.
Examples
See Also
GaussInt[GIsmith], LinearAlgebra[HermiteForm], LinearAlgebra[SmithForm]
Download Help Document