
Submitted by admin on Wed, 02/25/2026 - 2:25am
Python scripts are available for download in Chapters 3 & 4 to explore the graphs, solve numerical equations and compute constant number (6.289835988836902779...). Running these programs locally allows you to interact with the graphs and observe solutions computed using numerical methods supported by scientific libraries such as NumPy, SciPy, SymPy, mpmath, math, and Matplotlib.
All Chapters
Chapter 3
Chapter 4
Brief Instructions: After installing Python, Visual Studio Code, and all required math libraries (NumPy, SciPy, SymPy, mpmath, math, and Matplotlib), the easiest way to run the examples is as follows:
1. Download all the ZIP files and extract them.
2. By default, all the code will be located in the book_2 folder.

3. Open a Command Prompt, navigate to this folder, and type:
code .

4. Inside the VS Code terminal, you can run any example by typing:
py graph_cos_xy.py (or py chapter4_graph_figure1.py)

5. This will execute the script and display its output.

- admin's blog
- 228 reads
