Pref::kernel -- the version
number of the presently used MuPAD kernel
IntroductionPref::kernel() returns the version number
of the presently used kernel.
Call(s)Pref::kernel()
Returnsthe version number: a list of three nonnegative integers.
Related
Functions
DetailsPref::kernel refers to the kernel, whereas the call
version()
returns the version number of the installed MuPAD library.
Example
1Do the version numbers of kernel and library coincide?
>> Pref::kernel() = version()
[2, 0, 0] = [2, 0, 0]