Fungrim home page

Fungrim entry: d77f0a

P2 ⁣(z)=12(3z21)P_{2}\!\left(z\right) = \frac{1}{2} \left(3 {z}^{2} - 1\right)
Assumptions:zCz \in \mathbb{C}
TeX:
P_{2}\!\left(z\right) = \frac{1}{2} \left(3 {z}^{2} - 1\right)

z \in \mathbb{C}
Definitions:
Fungrim symbol Notation Short description
LegendrePolynomialPn ⁣(z)P_{n}\!\left(z\right) Legendre polynomial
Powab{a}^{b} Power
CCC\mathbb{C} Complex numbers
Source code for this entry:
Entry(ID("d77f0a"),
    Formula(Equal(LegendrePolynomial(2, z), Mul(Div(1, 2), Sub(Mul(3, Pow(z, 2)), 1)))),
    Variables(z),
    Assumptions(Element(z, CC)))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2021-03-15 19:12:00.328586 UTC