linalg[issimilar] - determine similarity of matrices
|
Calling Sequence
|
|
issimilar(A, B)
issimilar(A, B, 'P')
|
|
Parameters
|
|
A
|
-
|
square matrix
|
B
|
-
|
square matrix
|
'P'
|
-
|
(optional) assigned a transformation matrix
|
|
|
|
|
Description
|
|
•
|
The function issimilar(A, B) returns true if A is similar to B and false otherwise.
|
•
|
If called in the form issimilar(A, B,'P'), then P will be assigned a transformation matrix such that .
|
•
|
This function is part of the linalg package, and so can be used in the form issimilar(..) only after performing the command with(linalg), or with(linalg,issimilar). This function can always be accessed in the long form linalg[issimilar](..).
|
|
|
Download Help Document
Was this information helpful?