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

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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.

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

Announcements

Top Tags