initial commit
This commit is contained in:
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[attr] lfs-file filter=lfs diff=lfs merge=lfs -text
|
||||||
|
|
||||||
|
*.pdf lfs-file
|
||||||
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal 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
1
.python-version
Normal file
@@ -0,0 +1 @@
|
|||||||
|
3.12
|
||||||
0
hws/hw1/Makefile
Normal file
0
hws/hw1/Makefile
Normal file
0
hws/hw1/main.c
Normal file
0
hws/hw1/main.c
Normal file
BIN
pdf/L0_Intro.pdf
Normal file
BIN
pdf/L0_Intro.pdf
Normal file
Binary file not shown.
BIN
pdf/L0_Program.pdf
Normal file
BIN
pdf/L0_Program.pdf
Normal file
Binary file not shown.
BIN
pdf/L1_RootFinding0.pdf
Normal file
BIN
pdf/L1_RootFinding0.pdf
Normal file
Binary file not shown.
11
pyproject.toml
Normal file
11
pyproject.toml
Normal 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",
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user