Linear System solving

  • Follow


I have the system of equations Ax=b.How can I solve it for A if I know the  x and b matrices??
And can I use the lscov() function too??
0
Reply Betty 12/23/2010 3:10:40 PM

Hi Betty,

How many rows and columns in the x and b matrices?

Thanks.

Rick




"Betty Vag" <betty00arg@hotmail.com> wrote in message 
news:ievopg$1l9$1@fred.mathworks.com...
> I have the system of equations Ax=b.How can I solve it for A if I know the 
> x and b matrices??
> And can I use the lscov() function too??
> 
0
Reply Rick 12/23/2010 3:21:05 PM


On Dec 23, 10:10=A0am, "Betty Vag" <betty00...@hotmail.com> wrote:
> I have the system of equations Ax=3Db.How can I solve it for A if I know =
the =A0x and b matrices??
> And can I use the lscov() function too??

One solution is

A0 =3D b/x

It is unique if and only if there is
no A for which

A*x =3D 0.

Hope this helps.
0
Reply Greg 12/23/2010 11:17:59 PM

2 Replies
259 Views

(page loaded in 0.042 seconds)


Reply: