Details of the Variable Manager - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


The Variable Manager

The Variable Manager displays the list of top-level assigned variables used in your current Maple session. You can click on a variable in the palette to view the value assigned to that variable.

By default, all variables assigned using := or the assign command in your worksheet are displayed in the palette.  Also by default, the Variable Manager will be visible on start-up in the left pane of the Maple environment.  See Show Palettes.

For information on using the Variable Manager, see Using the Variable Manager.

The following table lists variable types handled in the Variable Manager palette, along with corresponding icons.

 

Variable Types

Symbol

Type

(formula/expression)

      `+`, `*`, `^`

      fraction

      function

      SDMPolynom

      series

      zppoly

      plot structure    

(numeric)

      float

      integer

      extended_numeric

      complex (extended_numeric)

(string)

      string

(rtable)

      Array

      Matrix

      Vector[row]

      Vector[column]

(table/array)

      table

      array

(set)

      set

(list)

      list

(sequence)

      exprseq

(equation/inequality)

      `=`

      `<>`

      `<`

      `<=`

(boolean)

      `and`

      `implies`

      `not`

      `or`

      `xor`

(name/symbol)

      symbol

      `||`

      indexed

      `::`

(module)

    `module`

(procedure)

    procedure

(range)

    `..`

(uneval)

   uneval

See Also

assignment, Show Palettes, unassign, Using the Variable Manager