system

Class method.

system(self, t, x, u)

Evaluate right hand side \(f(t,x,u)\) of the dynamics.

Parameters:
  • t (float) – Time instant at which the system dynamics are evaluated.

  • x (array) – State value at which the system dynamics are evaluated.

  • u (array) – Control value at which the system dynamics are evaluated.

Returns:

Value of the possible not discrete right hand side of the dynamics evaluated at the given inputs.

Return type:

array