Simple MathCAD solving equation
Simple MathCAD solving equation
(OP)
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
Thanks
Ryan Erick Broomé, S.E., P.E.
RE: Simple MathCAD solving equation
RE: Simple MathCAD solving equation
Ryan Erick Broomé, S.E., P.E.
RE: Simple MathCAD solving equation
RE: Simple MathCAD solving equation
> 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.
http://files.engineering.com/getfile.aspx?folder=5...
http://files.engineering.com/getfile.aspx?folder=4...
TTFN

FAQ731-376: Eng-Tips.com Forum Policies
Need help writing a question or understanding a reply? forum1529: Translation Assistance for Engineers
RE: Simple MathCAD solving equation
Ryan Erick Broomé, S.E., P.E.