CAPD::DynSys Library
6.0.0
|
Created on: 2009-11-13 Author: kapela. More...
Functions | |
void | RosslerExample () |
In this example we integrate differential inclusion based on rossler equation x' in -(y+z) + [e] y' in x+b*y + [e] z' in b+z*(x-a) + [e] where a=5.7, b=0.2, [e] = [-eps, eps] We use two different method based on component wise estimates and on logarithmic norm and compare results. More... | |
int | main () |
Created on: 2009-11-13 Author: kapela.
int main | ( | ) |
void RosslerExample | ( | ) |
In this example we integrate differential inclusion based on rossler equation x' in -(y+z) + [e] y' in x+b*y + [e] z' in b+z*(x-a) + [e] where a=5.7, b=0.2, [e] = [-eps, eps] We use two different method based on component wise estimates and on logarithmic norm and compare results.