Skip to content

Commit

Permalink
[L3-3] Correct typo (rho_s -> rho_star)
Browse files Browse the repository at this point in the history
  • Loading branch information
mesnardo committed Aug 21, 2018
1 parent 40fe6bb commit 7ccc492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lessons/03_wave/03_03_aBetterModel.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"The arguments to the SymPy function [`subs()`](http://docs.sympy.org/dev/modules/core.html#sympy.core.basic.Basic.subs) are given as (old, new) pairs, where the \"new\" expression substitutes the \"old\" one. So here, in `eq2`, we substitute `rho_sol` in place of `rho_s` and we substitute `B_sol` in place of `B`."
"The arguments to the SymPy function [`subs()`](http://docs.sympy.org/dev/modules/core.html#sympy.core.basic.Basic.subs) are given as (old, new) pairs, where the \"new\" expression substitutes the \"old\" one. So here, in `eq2`, we substitute `rho_sol` in place of `rho_star` and we substitute `B_sol` in place of `B`."
]
},
{
Expand Down

0 comments on commit 7ccc492

Please sign in to comment.