Difference between revisions of "Bernstein B"
From specialfunctionswiki
(Created page with "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= =Refer...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | The Bernstein polynomials $ | + | __NOTOC__ |
− | $$ | + | The Bernstein basis polynomials $b_k^n$ are defined by |
− | where ${n \choose k}$ denotes a [[Binomial coefficient]]. | + | $$b_k^n(x)={n \choose k} x^k (1-x)^{n-k},$$ |
+ | where ${n \choose k}$ denotes a [[Binomial coefficient]]. A Bernstein polynomial $B_n^k$ is defined as a linear combination of Bernstein basis polynomials, i.e. | ||
+ | $$B_n^k(x) = \displaystyle\sum_{i=0}^n \beta_i b_{i,n},$$ | ||
+ | where $\beta_i \in \mathbb{R}$. | ||
=Properties= | =Properties= | ||
+ | |||
+ | =External links= | ||
+ | [https://people.sc.fsu.edu/~jburkardt/py_src/bernstein_polynomial/bernstein_polynomial.html BERNSTEIN_POLYNOMIAL ] <br /> | ||
=References= | =References= | ||
[[Category:SpecialFunction]] | [[Category:SpecialFunction]] |
Latest revision as of 01:54, 26 November 2017
The Bernstein basis polynomials $b_k^n$ are defined by $$b_k^n(x)={n \choose k} x^k (1-x)^{n-k},$$ where ${n \choose k}$ denotes a Binomial coefficient. A Bernstein polynomial $B_n^k$ is defined as a linear combination of Bernstein basis polynomials, i.e. $$B_n^k(x) = \displaystyle\sum_{i=0}^n \beta_i b_{i,n},$$ where $\beta_i \in \mathbb{R}$.