Commit Graph

35 Commits

Author SHA1 Message Date
Deniz
44f7559aa1 update examples/demo.py and tutorials/tutorial4_root_finding.ipynb# On branch main 2025-09-17 09:24:25 +03:00
17b7fd4657 Upload files to "tutorials" 2025-09-16 17:11:46 +03:00
5a3cbe277f tutorial 3 import, tutorial 1 minor fix 2025-09-16 15:47:04 +03:00
22bc76dcb3 Update numethods/orthogonal.py 2025-09-16 11:19:13 +03:00
d32044f8f2 Update numethods/orthogonal.py 2025-09-16 11:18:51 +03:00
fd7cce037e Update numethods/solvers.py 2025-09-16 11:17:49 +03:00
0c5af0d46e trace and history added 2025-09-16 10:47:29 +03:00
57dec5dc6d Tutorial 2 - Linear Systems 2025-09-16 10:45:20 +03:00
f3f86659e1 Update README.md 2025-09-15 16:47:16 +03:00
21ed32673b Update tutorials/tutorial1_vectors_matrices.ipynb 2025-09-15 14:22:00 +03:00
a561f2c46c Tutorial 1 - Vectors & Matrices in numethods 2025-09-15 14:14:31 +03:00
b55ee766a7 fix norm, fix matrix matrix sub-sum 2025-09-15 14:13:16 +03:00
1f2b143f84 Update DISCLAIMER.md 2025-09-15 10:55:54 +03:00
8507a5ca01 add DISCLAIMER.md 2025-09-15 10:54:34 +03:00
ceb8008db2 Update numethods/__init__.py 2025-09-15 10:41:30 +03:00
591495159e new examples 2025-09-15 10:40:52 +03:00
6addbce56a init differentiation 2025-09-15 10:36:17 +03:00
435dfb8ac5 new module differentiation, orthogonal small fix, roots pretty table (print trace method)
introduced differentiation module
built-in l2 norm implementation
root finding problems now print #of iteration, new value, error, etc.
2025-09-15 10:35:45 +03:00
05ba5da272 new module 'differentiation' 2025-09-15 10:32:07 +03:00
9d807b3b84 Merge pull request 'main' (#2) from ougur/numethods:main into main
Reviewed-on: #2
2025-09-14 13:15:27 +03:00
cabd2d9528 tutorial is finished: a bug in numethods (QRHouseholder) is resolved. 2025-09-14 12:22:38 +03:00
32b2576097 some typo trimming 2025-09-13 18:06:47 +03:00
9483baea42 some typo 2025-09-13 16:44:40 +03:00
0b7104bcb0 gitignore is added to repo 2025-09-13 16:18:58 +03:00
6c41ca40da tutorial on least squares polynomial fit 2025-09-13 16:17:39 +03:00
0588f5fb43 Update README.md 2025-09-11 16:45:13 +03:00
24075f617d Update numethods/orthogonal.py 2025-09-11 16:42:40 +03:00
546f7b1382 Update numethods/orthogonal.py 2025-09-11 16:42:17 +03:00
7a38633582 Update README.md 2025-09-11 16:40:45 +03:00
22a5412c0d Upload files to "tests" 2025-09-11 16:39:43 +03:00
2ee606a737 Upload files to "examples" 2025-09-11 16:39:05 +03:00
921d08e4e0 Upload files to "numethods" 2025-09-11 16:38:39 +03:00
48e54fde8d Upload files to "numethods" 2025-09-11 16:38:17 +03:00
3e45c5400e Upload files to "/" 2025-09-11 16:37:41 +03:00
63a1889a41 Initial commit 2025-09-11 16:36:19 +03:00