version -- the version number of
the MuPAD library
Introductionversion() returns the version number of
the installed MuPAD library.
Call(s)version()
Returnsthe version number: a list of three nonnegative integers.
Related
Functions
DetailsPref::kernel() returns the
version number of the installed MuPAD kernel.version refers to the library, whereas the call Pref::kernel()
returns the version number of the kernel.
Example
1The version of this MuPAD library is:
>> version()
[2, 0, 0]