Application Guide
left()
Catalog >
Returns the leftmost Num elements
contained in List1.
If you omit Num, returns all of List1.
left(Comparison) ⇒ expression
Returns the left-hand side of an equation or
inequality.
libShortcut()
Catalog >
libShortcut(LibNameString,
ShortcutNameString
[, LibPrivFlag]) ⇒ list of variables
Creates a variable group in the current
problem that contains references to all the
objects in the specified library document
libNameString. Also adds the group
members to the Variables menu. You can
then refer to each object using its
ShortcutNameString.
Set LibPrivFlag=0 to exclude private
library objects (default)
Set LibPrivFlag=1 to include private
library objects
To copy a variable group, see CopyVar on
page 29.
To delete a variable group, see DelVar on
page 49.
This example assumes a properly stored and
refreshed library document named linalg2
that contains objects defined as clearmat,
gauss1, and gauss2.
limit() or lim()
Catalog >
limit(Expr1, Var, Point [,Direction]) ⇒
expression
limit(List1, Var, Point [, Direction]) ⇒
list
limit(Matrix1, Var, Point [, Direction]) ⇒
matrix
Returns the limit requested.
Note: See also Limit template, page 6.
Direction: negative=from left,
positive=from right, otherwise=both. (If
omitted, Direction defaults to both.)
Alphabetical Listing 97