Published
Edited
Aug 28, 2018
Importers
3 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
EQ2 = t => {
const s = 1 - t;
const f = (a, b, c, d) => (s**3 * a) + (3 * s**2 * t * b) + (3 * s * t**2 * c) + (t**3 * d);
return [
f(A[0], B[0], C[0], D[0]),
f(A[1], B[1], C[1], D[1]),
];
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more