Overview of the linalg Package
|
Calling Sequence
|
|
linalg[command](arguments)
command(arguments)
|
|
Description
|
|
•
|
Each command in the linalg package can be accessed by using either the long form or the short form of the command name in the command calling sequence.
|
|
As an example of short form usage, you can multiply two matrices A and B, by using the with command:
|
|
with(linalg,multiply); multiply(A,B);
|
|
Instead of the multiply command, you can use the evalm evaluator as follows:
|
|
|
List of linalg Package Commands
|
|
•
|
The following is a list of available commands.
|
•
|
Note that the linalg commands for manipulating vectors and matrices expect as input the Maple types vector and matrix, rather than more general arrays. In particular, subscripts are indexed from 1.
|
|
|
Download Help Document
Was this information helpful?