convert/Matrix - convert an array, Array, vector, Vector, matrix, Matrix or list to a Matrix
|
Calling Sequence
|
|
convert( A, Matrix, ... );
|
|
Parameters
|
|
A
|
-
|
array, Array, vector, Vector, matrix, Matrix, list; expression to convert
|
...
|
-
|
options to be passed to the Matrix constructor
|
|
|
|
|
Description
|
|
•
|
The convert(A, Matrix) function converts A into a Matrix. This is accomplished by simply passing A and any additional parameters to the Matrix constructor.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
|
|
See Also
|
|
Array, convert, convert/matrix, convert/Vector, list, Matrix, matrix(deprecated), rtable, table, type/Matrix, Vector
|
|
Download Help Document
Was this information helpful?