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

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

Mathcad fails to solve symbolic system of equations and put it in a function!

waverectifier
4-Participant

Mathcad fails to solve symbolic system of equations and put it in a function!

Hello.

Before anything, I got to say that I searched the whole forum for similar questions (which existed), and tried to apply them to my case, but none worked!

 

I attached files (one is Mathcad15 and the other is Prime 5 file format) with system of equations that I need to solve symbolically, and then attribute this solution to a function.

 

The system of equations has x's, a's, z's and a y variable.  The goal is to define y as a function of x's and a's, but no z's.

 

I failed to do it multiple times: sometimes Mathcad just crashs, other times it just says some variables are not defined...

 

Could someone please help me? This is the first thing I'm ever trying to do using Mathcad!

 

Thank you very much!

1 ACCEPTED SOLUTION

Accepted Solutions

So I tried to solve a 20x20 similar linear system in both Mathcad and Matlab.

 

Matlab was able to solve it under 5 minutes.  I let Mathcad running for 8 hours and nothing...

View solution in original post

8 REPLIES 8
LucMeekes
23-Emerald III
(To:waverectifier)

I may have made a mistake in retyping, otherwise your system is not complete. You need to solve for z1 through z8 AND y, you only have 8 equations. You need one more to solve the 9 unknowns:

LM_20190214_Solve8eq.png

(Note that the picture is chopped off at the right side. It's very very wide....)

Success!
Luc

The strange thing is that this is a model for a real world system.  I cannot find any other equation/relationship as to maintain the system's fidelity.

 

I could find a solution, but it was doing:

z1 = y/2

z2 = -y/2

But i really don't know the value of z1 and z2, I only know that their difference (z1-z2) is equal y.

> The system of equations has x's, a's, z's and a y variable. The goal is to define y as a function of x's and a's, but no z's.

 

This would mean that you want to solve your system for the eight z's and for y.

That makes nine variables to solve for but only eight equations!

This means that you have one degree of freedom. In other words - the solution(s) probably aren't unique!

 

To define the Function Y you are looking for, you don't need a symbolic solution of your system. If you are just looking for one of the multiple solutions you may use a parametrized numeric solve block - you'll have to provide suitable guess values if you do so.

 

 

Here is what i was talking about:

B1.png

Mathcad 15 file attached

Hi Werner.

 

Actually, I will perform some manipulation on the symbolic results before evaluating its numerical value.

I have considered y a known term. then I continued the calculation like this:

wwwrrrr.jpgwwwrrrr1.jpg

You can do the calculation (here I've considered y as unknown) even so:

wwwrrrr2.jpg

So I tried to solve a 20x20 similar linear system in both Mathcad and Matlab.

 

Matlab was able to solve it under 5 minutes.  I let Mathcad running for 8 hours and nothing...

LucMeekes
23-Emerald III
(To:waverectifier)

Can you share the 20x20 system (Mathcad file)?

Luc
Top Tags