Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

rearrange equation

Status
Not open for further replies.

loufas

Electrical
Joined
Mar 11, 2007
Messages
1
Location
GB
Hi , I have a equation of this type:

a*sin(w*s/c)+sin(w*f/2*f)-sin(a*d*w)/tan(w*l/2)=0 and i want it rearranged in terms of w so that i can plot it . Is it possibly to do this in mathcad and if yes how.

Thank you for your help in advance
 
I tried it and it said no solution was found. Use the root function: w = root(f(w),w).
 
While you might not be able to directly graph it, you could also use the Given/Find block to define a function through which you can pump the abscissas and have the routine crank out the corresponding ordinates, which you can then plot.

TTFN

Eng-Tips Policies FAQ731-376


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top