ARCHIVED: See a function's source code in Maple

This content has been archived, and is no longer maintained by Indiana University. Information here may no longer be accurate, and links may no longer be available or reliable.
Important:

Amos and Maple will not be licensed by Indiana University beyond June 30, 2023. For help with the transition, contact the UITS Research Applications and Deep Learning team.

To view a function's source code, from the Maple prompt (>), enter:

> interface(verboseproc=2);
> print(function);

For example, to view the uncommented source code for the plot function, you would enter:

> print(plot);

This method lets you view the code for most functions. To view the code for a routine in a package, enter something like:

> print(LinearAlgebra:-UnitVector);
Note:
While much of Maple's source code is viewable, a portion is built into the Maple kernel, and is not visible to users.

If you have questions about using statistical and mathematical software at Indiana University, contact the UITS Research Applications and Deep Learning team.

This is document afau in the Knowledge Base.
Last modified on 2023-10-11 16:12:58.