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

Online Help

BlockImporter

  

SimplifyModel

  

simplify the equations of a BlockImporter system record

 

Calling Sequence

Parameters

Options

Description

Examples

Calling Sequence

SimplifyModel( sys, opts )

Parameters

sys

-

record; system data

opts

-

(optional) equation(s) of the form option = value; specify options for the SimplifyModel command

Options

• 

inplace = truefalse

  

If true, the simplified equations replace the original equations in sys. If false, a new record is created and the original record is not modified. The default is false.

• 

method = default or tryhard

  

Selects the method used to simplify the equations. The default is default.

Description

• 

The SimplifyModel command simplifies the equations of a BlockImporter data structure.

• 

The sys parameter is a record of the data structure, which is defined in BlockImporter[datastructure].

Examples

Create an example of an imported data structure.

(1)

Equations [24]:

State Variables [3]:

Initial Equations [3]:

Source Equations [2]:

Input Variables [2]:

Output Variables [1]:

Parameters [2]:

(2)

(3)

Equations [4]:

State Variables [3]:

Initial Equations [3]:

Source Equations [2]:

Input Variables [2]:

Output Variables [1]:

Parameters [2]:

(4)

See Also

BlockImporter

BlockImporter[datastructure]

 


Download Help Document