Your browser does not support HTML5 Canvas.

Darstellung von beliebigen Funktionen (js71.html)

Halbbreite des Koordinatensystems:
Variable x =
Funktionsterm y =
Funktionswert y =    Punkt P:

   

Folgende Operatoren stehen zur Verfügung:
(, ), +, -, *, /, ^, sqrt, % = Rest, fac, round, floor, abs, exp, log, deg, rad, sin, cos, tan,
asin, acos, atan, atan2(y,x) = Steigungswinkel, random(x) = Zahlen in [0,x), PI und E.
Beispiele von Funktionen:
y = abs(x) , y = floor(x) , y = log(x) , y = exp(x) , y = sin(x) , y = cos(x) , y = tan(x) ,
Polynomfunktionen y = 2*x - 3 , y = 1*x^2 , y = 0.5*x^3 - 3*x^2 + 4*x ,
Rationale Funktionen y = 1/(x - 3) , y = x^3/(x^2 - 4) , Parabel y = 1*sqrt(4*x) ,
Ellipse y = (4/6)*sqrt(6^2 - x^2) , Hyperbel y = (3/2)*sqrt(x^2 - 2^2) .
Sinusfunktion y = 3*sin(2*x + PI/2) , Gedämpfte Schwingung y = exp(-0.3*x)*sin(4*x) .
Gaußsche Glockenkurve y = exp(-x^2/2)/sqrt(2*PI) , mit Halbbbreite = 3.
Allgemeine Hinweise:
"clear all" und dann Term mit Maus markieren und ins Eingabefeld ziehen!
Alle Zahlenwerte werden auf zwei Dezimalen gerundet (ev. Rundungsfehler).
Ein Mausklick in die Grafik zeigt die Punktkoordinaten:  
© Herbert Paukert