Scicos Block
fr - eng


Single step integrator block by Euler method

\epsfig{file=EULERINTEGRAL_m.eps,height=90pt}

Contents


Palette

Description

This block is a single step discrete integrator.
The output vector is the integral of the input vector computed with the first order "backward Euler" method defined by the following formula :

\begin{eqnarray}
y_{k}=h\;u_{k}+y_{k-1},
\end{eqnarray}


where $ h$ is the time step, $ u_{k}$ the input vector and $ y_{k}$ the output vector.

Dialog box

\begin{figure}\begin{center}
\epsfig{file=EULERINTEGRAL_m_gui.eps,width=240pt}
\end{center}\end{figure}

Default properties

Interfacing function

Computational function

See also

Authors

A. Layec

Bibliography

[1] T. Parker and L. Chua, Pratical Numerical Algorithms for Chaotic Systems.Springer Verlag, Berlin, 1989.