Wolfram Language Fast Introduction for Math Students
Los Geht’s »

Integrale

Berechne Integrale mit Integrate:

In[1]:=
Click for copyable input
Integrate[8 x^4, x]
Out[1]=

Oder gib ESCinttESC ein für einen ausfüllbaren mathematischen Ausdruck:

(Für mehr Information zu ausfüllbaren Ausdrücken, konsultiere Mathematischer Schriftsatz.)
In[2]:=
Click for copyable input
\[Integral]8 x^4 \[DifferentialD]x
Out[2]=

Gib für bestimmte Integrale ESCdinttESC ein und lege die obere und untere Grenze fest:

In[1]:=
Click for copyable input
\!\(
\*SubsuperscriptBox[\(\[Integral]\), \(0\), \(\[Pi]\)]\(Sin[
   x] \[DifferentialD]x\)\)
Out[1]=

Verwende NIntegrate für eine numerische Näherung:

In[2]:=
Click for copyable input
NIntegrate[x^3 Sin[x] + 2 Log[3 x]^2, {x, 0, Pi}]
Out[2]=

ZUM SCHNELLEN NACHSCHLAGEN: Infinitesimalrechnung »