We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b1acb0 commit 8846789Copy full SHA for 8846789
content/pages/errata.rst
@@ -49,7 +49,7 @@ Chapter 6
49
=========
50
51
On page 164 and 165, the transformation equations have some errors in the text
52
-(not in the program). The eequations should be:
+(not in the program). The equations should be:
53
54
**Transformation 1**
55
@@ -78,3 +78,17 @@ x1 = 0
78
y1 = 0.16*y
79
80
(Thanks to Dexter Edge, Fatih Kürşat Cansu, Toshiaki Kurokawa and Twitter @mkamimura)
81
+
82
+Chapter 7
83
+=========
84
85
+On page 195, an import is missing - `SympifyError` used later in the
86
+`try..except` block. The initial import statement should hence be:
87
88
+.. code::
89
90
+ from sympy import Derivative, Symbol, sympify, SympifyError
91
92
+(Thanks to Robert Buckley for pointing it out)
93
94
0 commit comments