demetrix
 
   

Maxima hints

Maxima hints

Purpose Command
Number of columns of a matrix A length(A)
Number of rows of a matrix A length(A[1])
Multiplication of matrices A and B A.B
Assign to A a matrix A:matrix(...)