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

8 lines
238 B
Plaintext

#title CofactorMatrix [RCBasic Doc]
#header Sub CofactorMatrix(mA, r, c)
Sets matrix mA to a cofactor. This will change the original matrix so it is recommended to copy the matrix if you still need the original matrix.
#ref CopyMatrix