Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 41e8372

Browse files
Update sympy.ipynb
1 parent 22e2534 commit 41e8372

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

book/08/sympy.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@
11391139
"source": [
11401140
":::{card} Test yourself!\n",
11411141
"\n",
1142-
"Create a symbolic expression representing [Newton's Law of Universal Gravitation](https://en.wikipedia.org/wiki/Newton's_law_of_universal_gravitation). Use `sym.lambdify()` to evaluate the expression for two mass of 5.972E24 kg and 80 kg at a distance of 6371 km apart to find the gravitational force in Newtons. $G$ equals $6.67430\\cdot 10 ^{11}$\n",
1142+
"Create a symbolic expression representing [Newton's Law of Universal Gravitation](https://en.wikipedia.org/wiki/Newton's_law_of_universal_gravitation). Use `sym.lambdify()` to evaluate the expression for two mass of 5.972E24 kg and 80 kg at a distance of 6371 km apart to find the gravitational force in Newtons. $G$ equals $6.67430\\cdot 10 ^{-11}$\n",
11431143
"\n",
11441144
"All variables have been defined with:\n",
11451145
"```python\n",

0 commit comments

Comments
 (0)