Man Scilab

tangent
Scilab Function

tangent - linearization of a dynamical system at an equilibrium point

Calling Sequence

[f,g,newm]=tangent(ff,xe,[ue])

Parameters

Description

linearises around the equilibrium point (xe,ue) the vector field of the dynamical system given by a Scilab macro ff , xdot=ff(t,x,[u]) . The dynamical system is supposed to be autonomous.

Back