Go to the first, previous, next, last section, table of contents.


noro_matrix.rr

linalg.unit_mat(arg1)
linalg.random_rmat(arg1, arg2, arg3)
linalg.minipoly_mat(arg1)
linalg.compute_kernel(arg1)
linalg.compute_image(arg1)
linalg.jordan_canonical_form(arg1)
load("noro_matrix.rr");
A=newmat(4,4,[[2,0,0,0],[3,5,1,0],[-9,-9,-1,0],[-5,0,0,1]]);
B=linalg.jordan_canonical_form(A);
参照
@xref{invmat}

ChangeLog


Go to the first, previous, next, last section, table of contents.