| View previous topic :: View next topic |
| Author |
Message |
kalarani Guest
|
Posted: Sun Feb 24, 2008 4:07 pm Post subject: Hyperchaos system |
|
|
hi,
can anyone tell me how to solve the equations of the
hyperchaotic system. I>m able to solve chua>s chaotic circuit with
ode45 function in matlab. is it possible for me to use the same for
hyperchaos??
Kalarani L |
|
| |
|
Back to top |
Lou Pecora Guest
|
Posted: Mon Feb 25, 2008 12:54 am Post subject: Re: Hyperchaos system |
|
|
In article
<8b390564-d5fe-46a5-9055-bd0408b062e8@p43g2000hsc.googlegroups.com>,
kalarani <lkalarani@gmail.com> wrote:
[quote]hi,
can anyone tell me how to solve the equations of the
hyperchaotic system. I>m able to solve chua>s chaotic circuit with
ode45 function in matlab. is it possible for me to use the same for
hyperchaos??
Kalarani L
[/quote]
Yes, in general, unless the system is stiff or has some other numerical
problems, but that has nothing to do with hyperchaos. Hyperchaos,
chaos, or regular behavior can be approached with the same solver,
genearally. Try it.
--
-- Lou Pecora |
|
| |
|
Back to top |
kalarani Guest
|
Posted: Mon Feb 25, 2008 3:04 pm Post subject: Re: Hyperchaos system |
|
|
On Feb 24, 11:54 pm, Lou Pecora <pec...@anvil.nrl.navy.mil> wrote:
[quote]In article
8b390564-d5fe-46a5-9055-bd0408b06...@p43g2000hsc.googlegroups.com>,
kalarani <lkalar...@gmail.com> wrote:
hi,
can anyone tell me how to solve the equations of the
hyperchaotic system. I>m able to solve chua>s chaotic circuit with
ode45 function in matlab. is it possible for me to use the same for
hyperchaos??
Kalarani L
Yes, in general, unless the system is stiff or has some other numerical
problems, but that has nothing to do with hyperchaos. Hyperchaos,
chaos, or regular behavior can be approached with the same solver,
genearally. Try it.
--
-- Lou Pecora
[/quote]
Thanks for ur reply. Initially, i made some mistake with the intial
values of the system. so, i had errors. I tried it now and it works.
Regards,
Kalarani L |
|
| |
|
Back to top |
|