diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5e7a9ab --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +Libro_Calcolo_Scientifico.pdf +Libro_Calcolo_Scientifico.xopp diff --git a/Lezione1/es1/es1.jl b/Lezione1/es1/es1.jl new file mode 100644 index 0000000..3a12b31 --- /dev/null +++ b/Lezione1/es1/es1.jl @@ -0,0 +1,20 @@ + + r+=p + end + return r +end + + +#plot the results + +#define a range +epsilon = 1e-3 +t = range(epsilon,1,lenght=20) + +#define the approximation +r(x,N) = (x^(N+1)/fatctorial(N+1)) + +# define the difference +h(x,N) = exp(x)-g(x,N) + +# plot \ No newline at end of file diff --git a/Lezione2/es1_2/es1_2.c b/Lezione2/es1_2/es1_2.c new file mode 100644 index 0000000..c884166 --- /dev/null +++ b/Lezione2/es1_2/es1_2.c @@ -0,0 +1,7 @@ +#include +#include + +int main(int argc, char const *argv[]){ + /* code */ + return 0; +} diff --git a/Lezione2/es1_2/es1_2.jl b/Lezione2/es1_2/es1_2.jl new file mode 100644 index 0000000..e69de29 diff --git a/computazionale_secondaLezione_appunti.xopp b/computazionale_secondaLezione_appunti.xopp new file mode 100644 index 0000000..bfda9aa Binary files /dev/null and b/computazionale_secondaLezione_appunti.xopp differ