Published
Edited
Jul 15, 2021
Insert cell
Insert cell
a = tf.tensor2d([
[2,3],
[5,4]
])
Insert cell
b = tf.tensor2d([
[8,6],
[1,3]
])
Insert cell
tf.matMul(a,b).array()
Insert cell
tf.matMul(b,a).array()
Insert cell
tf.transpose(a).array()
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