Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
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
Solved! Go to Solution.
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.
Can't tell anything without a worksheet.
TTFN
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.
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
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.