Re: LOG of a solution of ODE plotted against its parameter



On Sep 12, 10:51 pm, john <johnboy98...@xxxxxxxxx> wrote:
Let's say you have an ODE of the form,

y' = a ( y / ( ( y )^2 + b ) ) - c y + d

where a, b, c, d are all parameters.(d =0.1, c =1, b =10, a= 0~40)

I can see how it will be possible to solve the ode many times while
varying the parameter a. (which results in many solutions of that ODE
depending on the values of the parameter a)

But I need to plot the Log(y) against the values of a used to generate
those solution.

In other words, I need to take the solution of the ODE when a= 0 then
take the Log of that solution and plot the Log(y) againt a=0.

then repeat it for a = (0~40) I can do it in steps, but I woud like
to see the continuous solution of it(?)

This ODE is supposed to have bistability over that range of parameters.

You can't "take the Log" of a solution of an ODE -- not in the way you
seem to be describing it anyway. The solution isn't just one number,
it's a relationship between the variables involved.

.



Relevant Pages

  • Re: ODE solver
    ... > solution/function to an ODE instead of graphing the solution? ... can plot them. ...
    (comp.soft-sys.matlab)
  • Re: Please guide me.thanks
    ... >I want to plot a ode in Matlab6.In this ode i have A'' as ... > concentration in a reactor and t as time.I want to see how 'A' ... There are many examples on how to use ode45 on the net, ... plot all solution on the same plot. ...
    (comp.soft-sys.matlab)
  • Re: Please guide me.thanks
    ... Nasser Abbasi wrote: ... >>I want to plot a ode in Matlab6.In this ode i have A'' as ... >> please help me with ode45. ...
    (comp.soft-sys.matlab)
  • LOG of a solution of ODE plotted against its parameter
    ... I can see how it will be possible to solve the ode many times while ... varying the parameter a. ... But I need to plot the Logagainst the values of a used to generate ... This ODE is supposed to have bistability over that range of parameters. ...
    (sci.math)
  • Re: LOG of a solution of ODE plotted against its parameter
    ... varying the parameter a. ... (which results in many solutions of that ODE ... depending on the values of the parameter a) ... that shows a bifurcation graph with Log) on y axis. ...
    (sci.math)