SciML / PolyChaos.jl

A Julia package to construct orthogonal polynomials, their quadrature rules, and use it with polynomial chaos expansions.
https://docs.sciml.ai/PolyChaos/stable/
MIT License
115 stars 26 forks source link

Fix typo in the doc of multivariate monic orthogonal polynomials #87

Closed bowenszhu closed 1 year ago

bowenszhu commented 1 year ago

Original: $$w: \mathcal{W} = \mathcal{W}^{(1)} \otimes \mathcal{W}^{(2)} \mathcal{W}^{(1)} \cdots \otimes \mathcal{W}^{(p)} \rightarrow \mathbb{R}_{\geq 0}$$

Changed to: $$w: \mathcal{W} = \mathcal{W}^{(1)} \otimes \mathcal{W}^{(2)} \otimes \cdots \otimes \mathcal{W}^{(p)} \rightarrow \mathbb{R}_{\geq 0}$$