Expand description
Fourier coefficient computation for PDE solutions
Computes coefficients cₙ for series solutions: u(x,t) = Σ cₙ Xₙ(x) Tₙ(t)
Uses inner product: cₙ = ⟨f, Xₙ⟩ / ⟨Xₙ, Xₙ⟩ Where ⟨f, g⟩ = ∫ f(x)g(x)dx
Functions§
- compute_
coefficients_ analytical - Simplified coefficient computation for common cases
- compute_
fourier_ coefficients - Compute Fourier coefficients from initial condition
- compute_
normalization - Compute normalization constant for an eigenfunction