Skip to content

Lehmer‐Schur

Oscar Veliz edited this page Sep 2, 2025 · 1 revision

Lehmer-Schur video

The video covering the Lehmer-Schur algorithm can be found at https://youtu.be/hT0EY2rxLlQ. Example code is given in LehmerSchur.py file, written in Python. To run the program locally have Python installed (https://www.python.org/) then type python LehmerSchur.py in the terminal in the directory where it is saved.

Special Installation Instructions

You may also need to install Python and NumPy, matplotlib, and SymPy which can be done by running the command pip install numpy matplotlib sympy once Python is installed.

Reference links:

Clone this wiki locally