Command Template - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


<Top-level Command Template>

<For more information on using this template, refer to the ?Templates/Command help page. Delete this text and the title.>

<Command_Name> <one line description of the command>

Calling Sequence

<Command_Name>(<param1>, <param2>, options)

Parameters

param1 - <data type>; <parameter description>

param2 - (optional) <data type>; <parameter description>

options   - (optional) equation(s) of the form option=value where option is one of <option1>, <option2>, <option3>, ...

Options

option1 - <data type>; <option description>

option2 - <data type>; <option description>

Description

• 

The <Command_Name> command ...

  

<OR>

• 

The <Command_Name>(<param1>, <param2>, options) calling sequence ...

• 

<Use bullets,

  

indented paragraphs (list items),

and nonindented paragraphs within the help page.>

Examples

<Add examples that demonstrate functionality and the types of problems you can solve. Add comments to the examples.>

example1

example2

See Also

<related help topic>, <related help topic>, <related help topic>