A fuzzy logic C++ library
Functions
demo-ip.cpp File Reference

demo of inverted pundulum More...

Functions

int main (int, char **argv)
 See demo-shower.cpp.

Detailed Description

demo of inverted pundulum

WIP !!!!

See Passino book and http://en.wikipedia.org/wiki/Inverted_pendulum

\[ \left ( M + m \right ) \ddot x - m \ell \ddot \theta \cos \theta + m \ell \dot \theta^2 \sin \theta = F \ell \ddot \theta - g \sin \theta = \ddot x \cos \theta \]


Function Documentation

int main ( int  ,
char **  argv 
)