Linear Algebra Subpackage - 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


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

Overview of the Maplets:-Examples:-LinearAlgebra 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.

• 

The long form, Maplets:-Examples:-LinearAlgebra:-command, is always available. The short form can be used after loading the package.

  

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

withMaplets:-Examples:-LinearAlgebra&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