Primzahlen-Prüfung

Geben Sie eine Zahl ein. Es wird geprüft, ob es sich um eine Primzahl handelt.


Quadratische-Gleichung

Berechnet x1 und x2 von ax2 + bx + c = 0

 x_{1,2} = \frac{-b\pm\sqrt{b^2-4ac}}{2a}

x2 + x + = 0



D2 =
x1 =
x2 =

Determinante

Berechnet x und y von
a1x + b1x = c1
a2x + b2x = c2


x + y =
x + y =



D  = a1*b2 - a2*b1 =
Dx = c1*b2 - c2*b1 =
Dy = a1*c2 - a2*c1 =
x = Dx / D =
y = Dy / D =