A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://python-control.readthedocs.io/en/stable/generated/control.ctrb.html below:

Website Navigation


control.ctrb — Python Control Systems Library 0.10.2 documentation

control.ctrb
control.ctrb(A, B, t=None)[source]

Controllability matrix.

Parameters:
A, Barray_like or string

Dynamics and input matrix of the system.

tNone or integer

Maximum time horizon of the controllability matrix, max = A.shape[0].

Returns:
C2D array

Controllability matrix.

Examples

>>> G = ct.tf2ss([1], [1, 2, 3])
>>> C = ct.ctrb(G.A, G.B)
>>> np.linalg.matrix_rank(C)
np.int64(2)

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4