Convert a system into reachable canonical form.
StateSpace
object
System to be transformed, with state x
.
StateSpace
object
System in reachable canonical form, with state z
.
Coordinate transformation: z = T * x.
Examples
>>> Gs = ct.tf2ss([1], [1, 3, 2]) >>> Gc, T = ct.reachable_form(Gs) # default reachable >>> Gc.B array([[1.], [0.]])
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