Files
RCBASIC4/doc/files/augmentmatrix.txt
2026-02-26 15:33:51 -06:00

8 lines
213 B
Plaintext

#title AugmentMatrix [RCBasic Doc]
#header Function AugmentMatrix(mA, mB, mC)
Appends the columns of matrix mB onto matrix mA and stores the result in mC.
NOTE: Must mA and mB must be the same number of rows.