Tutorial

First Notes on Dynamical Measure Transport

This is an example tutorial post. It is written in ordinary Markdown and supports inline math such as W2(μ,ν)W_2(\mu, \nu) and display math such as

tρt+(ρtvt)=0.\partial_t \rho_t + \nabla \cdot(\rho_t v_t) = 0.

The continuity equation is a useful way to view transport dynamically: a density ρt\rho_t evolves under a velocity field vtv_t.

A Template for Future Tutorials

You can use posts like this for derivations, implementation notes, and visual explanations. A typical tutorial might include:

  • the mathematical setup,
  • a derivation or proof sketch,
  • a computational example,
  • figures, animations, or code snippets.

For example, a simple controlled objective might look like

inf(ρt,vt)0112vt(x)2ρt(x)dxdt\inf_{(\rho_t, v_t)} \int_0^1 \int \frac{1}{2}\|v_t(x)\|^2 \rho_t(x)\,dx\,dt

subject to fixed endpoints ρ0=μ\rho_0 = \mu and ρ1=ν\rho_1 = \nu.

Replace this starter post with a real tutorial once the site structure feels right.