Community Tip - You can change your system assigned username to something more personal in your community settings. X
i better do math than talk in english.
D:=42
L:=41
C:=5
C:=(D-d)/L
can i get the value of "d"?
(yes, can be done even mentally, but how you do it in mathcad?)
Solved! Go to Solution.
It is helpful to know which version of Mathcad you are using.
If you want to solve to "d" then look at using symbolic math (in help). The := or definition operator should not be used here but use the evaluation operator (displayed as a bold =). Then you can solve for "d". Again, looking at symbolic examples in help should help you along...
I hope this helps.
Or you could do it purely numerically, by using the root function with C-(D-d)/L as the first argument.
the most helpful one, thanks a lot!
You're welcome.