Skip to content

Commit

Permalink
enforce mathjax output
Browse files Browse the repository at this point in the history
  • Loading branch information
HumphreyYang committed Feb 10, 2024
1 parent ee9cce3 commit 3cdca94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lectures/complex_and_trig.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ We can verify the analytical as well as numerical results using

```{code-cell} python3
# Set initial printing
init_printing()
init_printing(use_latex="mathjax")
ω = Symbol('ω')
print('The analytical solution for integral of cos(ω)sin(ω) is:')
Expand Down

0 comments on commit 3cdca94

Please sign in to comment.