Public
Edited
Nov 16, 2023
Insert cell
Insert cell
Insert cell
Insert cell
Plot.plot({
x:{domain:[-10,10]},
y:{domain:[-10,10]},
marks:[
Plot.ruleX([0]),
Plot.ruleY([0]),
Plot.line(x,{x:x,y:y,stroke:"red"}),
Plot.dot([[x0,0]],{fill:'black',r:5})
]
})
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
tex`{\color{blue} \text{example: } lr = 0.1, step_0 = 8, \text{find } step_1, step_2, step_3 }\\ f(x) = x^2, f'(x) = 2x,f'(8) = 16 \\ step_1 = 8 - (0.1*16) = \bold{6.4} \\ step_2 = 6.4 - (0.1*(2*6.4)) = \bold{5.12} \\ step_3 = 5.12 - (0.1*(2*5.12)) = \bold{4.096}`
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