www.michael-
buhlmann.de

Mathematik
> Folgenplotter

Zurück

Folgenplotter Ia

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 Folge, n- und f(n)-y-Intervall (Dezimalzahlen mit Punkt statt Komma):

Folge (explizit): an = f(n) =  
Intervall, Schrittweite: n =   [, ] - 1
Bereich (von Minuswert bis Pluswert):  f(n)-y-Wert: +/-
Rasterweite: 

Wertetabelle, Folge

Folge: f(n) =

Folge: f(n) =

Zurück