feat: add numeric and symbolic scripts

This commit is contained in:
Hans Aschauer 2026-07-26 14:09:49 +02:00
parent 6ea7900b55
commit e80b7c3582
38 changed files with 3314 additions and 0 deletions

View file

@ -5,8 +5,11 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"cvxpy>=1.9.2",
"matplotlib>=3.10.9",
"numpy>=2.5.1",
"qtensor",
"scipy>=1.18.0",
"sympy>=1.14.0",
]