cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

3 equation 3 Unknown values and lsolve( ) function.

lvl107
20-Turquoise

3 equation 3 Unknown values and lsolve( ) function.

Hello,

My question are :

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

Thanks in advance for your time and help.

Best Regards.

1 ACCEPTED SOLUTION

Accepted Solutions

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

View solution in original post

1 REPLY 1

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

Top Tags