Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Simple MathCAD solving equation

Status
Not open for further replies.

REBSE

Structural
Joined
Feb 3, 2005
Messages
16
Location
US
I want to solve for the diameter (d) of circle for example. A=(π*d^2)/4 for d. I know this is a very simple question, but I can't figure out how to do it symbolically.

Thanks

Ryan Erick Broomé, S.E., P.E.
 
Have you tried the help file? I just tried this with the instructions in the help, it worked well.
 
I couldn't find it in the help file. Where did you find it? That would be enough to help me out.

Ryan Erick Broomé, S.E., P.E.
 
type the equation, hit 'ctrl'+'=' for the equal sign, then in the symbolic menu select solve, _ and input the symbolic solve which looks like an arrow. it will look like A = (n*d^2)/4 solve, d ---> answer
 
There are at least 3 ways to get an answer. All require your area equation with <CTRL>+= instead of =

> given [the equation] find(d)<CTRL>+.
where the <CTRL>+. is the symbolic evaluation.

> the symbolic toolbar solve, as described above

> select d so that the editing marks are around the d, select the drop menu Symbolics|Variable|Solve

In all cases the result will be ±2*sqrt(A/pi), but different versions of Mathcad may have differing approaches to having the sqrt(pi) in the denominator.




TTFN
faq731-376
7ofakss

Need help writing a question or understanding a reply? forum1529
 
Thanks Gentlemen.

Ryan Erick Broomé, S.E., P.E.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top