CAPD::DynSys Library  6.0.0
diffInclExample.cpp File Reference

Created on: 2009-11-13 Author: kapela. More...

#include <iostream>
#include "capd/capdlib.h"

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 ()
 

Detailed Description

Created on: 2009-11-13 Author: kapela.

Function Documentation

◆ main()

int main ( )

◆ RosslerExample()

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.