From a54c27f0ba1fc40f065b2bd59e2d7a3516e89cef Mon Sep 17 00:00:00 2001 From: sophie-mauran <60010583+sophie-mauran@users.noreply.github.com> Date: Tue, 5 Apr 2022 14:46:00 +0200 Subject: [PATCH] ? --- src/notebook_algo_newton.ipynb | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/src/notebook_algo_newton.ipynb b/src/notebook_algo_newton.ipynb index 9782572..a4483b5 100644 --- a/src/notebook_algo_newton.ipynb +++ b/src/notebook_algo_newton.ipynb @@ -21,17 +21,9 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 1, "metadata": {}, "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "┌ Info: Precompiling Documenter [e30172f5-a6a5-5a46-863b-614d45cd2de4]\n", - "└ @ Base loading.jl:1342\n" - ] - }, { "data": { "text/latex": [ @@ -210,7 +202,7 @@ "\u001b[36m xmin,f_min,flag,nb_iters = Algorithme_De_Newton(f,gradf,hessf,x0,options)\u001b[39m" ] }, - "execution_count": 3, + "execution_count": 1, "metadata": {}, "output_type": "execute_result" } @@ -365,8 +357,7 @@ "mimetype": "application/julia", "name": "julia", "version": "1.6.3" - }, - "orig_nbformat": 4 + } }, "nbformat": 4, "nbformat_minor": 2 -- GitLab