This commit is contained in:
2026-04-07 13:28:01 +02:00
parent a5eefd7b57
commit 6b74495b31
8 changed files with 159 additions and 1 deletions
@@ -0,0 +1,4 @@
function ratio = pointFixeVitesseConvergence(x0)
err = pointFixeErreur(x0);
ratio = // TODO
endfunction