Public
Edited
Feb 1, 2022
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
V1 = 1080 // dm³
Insert cell
V2 = 1210 // dm³
Insert cell
p1 = 211 // hPA
Insert cell
p2 = 183 // hPA
Insert cell
Insert cell
Insert cell
wolframExpanded(`linear fit (${V1}, ${p1}) (${V2}, ${p2})`)
Insert cell
a = -0.215385
Insert cell
b = 443.615
Insert cell
function getP (V) {
return (a * V) + b
}
Insert cell
Insert cell
getP(1145)
Insert cell
getP(1100)
Insert cell
getP(1300)
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