DynamicSystems
IsSystem
verify the content of a system object
Calling Sequence
Parameters
Description
Examples
IsSystem(sys)
sys
-
System; system object to verify
The IsSystem command checks the validity of the system object.
If sys is a valid system object, return true. If sys contains errors, return false.
To determine the problem with a system that fails, use DynamicSystems[Verify].
Modify the tf member of sys2 to make it nonrational polynomial (in s).
See Also
DynamicSystems[Verify]
Download Help Document