Skip to content

Commit

Permalink
Merge pull request #80 from stepanzh/76-опечатка-на-странице-sysnonli…
Browse files Browse the repository at this point in the history
…nearquasinewtonhtml

fix: опечатка
  • Loading branch information
stepanzh authored Aug 4, 2024
2 parents d9c5674 + 721b69b commit c849be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/sysnonlinear/quasinewton.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function J(x)
end
```

Вычислим якобиан напрямую `Jexact`, и через конченые раности `Jfd`
Вычислим якобиан напрямую `Jexact`, и через конечные разности `Jfd`

```{code-cell}
x = [2/3, -1.0, sqrt(2)]
Expand Down

0 comments on commit c849be9

Please sign in to comment.