Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
In my attached program, I'm getting the wrong value.
The A value should calculate 6.01 mm...
However, MathCAD 9.0.0.0 calculates 15.77 mm
I double checked my numbers and ran them through a calculator and I got 6.0086. I presume I have the wrong units somewhere, but I can't figure it out. I attached my program for review, or you can look at the screen capture of the calculations below.
Thanks,
Brent
Solved! Go to Solution.
You forgot to specify unit degree when you wrote 90. So it was interpreted as 90 radiants which is about 5160 degrees.
You forgot to specify unit degree when you wrote 90. So it was interpreted as 90 radiants which is about 5160 degrees.
Perfect! Thank you!!