mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
Gegenbauer polynomials: Graphs and documentation. [CI SKIP]
This commit is contained in:
54
doc/graphs/gegenbauer.svg
Normal file
54
doc/graphs/gegenbauer.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 55 KiB |
46
doc/graphs/gegenbauer_ulp_3.svg
Normal file
46
doc/graphs/gegenbauer_ulp_3.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 361 KiB |
46
doc/graphs/gegenbauer_ulp_5.svg
Normal file
46
doc/graphs/gegenbauer_ulp_5.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 361 KiB |
46
doc/graphs/gegenbauer_ulp_9.svg
Normal file
46
doc/graphs/gegenbauer_ulp_9.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 361 KiB |
@@ -43,7 +43,7 @@ The /k/-th derivative of the /n/-th Gegenbauer polynomial is given by
|
||||
unsigned k = 2;
|
||||
double y = gegenbauer_derivative(n, lambda, x, k);
|
||||
|
||||
|
||||
[$../graphs/gegenbauer.svg]
|
||||
|
||||
[h3 Implementation]
|
||||
|
||||
@@ -97,5 +97,10 @@ The relative accuracy cannot be controlled at the roots of the polynomial, as is
|
||||
[$../graphs/gegenbauer_ulp_5.svg]
|
||||
[$../graphs/gegenbauer_ulp_9.svg]
|
||||
|
||||
[h3 Caveats]
|
||||
|
||||
Some programs define the Gegenbauer polynomial with \u03BB = 0 via renormalization (which makes them Chebyshev polynomials).
|
||||
We do not follow this convention: In this case, only the zeroth Gegenbauer polynomial is nonzero.
|
||||
|
||||
|
||||
[endsect]
|
||||
|
||||
Reference in New Issue
Block a user