LegendrePolinom: Calculate of the associated Legendre polynom in b

Description Usage Arguments Value Examples

Description

Calculate of the associated Legendre polynom in b

Usage

1
LegendrePolinom(n, k, b)

Arguments

n

- Legendre polinom index, integer

k

- Legendre polinom index, integer

b

- point where polynom value must be calculated, real number

Value

value of associated Legendre polinom with indexes n and k in point b

Examples

1
LegendrePolinom(3, 1, 0.5)

flyeye/VSF documentation built on May 5, 2019, 12:30 p.m.