IsSystem - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

DynamicSystems

  

IsSystem

  

verify the content of a system object

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

IsSystem(sys)

Parameters

sys

-

System; system object to verify

Description

• 

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].

Examples

(1)

(2)

Modify the tf member of sys2 to make it nonrational polynomial (in s).

(3)

(4)

(5)

(6)

See Also

DynamicSystems

DynamicSystems[Verify]

 


Download Help Document