www.michael-
buhlmann.de

Mathematik
> Funktionenplotter

Zurück

Funktionenplotter (Polarkoordinaten) II

Funktionseingabe (gemäß JavaScript): Winkel w (Bogenmaß), Funktion r = r(w) (Radius), Klammern (), Addition +, Subtraktion -, Multiplikation *, Division /, Betrag |w| = Math.abs(w), Potenzfunktion wn = Math.pow(w,n), Wurzelfunktion √w = Math.sqrt(w), Exponentialfunktion ew = Math.exp(w), natürlicher Logarithmus ln(w) = Math.log(w), trigonometrische Funktionen sin(w) = Math.sin(w), cos(w) = Math.cos(w), tan(w) = Math.tan(w), trigonometrische Umkehrfunktionen arcsin(w) = Math.asin(w), arccos(w) = Math.acos(w), arctan(w) = Math.atan(w).

Eingabe von Funktion, w-, x- und y-Intervall, Genauigkeit (Winkel w, Dezimalzahlen mit Punkt statt Komma):

Eingabe:
Funktion: r(w) =  
Bereich w-Wert: [; ]
Schrittweite w-Werte: 
Bereich (von Minuswert bis Pluswert):  x-Wert: +/-
Bereich (von Minuswert bis Pluswert):  y-Wert: +/-

Graph

Kurve: r(w) =

Zurück