| Author |
Comment/Response |
Scott
|
09/18/11 7:29pm
I have a system of equations in the form A*B = C where A is a 6x6 matrix with all values know, B is a 6x1 matrix with some values known, and C is a 6x1 matrix with some values known. Is there a way for mathematica to solve for the unknowns in both B and C simultaneously? I have tried
Solve[A . B == C, {sigxx, exx, eyy, eyz, exz, exy}] ,
Solve[A. B == C]
and
LinearSolve[Matrixx . sigma == strain, {sigxx, exx, eyy, eyz, exz, exy}].
Any help would be much appreciated.
URL: , |
|