www.michael-
buhlmann.de

Mathematik
> Summenfolgenplotter

Zurück

Summenfolgenplotter I

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

Eingabe von Folge, i- und f(i)-y-Intervall (Dezimalzahlen mit Punkt statt Komma):

Summenfolge: sn = Σi=iminn ai mit:  ai = f(i) =
Intervall, Schrittweite: n =   [, ] - 1
Bereich (von Minuswert bis Pluswert):  sn-y-Wert: +/-
Rasterweite: 

Wertetabelle, Folge

Folge: sn =

Folge: sn =

Zurück