| | |
Summary: Function: SP:-SPversion - displays current version of the SP Package for Symmetric Polynomials
Calling Sequence:
SPversion();
Parameters:
· none
Output:
· Information about the package version, release date, etc.,
Description:
· This procedure takes no argument (parameter) and it returns information about the current version
of the package.
· Observe that upon loading the package remember tables of several procedures are assigned
through the procedure ModuleLoad. This procedure uses another procedure called
'load_remember_table' which reads and assigns the remember tables. Then, upon unloading the
package which happens when Maple is restarted or when the Maple worksheet is closed, the
remember tables are again saved in the library. This is accomplished through the procedure
ModuleUnload.
Examples:
> restart:with(SP);
Remember table of SymmetricGroup has been read and assigned
Remember table of AlternatingGroup has been read and assigned
|