Skip to content

Commit af1b403

Browse files
committed
update one missing case
1 parent 67f1afd commit af1b403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/geom_series.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ T_max = 10
761761
T=np.arange(0, T_max+1)
762762
763763
rs, gs = (0.9, 0.5, 0.4001, 0.4), (0.4, 0.4, 0.4, 0.5),
764-
comparisons = ('$\gg$', '$>$', r'$\approx$', '$<$')
764+
comparisons = (r'$\gg$', '$>$', r'$\approx$', '$<$')
765765
for r, g, comp in zip(rs, gs, comparisons):
766766
ax.plot(finite_lease_pv_true(T, g, r, x_0), label=f'r(={r}) {comp} g(={g})')
767767

0 commit comments

Comments
 (0)