initial commit

This commit is contained in:
2025-09-10 17:19:40 +09:00
commit d4dff245bd
12 changed files with 2188 additions and 0 deletions

3
.gitattributes vendored Normal file
View File

@@ -0,0 +1,3 @@
[attr] lfs-file filter=lfs diff=lfs merge=lfs -text
*.pdf lfs-file

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
#
.vscode

1
.python-version Normal file
View File

@@ -0,0 +1 @@
3.12

273
1.ipynb Normal file

File diff suppressed because one or more lines are too long

0
README.md Normal file
View File

0
hws/hw1/Makefile Normal file
View File

0
hws/hw1/main.c Normal file
View File

BIN
pdf/L0_Intro.pdf Normal file

Binary file not shown.

BIN
pdf/L0_Program.pdf Normal file

Binary file not shown.

BIN
pdf/L1_RootFinding0.pdf Normal file

Binary file not shown.

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "2025-02-numerical"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"jupyter>=1.1.1",
"matplotlib>=3.10.6",
"numpy>=2.3.2",
]

1887
uv.lock generated Normal file

File diff suppressed because it is too large Load Diff