Skip to content

Commit

Permalink
Update lectures/sympy.md
Browse files Browse the repository at this point in the history
Co-authored-by: Smit Lunagariya <[email protected]>
  • Loading branch information
HumphreyYang and Smit-create authored Jul 27, 2023
1 parent 6f6619c commit 5f49523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lectures/sympy.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ sum_xy

To evaluate the sum, we can `lamdify` the formula.

The lamdified expression can take vectors as input for $x$ and $y$ and compute the result
The lamdified expression can take numeric values as input for $x$ and $y$ and compute the result

```{code-cell} ipython3
sum_xy = lambdify([x, y], sum_xy)
Expand Down

0 comments on commit 5f49523

Please sign in to comment.