linalg[entermatrix] - interactive matrix entry
|
Calling Sequence
|
|
entermatrix(A)
|
|
Description
|
|
•
|
The entermatrix function will prompt the user for the values to be inserted in the matrix A. This allows the user to enter a matrix interactively, rather than assigning to all the matrix entries individually. The values are entered in row major order. After the values are entered, the new matrix will be returned as the function value, and hence displayed.
|
•
|
Note, the value entered MUST be terminated with a semi-colon ; Otherwise Maple will assume that you are just entering a large expression and have not finished typing it in yet.
|
•
|
Note, if you do not wish to change a value, just enter an empty statement, i.e. just type a semi-colon ;
|
|
|
Download Help Document
Was this information helpful?