ⓘ This web page is about the old AlgoSim 2 software. Perhaps you are looking for the new Algosim 3 application?
AlgoSim
Homepage | Screenshots | Gallery of Visualisation | User's Guide | Function Reference | Download | FAQ | Support | Bugs and Solutions | Donate

Reference: Bernstein

Bernstein(i, n, x) returns the ith Bernstein basis polynomial of degree n at x.

Bernstein(i, n, x) = comb(n, i)⋅x^i⋅(1−x)^(n−i), if i = 0, 1, ..., n and n are integers.