Matrix to matrix - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


convert/matrix

convert an array, a list of lists, or a Matrix to a matrix

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert(A, matrix)

Parameters

A

-

two-dimensional array, list of lists, or rtable-based Matrix

Description

• 

The convert(A, matrix) calling sequence converts any of the following objects into a matrix:

  

* two-dimensional array

  

* list of lists

  

* rtable-based Matrix

• 

Note: The command matrix has been superseded by Matrix.

Examples

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

See Also

array(deprecated)

convert

convert/array

convert/Matrix

Matrix

matrix(deprecated)

type/matrix

type/Matrix

 


Download Help Document