Skip to content

Commit

Permalink
Update update.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taroyabuki committed Oct 9, 2024
1 parent 3ee4d48 commit eb0cffe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions update.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
## 更新情報

- 2024/04 文献[17]の改訂版が出版されました.
- p.90 SymPy 1.13.0以降を使う場合は,$L$を計算するPythonのコードを,次のように変更してください(`a * x``x * a`にする).

```
var('a b'); L = sum((y - (x * a + b))**2); L
```

- p.235の積分は次のようにした方がうまく行くことが多そうです(本書で扱っている例の結果は変わりません).

不定積分の計算方法を変えて,正しい結果を得ます.
Expand Down

0 comments on commit eb0cffe

Please sign in to comment.