Marvin Lenk

Results 1 issues of Marvin Lenk

Let's start our julia file with ``` using Plots gr() ``` Let's say we have a series of data that is given like this: ``` f(x) = 1/(x^2 + 1)...