μ μ : Python 2.2, wxPython 2.3 for Python 2.2, Numerical Python 21.0 (μ£Όλ‘ ν
μ€νΈλ₯Ό μν΄ μ΄μ©ν¨)
κ°κ° νμν λͺ¨λμ λν΄μλ λ€μ λ§ν¬λ€μ μ΄μ©.
κ°κ° νμν λͺ¨λμ λν΄μλ λ€μ λ§ν¬λ€μ μ΄μ©.
νμ Libraries and Python ¶
- Python - Python 2.2.1
- wxPython - wxPython Download
- Numerical Python - SourceForge Numerical Python
νμ μ§μ ¶
- NumericalAnalysisClass μμμ Lagrange, Piecewise Lagrange, Cubic Spline μ λν μ΄ν΄.
- NumericalAnalysisClass μμμ LU Decomposition (LU λΆν΄) μ λν μ΄ν΄.
- NumericalAnalysisClass μμμ Tri-Diagonal Matrix Problem μ LU Decomposition μΌλ‘ ν΄κ²°νλ λ°©λ².
- Python μ½λμ λν μ΄ν΄. UnitTest, TestFirstProgramming μ λν μ΄ν΄.
Main Code ¶
- CubicSpline/1002/CubicSpline.py - Main
- CubicSpline/1002/GraphPanel.py - Graph 그리λ μλμ° λΆλΆ Control
- CubicSpline/1002/LuDecomposition.py - LU λΆν΄ λͺ¨λ
- CubicSpline/1002/TriDiagonal.py - Tri-Diagonal Matrix νκΈ° λͺ¨λ
- CubicSpline/1002/NaCurves.py - Lagrange, Piecewise Lagrange, Cubic Spline λͺ¨λ (μμ§ μλ²½νκ² μΌλ°νμν€μ§λ λͺ»νμ.)