NumericalAnalysis
(Vietnamese)
Giải tích số: code C#, chạy file NumericalAnalysis.exe (yêu cầu HĐH Windows)
Phương pháp số: Code Python, yêu cầu trình biên dịch.
Thư viện yêu cầu cho Python: numpy, pandas, matplotlib
Thư viện Linalg.cs nằm ở đường dẫn NumericalAnalysis (Csharp)/NumericalAnalysis là thư viện hỗ trợ tính toán véc tơ, ma trận
(English)
Numerical Analysis: C# codes. If you don't want to modify these codes, just run NumericalAnalysis.exe (Windows OS is a requirement)
Numerical Method: Python codes. You need run them with python compiler
Requirements for Py codes: numpy, pandas, matplotlib.
Linalg.cs (located in NumericalAnalysis (Csharp)/NumericalAnalysis) is a class for calculating on matrix. If you have any problems of matrix computing or you want to add more methods (norm, operator,...), you should modify code inside it.