Overview - Maple Help

Online Help

All Products    Maple    MapleSim


Overview of the Maplets[Examples] Package

 

Calling Sequence

Description

List of Maplets[Examples] Package Commands

List of Maplets[Examples][LinearAlgebra] Package Commands

Examples

Calling Sequence

Maplets[Examples][command](arguments)

command(arguments)

Description

• 

The Maplets[Examples] package contains commands that display Maplet applications and shows how they can be used.

• 

The Using the Example Maplets worksheet demonstrates the use of the Maplets[Examples] commands.

• 

Each command in the Maplets[Examples] package can be accessed by using either the long form or the short form of the command name in the command calling sequence.

  

As the underlying implementation of the Maplets[Examples] package is a module, it is also possible to use the form Maplets:-Examples:-command to access a command from the package. For more information,  see Module Members.

List of Maplets[Examples] Package Commands

  

The following is a list of available commands.

Alert

Confirm

GetColor

GetEquation

GetExpression

GetFile

GetInput

Integration

KernelOpts

Message

Question

Selection

ShowTable

SignQuery

 

 

  

To display the help page for a particular Maplets[Examples] command, see Getting Help with a Command in a Package.

Sample Maplet Application Worksheets

  

These worksheets demonstrate how to write Maplet applications that behave similarly to those produced by the commands in the Maplets[Examples] package.

Alert

Confirm

GetColor

GetEquation

GetExpression

GetFile

GetInput

Integration

Message

Question

Selection

ShowTable

 

 

 

List of Maplets[Examples][LinearAlgebra] Package Commands

• 

The Maplets[Examples][LinearAlgebra] package provides visual interfaces to some routines in the LinearAlgebra package.

  

The following is a list of available commands.

BezoutMatrix

ConditionNumber

HilbertMatrix

MatrixNorm

QRDecomposition

SingularValues

VectorNorm

 

• 

For more information on the commands in this subpackage, see Overview of the Maplets[Examples][LinearAlgebra].

Sample Maplet Application Worksheets

  

These worksheets demonstrate how to write Maplet applications that behave similarly to those produced by the commands in the Maplets[Examples][LinearAlgebra] package.

BezoutMatrix

ConditionNumber

HilbertMatrix

MatrixNorm

QRDecomposition

SingularValue

VectorNorm

 

 

 

Examples

withMapletsExamples:

GetEquation

x24x+3=0

(1)

See Also

Overview of Maplet Applications

with