Linear Algebra and the C Language/a0gm


Similar matrices:

In linear algebra, two n-by-n matrices A and B are called similar if there exists an invertible n-by-n matrix P such that :


Similar matrices have the same determinant.

Similar matrices have the same trace.

Similar matrices have the same eigenvalues.


IF ... A[1] = InvP A[0] P ... Then ... A[1]**3 = InvP A[0]**3 P

IF ... A[1] = InvP A[0] P ... Then ... InvA[1] = InvP InvA[0] P