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


matrix_list_to_matrix

matrix_list_to_matrix(M)
: It translates the list M to a matrix.

Example:

 print_xdvi_form(matrix_list_to_matrix([[1,1],[0,2]]));

References:

matrix_matrix_to_list


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