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
Issimilar - determine similarity of matrices
Calling Sequence
Issimilar(A, B)
Issimilar(A, B, 'P')
Parameters
A
-
square Matrix
B
'P'
(optional) assigned a transformation matrix
Description
The function Issimilar(A, B) is a placeholder for the boolean valued function that returns true if A is similar to B and false otherwise. It is used in conjunction with either mod or evala.
If called in the form Issimilar(A, B,'P'), then P will be assigned a transformation matrix such that .
The call Issimilar(A, B) mod p determines if A is similar to B modulo p which is a prime integer. The entries of A and B must have rational coefficients or coefficients from an algebraic extension of the integers modular p.
The call evala(Issimilar(A, B)) determines if A is similar to B where the entries of A and B are algebraic numbers (or functions) defined by RootOfs.
Examples
See Also
Domains, LinearAlgebra, LinearAlgebra[IsSimilar], LinearAlgebra[Modular], mod
Download Help Document