Skip to main content
Ctrl+K
tdcpy 0.0.1 documentation - Home tdcpy 0.0.1 documentation - Home
  • Installation
  • User Guide
  • API Reference
  • Examples
  • Credits
  • Installation
  • User Guide
  • API Reference
  • Examples
  • Credits

Section Navigation

  • tdcpy
  • tdcpy.common
  • tdcpy.plot
  • tdcpy.stability
  • tdcpy.stabopt
  • tdcpy.base
  • tdcpy.closed_loop
  • tdcpy.controller
  • tdcpy.dae
  • tdcpy.ddae
  • tdcpy.gamma
  • tdcpy.ndde
  • tdcpy.rdde
  • tdcpy.roots
  • tdcpy.spectral_abscissa
  • tdcpy.zeros
  • API Reference
  • tdcpy.dae module

tdcpy.dae module#

Differential Algebraic Equation

class tdcpy.dae.DAE(A, B, C, D, E)#

Bases: object

class representing a DAE in the form

E x’(t) = A x(t) + B u(t) y(t) = C x(t) + D u(t)

property n: int#
property A: ndarray[tuple[Any, ...], dtype[_ScalarT]]#
property B: ndarray[tuple[Any, ...], dtype[_ScalarT]]#
property C: ndarray[tuple[Any, ...], dtype[_ScalarT]]#
property D: ndarray[tuple[Any, ...], dtype[_ScalarT]]#
property E: ndarray[tuple[Any, ...], dtype[_ScalarT]]#

previous

tdcpy.controller module

next

tdcpy.ddae module

On this page
  • DAE
    • DAE.n
    • DAE.A
    • DAE.B
    • DAE.C
    • DAE.D
    • DAE.E

This Page

  • Show Source

© Copyright 2026, Adam Peichl.

Created using Sphinx 9.1.0.

Built with the PyData Sphinx Theme 0.16.1.