Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Matlab problem in solving an equation

Status
Not open for further replies.

mohamed.elsabagh

Full Member level 2
Joined
Oct 27, 2010
Messages
145
Helped
7
Reputation
14
Reaction score
7
Trophy points
1,298
Activity points
2,320
I have a problem in matlab, I am still a beginner in matlab.

How can I solve this equation for example : 1+dp/dt = ((gamma+x)^((gamma+2)/3))/x

I want to find the values of x where P is a 4*1 vector (it has 4 possible values) and gamma is also 4*1 vector so x will have 16 different values. I need to find those 16 vlaues of x using matlab what should I do???and what functions should I use??
 

mohamed,


MATLAB is a tool wich is designed to solve numeric calculus.
The equation you gave should be resolved by an simbolic calculus tool.

I can sugest you do with MAPLE or MATHEMATICA.


+++
 

I read about fsolve function in matlab but I don't know how to use it in my case
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top