2F142 |
DoNewMatrix
|
( → []/[[]] )
Start matrix editor to enter a new matrix.
|
007007 |
^DoNewMatrixReal
|
( → []/[[]] )
Start matrix editor to enter a real
matrix. ZINTs are converted to reals.
|
008007 |
^DoNewMatrixCplx
|
( → []/[[]] )
Start matrix editor to enter a complex
matrix. ZINTs and REALS are converted to
complex.
|
00B007 |
^DoNewMatrixRealOrCplx
|
( [] → [[]] )
Will edit an array of either reals or complex
numbers.
|
2F13C |
DoOldMatrix
|
( [] → []' )
Edit an existing matrix.
|
009007 |
^DoOldMatrixReal
|
( [] → []' )
Edit an existing real matrix in the matrix
editor.
|
00A007 |
^DoOldMatrixCplx
|
( [] → []' )
Edit an existing complex matrix in the matrix
editor.
|
006007 |
^RunDoNewMatrix
|
( → []/[[]] )
Start matrix editor for new matrix.
|
005007 |
^RunDoOldMatrix
|
( [] → []' )
Edit any kind of Arry/matrix.
|