register -- remove the memory
limit of the demo version
Introductionregister(Name, Key) registers the
MuPAD installation on UNIX platforms.
Call(s)register(Name, Key)
ParametersName |
- | the name entry of the registration code: a string |
Key |
- | the registration key: a string |
ReturnsTRUE if the
registration was successful, and otherwise FALSE.
Further
DocumentationSee the MuPAD license agreement, which can be obtained from
http://www.sciface.com/mupad_download/reg_form.htmlhttp://www.sciface.com/mupad_download/reg_form.html.
Detailsregister removes this memory limit on UNIX platforms.
On Windows platforms, you can register your MuPAD version via the item ``Register'' of the ``Help'' menu.
On Macintosh platforms, choose ``About MuPAD'' in the Apple menu and then ``Register''.
http://www.sciface.com/mupad_download/reg_form.htmlhttp://www.sciface.com/mupad_download/reg_form.html
Example
1If the key is correct and the registration was
successful, register returns TRUE:
>> register("My name", "12345-67890-ABCDE")
Memory limitation removed.
TRUE
Example
2If you enter an invalid key, you will get the following message:
>> register("My name", "invalid key")
Wrong password or not registered user.
FALSE
Example
3If the key is correct, but you have no write permission to the directory tree where MuPAD was installed, the following happens:
>> register("My name", "12345-67890-ABCDE")
Cannot remove memory limitation.
FALSE