opt_tax_recur#
Series: lecture-dp
File:
lectures/opt_tax_recur.mdAudit date: 2026-05-28
Categories audited: writing, math, code, jax, figures, references, links, admonitions
Overall score: 7.5 / 10
Priority: LOW
Score breakdown#
Category |
Score |
One-line note |
|---|---|---|
Writing |
8/10 |
H2/H3 sentence case throughout. |
Math |
6/10 |
|
Code |
8/10 |
Unicode Greek; pip install at top; PEP8; figsize 5×. |
JAX |
out of scope |
not a JAX lecture. |
Figures |
5/10 |
One |
References |
9/10 |
5 |
Links |
9/10 |
|
Admonitions |
N/A |
No exercises / proofs. |
Issues#
Critical#
None found.
High severity#
None found.
Medium severity#
[qe-writing-004] —
{\cal S}used for state space (lines 78, 812, 818, 829, 840, 850, 926). Count: 7+.[qe-math-003] — Two matrix blocks use
\left(\begin{matrix} … \end{matrix}\right)(lines 1053, 1064).[qe-fig-003] —
ax.set_title('Gross Interest Rate')(line 1175) — Title Case.[qe-fig-006] — Title-Case
xlabel('Initial Government Debt')(line 1254).[qe-fig-001] —
figsize=set 5 times.
Low severity#
[qe-writing-001] — Several multi-sentence paragraphs.
[qe-writing-009 (proposed)] — Smart quotes ’ used in narrative.
Strengths#
Lecture title in correct Title Case.
H2/H3 headings sentence case.
Definitions bolded (“government policy”, “feasible allocation”, “price system”, “competitive equilibrium with distorting taxes”, “Ramsey problem”, “Ramsey allocation”).
Equation labels and
{eq}references used cleanly.“IID”/Greek-letter conventions consistent.
\mathbb{E}used;alignedproperly inside$$.No transpose, no bold vectors, no
\tag, noalign-inside-$$issues.pip install at top; Unicode Greek in code.
{doc}used for cross-series.
Recommended actions#
Replace
{\cal S}with plainS.Replace
\left(\begin{matrix} … \end{matrix}\right)with\begin{bmatrix} … \end{bmatrix}.Remove the embedded title; lowercase the
'Initial Government Debt'xlabel.Reduce unnecessary
figsize=usage.Normalise smart-quotes.