Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lienk-hjonk/bern02_workflowassignment
A simple mathematical function with a test vector
https://github.com/lienk-hjonk/bern02_workflowassignment
jupyter-notebook mathematical-function simple test-vector
Last synced: 9 days ago
JSON representation
A simple mathematical function with a test vector
- Host: GitHub
- URL: https://github.com/lienk-hjonk/bern02_workflowassignment
- Owner: Lienk-Hjonk
- License: mit
- Created: 2024-09-12T12:47:56.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T12:54:47.000Z (5 months ago)
- Last Synced: 2025-02-11T22:55:53.487Z (9 days ago)
- Topics: jupyter-notebook, mathematical-function, simple, test-vector
- Language: Jupyter Notebook
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BERN02_workflowassignment
A simple mathematical function with a test vector available in a jupyter notebook format.This notebook runs the function
$$ y = x^2+2x+4. $$This notebook includes a test data set, which is a vector
$$ x=[0,..,2] $$
of length 50.This notebook will then also plot the resulting graph.