Mathcad Solve Block Question
Mathcad Solve Block Question
(OP)
I am trying to solve for rho that is on both sides of the equation - shown below.
rho = tan(rho)*[0.5+(pi-beta)*cot(beta)]
Beta is a function of theta - theta is my variable. I know what rho should equal for given values of theta but when I run the program I do not get the desired result.
Am I approaching this problem wrong and do you have any recommendations?
I have attached the program below.
rho = tan(rho)*[0.5+(pi-beta)*cot(beta)]
Beta is a function of theta - theta is my variable. I know what rho should equal for given values of theta but when I run the program I do not get the desired result.
Am I approaching this problem wrong and do you have any recommendations?
I have attached the program below.
RE: Mathcad Solve Block Question
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
[IMG http://tinyurl.com/7ofakss]
Need help writing a question or understanding a reply? forum1529: Translation Assistance for Engineers
Of course I can. I can do anything. I can do absolutely anything. I'm an expert!
There is a homework forum hosted by engineering.com: http://www.engineering.com/AskForum/aff/32.aspx
RE: Mathcad Solve Block Question
I am trying to find the exact value. I think the way around my problem is to use the best fit curve equation as the guess value. That update is also included in the mathcad file attached.
Thanks IRstuff, you helped me answer my question.