# Example Lists
* [tipper](examples/tipper.md)<br>
Typical tipping problem solved using Mamdani type 1.
* [speed control](examples/speed_control.md)<br>
Mamdani type1 used to control the acceleration of a car.
* [Function approximation](examples/function_approximation.md)<br>
TSK type1 system used to approximate the function $f(x) = x(1-x)$ where $x\in[0,1]$