# Oppsummering: Andregradsfunksjoner


:::{figure} ./koder/diagram.svg
---
class: no-click, adaptive-figure
width: 100%
---
:::


::::::::{grid}
---
gutter: 2
columns: 12
---
::::::{grid-item-card}
---
columns: 6
---
**Standardform**
^^^
$$
f(x) = ax^2 + bx + c
$$


:::{plot}
width: 100%
function: (x - 1)**2 + 2
def: f(x) = (x - 1)**2 + 2
let: x0 = 1
let: y0 = 2
point: (0, f(0))
point: (x0, y0)
vline: x0, red, dashed

:::



::::::



::::::::