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
GaussInt[GIsmith] - Gaussian Integer-only Smith Normal Form
Calling Sequence
GIsmith(A)
GIsmith(A, U, V)
Parameters
A
-
Matrix of Gaussian integers
U
name (optional)
V
Description
The function GIsmith computes the Smith normal form S of an n by m Matrix of Gaussian integers.
If two n by n Matrices have the same Smith normal form, they are equivalent.
The Smith normal form is a diagonal Matrix where
= number of nonzero rows (columns) of
is in the first quadrant associate for
divides for
divides for all minors of rank
The Smith normal form is obtained by doing elementary row and column operations. This includes interchanging rows (columns), multiplying through a row (column) by a unit in , and adding integral multiples of one row (column) to another.
In the case of three arguments, the second argument U and the third argument V will be assigned the transformation Matrices on output, such that GIsmith(A) = U . A . V.
Examples
See Also
GaussInt[GIhermite], LinearAlgebra[HermiteForm], LinearAlgebra[SmithForm]
Download Help Document