The "clear" command  The "language" command  The "prime" command  The "system" command  Minima Commands Summary

list

Synonyms

list_all, show, show_all.

Description

The "list" command displays a list of all the currently defined expressions and functions. Each definition prints on a single line.

Examples

minima: define "a; x + 6"
a=x+6

minima: function " f; x; y; x*y -2 "
f(x,y)=x*y-2

minima: list
f(x,y)=x*y-2
#=0
a=x+6

minima:

Notes

No comment.

See also

See commands "define", "function" and "clear".

The "clear" command  The "language" command  The "prime" command  The "system" command  Minima Commands Summary