|  |  4.12.5 matrix related functions 
 
bareissGauss-Bareiss algorithm (see  bareiss)
coefmatrix of coefficients and monomials (see  coef)
coeffsmatrix of coefficients (see  coeffs)
detdeterminant (see  det)
diffpartial derivative (see  diff)
jacobJacobi matrix (see  jacob)
koszulKoszul matrix (see  koszul)
liftlift-matrix (see  lift)
liftstdstandard basis and transformation matrix computation (see  liftstd)
minorset of minors of a matrix (see  minor)
ncolsnumber of columns (see  ncols)
nrowsnumber of rows (see  nrows)
printnice print format (see  print)
sizenumber of matrix entries (see  size)
substsubstitute a ring variable (see  subst)
tracetrace of a matrix (see  trace)
transposetransposed matrix (see  transpose)
wedgewedge product (see  wedge)
 
See also the library  matrix_lib, which contains more
matrix-related functions.
 
 |