52 Commits

Author SHA1 Message Date
Deniz
ea901c03ab update eigen.py
fixed -> matrix and vector imported twice from linalg
2025-09-17 14:09:49 +03:00
e0d0eb1fc9 Merge pull request 'broken links corrected' (#5) from ougur/numethods:main into main
Reviewed-on: denizdonmez/numethods#5
2025-09-17 13:31:14 +03:00
9fe1855fc6 typo 2025-09-17 13:30:00 +03:00
094778f67e more typo 2025-09-17 13:28:33 +03:00
61b567ec19 broken links corrected 2025-09-17 13:11:55 +03:00
0cfbdbe02d Update tutorials/README.md 2025-09-17 13:08:57 +03:00
94759a9d71 Merge pull request 'main: some modification and typos' (#4) from ougur/numethods:main into main
Reviewed-on: denizdonmez/numethods#4
2025-09-17 13:07:02 +03:00
cf0b91f94a some typos for math in tutorial1 2025-09-17 12:30:58 +03:00
f73789bca6 created README in tutorials (by modifying .gitignore - beginning ignored files are removed.) 2025-09-17 12:26:42 +03:00
f56e48cebd README is modified 2025-09-17 12:20:41 +03:00
Deniz
08622ae3cf Merge branch 'main' of https://ougur.iam.metu.edu.tr/gitea/denizdonmez/numethods 2025-09-17 11:44:30 +03:00
Deniz
5d36dbabb9 new methods; eigenvalue. condition number implemetation
eigenvalue module, readme and demo update. condition number implemented in linalg.py
2025-09-17 11:44:12 +03:00
629f1f25ff Update README.md 2025-09-17 11:29:23 +03:00
Deniz
baf47bb3a6 Update README.md 2025-09-17 11:28:53 +03:00
Deniz
fcd63fa1b2 Update README.md 2025-09-17 11:25:56 +03:00
Deniz
2d4071453d Update tutorial3_orthogonalization.ipynb 2025-09-17 11:20:18 +03:00
Deniz
cc5d292584 update tutorial4_root_finding.ipynb to add trace printing for all methods and handle exceptions in FixedPoint method 2025-09-17 11:16:34 +03:00
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: denizdonmez/numethods#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