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

Re-arrange symbolic equations

Dan888
1-Newbie

Re-arrange symbolic equations

I'd like to show my working, is there anyway to make the last line work itself out automatically:

E = stress / strain

stress = F / A

substituting and re-arranging:

strain = F / (A.E)

5 REPLIES 5
RichardJ
19-Tanzanite
(To:Dan888)

No. Mathcad cannot interpret your text, and has no way to know what you want. Even if it could, it cannot insert expressions into the worksheet automatically.

You can solve for strain of course

solve.png

Thanks, thought something like this would be possible but didn't know how to write it.

Need to read up on symbolics.

PhilipOakley
5-Regular Member
(To:Dan888)

Fighting the symbolic evaluator can be hard. Sometimes you just have to add extra steps (almost a 'show all working', so that 'obvious' intemediate results are there for the solver to use as a basis).

Do you need the equations to be in the order shown?, or can you place them in the more obvious numerical calculation order, such that a numeric results checking would be possible (i.e. F; A; >Stress; Strain; >E) which is often much easier for both you and the computer to check using the symblic undefine (x:=x)?

I've done a simple example that works (third attempt)

Philip

Thanks but far too involved - think I'll just do it manually.

Werner_E
24-Ruby V
(To:Dan888)

Dan Rose wrote:

I'd like to show my working, is there anyway to make the last line work itself out automatically:

E = stress / strain

stress = F / A

substituting and re-arranging:

strain = F / (A.E)

maybe like this

1.png

or that way

2.png

EDIT: Sorry, just noticed that Richard had already posted the first solution a while ago.

Does anybody know if we are under silent moderation and postings are being delayed? I think I have experienced already some times that I don't see any answers to a question and soon after I posted my answer, two or three replys emerge and from the timestamps I should have seen them already before posting.

Top Tags