From 53647658187570ad3c91e077a023e8effda804c7 Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 13 Feb 2024 15:29:46 +1100 Subject: [PATCH] MAINT: remove force mathjax from code --- lectures/complex_and_trig.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/complex_and_trig.md b/lectures/complex_and_trig.md index fd12ec34..a8ebb1bb 100644 --- a/lectures/complex_and_trig.md +++ b/lectures/complex_and_trig.md @@ -472,7 +472,7 @@ We can verify the analytical as well as numerical results using ```{code-cell} python3 # Set initial printing -init_printing(use_latex="mathjax") +init_printing() ω = Symbol('ω') print('The analytical solution for integral of cos(ω)sin(ω) is:')