www.michael-
buhlmann.de

Mathematik
> Funktionenplotter

Zurück

Funktionenplotter (Parameterkoordinaten) II

Funktionseingabe (gemäß JavaScript): Parameter t, Funktion ((x(t),y(t)), Klammern (), Addition +, Subtraktion -, Multiplikation *, Division /, Betrag |t| = Math.abs(t), Potenzfunktion tn = Math.pow(t,n), Wurzelfunktion √t = Math.sqrt(t), Exponentialfunktion et = Math.exp(t), natürlicher Logarithmus ln(t) = Math.log(t), trigonometrische Funktionen sin(t) = Math.sin(t), cos(t) = Math.cos(t), tan(t) = Math.tan(t), trigonometrische Umkehrfunktionen arcsin(t) = Math.asin(t), arccos(t) = Math.acos(t), arctan(t) = Math.atan(t).

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

Eingabe:
Kurve, x-Koordinate: x(t) =  
Kurve, y-Koordinate: y(t) =  
Bereich t-Wert: [; ]
Schrittweite t-Werte: 
Bereich (von Minuswert bis Pluswert):  x-Wert: +/-
Bereich (von Minuswert bis Pluswert):  y-Wert: +/-

Graph

Kurve: x(t) =
y(t) =

Zurück