suivant: Functions for vectors
monter: Lists and vectors
précédent: Make a matrix with
Table des matières
Index
Make a list with a matrix : mat2list
mat2list takes as argument a matrix.
mat2list returns the list of the coefficients of this matrix.
Input :
mat2list([[5,8],[1,9]])
Output :
[5,8,1,9]
giac documentation written by Renée De Graeve and Bernard Parisse