Math rendering test
If you can read every equation below cleanly, the KaTeX integration is
wired correctly. This page exercises every macro defined in
src/lib/katex-macros.ts.
Continuous-time state space model
The continuous-time linear SSM:
Zero-order-hold discretization
With step size , the discretized SSM is:
Dimensions
A diagonal SSM has state dimensions over time steps with input dimension .
Scan operator
The associative binary operator for diagonal SSMs combines pairs via:
Dynamical systems quantities
Stability is governed by the spectral radius , the largest Lyapunov exponent , and the monodromy matrix with Floquet multipliers . The Jacobian measures local linearization.
Calculus
The total derivative and the partial derivative should both render with proper spacing.
Common sets and probability
The state lives in , complex eigenvalues in , time indices in , and shifts in . Expectations and probabilities use the standard blackboard fonts.
Norms, inner products, absolute values
The training objective minimizes over pairs. Inner products and absolute values render with paired delimiters.
Operators
Optimization searches via and . Matrix structure operators: , , , .
Complexity
Naïve attention costs . The associative scan reduces this to .
If any equation above shows unrendered LaTeX source or a red error box, check that:
npm installcompleted without errors.astro.config.mjsincludesremarkPlugins: [remarkMath]andrehypePlugins: [[rehypeKatex, { macros: ssmMacros, ... }]].src/layouts/Base.astroimports'katex/dist/katex.min.css'.