Difference between revisions of "Bernstein B"

From specialfunctionswiki
Jump to: navigation, search
(External links)
Line 7: Line 7:
  
 
=External links=
 
=External links=
[https://people.sc.fsu.edu/~jburkardt/py_src/bernstein_polynomial/bernstein_polynomial.html] <br />
+
[https://people.sc.fsu.edu/~jburkardt/py_src/bernstein_polynomial/bernstein_polynomial.html BERNSTEIN_POLYNOMIAL ] <br />
  
 
=References=
 
=References=
  
 
[[Category:SpecialFunction]]
 
[[Category:SpecialFunction]]

Revision as of 01:13, 26 November 2017

The Bernstein polynomials $B_k^n(x)$ are defined by $$B_k^n(x)={n \choose k} x^k (1-x)^{n-k},$$ where ${n \choose k}$ denotes a Binomial coefficient.

Properties

External links

BERNSTEIN_POLYNOMIAL

References