Skip to main content
1-Visitor
October 8, 2010
Solved

Problem solving linear equation matrix system

  • October 8, 2010
  • 2 replies
  • 6173 views

Hi,

I have linear equations in matrix form like A*X=B. (Given are A and B; A is a 15x15, B a vector 15 long)

Of course I want to obtain the solution vector X 😉

I can achieve this in mathcad via lsolve(A,B) or X=(A^-1)*B.

Now here is the problem: if the values of matrix A are calcuated by other matrices inside mathcad I obtain different (wrong) results

for X in comparision to a matrix A already filled with numbers and copied out of excel. I checked the two versions of A and they are identical.

Is there a problem with formats or have I missed something?

Jan

Best answer by RichardJ

Need to see a worksheet to be sure, but I bet the two matrices are not the same. They may not be very different, but they are not identical.

2 replies

1-Visitor
October 8, 2010

Can't tell anything without a worksheet.

TTFN

RichardJ19-TanzaniteAnswer
19-Tanzanite
October 8, 2010

Need to see a worksheet to be sure, but I bet the two matrices are not the same. They may not be very different, but they are not identical.

1-Visitor
October 8, 2010

Richard, you are of course right. After having a more intensive look at both A matrices I found one number (all others were correct) wich caused the wrong solution.

Thanks very much. I will have a nice weekend now.

Jan

19-Tanzanite
October 8, 2010

Actually, that's not quite what I expected. I thought that maybe your matrix was near singular, in which case the inversion could be very sensitive to roundoff errors. So if you lost any precision when you copied it from Excel you would get a different answer.

Glad it's working though.