Close
Close window
linalg - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.
Maplesoft logo
Maplesoft logo

Online Help

All Products Maple MapleSim


[フレーム] [フレーム]

Overview of the linalg Package

Calling Sequence

linalg[command](arguments)

command(arguments)

Description

Important: The linalg package has been deprecated. Use the superseding packages, LinearAlgebra and VectorCalculus , instead.

- For information on migrating linalg code to the new packages, see examples/LinearAlgebraMigration .

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:

evalm( A &* B );

List of linalg Package Commands


Download Help Document

AltStyle によって変換されたページ (->オリジナル) /