(************** Content-type: application/mathematica ************** Mathematica-Compatible Notebook This notebook can be used with any Mathematica-compatible application, such as Mathematica, MathReader or Publicon. The data for the notebook starts with the line containing stars above. To get the notebook into a Mathematica-compatible application, do one of the following: * Save the data starting with the line of stars above into a file with a name ending in .nb, then open the file inside the application; * Copy the data starting with the line of stars above to the clipboard, then use the Paste menu command inside the application. Data for notebooks contains only printable 7-bit ASCII and can be sent directly in email or through ftp in text mode. Newlines can be CR, LF or CRLF (Unix, Macintosh or MS-DOS style). NOTE: If you modify the data for this notebook not in a Mathematica- compatible application, you must delete the line below containing the word CacheID, otherwise Mathematica-compatible applications may try to use invalid cache data. For more information on notebooks and Mathematica-compatible applications, contact Wolfram Research: web: http://www.wolfram.com email: info@wolfram.com phone: +1-217-398-0700 (U.S.) Notebook reader applications are available free of charge from Wolfram Research. *******************************************************************) (*CacheID: 232*) (*NotebookFileLineBreakTest NotebookFileLineBreakTest*) (*NotebookOptionsPosition[ 8780, 402]*) (*NotebookOutlinePosition[ 9641, 433]*) (* CellTagsIndexPosition[ 9597, 429]*) (*WindowFrame->Normal*) Notebook[{ Cell["Algebraische und Symbolische Berechnungen mit Mathematica", "Section", ImageRegion->{{0, 1}, {0, 1}}], Cell[CellGroupData[{Cell["Copyright ", "Text", ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ Copyright 1994, Claudia Funke und Markus Herold TU-Berlin, FB 13, Fachgebiet \[CapitalODoubleDot]konometrie und Statistik Dieses Notebook darf ausschlie\[SZ]lich als Unterrichtsmaterial und f\ \[UDoubleDot]r private Zwecke verwendet und nicht ohne Zustimmung der Autoren \ ver\[ADoubleDot]ndert werden. \ \>", "Text", ImageRegion->{{0, 1}, {0, 1}}]}, Open]], Cell[CellGroupData[{Cell["Algebraische Berechnungen", "Subsection", ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ Neben Funktionen zur numerischen Berechnung stellt Mathematica eine Vielzahl von Befehlen zur Transformation von algebraischen Termen zur Verf\[UDoubleDot]gung. Die Funktion \ \>", "Text", ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ Expand[ Ausdruck ] \ \>", "Special1", TextAlignment->Center, ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ multipliziert Klammern aus. \ \>", "Text", ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ Expand[(x + 2y + z)^3] \ \>", "Input", PageWidth->Infinity, ImageRegion->{{0, 1}, {0, 1}}], Cell["Die Funktion ", "Text", ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ Factor[ Ausdruck ] \ \>", "Special1", TextAlignment->Center, ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ zerlegt ein Polynom in Faktoren. \ \>", "Text", ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ Factor[%] \ \>", "Input", PageWidth->Infinity, ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ Factor[6x^3 + 35 x^2 y + 58 x y^2 + 21 y^3] \ \>", "Input", PageWidth->Infinity, ImageRegion->{{0, 1}, {0, 1}}]}, Open]], Cell[CellGroupData[{Cell["L\[ODoubleDot]sungen von Gleichungen und Gleichungssystemen", \ "Subsection", ImageRegion->{{0, 1}, {0, 1}}], Cell["Die Funktion", "Text", ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ NRoots[ lhs == rhs, var ] \ \>", "Special1", TextAlignment->Center, ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ berechnet f\[UDoubleDot]r Gleichungen oder Gleichungssyteme numerische N\ \[ADoubleDot]herungsl\[ODoubleDot]sungen. Das Symbol || bezeichnet die \ logische Oder-Funktion. \ \>", "Text", ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ NRoots[x^3 - 3 x^2 - 17 x + 51 == 0, x] \ \>", "Input", PageWidth->Infinity, ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ Mathematica kann aber f\[UDoubleDot]r Polynome bis 4. Grades mit der Funktion \ \>", "Text", ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ Solve[ LinkeGleichungsseite = RechteGleichungsseite, var ] \ \>", "Special1", TextAlignment->Center, ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ ebenso die exakten L\[ODoubleDot]sungen bestimmen: \ \>", "Text", ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ Solve[x^3 - 3 x^2 - 17 x + 51 == 0, x] \ \>", "Input", PageWidth->Infinity, ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ Die L\[ODoubleDot]sung von Gleichungssystemen erfolgt analog. \ \>", "Text", ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ Solve[{x y + 5 x + 6 y == 7, x^2 + 5 x + 7 y == 8}, {x, y}] \ \>", "Input", PageWidth->Infinity, ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ ColumnForm[%] \ \>", "Input", PageWidth->Infinity, ImageRegion->{{0, 1}, {0, 1}}]}, Open]], Cell[CellGroupData[{Cell["\<\ Vereinfachung von mathematischen Ausdr\[UDoubleDot]cken durch Simplify[ ]\ \>", "Subsection", ImageRegion->{{0, 1}, {0, 1}}], Cell["Mit Hilfe der Funktion", "Text", ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ Simplify[ Ausdruck ] \ \>", "Special1", TextAlignment->Center, ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ versucht Mathematica eine Funktion in einer mathematisch \ m\[ODoubleDot]glichst \"einfachen\" Form darzustellen. \ \>", "Text", ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ Solve[a x^2 + b x + c == 0, x] \ \>", "Input", PageWidth->Infinity, ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ Simplify[%] \ \>", "Input", PageWidth->Infinity, ImageRegion->{{0, 1}, {0, 1}}]}, Open]], Cell[CellGroupData[{Cell["Integral- und Differentialrechnung", "Subsection", ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ Der Kernel von Mathematica enth\[ADoubleDot]lt auch Befehle zur Integral- und \ Differentialrechnung, die durch umfangreiche Packages erheblich erweitert \ wurden. \ \>", "Text", ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ Zum Integrieren stellt Mathematica die Funktion Integrate[ ] zur Verf\ \[UDoubleDot]gung: \ \>", "Text", ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ Integrate[ Ausdruck, x ] \ \>", "Special1", TextAlignment->Center, ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ berechnet das unbestimmte Integral, \ \>", "Text", ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ Integrate[ Ausdruck, {x, Untergrenze, Obergrenze} ] \ \>", "Special1", TextAlignment->Center, ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ berechnet das bestimmte Integral (symbolische L\[ODoubleDot]sung) und \ \>", "Text", ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ NIntegrate[ Ausdruck, {x, Untergrenze, Obergrenze} ] \ \>", "Special1", TextAlignment->Center, ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ berechnet das bestimmte Integral (numerische Approximation). \ \>", "Text", ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ Integrate[x^5/(x^6 + 1), x] \ \>", "Input", PageWidth->Infinity, ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ Integrate[Exp[x], {x, -1, 1}] \ \>", "Input", PageWidth->Infinity, ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ N[%] \ \>", "Input", PageWidth->Infinity, ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ NIntegrate[Exp[x], {x, -1, 1}] \ \>", "Input", PageWidth->Infinity, ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ % - %% \ \>", "Input", PageWidth->Infinity, ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ F\[UDoubleDot]r das Differenzieren steht die Funktion D[ ] zur Verf\ \[UDoubleDot]gung. \ \>", "Text", ImageRegion->{{0, 1}, {0, 1}}], Cell["D[ Ausdruck, x ]", "Special1", TextAlignment->Center, ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ D[4 x^2 + 3 x, x ] \ \>", "Input", PageWidth->Infinity, ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ D[x^n, x] \ \>", "Input", PageWidth->Infinity, ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ D[x^2 Log[x + a], x] \ \>", "Input", PageWidth->Infinity, ImageRegion->{{0, 1}, {0, 1}}]}, Open]], Cell[CellGroupData[{Cell["Grenzwertberechnungen", "Subsection", ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ Mit der Funktion Limit[ ] k\[ODoubleDot]nnen Grenzwertberechnungen durchgef\[UDoubleDot]hrt werden. \ \>", "Text", ImageRegion->{{0, 1}, {0, 1}}], Cell["Limit[ Ausdruck, x -> x0, Richtung -1|1 ]", "Special1", TextAlignment->Center, ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ Limit[Sin[x]/x, x -> 0] \ \>", "Input", PageWidth->Infinity, ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ Limit[1/x, x -> Infinity] \ \>", "Input", PageWidth->Infinity, ImageRegion->{{0, 1}, {0, 1}}], Cell["\<\ Limit[1/x, x -> 0, Direction -> -1] \ \>", "Input", PageWidth->Infinity, ImageRegion->{{0, 1}, {0, 1}}]}, Open]] }, FrontEndVersion->"4.1 for Microsoft Windows", ScreenRectangle->{{0, 1024}, {0, 695}}, WindowToolbars->{}, CellGrouping->Manual, WindowSize->{499, 599}, WindowMargins->{{202, Automatic}, {23, Automatic}}, PrivateNotebookOptions->{"ColorPalette"->{RGBColor, -1}}, ShowCellLabel->True, ShowCellTags->False, RenderingOptions->{"ObjectDithering"->True, "RasterDithering"->False} ] (******************************************************************* Cached data follows. If you edit this Notebook file directly, not using Mathematica, you must remove the line containing CacheID at the top of the file. The cache data will then be recreated when you save this file from within Mathematica. *******************************************************************) (*CellTagsOutline CellTagsIndex->{} *) (*CellTagsIndex CellTagsIndex->{} *) (*NotebookFileOutline Notebook[{ Cell[1707, 52, 109, 1, 70, "Section"], Cell[CellGroupData[{ Cell[1839, 55, 59, 1, 70, "Text"], Cell[1901, 58, 361, 8, 70, "Text"] }, Closed]], Cell[CellGroupData[{ Cell[2294, 68, 80, 1, 70, "Subsection"], Cell[2377, 71, 233, 5, 70, "Text"], Cell[2613, 78, 105, 5, 70, "Special1"], Cell[2721, 85, 85, 4, 70, "Text"], Cell[2809, 91, 104, 5, 70, "Input"], Cell[2916, 98, 62, 1, 70, "Text"], Cell[2981, 101, 105, 5, 70, "Special1"], Cell[3089, 108, 90, 4, 70, "Text"], Cell[3182, 114, 91, 5, 70, "Input"], Cell[3276, 121, 125, 5, 70, "Input"] }, Closed]], Cell[CellGroupData[{ Cell[3433, 128, 116, 2, 70, "Subsection"], Cell[3552, 132, 61, 1, 70, "Text"], Cell[3616, 135, 112, 5, 70, "Special1"], Cell[3731, 142, 232, 6, 70, "Text"], Cell[3966, 150, 122, 5, 70, "Input"], Cell[4091, 157, 135, 4, 70, "Text"], Cell[4229, 163, 145, 5, 70, "Special1"], Cell[4377, 170, 108, 4, 70, "Text"], Cell[4488, 176, 120, 5, 70, "Input"], Cell[4611, 183, 119, 4, 70, "Text"], Cell[4733, 189, 147, 6, 70, "Input"], Cell[4883, 197, 95, 5, 70, "Input"] }, Closed]], Cell[CellGroupData[{ Cell[5010, 204, 136, 3, 70, "Subsection"], Cell[5149, 209, 71, 1, 70, "Text"], Cell[5223, 212, 107, 5, 70, "Special1"], Cell[5333, 219, 173, 6, 70, "Text"], Cell[5509, 227, 113, 5, 70, "Input"], Cell[5625, 234, 94, 5, 70, "Input"] }, Closed]], Cell[CellGroupData[{ Cell[5751, 241, 89, 1, 70, "Subsection"], Cell[5843, 244, 223, 7, 70, "Text"], Cell[6069, 253, 149, 5, 70, "Text"], Cell[6221, 260, 111, 5, 70, "Special1"], Cell[6335, 267, 94, 4, 70, "Text"], Cell[6432, 273, 138, 5, 70, "Special1"], Cell[6573, 280, 127, 4, 70, "Text"], Cell[6703, 286, 139, 5, 70, "Special1"], Cell[6845, 293, 118, 4, 70, "Text"], Cell[6966, 299, 110, 5, 70, "Input"], Cell[7079, 306, 111, 5, 70, "Input"], Cell[7193, 313, 86, 5, 70, "Input"], Cell[7282, 320, 112, 5, 70, "Input"], Cell[7397, 327, 89, 5, 70, "Input"], Cell[7489, 334, 146, 5, 70, "Text"], Cell[7638, 341, 94, 2, 70, "Special1"], Cell[7735, 345, 101, 6, 70, "Input"], Cell[7839, 353, 91, 5, 70, "Input"], Cell[7933, 360, 102, 5, 70, "Input"] }, Closed]], Cell[CellGroupData[{ Cell[8067, 367, 76, 1, 70, "Subsection"], Cell[8146, 370, 160, 5, 70, "Text"], Cell[8309, 377, 119, 2, 70, "Special1"], Cell[8431, 381, 107, 6, 70, "Input"], Cell[8541, 389, 107, 5, 70, "Input"], Cell[8651, 396, 117, 5, 70, "Input"] }, Closed]] } ] *) (******************************************************************* End of Mathematica Notebook file. *******************************************************************)