Close
Close window
MTM - 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


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

MTM

Calling Sequence

MTM:-command(arguments)

command(arguments)

Description

The MTM package is a collection of Maple commands to support the Maple Toolbox.

The commands in the MTM package are useful by themselves inside Maple without MATLAB®. Some of the commands are relatively simple front ends to the standard Maple commands. For instance, MTM:-sin is the same as sin, except that MTM:-sin(A) will map over the elements of A when A is an array. Other commands, such as MTM:-vertcat, offer new functionality: vertcat provides an easy way to combine arrays.

All commands in this package work with table-based sparse arrays as well as rtable -based dense Arrays in addition to scalar values and symbolic expressions.

Boolean-valued functions in this package typically operate with 1 and 0 as the true/false values.

List of MTM Package Commands

Notes

Since the MTM package uses names that are the same as many top-level Maple commands, users should be careful after executing with(MTM). Some commands inside MTM behave differently or accept a different calling sequence than the top-level commands of the same name.

Examples

>

AArray1,2,3

A123

(1)
>

BArray4,5,6

B456

(2)
>

CMTM:-vertcatA,B

C123456

(3)
>

r1MTM:-sinC

r1sin1sin2sin3sin4sin5sin6

(4)
>

r2MTM:-cosMTM:-plusC,3π2

r2sin1sin2sin3sin4sin5sin6

(5)
>

MTM:-eqr1,r2

111111

(6)
>

MTM:-doubler1

0.8414709848078970.9092974268256820.141120008059867−0.756802495307928−0.958924274663138−0.279415498198926

(7)


Download Help Document

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