Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.