Topic: Help, I need a matrix algorithm!
Author: jun@fox.fax.iwa.fujixerox.co.jp (Junichi Kurokawa)
Date: Tue, 20 Sep 1994 03:19:07 GMT Raw View
In article <Cw7CxB.J7C@murdoch.acc.Virginia.EDU>
slp8s@watt.seas.Virginia.EDU (Sachi Lyn Pace) writes:
> Hi,
> I was wondering if any of you had some code that could solve
> Ax=b
> for x where A is a square matrix with dimensions less than
> 50x50 and b is a right hand column vector. If you have
> something that solves this using Gauss-Jordan elimination or
> know where I could find it, then please email me.
Why not write one of your own?
Many of us wrote a class library such as this as the first attempt to
learn c++. It's not that hard, IMHO.
--
Junichi Kurokawa
Image and Printing System Products Development Center
Fuji Xerox Co., Ltd.
Author: slp8s@watt.seas.Virginia.EDU (Sachi Lyn Pace)
Date: Fri, 16 Sep 1994 03:12:47 GMT Raw View
Hi,
I was wondering if any of you had some code that could solve
Ax=b
for x where A is a square matrix with dimensions less than
50x50 and b is a right hand column vector. If you have
something that solves this using Gauss-Jordan elimination or
know where I could find it, then please email me.
Thank You,
Sachi Pace