Overview - Maple Help

Online Help

All Products    Maple    MapleSim


Overview of the MapleTA[Builtin] Subpackage

 

Description

List of MapleTA[Builtin] Subpackage Commands

Compatibility

Description

• 

The MapleTA[Builtin] subpackage is a collection of commands that are natively supported by Maple T.A.. Maple T.A. has a number of built-in commands in addition to a generic maple() command.  The functionality of these built-in commands is reproduced in this sub-package.

• 

The primary purpose of the built-in functions inside of Maple T.A. is for creating algorithmic variables. You can create random integers or real numbers, perform operations on lists of items, or set conditions on variables.

• 

Many of the names of commands in this package conflict with names of top-level Maple commands.  Be careful when loading this package via with(MapleTA:-Builtin).  It may be advisable to use the long form of each command, as in, MapleTA:-Builtin:-int(3.14);

List of MapleTA[Builtin] Subpackage Commands

• 

The following is a list of available commands.

binomial

decimal

eq

erf

fact

frac

functions

gcd

ge

gt

if

indexof

int

inverf

invstudentst

le

lsu

lt

maple

mathml

max

min

ne

not

numfmt

plotmaple

rand

range

rank

rint

sig

strcat

studentst

sum

switch

trigonometry

Compatibility

• 

The MapleTA[Builtin] package was introduced in Maple 18.

• 

For more information on Maple 18 changes, see Updates in Maple 18.

See Also

MapleTA