Published
Edited
Feb 18, 2022
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
V_l = 1000 // l
Insert cell
V = V_l / 1000 // m³
Insert cell
T = 320 // K
Insert cell
n = 191 // mol
Insert cell
R = idealGasConstant // J/(mol * K)
Insert cell
Insert cell
Insert cell
Insert cell
p = solve(`p * V = n * R * T`, 'p', {
V,
n,
R,
T
}) // Pa
Insert cell
roundTo(p / mega, 0.1)
Insert cell
Insert cell
Insert cell
Insert cell
K = p * V / (2/3)
Insert cell
roundTo((K / kilo) / n, 0.1)
Insert cell
Insert cell
Insert cell
roundTo(K / mega, 0.1)
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