From d0f02916e469fd336894efe152b1f569e357fd55 Mon Sep 17 00:00:00 2001 From: NicolasMalo1 <67079172+NicolasMalo1@users.noreply.github.com> Date: Mon, 16 Jan 2023 21:48:03 -0500 Subject: [PATCH 1/2] Update petit-exercice.jl --- petit-exercice.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/petit-exercice.jl b/petit-exercice.jl index 06762e4..ebebf02 100644 --- a/petit-exercice.jl +++ b/petit-exercice.jl @@ -8,7 +8,7 @@ b = ones(3) # 1) résoudre Ax = b ### votre code ici -# x = ... +# x = A\b... ### # vérification From 132324c2f606cb9a2d403047f76d280b5ca59db4 Mon Sep 17 00:00:00 2001 From: NicolasMalo1 <67079172+NicolasMalo1@users.noreply.github.com> Date: Mon, 16 Jan 2023 21:48:16 -0500 Subject: [PATCH 2/2] Update petit-exercice.jl --- petit-exercice.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/petit-exercice.jl b/petit-exercice.jl index ebebf02..43d10bb 100644 --- a/petit-exercice.jl +++ b/petit-exercice.jl @@ -8,7 +8,7 @@ b = ones(3) # 1) résoudre Ax = b ### votre code ici -# x = A\b... +x = A\b... ### # vérification