You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_build/html/_sources/rep.rst.txt
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,4 +35,4 @@ To define a system as Space State model, use the `StateSpace` class.
35
35
36
36
Here, A,B,C,D are ndarrays.
37
37
38
-
.. note:: Although you can define a system in any of the above form, few features are suited only for a particular representation. Therefore, if a particular method is needed and is not provided for the given system, you need to convert the system model first using the `convert2TF()` or `convert2SS()` method. Direct support for these methods will be added in a future update.
38
+
.. note:: A system can be defined by any of the two representations above. If a particular method is needed but is not provided for the given system representation (which is unlikely), you can convert the system model to the desired representation using the `convert2TF()` or `convert2SS()` method.
Copy file name to clipboardExpand all lines: docs/_build/html/rep.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ <h2>State Space Models<a class="headerlink" href="#state-space-models" title="Pe
72
72
<p>Here, A,B,C,D are ndarrays.</p>
73
73
<divclass="admonition note">
74
74
<pclass="admonition-title">Note</p>
75
-
<p>Although you can define a system in any of the above form, few features are suited only for a particular representation. Therefore, if a particular method is needed and is not provided for the given system, you need to convert the system model first using the <cite>convert2TF()</cite> or <cite>convert2SS()</cite> method. Direct support for these methods will be added in a future update.</p>
75
+
<p>A system can be defined by any of the two representations above. If a particular method is needed but is not provided for the given system representation (which is unlikely), you can convert the system model to the desired representation using the <cite>convert2TF()</cite> or <cite>convert2SS()</cite> method.</p>
0 commit comments