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.
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.