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


matrix_diagonal_matrix

matrix_diagonal_matrix(L)
: It returns the diagonal matrix with diagonal entries L.

Example:

 matrix_diagonal_matrix([1,2,3]);
References
matrix_list_to_matrix


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