Skip to main content
20-Turquoise
April 24, 2013
Solved

3 equation 3 Unknown values and lsolve( ) function.

  • April 24, 2013
  • 1 reply
  • 1085 views

Hello,

My question are :

Question+with+lsolve%28+%29.PNG

Thanks in advance for your time and help.

Best Regards.

Best answer by AlanStevens

Your square matrix is singular. Extract from help:

  • A matrix is singular if its determinant is 0. It is nearly singular if it has a high condition number. These conditions make it difficult to compute the inverted matrix used to solve the problem. The lsolve function may fail or may produce meaningless results in these cases. You may wish to use other decompositions for nearly singular matrices.

Alan

1 reply

19-Tanzanite
April 24, 2013

Your square matrix is singular. Extract from help:

  • A matrix is singular if its determinant is 0. It is nearly singular if it has a high condition number. These conditions make it difficult to compute the inverted matrix used to solve the problem. The lsolve function may fail or may produce meaningless results in these cases. You may wish to use other decompositions for nearly singular matrices.

Alan