# Polynomer

:::::{grid} 1 1 2 2
---
gutter: 3
---

::::{grid-item-card}
---
link: polynomfunksjoner/teori
link-type: doc
---
**Polynomfunksjoner**

^^^

$$
f(x) = (x - r)(ax^2 + px + q)
$$

:::{figure} ./polynomfunksjoner/figurer/teori/nullpunkter/tre_nullpunkter.svg
---
width: 100%
class: no-click, adaptive-figure
---
:::


::::


::::{grid-item-card}
---
link: polynomdivisjon/teori
link-type: doc
---
**Polynomdivisjon**

^^^

$$
\dfrac{f(x)}{x - r} = K(x) + \dfrac{R}{x - r}
$$

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

---

:::{figure} ./polynomdivisjon/koder/eksempler/eksempel_5/eksempel_5.gif
---
width: 100%
class: no-click, adaptive-figure
---
:::



::::


::::{grid-item-card}
---
link: polynomlikninger/teori
link-type: doc
---
**Polynomlikninger**

^^^

$$
x^3 + 5x^2 - x - 5 = 0
$$


$$
(x - r)(ax^2 + px + q) = 0
$$


$$
x = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a}
$$

::::


::::{grid-item-card}
---
link: derivasjon/teori
link-type: doc
---
**Den deriverte**

^^^

$$
f'(x) = 3ax^2 + 2bx + c
$$

$$
(ax^n + bx^m)' = nax^{n-1} + mbx^{m-1}
$$

$$
y - y_1 = a(x - x_1)
$$

::::


::::{grid-item-card}
---
link: optimering/teori
link-type: doc
---
**Optimering**

^^^

$$
f'(x) = 0
$$

:::{figure} ./optimering/figurer/eksempler/eksempel_3.svg
---
width: 100%
class: no-click, adaptive-figure
---
:::

$$
A'(a) = 0
$$

::::


:::::











