diff --git a/src/content/docs/szmgr/SZP02_numericke_metody.md b/src/content/docs/szmgr/SZP02_numericke_metody.md index 5b6089e..1c1805c 100644 --- a/src/content/docs/szmgr/SZP02_numericke_metody.md +++ b/src/content/docs/szmgr/SZP02_numericke_metody.md @@ -96,6 +96,8 @@ description: "TODO" kde $s$ je největší index takový, že $f(x_k)f(x_s) < 0$. + ![width=400](./img/szp02_regula_falsi.png) + ## Přímé metody pro řešení systému lineárních rovnic ### Gaussova eliminace diff --git a/src/content/docs/szmgr/img/szp02_regula_falsi.png b/src/content/docs/szmgr/img/szp02_regula_falsi.png new file mode 100644 index 0000000..1845857 Binary files /dev/null and b/src/content/docs/szmgr/img/szp02_regula_falsi.png differ