Tests matrix division code in reserved store 3x3 matrix A stored by rows p1=100 f2.0 4.0 5.0 7.0 8.0 2.0 1.0 3.0 5.0 3x1 matrix B stored as row p1=150 9.0 3.0 1.5 p1=2 70s100 s = start of matrix A 70t150 t = start of matrix B 46f6 N(M) = 2 times matrix size 59f9 matrix division A^(-1) B 1f2 pseudo order: matrices stored by rows, A given, B is 1 column 101f2047 stop on error 10f150 print result 59f29 10f152 59f29 10f154 59f29 107f2 print cr lf 107f8 substitute to check rhs 26f2 first row 19f50 11f50 test 11 and 25 orders 25f150 19f50 26f4 14f152 18f50 26f5 14f154 12f50 59f29 print 26f7 second row 14f150 19f50 26f8 14f152 18f50 26f2 14f154 12f50 59f29 26f3 third row 19f50 24f50 test 24 order 10f150 16f152 test 16 order 19f50 26f5 14f154 12f50 59f29 print 101f2 s2