2014-11-07 14:36:02 -06:00

9 lines
89 B
QBasic

data 1,2,3,4
mat read a(2,2)
mat print a
mat b=inv(a)
mat print b
mat c=a*b
mat print c