Linear Algebra Subpackage - Maple Help

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Programming : Maplets : Examples : Advanced : Linear Algebra Subpackage

Overview of the Maplets[Examples][Linear Algebra] Package

 

Calling Sequence

Description

List of Maplets[Examples][LinearAlgebra] Package Commands

Examples

Calling Sequence

Maplets[Examples][LinearAlgebra][command](arguments)

command(arguments)

Description

• 

The Maplets[Examples][LinearAlgebra] package provides graphical interfaces for functions in the LinearAlgebra package.

• 

Each command in the Maplets[Examples][LinearAlgebra] 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][LinearAlgebra] package is a module, it is also possible to use the form Maplets:-Examples:-LinearAlgebra:-command to access a command from the package. For more information,  see Module Members.

  

Note: To run the non-Maplets LinearAlgebra routines after entering with(Maplets[Examples][LinearAlgebra]), enter restart or use :-, for example, :-LinearAlgebra:-QRDecomposition(<<1|3>,<2|5>>). For more information, see rebound.

List of Maplets[Examples][LinearAlgebra] Package Commands

  

The following is a list of available commands.

BezoutMatrix

ConditionNumber

HilbertMatrix

MatrixNorm

QRDecomposition

SingularValues

VectorNorm

 

  

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

Examples

withMapletsExamplesLinearAlgebra&colon;

M1&comma;2&comma;3|4&comma;5&comma;3|5&comma;3&comma;1

MatrixNormM

12

(1)

See Also

LinearAlgebra

Maplets[Examples]

Overview of Maplet Applications

with