www.michael-
buhlmann.de

Mathematik
> Folgenplotter

Zurück

Folgenplotter I

Funktionseingabe (gemäß JavaScript): Variable n als natürliche Zahl (einschließlich 0), Klammern (), Addition +, Subtraktion -, Multiplikation *, Division /, Betrag |n| = Math.abs(n), Potenzfunktion nn = Math.pow(n,n), Wurzelfunktion √n = Math.sqrt(n), Enponentialfunktion en = Math.enp(n), natürlicher Logarithmus ln(n) = Math.log(n), trigonometrische Funktionen sin(n) = Math.sin(n), cos(n) = Math.cos(n), tan(n) = Math.tan(n), trigonometrische Umkehrfunktionen arcsin(n) = Math.asin(n), arccos(n) = Math.acos(n), arctan(n) = Math.atan(n).

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

Folge (explizit): an = f(n) =  
Intervall, Schrittweite: n =   [1, ] - 1
Intervall, Schrittweite (an-Werte) [, ] -
Wertetabelle, Graph

Zurück