Published
Edited
Sep 6, 2021
Importers
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
viewof A = {
let A = Eigen.Matrix.zeros([2, 3], invalidation);
A.set(0, 0, 1);
A.set(1, 1, 2);
A.set(0, 2, Math.PI);
A.set(1, 2, Math.sqrt(2));
return A.show('A');
}
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