A Windows computer is entirely unsuitable for the purposes of Math 625. You will need to get your hands on Linux. Here are some suggestions. I have listed them in the order of increasing need for technical knowledge about computers. Thus, the first option requires very little know-how, but the resulting system will be quite sluggish. The 5th option is ideal, but you need to know a thing or two about configuring hardware.
This method requires only a small amount of technical knowledge, and therefore it is suitable for those who are not very comfortable with computers. Its major disadvantage is that running an operating system from a memory stick can be v–e–r–y s–l–o–w. Don't use this option if you can afford one of the other ones. But if you have to use this option, here are the necessary steps.
After you select the "64-bit PCs/Macs" option, you will be asked to choose between the 20.04 or 22.04 versions. Pick the 22.04 version. This will download a single file named ubuntu-mate-22.04-desktop-amd64.iso to your computer. The file size is about 2.5GB, so it may take some time to finish.
Click the Start button to install Linux MATE on the USB stick.
[Thanks to Carlos Barajas for these instructions]
Windows Subsystem for Linux (WSL), provided by Microsoft, enables running Linux within an ordinary window in Windows. Follow the instruction in that link to install WSL on your Windows machine. Specifically, this page describes the details of what needs to be done.
WSL provides access to the Linux command-line which is needed throughout this course. For graphics (which we will need in the second half of the course) you need to install an X server.
There are 2 things you have to do to make WSL work with graphical applications. 1. Install vcxsrv https://sourceforge.net/projects/vcxsrv/ 2. Add 2 lines to your ~/.bashrc export LIBGL_ALWAYS_INDIRECT=1 export DISPLAY=localhost:0.0 3. Run "C:\Program Files\VcXsrv\xlaunch.exe" > Multiple Windows > Start no client > Default boxes checked Now you should be ready to run any graphical applications on your WSL installation. Here is a link to some similar instructions: https://www.scivision.dev/x11-gui-windows-subsystem-for-linux/ WSL has access to all your windows files in /mnt/ There are some extra instructions one can do to make the experience smoother but these are the bare minimum to get things running.