CTU FEE Subject Numerical Analysis
- website: https://cmp.felk.cvut.cz/~navara/nm/
- moodle: https://moodle.fel.cvut.cz/course/view.php?id=8195
- remote connection via samba:
smb://aspace.msad.fel.cvut.cz/Data/Vyuka/NUM
Note:
.mw files are worksheets from Maple2023, for guaranteed compatibility it is recommended to use the same version of Maple.
Instruction on how to install Maple2023 on Arch-based distributions.
Prerequisites: AUR helper (optional; paru
is used in this tutorial), sudo privileges
- Download software https://www.maplesoft.com/downloads/SelectPlatform.aspx?hash=07E8AECF22577B1F0F33697467FC2911.
- Select Linux version, download will start automatically
- If needed, license code is available on the official CTU website here: https://download.cvut.cz/maple-2023-for-students/
- In the meantime, try to install Maple2023 package from AUR . For
paru
AUR helper:paru -S maple2023
. Installation will fail, but it will create a directory where we can move the.run
file to make it work. - When the download is complete, move the
.run
file to the appropriate AUR helper cache directory. Forparu
it is located in~/.cache/paru/clone/maple2023/
- Add executable privileges to the
.run
file usingchmod +x <installer_name>.run
command. - Now install Maple2023 from AUR again. It will now find the crucial
.run
file and installation will continue. This takes several minutes and there is no debug info printed. - After a successful installation, you will be prompted in the terminal to activate your copy. Go to the mentioned directory
and run the activation script with sudo privileges
cd /usr/share/maple2023/bin
sudo ./activation
.- Enter license code from the CTU licenses website, your full name and your university email @cvut.cz. This won't work with @fel.cvut.cz domain.
- Installation process is complete. Maple should work now.
GNU General Public License v3.0
©2023 knedl1k