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

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

Sparse Matrix problem

pyeehwong
1-Newbie

Sparse Matrix problem

  • Hi All,
  • I am new to this community. Any hints on solving linear systems of equations using the Isolve function? I have a problem with 5 equations but with 3 unknowns. Any clues?
2 REPLIES 2

  • Any hints on solving linear systems of equations using the Isolve function?

Yes, look at the built-in help. You may also search this forum.

  • I have a problem with 5 equations but with 3 unknowns. Any clues?

Clues for what? You probably know yourself that you cannot expect a solution in every case if you have more equations to satisfy than variables. Maybe something like minerr() could be appropriate.

If you have a concrete problem, state the version of Mathcad used, post the worksheet to show what you have done so far and clearly describe what you are searching for.

In Mathcad 15 lsolve for overderdetermined system gives "pseudosolution", i.e. solution with minimal norm

8-9.png

For underdetermined system lsolve gives:
8-13-underdetermined.png

Top Tags