(*********************************************************************** Mathematica-Compatible Notebook This notebook can be used on any computer system with Mathematica 4.0, MathReader 4.0, or any compatible application. 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[ 5517, 160]*) (*NotebookOutlinePosition[ 6195, 184]*) (* CellTagsIndexPosition[ 6151, 180]*) (*WindowFrame->Normal*) Notebook[{ Cell["\<\ To create a parametric plot, use the function ParametricPlot. This function \ is very much like the Plot function encountered earlier.\ \>", "Section", FontColor->RGBColor[0, 0, 1]], Cell[BoxData[ \(ParametricPlot[{Cos[t\/2], Sin[t\/3]}, {t, 0, 12 \[Pi]}, AspectRatio\ \[Rule] \ Automatic]\)], "Input"], Cell[BoxData[ \(ParametricPlot[{\[ExponentialE]\^t, \[ExponentialE]\^\(-t\)}, {t, \ \(-1.5\), 1.5}, AspectRatio\ \[Rule] \ Automatic]\)], "Input"], Cell[BoxData[ \(ParametricPlot[{{Cos[t], Sin[t]}, {1 + Cos[t], 2 - Sin[t]}}, {t, 0, 2 \[Pi]}, AspectRatio\ \[Rule] \ Automatic]\)], "Input"], Cell[BoxData[ \(\(?ParametricPlot\)\)], "Input"], Cell[BoxData[ \(Options[ParametricPlot]\)], "Input"], Cell["\<\ For polar plots, use the function PolarPlot. You will need to load a \ graphics package first.\ \>", "Section", FontColor->RGBColor[0, 0, 1]], Cell[BoxData[ StyleBox[\(<< \ Graphics`Graphics`\), FormatType->StandardForm, FontFamily->"Courier New"]], "Input"], Cell[BoxData[ \(PolarPlot[1 + Sin[\[Theta]], {\[Theta], \ 0, \ 2 \[Pi]}]\)], "Input"], Cell[BoxData[ \(PolarPlot[ 2 - 3\ Cos[3 \[Theta]], {\[Theta], \ 0, \ 2 \[Pi]}]\)], "Input"], Cell[BoxData[ \(PolarPlot[8\ Cos[4 \[Theta]], {\[Theta], \ 0, \ 2 \[Pi]}]\)], "Input"], Cell[BoxData[ \(\(?PolarPlot\)\)], "Input"], Cell[BoxData[ \(Options[PolarPlot]\)], "Input"], Cell["\<\ For implicit plots, use the function ImplicitPlot. You will need to load the \ package below to get started.\ \>", "Section", FontColor->RGBColor[0, 0, 1]], Cell[BoxData[ \(<< Graphics`ImplicitPlot`\)], "Input"], Cell[BoxData[ \(ImplicitPlot[x\^2 + 2\ y\^2 \[Equal] 3, {x, \(-2\), 2}]\)], "Input"], Cell[BoxData[ \(ImplicitPlot[ x\^3 + y\^3 - 3 x\ y\ \[Equal] 0, {x, \(-3\), 2}]\)], "Input"], Cell[BoxData[ \(ImplicitPlot[\((x\^2 + y\^2)\)\^2 \[Equal] 8\ x\ y, {x, \(-2\), 2}]\)], "Input"], Cell[BoxData[ \(\(?ImplicitPlot\)\)], "Input"], Cell[BoxData[ \(Options[ImplicitPlot]\)], "Input"], Cell["Now for some fancy graphs using some of the options.", "Section", FontColor->RGBColor[0, 0, 1]], Cell[BoxData[ \(ParametricPlot[{Cos[2 t], Sin[t]}, {t, \[Pi]\/2, \(3 \[Pi]\)\/2}, PlotStyle\ \[Rule] \ {RGBColor[0, \ 0, 1], Thickness[0.01]}, AspectRatio\ \[Rule] \ Automatic, AxesLabel \[Rule] {x, y}, Ticks \[Rule] {Table[n\/2, {n, \(-2\), 2}], Table[n\/2, {n, \(-2\), 2}]}, GridLines -> {Table[n\/2, {n, \(-2\), 2}], Table[n\/2, {n, \(-2\), 2}]}, PlotRange \[Rule] {{\(-1\), 1}, {\(-1\), 1}}, AxesStyle \[Rule] Thickness[0.007], DefaultFont \[Rule] 12]\)], "Input"], Cell[BoxData[ \(PolarPlot[ 3 + 2\ Sin[2 \[Theta]]\ Cos[3 \[Theta]], {\[Theta], \ 0, \ 2 \[Pi]}, PlotStyle\ \[Rule] \ {RGBColor[1, \ 0, 0], Thickness[0.01]}, AspectRatio\ \[Rule] \ Automatic, AxesLabel \[Rule] {x, y}, Ticks \[Rule] {Table[n, {n, \(-4\), 4}], Table[n, {n, \(-5\), 4}]}, GridLines -> {Table[n, {n, \(-4\), 4}], Table[n, {n, \(-5\), 4}]}, PlotRange \[Rule] {{\(-4\), 4}, {\(-5\), 4}}, AxesStyle \[Rule] Thickness[0.007], DefaultFont \[Rule] 12]\)], "Input"], Cell[BoxData[ \(ImplicitPlot[y \((x\^2 + 3\/2)\) \[Equal] 8, {x, \(-4\), 4}, PlotStyle\ \[Rule] \ {RGBColor[1, \ 0, 0], Thickness[0.01]}, AspectRatio\ \[Rule] \ Automatic, AxesLabel \[Rule] {x, y}, Ticks \[Rule] {Table[n, {n, \(-4\), 4}], Table[n, {n, 0, 6}]}, GridLines -> {Table[n, {n, \(-4\), 4}], Table[n, {n, 0, 6}]}, PlotRange \[Rule] {{\(-4\), 4}, {0, 6}}, AxesStyle \[Rule] Thickness[0.007], AxesOrigin \[Rule] {0, 0}, DefaultFont \[Rule] 12]\)], "Input"] }, FrontEndVersion->"4.0 for Microsoft Windows", ScreenRectangle->{{0, 1024}, {0, 695}}, CellGrouping->Manual, WindowSize->{496, 599}, WindowMargins->{{224, Automatic}, {Automatic, 26}} ] (*********************************************************************** 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[1717, 49, 194, 4, 95, "Section"], Cell[1914, 55, 132, 2, 64, "Input"], Cell[2049, 59, 151, 2, 50, "Input"], Cell[2203, 63, 155, 2, 50, "Input"], Cell[2361, 67, 52, 1, 30, "Input"], Cell[2416, 70, 56, 1, 30, "Input"], Cell[2475, 73, 154, 4, 74, "Section"], Cell[2632, 79, 131, 3, 30, "Input"], Cell[2766, 84, 90, 1, 30, "Input"], Cell[2859, 87, 103, 2, 30, "Input"], Cell[2965, 91, 92, 1, 30, "Input"], Cell[3060, 94, 47, 1, 30, "Input"], Cell[3110, 97, 51, 1, 30, "Input"], Cell[3164, 100, 168, 4, 74, "Section"], Cell[3335, 106, 58, 1, 30, "Input"], Cell[3396, 109, 88, 1, 31, "Input"], Cell[3487, 112, 104, 2, 31, "Input"], Cell[3594, 116, 109, 2, 32, "Input"], Cell[3706, 120, 50, 1, 30, "Input"], Cell[3759, 123, 54, 1, 30, "Input"], Cell[3816, 126, 103, 1, 53, "Section"], Cell[3922, 129, 540, 9, 187, "Input"], Cell[4465, 140, 527, 8, 150, "Input"], Cell[4995, 150, 518, 8, 164, "Input"] } ] *) (*********************************************************************** End of Mathematica Notebook file. ***********************************************************************)