Skip to main content
1-Visitor
September 21, 2010
Question

Numerical solution vs Analytical solution

  • September 21, 2010
  • 3 replies
  • 3818 views

Hi community,


I have a system equations 8x8, which I find its analytical solution with a approximation. I want solved numerically this system 8x8, but without this approximation. But I compare the analytical solution to numerical with approximation, and they aren't same. I used the command


linearsolve

this command has a error?, How many?


Thank you for your help and colaboration


mfduqued

3 replies

1-Visitor
September 21, 2010

Mauricio Fabian Duque Daza wrote:

Hi community,


I have a system equations 8x8, which I find its analytical solution with a approximation. I want solved numerically this system 8x8, but without this approximation. But I compare the analytical solution to numerical with approximation, and they aren't same. I used the command


linearsolve

this command has a error?, How many?


Thank you for your help and colaboration


mfduqued

Your command is requiring a linear method for solution, some problems will not be solved using linear methods. Try a solve block; if "Find" does not produce a solution, try "Minerr."

mfduqued1-VisitorAuthor
1-Visitor
September 21, 2010

Thank you for your time, How do I try solve a block?

1-Visitor
September 21, 2010

Look up solve blocks in Mathcad help

19-Tanzanite
September 21, 2010

Exactly what are you comparing to what? It's not at all clear in your worksheet.

1-Visitor
September 22, 2010

>I have a system equations 8x8, which I find its analytical solution with a approximation<

____________________________

I won't trust that for a dime !

1. Check for reducing the system to symbolic solutions
MCADsolve_7.gif
2. NON-linear systems solve by Given/Find .
Levenberg-Marquardt is the general NL solver .
3. Watch for all sorts of culprits !