Published
Edited
Dec 7, 2021
1 fork
1 star
Insert cell
Insert cell
viewof x0 = Inputs.range([0,10],{step:.1})
Insert cell
Insert cell
f = x => (x**2+1)/(x**3+1)
Insert cell
fprime = x => ((x**3+1)*2*x-3*x**2*(x**2+1))/(x**3+1)**2
Insert cell
y = x => slope*x + intercept
Insert cell
Insert cell
slope = fprime(x0)
Insert cell
intercept = f(x0)-slope*x0
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