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 TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

rearrange equations / change of variable

Status
Not open for further replies.

doneirik

Electrical
Joined
Jun 3, 2005
Messages
15
Location
NL
Dear Forum,

I have a huge equation f(a,b,c,d,e) that I need to express as a function of one of the variables, a(f,b,c,d,e)
Is there any matlab function that can perform this operation?

regards
doneirik
 
The Symbolic toolbox in MATLAB could help. You might need the extended toolbox to get at the full Maple functions you might need. you might have to help MATLAB along. But you could always just try to use the solve function first and see what happens.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top