matrix inversion


[Prev][Next][Index][Thread]

matrix inversion



I'm trying to invert martrix[A] for this program that I'm writing, but
the calc keeps spitting up an error "ERR:SINGULAR MAT". Anyone know
why? There was a small note mentioned in some of my paperwork for this
program that says that the rows can't be multiples of each other.
However, since I'm not familiar with what happens when a matrix is
inverted, I don't know exactly what's wrong. Can someone tell my why I
can't do [A]-1[B] with this:
[A]
[-2  3  4
 0   0  1
 -2  3  0]
[B]
[12
 3
 0]
Thanks

Jody Snider
jody1@alaska.net