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 eb0cffe commit 21c017d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 更新情報

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

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

0 comments on commit 21c017d

Please sign in to comment.