Problem solving linear equation matrix system
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

