實作與測試索引¶
閱讀每章時請把對應原始碼放在一旁。正文說明閱讀順序,連結提供完整脈絡。
| 章節 | 實作 | 測試 |
|---|---|---|
| 理解本課程所需的 Python 機制 | peano/utils.py |
tests/test_utils.py |
| 自然數:零、後繼與遞迴 | peano/natural_number.py |
tests/test_natural_number.py |
| 整數:代表元與等價關係 | peano/integer.py |
tests/test_integer.py |
| 有理數:交叉相乘與約分 | peano/rational.py |
tests/test_rational.py |
| 多項式:係數序列與 Sturm 序列 | peano/polynomial.py |
tests/test_polynomial.py |
| 代數實根:隔離區間與二分 | peano/algebraic_root.py |
tests/test_algebraic_root.py |
原始碼快照與瀏覽器安裝的 wheel 來自同一次建置,並由建置檢查確認一致。