home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Mathematics / Notebooks / GUMDemo.ma next >
Text File  |  1992-07-21  |  540KB  |  30,426 lines

  1. (*^
  2.  
  3. ::[paletteColors = 128; currentKernel; 
  4.     fontset = title, inactive, noPageBreakBelow, nohscroll, preserveAspect, cellOutline, groupLikeTitle, center, M36, N36, O486, bold, R65535, L3, r58981, g58981, b58981, e8,  24, "Times"; ;
  5.     fontset = subtitle, inactive, noPageBreakBelow, nohscroll, preserveAspect, cellOutline, groupLikeTitle, center, M36, N36, O486, bold, R8100, G6950, B56548, r58981, g58981, b58981, e6,  18, "Times"; ;
  6.     fontset = subsubtitle, inactive, noPageBreakBelow, nohscroll, preserveAspect, cellOutline, groupLikeTitle, center, M36, N36, O486, bold, R32767, B32767, r58981, g58981, b58981,  14, "Times"; ;
  7.     fontset = section, inactive, noPageBreakBelow, nohscroll, preserveAspect, groupLikeSection, blackBox, M18, O486, bold, R65535, a8,  14, "Times"; ;
  8.     fontset = subsection, inactive, noPageBreakBelow, nohscroll, preserveAspect, groupLikeSection, grayBox, M19, O486, bold, B65535, a6,  12, "Times"; ;
  9.     fontset = subsubsection, inactive, noPageBreakBelow, nohscroll, preserveAspect, groupLikeSection, whiteDot, O486, R2709, G36863, B4225,  12, "Times"; ;
  10.     fontset = text, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, O487, a2, e2,  14, "Times"; ;
  11.     fontset = smalltext, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M19, N18, O487,  12;
  12.     fontset = input, noPageBreakInGroup, nohscroll, preserveAspect, groupLikeInput, M18, N5, O487, bold, a2, e2,  12, "Courier"; ;
  13.     fontset = output, output, inactive, noPageBreakInGroup, nowordwrap, preserveAspect, groupLikeOutput, M18, N5, O487, L-4, a2, e2,  12, "Courier"; ;
  14.     fontset = message, inactive, noPageBreakInGroup, nowordwrap, preserveAspect, groupLikeOutput, M42, N23, R65535,  12, "Courier"; ;
  15.     fontset = print, inactive, noPageBreakInGroup, nowordwrap, preserveAspect, groupLikeOutput, M42, N23,  12, "Courier"; ;
  16.     fontset = info, inactive, noPageBreakInGroup, nowordwrap, preserveAspect, groupLikeOutput, M42, N23,  12, "Courier"; ;
  17.     fontset = postscript, PostScript, formatAsPostScript, output, inactive, noPageBreakInGroup, nowordwrap, preserveAspect, groupLikeGraphics, M7, l33, w385, h266,  12, "Courier"; ;
  18.     fontset = name, inactive, nowordwrap, nohscroll, noKeepOnOnePage, preserveAspect, M7, italic, B65535,  10, "Times"; ;
  19.     fontset = header, inactive, noKeepOnOnePage, preserveAspect, M7,  10, "Times"; ;
  20.     fontset = Left Header, inactive,  10, "Times"; ;
  21.     fontset = footer, inactive, noKeepOnOnePage, preserveAspect, center, M7,  12;
  22.     fontset = Left Footer, inactive, center,  12;
  23.     fontset = help, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7,  10, "Times"; ;
  24.     fontset = clipboard, inactive, noKeepOnOnePage, preserveAspect, M7,  12;
  25.     fontset = completions, inactive, nowordwrap, noKeepOnOnePage, preserveAspect, M7,  12;
  26.     fontset = special1, nowordwrap, noKeepOnOnePage, preserveAspect, cellOutline, center, M36, N36, O486, b49152, a2, e2,  14, "Times"; ;
  27.     fontset = special2, inactive, nowordwrap, noKeepOnOnePage, preserveAspect, center, M7,  12;
  28.     fontset = special3, inactive, nowordwrap, noKeepOnOnePage, preserveAspect, right, M7,  12;
  29.     fontset = special4, inactive, nowordwrap, noKeepOnOnePage, preserveAspect, M7,  12;
  30.     fontset = special5, inactive, nowordwrap, noKeepOnOnePage, preserveAspect, M7,  12;]
  31. :[font = title; inactive; preserveAspect; ]
  32. Welcome to GUM
  33. ------------------
  34. Graphics Utilities
  35. for Mathematica
  36. :[font = subsubtitle; inactive; Cclosed; preserveAspect; startGroup; ]
  37. Introduction
  38. :[font = text; inactive; preserveAspect; ]
  39.     The package demonstrated here is the result of a continuing project begun in December 1990 to make Mathematica  graphics more powerful and easier to use.  It is specifically aimed toward use by students and instructors in computer laboratories, but should be of interest to anyone using Mathematica  graphics on a regular basis.
  40.     Steps are being taken to make the full package available commercially at a reasonable price. If you like what you see here, you can help this process by letting your favorite publisher of academic texts and software know you are interested!
  41. ;[s]
  42. 5:0,0;103,1;114,2;291,3;302,4;577,-1;
  43. 5:1,13,10,Times,0,14,0,0,0;1,13,10,Times,2,14,0,0,0;1,13,10,Times,0,14,0,0,0;1,13,10,Times,2,14,0,0,0;1,13,10,Times,0,14,0,0,0;
  44. :[font = subsection; inactive; preserveAspect; ]
  45. A Brief Description of GUM
  46. :[font = text; inactive; preserveAspect; endGroup; ]
  47.     The centerpiece of GUM is the PlotE (for “PlotExtended”) command, a major enhancement of the built-in Plot command which provides flexible syntax, automatic convenience features, and over 40 new options.
  48.     There are several other graphics utility commands, primarily useful in Calculus instruction: Zoom, Newton, Riemann, Trapezoidal, Simpson, PlotDirection, PlotConcavity, InterP, and Cobweb. Most of these are based on PlotE so that options and keywords for PlotE can be used with these as well. One example of each of these is given below. There are also a number of miscellaneous features not directly graphical in nature.
  49. ;[s]
  50. 29:0,0;34,1;39,2;106,3;110,4;305,5;309,6;311,7;317,8;319,9;326,10;328,11;339,12;341,13;348,14;350,15;363,16;365,17;378,18;380,19;386,20;388,21;391,22;392,23;398,24;427,25;432,26;466,27;471,28;632,-1;
  51. 29:1,13,10,Times,0,14,0,0,0;1,10,8,Courier,1,12,0,0,0;1,13,10,Times,0,14,0,0,0;1,10,8,Courier,1,12,0,0,0;1,13,10,Times,0,14,0,0,0;1,10,8,Courier,1,12,0,0,0;1,10,8,Courier,0,12,0,0,0;1,10,8,Courier,1,12,0,0,0;1,10,8,Courier,0,12,0,0,0;1,10,8,Courier,1,12,0,0,0;1,10,8,Courier,0,12,0,0,0;1,10,8,Courier,1,12,0,0,0;1,10,8,Courier,0,12,0,0,0;1,10,8,Courier,1,12,0,0,0;1,10,8,Courier,0,12,0,0,0;1,10,8,Courier,1,12,0,0,0;1,10,8,Courier,0,12,0,0,0;1,10,8,Courier,1,12,0,0,0;1,10,8,Courier,0,12,0,0,0;1,10,8,Courier,1,12,0,0,0;1,10,8,Courier,0,12,0,0,0;1,13,10,Times,0,14,0,0,0;1,10,8,Courier,0,12,0,0,0;1,10,8,Courier,1,12,0,0,0;1,13,10,Times,0,14,0,0,0;1,10,8,Courier,1,12,0,0,0;1,13,10,Times,0,14,0,0,0;1,10,8,Courier,1,12,0,0,0;1,13,10,Times,0,14,0,0,0;
  52. :[font = subtitle; inactive; Cclosed; preserveAspect; startGroup; ]
  53. PlotE
  54. :[font = text; inactive; preserveAspect; ]
  55. Note: In laboratory use the PlotE function is accessed via the command Plot. In this demonstration we will use PlotE explicitly, and Plot will give the standard Mathematica  command, allowing comparison with PlotE.
  56. ;[s]
  57. 13:0,0;28,1;33,2;71,3;75,4;111,5;116,6;133,7;137,8;161,9;172,10;208,11;213,12;214,-1;
  58. 13:1,13,10,Times,0,14,0,0,0;1,10,8,Courier,1,12,0,0,0;1,13,10,Times,0,14,0,0,0;1,10,8,Courier,1,12,0,0,0;1,13,10,Times,0,14,0,0,0;1,10,8,Courier,1,12,0,0,0;1,13,10,Times,0,14,0,0,0;1,10,8,Courier,1,12,0,0,0;1,13,10,Times,0,14,0,0,0;1,13,10,Times,2,14,0,0,0;1,13,10,Times,0,14,0,0,0;1,10,8,Courier,1,12,0,0,0;1,13,10,Times,0,14,0,0,0;
  59. :[font = section; inactive; Cclosed; preserveAspect; startGroup; ]
  60. PlotE Sampler
  61. :[font = subsubsection; inactive; preserveAspect; ]
  62. #1 - Points
  63. :[font = input; Cclosed; dontPreserveAspect; startGroup; ]
  64. PlotE[10 Sin[x],{0,Pi},
  65. Points->{{Pi/2,Red,Open},
  66. {Pi/2,5,Red,"f(b)",Above,Right,Coords},
  67. {2.5,Open},
  68. {1,Blue,XLine,YLine,Dotted,"f(a)",Above}}];
  69. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; endGroup; ]
  70. %!
  71. %%Creator: Mathematica
  72. %%AspectRatio: 0.61803 
  73. MathPictureStart
  74. /Courier findfont 10  scalefont  setfont
  75. % Scaling calculations
  76. 0.02381 0.303152 0.014715 0.05886 [
  77. [(pi/6)] 0.18254 0.01472 0 2 Msboxa
  78. [(pi/3)] 0.34127 0.01472 0 2 Msboxa
  79. [(pi/2)] 0.5 0.01472 0 2 Msboxa
  80. [(2pi/3)] 0.65873 0.01472 0 2 Msboxa
  81. [(5pi/6)] 0.81746 0.01472 0 2 Msboxa
  82. [(pi)] 0.97619 0.01472 0 2 Msboxa
  83. [(x)] 1.025 0.01472 -1 0 Msboxa
  84. [(2)] 0.01131 0.13244 1 0 Msboxa
  85. [(4)] 0.01131 0.25016 1 0 Msboxa
  86. [(6)] 0.01131 0.36788 1 0 Msboxa
  87. [(8)] 0.01131 0.4856 1 0 Msboxa
  88. [(10)] 0.01131 0.60332 1 0 Msboxa
  89. [(y)] 0.02381 0.61803 0 -4 Msboxa
  90. [ -0.001 -0.001 0 0 ]
  91. [ 1.001 0.61903 0 0 ]
  92. ] MathScale
  93. % Start of Graphics
  94. 1 setlinecap
  95. 1 setlinejoin
  96. newpath
  97. %%Object: Graphics
  98. [ ] 0 setdash
  99. 0 setgray
  100. gsave
  101. gsave
  102. 0.002 setlinewidth
  103. 0.18254 0.01472 moveto
  104. 0.18254 0.02097 lineto
  105. stroke
  106. grestore
  107. [(pi/6)] 0.18254 0.01472 0 2 Mshowa
  108. gsave
  109. 0.002 setlinewidth
  110. 0.34127 0.01472 moveto
  111. 0.34127 0.02097 lineto
  112. stroke
  113. grestore
  114. [(pi/3)] 0.34127 0.01472 0 2 Mshowa
  115. gsave
  116. 0.002 setlinewidth
  117. 0.5 0.01472 moveto
  118. 0.5 0.02097 lineto
  119. stroke
  120. grestore
  121. [(pi/2)] 0.5 0.01472 0 2 Mshowa
  122. gsave
  123. 0.002 setlinewidth
  124. 0.65873 0.01472 moveto
  125. 0.65873 0.02097 lineto
  126. stroke
  127. grestore
  128. [(2pi/3)] 0.65873 0.01472 0 2 Mshowa
  129. gsave
  130. 0.002 setlinewidth
  131. 0.81746 0.01472 moveto
  132. 0.81746 0.02097 lineto
  133. stroke
  134. grestore
  135. [(5pi/6)] 0.81746 0.01472 0 2 Mshowa
  136. gsave
  137. 0.002 setlinewidth
  138. 0.97619 0.01472 moveto
  139. 0.97619 0.02097 lineto
  140. stroke
  141. grestore
  142. [(pi)] 0.97619 0.01472 0 2 Mshowa
  143. [(x)] 1.025 0.01472 -1 0 Mshowa
  144. gsave
  145. 0.002 setlinewidth
  146. 0 0.01472 moveto
  147. 1 0.01472 lineto
  148. stroke
  149. grestore
  150. gsave
  151. 0.002 setlinewidth
  152. 0.02381 0.13244 moveto
  153. 0.03006 0.13244 lineto
  154. stroke
  155. grestore
  156. [(2)] 0.01131 0.13244 1 0 Mshowa
  157. gsave
  158. 0.002 setlinewidth
  159. 0.02381 0.25016 moveto
  160. 0.03006 0.25016 lineto
  161. stroke
  162. grestore
  163. [(4)] 0.01131 0.25016 1 0 Mshowa
  164. gsave
  165. 0.002 setlinewidth
  166. 0.02381 0.36788 moveto
  167. 0.03006 0.36788 lineto
  168. stroke
  169. grestore
  170. [(6)] 0.01131 0.36788 1 0 Mshowa
  171. gsave
  172. 0.002 setlinewidth
  173. 0.02381 0.4856 moveto
  174. 0.03006 0.4856 lineto
  175. stroke
  176. grestore
  177. [(8)] 0.01131 0.4856 1 0 Mshowa
  178. gsave
  179. 0.002 setlinewidth
  180. 0.02381 0.60332 moveto
  181. 0.03006 0.60332 lineto
  182. stroke
  183. grestore
  184. [(10)] 0.01131 0.60332 1 0 Mshowa
  185. gsave
  186. 0.001 setlinewidth
  187. 0.02381 0.03826 moveto
  188. 0.02756 0.03826 lineto
  189. stroke
  190. grestore
  191. gsave
  192. 0.001 setlinewidth
  193. 0.02381 0.0618 moveto
  194. 0.02756 0.0618 lineto
  195. stroke
  196. grestore
  197. gsave
  198. 0.001 setlinewidth
  199. 0.02381 0.08535 moveto
  200. 0.02756 0.08535 lineto
  201. stroke
  202. grestore
  203. gsave
  204. 0.001 setlinewidth
  205. 0.02381 0.10889 moveto
  206. 0.02756 0.10889 lineto
  207. stroke
  208. grestore
  209. gsave
  210. 0.001 setlinewidth
  211. 0.02381 0.15598 moveto
  212. 0.02756 0.15598 lineto
  213. stroke
  214. grestore
  215. gsave
  216. 0.001 setlinewidth
  217. 0.02381 0.17952 moveto
  218. 0.02756 0.17952 lineto
  219. stroke
  220. grestore
  221. gsave
  222. 0.001 setlinewidth
  223. 0.02381 0.20307 moveto
  224. 0.02756 0.20307 lineto
  225. stroke
  226. grestore
  227. gsave
  228. 0.001 setlinewidth
  229. 0.02381 0.22661 moveto
  230. 0.02756 0.22661 lineto
  231. stroke
  232. grestore
  233. gsave
  234. 0.001 setlinewidth
  235. 0.02381 0.2737 moveto
  236. 0.02756 0.2737 lineto
  237. stroke
  238. grestore
  239. gsave
  240. 0.001 setlinewidth
  241. 0.02381 0.29724 moveto
  242. 0.02756 0.29724 lineto
  243. stroke
  244. grestore
  245. gsave
  246. 0.001 setlinewidth
  247. 0.02381 0.32079 moveto
  248. 0.02756 0.32079 lineto
  249. stroke
  250. grestore
  251. gsave
  252. 0.001 setlinewidth
  253. 0.02381 0.34433 moveto
  254. 0.02756 0.34433 lineto
  255. stroke
  256. grestore
  257. gsave
  258. 0.001 setlinewidth
  259. 0.02381 0.39142 moveto
  260. 0.02756 0.39142 lineto
  261. stroke
  262. grestore
  263. gsave
  264. 0.001 setlinewidth
  265. 0.02381 0.41497 moveto
  266. 0.02756 0.41497 lineto
  267. stroke
  268. grestore
  269. gsave
  270. 0.001 setlinewidth
  271. 0.02381 0.43851 moveto
  272. 0.02756 0.43851 lineto
  273. stroke
  274. grestore
  275. gsave
  276. 0.001 setlinewidth
  277. 0.02381 0.46205 moveto
  278. 0.02756 0.46205 lineto
  279. stroke
  280. grestore
  281. gsave
  282. 0.001 setlinewidth
  283. 0.02381 0.50914 moveto
  284. 0.02756 0.50914 lineto
  285. stroke
  286. grestore
  287. gsave
  288. 0.001 setlinewidth
  289. 0.02381 0.53269 moveto
  290. 0.02756 0.53269 lineto
  291. stroke
  292. grestore
  293. gsave
  294. 0.001 setlinewidth
  295. 0.02381 0.55623 moveto
  296. 0.02756 0.55623 lineto
  297. stroke
  298. grestore
  299. gsave
  300. 0.001 setlinewidth
  301. 0.02381 0.57977 moveto
  302. 0.02756 0.57977 lineto
  303. stroke
  304. grestore
  305. [(y)] 0.02381 0.61803 0 -4 Mshowa
  306. gsave
  307. 0.002 setlinewidth
  308. 0.02381 0 moveto
  309. 0.02381 0.61803 lineto
  310. stroke
  311. grestore
  312. grestore
  313. 0 0 moveto
  314. 1 0 lineto
  315. 1 0.61803 lineto
  316. 0 0.61803 lineto
  317. closepath
  318. clip
  319. newpath
  320. gsave
  321. gsave
  322. 0 0 1 setrgbcolor
  323. [ ] 0 setdash
  324. 1 Mabswid
  325. 0.02381 0.01472 moveto
  326. 0.06349 0.09154 lineto
  327. 0.10317 0.16706 lineto
  328. 0.14286 0.23996 lineto
  329. 0.18254 0.30902 lineto
  330. 0.22222 0.37303 lineto
  331. 0.2619 0.43092 lineto
  332. 0.30159 0.48169 lineto
  333. 0.34127 0.52446 lineto
  334. 0.38095 0.55851 lineto
  335. 0.42063 0.58326 lineto
  336. 0.44048 0.59201 lineto
  337. 0.4504 0.59546 lineto
  338. 0.46032 0.59828 lineto
  339. 0.47024 0.60048 lineto
  340. 0.4752 0.60135 lineto
  341. 0.48016 0.60206 lineto
  342. 0.48512 0.60261 lineto
  343. 0.4876 0.60283 lineto
  344. 0.49008 0.603 lineto
  345. 0.49256 0.60314 lineto
  346. 0.4938 0.6032 lineto
  347. 0.49504 0.60324 lineto
  348. 0.49628 0.60327 lineto
  349. 0.49752 0.6033 lineto
  350. 0.49876 0.60331 lineto
  351. 0.5 0.60332 lineto
  352. 0.50124 0.60331 lineto
  353. 0.50248 0.6033 lineto
  354. 0.50372 0.60327 lineto
  355. 0.50496 0.60324 lineto
  356. 0.50744 0.60314 lineto
  357. 0.50992 0.603 lineto
  358. 0.5124 0.60283 lineto
  359. 0.51488 0.60261 lineto
  360. 0.51984 0.60206 lineto
  361. 0.5248 0.60135 lineto
  362. 0.52976 0.60048 lineto
  363. 0.53968 0.59828 lineto
  364. 0.5496 0.59546 lineto
  365. 0.55952 0.59201 lineto
  366. 0.57937 0.58326 lineto
  367. 0.61905 0.55851 lineto
  368. 0.65873 0.52446 lineto
  369. 0.69841 0.48169 lineto
  370. 0.7381 0.43092 lineto
  371. 0.77778 0.37303 lineto
  372. 0.81746 0.30902 lineto
  373. 0.85714 0.23996 lineto
  374. 0.89683 0.16706 lineto
  375. Mistroke
  376. 0.93651 0.09154 lineto
  377. 0.97619 0.01472 lineto
  378. Mfstroke
  379. grestore
  380. grestore
  381. gsave
  382. 0 0 1 setrgbcolor
  383. [ 8 4 ] 0 Mabsdash
  384. 1 Mabswid
  385. 0.32696 0.50412 moveto
  386. 0.32696 0.01472 lineto
  387. stroke
  388. grestore
  389. gsave
  390. 0 0 1 setrgbcolor
  391. [ 8 4 ] 0 Mabsdash
  392. 1 Mabswid
  393. 0.31744 0.51001 moveto
  394. 0.02381 0.51001 lineto
  395. stroke
  396. grestore
  397. gsave
  398. 1 0 0 setrgbcolor
  399. [ ] 0 setdash
  400. 6 Mabswid
  401. 0.5 0.60332 Mdot
  402. 1 1 1 setrgbcolor
  403. 4 Mabswid
  404. 0.5 0.60332 Mdot
  405. grestore
  406. gsave
  407. 1 0 0 setrgbcolor
  408. [ ] 0 setdash
  409. 6 Mabswid
  410. 0.5 0.30902 Mdot
  411. gsave
  412. [(f\(b\))] 0.5 0.30902 -2 -3 Mshowa
  413. grestore
  414. gsave
  415. [(\(1.57,5.\))] 0.5 0.30902 0 3 Mshowa
  416. grestore
  417. grestore
  418. gsave
  419. 0 0 1 setrgbcolor
  420. [ ] 0 setdash
  421. 6 Mabswid
  422. 0.78169 0.36698 Mdot
  423. 1 1 1 setrgbcolor
  424. 4 Mabswid
  425. 0.78169 0.36698 Mdot
  426. grestore
  427. gsave
  428. 0 0 1 setrgbcolor
  429. [ ] 0 setdash
  430. 6 Mabswid
  431. 0.32696 0.51001 Mdot
  432. gsave
  433. [(f\(a\))] 0.32696 0.51001 0 -3 Mshowa
  434. grestore
  435. grestore
  436. % End of Graphics
  437. MathPictureEnd
  438. :[font = subsubsection; inactive; preserveAspect; ]
  439. #2 - Regions & Polygons
  440. :[font = input; Cclosed; dontPreserveAspect; startGroup; ]
  441. PlotE[{0,Pi},{0,1},
  442. Regions->
  443. {{Pi/3,2Pi/3,Sin[x]/3,Sin[x]/2,Fill,Blue},
  444. {0,1,Sin[y]/2,Sin[y],Fill,Green}},
  445. Polygons->{{Pi/3,0.6},{2Pi/3,0.6},{Pi/2,1},
  446. Fill,Yellow,Edges,Blue,Dotted,Dots,Red}];
  447. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; endGroup; ]
  448. %!
  449. %%Creator: Mathematica
  450. %%AspectRatio: 0.61803 
  451. MathPictureStart
  452. /Courier findfont 10  scalefont  setfont
  453. % Scaling calculations
  454. 0.02381 0.303152 0.014715 0.588604 [
  455. [(pi/6)] 0.18254 0.01472 0 2 Msboxa
  456. [(pi/3)] 0.34127 0.01472 0 2 Msboxa
  457. [(pi/2)] 0.5 0.01472 0 2 Msboxa
  458. [(2pi/3)] 0.65873 0.01472 0 2 Msboxa
  459. [(5pi/6)] 0.81746 0.01472 0 2 Msboxa
  460. [(pi)] 0.97619 0.01472 0 2 Msboxa
  461. [(x)] 1.025 0.01472 -1 0 Msboxa
  462. [(0.2)] 0.01131 0.13244 1 0 Msboxa
  463. [(0.4)] 0.01131 0.25016 1 0 Msboxa
  464. [(0.6)] 0.01131 0.36788 1 0 Msboxa
  465. [(0.8)] 0.01131 0.4856 1 0 Msboxa
  466. [(1)] 0.01131 0.60332 1 0 Msboxa
  467. [(y)] 0.02381 0.61803 0 -4 Msboxa
  468. [ -0.001 -0.001 0 0 ]
  469. [ 1.001 0.61903 0 0 ]
  470. ] MathScale
  471. % Start of Graphics
  472. 1 setlinecap
  473. 1 setlinejoin
  474. newpath
  475. %%Object: Graphics
  476. [ ] 0 setdash
  477. 0 setgray
  478. gsave
  479. gsave
  480. 0.002 setlinewidth
  481. 0.18254 0.01472 moveto
  482. 0.18254 0.02097 lineto
  483. stroke
  484. grestore
  485. [(pi/6)] 0.18254 0.01472 0 2 Mshowa
  486. gsave
  487. 0.002 setlinewidth
  488. 0.34127 0.01472 moveto
  489. 0.34127 0.02097 lineto
  490. stroke
  491. grestore
  492. [(pi/3)] 0.34127 0.01472 0 2 Mshowa
  493. gsave
  494. 0.002 setlinewidth
  495. 0.5 0.01472 moveto
  496. 0.5 0.02097 lineto
  497. stroke
  498. grestore
  499. [(pi/2)] 0.5 0.01472 0 2 Mshowa
  500. gsave
  501. 0.002 setlinewidth
  502. 0.65873 0.01472 moveto
  503. 0.65873 0.02097 lineto
  504. stroke
  505. grestore
  506. [(2pi/3)] 0.65873 0.01472 0 2 Mshowa
  507. gsave
  508. 0.002 setlinewidth
  509. 0.81746 0.01472 moveto
  510. 0.81746 0.02097 lineto
  511. stroke
  512. grestore
  513. [(5pi/6)] 0.81746 0.01472 0 2 Mshowa
  514. gsave
  515. 0.002 setlinewidth
  516. 0.97619 0.01472 moveto
  517. 0.97619 0.02097 lineto
  518. stroke
  519. grestore
  520. [(pi)] 0.97619 0.01472 0 2 Mshowa
  521. [(x)] 1.025 0.01472 -1 0 Mshowa
  522. gsave
  523. 0.002 setlinewidth
  524. 0 0.01472 moveto
  525. 1 0.01472 lineto
  526. stroke
  527. grestore
  528. gsave
  529. 0.002 setlinewidth
  530. 0.02381 0.13244 moveto
  531. 0.03006 0.13244 lineto
  532. stroke
  533. grestore
  534. [(0.2)] 0.01131 0.13244 1 0 Mshowa
  535. gsave
  536. 0.002 setlinewidth
  537. 0.02381 0.25016 moveto
  538. 0.03006 0.25016 lineto
  539. stroke
  540. grestore
  541. [(0.4)] 0.01131 0.25016 1 0 Mshowa
  542. gsave
  543. 0.002 setlinewidth
  544. 0.02381 0.36788 moveto
  545. 0.03006 0.36788 lineto
  546. stroke
  547. grestore
  548. [(0.6)] 0.01131 0.36788 1 0 Mshowa
  549. gsave
  550. 0.002 setlinewidth
  551. 0.02381 0.4856 moveto
  552. 0.03006 0.4856 lineto
  553. stroke
  554. grestore
  555. [(0.8)] 0.01131 0.4856 1 0 Mshowa
  556. gsave
  557. 0.002 setlinewidth
  558. 0.02381 0.60332 moveto
  559. 0.03006 0.60332 lineto
  560. stroke
  561. grestore
  562. [(1)] 0.01131 0.60332 1 0 Mshowa
  563. gsave
  564. 0.001 setlinewidth
  565. 0.02381 0.03826 moveto
  566. 0.02756 0.03826 lineto
  567. stroke
  568. grestore
  569. gsave
  570. 0.001 setlinewidth
  571. 0.02381 0.0618 moveto
  572. 0.02756 0.0618 lineto
  573. stroke
  574. grestore
  575. gsave
  576. 0.001 setlinewidth
  577. 0.02381 0.08535 moveto
  578. 0.02756 0.08535 lineto
  579. stroke
  580. grestore
  581. gsave
  582. 0.001 setlinewidth
  583. 0.02381 0.10889 moveto
  584. 0.02756 0.10889 lineto
  585. stroke
  586. grestore
  587. gsave
  588. 0.001 setlinewidth
  589. 0.02381 0.15598 moveto
  590. 0.02756 0.15598 lineto
  591. stroke
  592. grestore
  593. gsave
  594. 0.001 setlinewidth
  595. 0.02381 0.17952 moveto
  596. 0.02756 0.17952 lineto
  597. stroke
  598. grestore
  599. gsave
  600. 0.001 setlinewidth
  601. 0.02381 0.20307 moveto
  602. 0.02756 0.20307 lineto
  603. stroke
  604. grestore
  605. gsave
  606. 0.001 setlinewidth
  607. 0.02381 0.22661 moveto
  608. 0.02756 0.22661 lineto
  609. stroke
  610. grestore
  611. gsave
  612. 0.001 setlinewidth
  613. 0.02381 0.2737 moveto
  614. 0.02756 0.2737 lineto
  615. stroke
  616. grestore
  617. gsave
  618. 0.001 setlinewidth
  619. 0.02381 0.29724 moveto
  620. 0.02756 0.29724 lineto
  621. stroke
  622. grestore
  623. gsave
  624. 0.001 setlinewidth
  625. 0.02381 0.32079 moveto
  626. 0.02756 0.32079 lineto
  627. stroke
  628. grestore
  629. gsave
  630. 0.001 setlinewidth
  631. 0.02381 0.34433 moveto
  632. 0.02756 0.34433 lineto
  633. stroke
  634. grestore
  635. gsave
  636. 0.001 setlinewidth
  637. 0.02381 0.39142 moveto
  638. 0.02756 0.39142 lineto
  639. stroke
  640. grestore
  641. gsave
  642. 0.001 setlinewidth
  643. 0.02381 0.41497 moveto
  644. 0.02756 0.41497 lineto
  645. stroke
  646. grestore
  647. gsave
  648. 0.001 setlinewidth
  649. 0.02381 0.43851 moveto
  650. 0.02756 0.43851 lineto
  651. stroke
  652. grestore
  653. gsave
  654. 0.001 setlinewidth
  655. 0.02381 0.46205 moveto
  656. 0.02756 0.46205 lineto
  657. stroke
  658. grestore
  659. gsave
  660. 0.001 setlinewidth
  661. 0.02381 0.50914 moveto
  662. 0.02756 0.50914 lineto
  663. stroke
  664. grestore
  665. gsave
  666. 0.001 setlinewidth
  667. 0.02381 0.53269 moveto
  668. 0.02756 0.53269 lineto
  669. stroke
  670. grestore
  671. gsave
  672. 0.001 setlinewidth
  673. 0.02381 0.55623 moveto
  674. 0.02756 0.55623 lineto
  675. stroke
  676. grestore
  677. gsave
  678. 0.001 setlinewidth
  679. 0.02381 0.57977 moveto
  680. 0.02756 0.57977 lineto
  681. stroke
  682. grestore
  683. [(y)] 0.02381 0.61803 0 -4 Mshowa
  684. gsave
  685. 0.002 setlinewidth
  686. 0.02381 0 moveto
  687. 0.02381 0.61803 lineto
  688. stroke
  689. grestore
  690. grestore
  691. 0 0 moveto
  692. 1 0 lineto
  693. 1 0.61803 lineto
  694. 0 0.61803 lineto
  695. closepath
  696. clip
  697. newpath
  698. gsave
  699. 0 1 0 setrgbcolor
  700. 0.02381 0.01472 moveto
  701. 0.03644 0.03924 lineto
  702. 0.04904 0.06377 lineto
  703. 0.0616 0.08829 lineto
  704. 0.0741 0.11282 lineto
  705. 0.08651 0.13734 lineto
  706. 0.09881 0.16187 lineto
  707. 0.11098 0.18639 lineto
  708. 0.123 0.21092 lineto
  709. 0.13485 0.23544 lineto
  710. 0.1465 0.25997 lineto
  711. 0.15794 0.28449 lineto
  712. 0.16915 0.30902 lineto
  713. 0.1801 0.33354 lineto
  714. 0.19079 0.35807 lineto
  715. 0.20118 0.38259 lineto
  716. 0.21127 0.40712 lineto
  717. 0.22103 0.43164 lineto
  718. 0.23045 0.45617 lineto
  719. 0.23951 0.48069 lineto
  720. 0.2482 0.50522 lineto
  721. 0.25649 0.52974 lineto
  722. 0.26438 0.55427 lineto
  723. 0.27186 0.57879 lineto
  724. 0.2789 0.60332 lineto
  725. 0.15136 0.60332 lineto
  726. 0.2789 0.60332 lineto
  727. 0.15136 0.60332 lineto
  728. 0.14783 0.57879 lineto
  729. 0.1441 0.55427 lineto
  730. 0.14015 0.52974 lineto
  731. 0.136 0.50522 lineto
  732. 0.13166 0.48069 lineto
  733. 0.12713 0.45617 lineto
  734. 0.12242 0.43164 lineto
  735. 0.11754 0.40712 lineto
  736. 0.1125 0.38259 lineto
  737. 0.1073 0.35807 lineto
  738. 0.10196 0.33354 lineto
  739. 0.09648 0.30902 lineto
  740. 0.09088 0.28449 lineto
  741. 0.08515 0.25997 lineto
  742. 0.07933 0.23544 lineto
  743. 0.0734 0.21092 lineto
  744. 0.0674 0.18639 lineto
  745. 0.06131 0.16187 lineto
  746. 0.05516 0.13734 lineto
  747. 0.04896 0.11282 lineto
  748. 0.04271 0.08829 lineto
  749. 0.03643 0.06377 lineto
  750. 0.03012 0.03924 lineto
  751. 0.02381 0.01472 lineto
  752. 0.02381 0.01472 lineto
  753. 0.02381 0.01472 lineto
  754. fill
  755. grestore
  756. gsave
  757. 0 0 1 setrgbcolor
  758. 0.65873 0.18463 moveto
  759. 0.65873 0.26959 lineto
  760. 0.65873 0.26959 lineto
  761. 0.6455 0.27576 lineto
  762. 0.63228 0.28144 lineto
  763. 0.61905 0.28661 lineto
  764. 0.60582 0.29127 lineto
  765. 0.59259 0.2954 lineto
  766. 0.57937 0.29899 lineto
  767. 0.56614 0.30204 lineto
  768. 0.55291 0.30455 lineto
  769. 0.53968 0.3065 lineto
  770. 0.53307 0.30727 lineto
  771. 0.52646 0.3079 lineto
  772. 0.51984 0.30839 lineto
  773. 0.51653 0.30858 lineto
  774. 0.51323 0.30874 lineto
  775. 0.50992 0.30886 lineto
  776. 0.50827 0.30891 lineto
  777. 0.50661 0.30895 lineto
  778. 0.50496 0.30898 lineto
  779. 0.50413 0.30899 lineto
  780. 0.50331 0.309 lineto
  781. 0.50248 0.30901 lineto
  782. 0.50165 0.30901 lineto
  783. 0.50124 0.30901 lineto
  784. 0.50083 0.30902 lineto
  785. 0.50041 0.30902 lineto
  786. 0.5 0.30902 lineto
  787. 0.49959 0.30902 lineto
  788. 0.49917 0.30902 lineto
  789. 0.49876 0.30901 lineto
  790. 0.49835 0.30901 lineto
  791. 0.49793 0.30901 lineto
  792. 0.49752 0.30901 lineto
  793. 0.49669 0.309 lineto
  794. 0.49587 0.30899 lineto
  795. 0.49504 0.30898 lineto
  796. 0.49339 0.30895 lineto
  797. 0.49173 0.30891 lineto
  798. 0.49008 0.30886 lineto
  799. 0.48677 0.30874 lineto
  800. 0.48347 0.30858 lineto
  801. 0.48016 0.30839 lineto
  802. 0.47354 0.3079 lineto
  803. 0.46693 0.30727 lineto
  804. 0.46032 0.3065 lineto
  805. 0.44709 0.30455 lineto
  806. 0.43386 0.30204 lineto
  807. 0.42063 0.29899 lineto
  808. 0.40741 0.2954 lineto
  809. 0.39418 0.29127 lineto
  810. 0.38095 0.28661 lineto
  811. 0.36772 0.28144 lineto
  812. 0.3545 0.27576 lineto
  813. 0.34127 0.26959 lineto
  814. 0.34127 0.26959 lineto
  815. 0.34127 0.18463 lineto
  816. 0.34127 0.18463 lineto
  817. 0.3545 0.18875 lineto
  818. 0.36772 0.19253 lineto
  819. 0.38095 0.19598 lineto
  820. 0.39418 0.19908 lineto
  821. 0.40741 0.20184 lineto
  822. 0.42063 0.20423 lineto
  823. 0.43386 0.20627 lineto
  824. 0.44709 0.20794 lineto
  825. 0.46032 0.20924 lineto
  826. 0.46693 0.20975 lineto
  827. 0.47354 0.21017 lineto
  828. 0.48016 0.2105 lineto
  829. 0.48347 0.21062 lineto
  830. 0.48677 0.21073 lineto
  831. 0.49008 0.21081 lineto
  832. 0.49173 0.21084 lineto
  833. 0.49339 0.21087 lineto
  834. 0.49504 0.21089 lineto
  835. 0.49587 0.2109 lineto
  836. 0.49669 0.2109 lineto
  837. 0.49752 0.21091 lineto
  838. 0.49793 0.21091 lineto
  839. 0.49835 0.21091 lineto
  840. 0.49876 0.21091 lineto
  841. 0.49917 0.21092 lineto
  842. 0.49959 0.21092 lineto
  843. 0.5 0.21092 lineto
  844. 0.50041 0.21092 lineto
  845. 0.50083 0.21092 lineto
  846. 0.50124 0.21091 lineto
  847. 0.50165 0.21091 lineto
  848. 0.50248 0.21091 lineto
  849. 0.50331 0.2109 lineto
  850. 0.50413 0.2109 lineto
  851. 0.50496 0.21089 lineto
  852. 0.50661 0.21087 lineto
  853. 0.50827 0.21084 lineto
  854. 0.50992 0.21081 lineto
  855. 0.51323 0.21073 lineto
  856. 0.51653 0.21062 lineto
  857. 0.51984 0.2105 lineto
  858. 0.52646 0.21017 lineto
  859. 0.53307 0.20975 lineto
  860. 0.53968 0.20924 lineto
  861. 0.55291 0.20794 lineto
  862. 0.56614 0.20627 lineto
  863. 0.57937 0.20423 lineto
  864. 0.59259 0.20184 lineto
  865. 0.60582 0.19908 lineto
  866. 0.61905 0.19598 lineto
  867. 0.63228 0.19253 lineto
  868. 0.6455 0.18875 lineto
  869. 0.65873 0.18463 lineto
  870. fill
  871. grestore
  872. gsave
  873. 1 1 0 setrgbcolor
  874. 0.34127 0.36788 moveto
  875. 0.65873 0.36788 lineto
  876. 0.5 0.60332 lineto
  877. 0.34127 0.36788 lineto
  878. fill
  879. 0 0 1 setrgbcolor
  880. [ 8 4 ] 0 Mabsdash
  881. 1 Mabswid
  882. 0.34127 0.36788 moveto
  883. 0.65873 0.36788 lineto
  884. 0.5 0.60332 lineto
  885. 0.34127 0.36788 lineto
  886. stroke
  887. 1 0 0 setrgbcolor
  888. [ ] 0 setdash
  889. 4 Mabswid
  890. 0.34127 0.36788 Mdot
  891. 0.65873 0.36788 Mdot
  892. 0.5 0.60332 Mdot
  893. 0.34127 0.36788 Mdot
  894. grestore
  895. gsave
  896. gsave
  897. 1 1 1 setrgbcolor
  898. [ ] 0 setdash
  899. 1 Mabswid
  900. 0.02381 0.01472 moveto
  901. 0.06349 0.09176 lineto
  902. 0.10317 0.16881 lineto
  903. 0.14286 0.24586 lineto
  904. 0.18254 0.32291 lineto
  905. 0.22222 0.39996 lineto
  906. 0.2619 0.477 lineto
  907. 0.30159 0.55405 lineto
  908. stroke
  909. 0.33454 0.61803 moveto
  910. 0.30159 0.55405 lineto
  911. stroke
  912. stroke
  913. stroke
  914. stroke
  915. stroke
  916. stroke
  917. stroke
  918. stroke
  919. stroke
  920. stroke
  921. stroke
  922. stroke
  923. stroke
  924. stroke
  925. stroke
  926. stroke
  927. stroke
  928. stroke
  929. grestore
  930. grestore
  931. % End of Graphics
  932. MathPictureEnd
  933. :[font = subsubsection; inactive; preserveAspect; ]
  934. #3 - Graph Fills
  935. :[font = input; Cclosed; dontPreserveAspect; startGroup; ]
  936. PlotE[{0,Sin[x],x,Tan[x]},{0,1},{0,1.5},Black,SameScale,
  937. GraphFill->{Cyan,Yellow,Magenta},Background->Thistle];
  938. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 177; pictureHeight = 266; endGroup; ]
  939. %!
  940. %%Creator: Mathematica
  941. %%AspectRatio: 1.5 
  942. MathPictureStart
  943. /Courier findfont 10  scalefont  setfont
  944. % Scaling calculations
  945. 0.02381 0.952381 0.035714 0.952381 [
  946. [(0.2)] 0.21429 0.03571 0 2 Msboxa
  947. [(0.4)] 0.40476 0.03571 0 2 Msboxa
  948. [(0.6)] 0.59524 0.03571 0 2 Msboxa
  949. [(0.8)] 0.78571 0.03571 0 2 Msboxa
  950. [(1)] 0.97619 0.03571 0 2 Msboxa
  951. [(x)] 1.025 0.03571 -1 0 Msboxa
  952. [(0.2)] 0.01131 0.22619 1 0 Msboxa
  953. [(0.4)] 0.01131 0.41667 1 0 Msboxa
  954. [(0.6)] 0.01131 0.60714 1 0 Msboxa
  955. [(0.8)] 0.01131 0.79762 1 0 Msboxa
  956. [(1)] 0.01131 0.9881 1 0 Msboxa
  957. [(1.2)] 0.01131 1.17857 1 0 Msboxa
  958. [(1.4)] 0.01131 1.36905 1 0 Msboxa
  959. [(y)] 0.02381 1.5 0 -4 Msboxa
  960. [ -0.001 -0.001 0 0 ]
  961. [ 1.001 1.501 0 0 ]
  962. ] MathScale
  963. % Start of Graphics
  964. 1 setlinecap
  965. 1 setlinejoin
  966. newpath
  967. %%Object: Graphics
  968. [ ] 0 setdash
  969. gsave
  970. 0.85 0.75 0.85 setrgbcolor
  971. clippath
  972. fill
  973. grestore
  974. 0 setgray
  975. gsave
  976. gsave
  977. 0.002 setlinewidth
  978. 0.21429 0.03571 moveto
  979. 0.21429 0.04196 lineto
  980. stroke
  981. grestore
  982. [(0.2)] 0.21429 0.03571 0 2 Mshowa
  983. gsave
  984. 0.002 setlinewidth
  985. 0.40476 0.03571 moveto
  986. 0.40476 0.04196 lineto
  987. stroke
  988. grestore
  989. [(0.4)] 0.40476 0.03571 0 2 Mshowa
  990. gsave
  991. 0.002 setlinewidth
  992. 0.59524 0.03571 moveto
  993. 0.59524 0.04196 lineto
  994. stroke
  995. grestore
  996. [(0.6)] 0.59524 0.03571 0 2 Mshowa
  997. gsave
  998. 0.002 setlinewidth
  999. 0.78571 0.03571 moveto
  1000. 0.78571 0.04196 lineto
  1001. stroke
  1002. grestore
  1003. [(0.8)] 0.78571 0.03571 0 2 Mshowa
  1004. gsave
  1005. 0.002 setlinewidth
  1006. 0.97619 0.03571 moveto
  1007. 0.97619 0.04196 lineto
  1008. stroke
  1009. grestore
  1010. [(1)] 0.97619 0.03571 0 2 Mshowa
  1011. gsave
  1012. 0.001 setlinewidth
  1013. 0.0619 0.03571 moveto
  1014. 0.0619 0.03946 lineto
  1015. stroke
  1016. grestore
  1017. gsave
  1018. 0.001 setlinewidth
  1019. 0.1 0.03571 moveto
  1020. 0.1 0.03946 lineto
  1021. stroke
  1022. grestore
  1023. gsave
  1024. 0.001 setlinewidth
  1025. 0.1381 0.03571 moveto
  1026. 0.1381 0.03946 lineto
  1027. stroke
  1028. grestore
  1029. gsave
  1030. 0.001 setlinewidth
  1031. 0.17619 0.03571 moveto
  1032. 0.17619 0.03946 lineto
  1033. stroke
  1034. grestore
  1035. gsave
  1036. 0.001 setlinewidth
  1037. 0.25238 0.03571 moveto
  1038. 0.25238 0.03946 lineto
  1039. stroke
  1040. grestore
  1041. gsave
  1042. 0.001 setlinewidth
  1043. 0.29048 0.03571 moveto
  1044. 0.29048 0.03946 lineto
  1045. stroke
  1046. grestore
  1047. gsave
  1048. 0.001 setlinewidth
  1049. 0.32857 0.03571 moveto
  1050. 0.32857 0.03946 lineto
  1051. stroke
  1052. grestore
  1053. gsave
  1054. 0.001 setlinewidth
  1055. 0.36667 0.03571 moveto
  1056. 0.36667 0.03946 lineto
  1057. stroke
  1058. grestore
  1059. gsave
  1060. 0.001 setlinewidth
  1061. 0.44286 0.03571 moveto
  1062. 0.44286 0.03946 lineto
  1063. stroke
  1064. grestore
  1065. gsave
  1066. 0.001 setlinewidth
  1067. 0.48095 0.03571 moveto
  1068. 0.48095 0.03946 lineto
  1069. stroke
  1070. grestore
  1071. gsave
  1072. 0.001 setlinewidth
  1073. 0.51905 0.03571 moveto
  1074. 0.51905 0.03946 lineto
  1075. stroke
  1076. grestore
  1077. gsave
  1078. 0.001 setlinewidth
  1079. 0.55714 0.03571 moveto
  1080. 0.55714 0.03946 lineto
  1081. stroke
  1082. grestore
  1083. gsave
  1084. 0.001 setlinewidth
  1085. 0.63333 0.03571 moveto
  1086. 0.63333 0.03946 lineto
  1087. stroke
  1088. grestore
  1089. gsave
  1090. 0.001 setlinewidth
  1091. 0.67143 0.03571 moveto
  1092. 0.67143 0.03946 lineto
  1093. stroke
  1094. grestore
  1095. gsave
  1096. 0.001 setlinewidth
  1097. 0.70952 0.03571 moveto
  1098. 0.70952 0.03946 lineto
  1099. stroke
  1100. grestore
  1101. gsave
  1102. 0.001 setlinewidth
  1103. 0.74762 0.03571 moveto
  1104. 0.74762 0.03946 lineto
  1105. stroke
  1106. grestore
  1107. gsave
  1108. 0.001 setlinewidth
  1109. 0.82381 0.03571 moveto
  1110. 0.82381 0.03946 lineto
  1111. stroke
  1112. grestore
  1113. gsave
  1114. 0.001 setlinewidth
  1115. 0.8619 0.03571 moveto
  1116. 0.8619 0.03946 lineto
  1117. stroke
  1118. grestore
  1119. gsave
  1120. 0.001 setlinewidth
  1121. 0.9 0.03571 moveto
  1122. 0.9 0.03946 lineto
  1123. stroke
  1124. grestore
  1125. gsave
  1126. 0.001 setlinewidth
  1127. 0.9381 0.03571 moveto
  1128. 0.9381 0.03946 lineto
  1129. stroke
  1130. grestore
  1131. [(x)] 1.025 0.03571 -1 0 Mshowa
  1132. gsave
  1133. 0.002 setlinewidth
  1134. 0 0.03571 moveto
  1135. 1 0.03571 lineto
  1136. stroke
  1137. grestore
  1138. gsave
  1139. 0.002 setlinewidth
  1140. 0.02381 0.22619 moveto
  1141. 0.03006 0.22619 lineto
  1142. stroke
  1143. grestore
  1144. [(0.2)] 0.01131 0.22619 1 0 Mshowa
  1145. gsave
  1146. 0.002 setlinewidth
  1147. 0.02381 0.41667 moveto
  1148. 0.03006 0.41667 lineto
  1149. stroke
  1150. grestore
  1151. [(0.4)] 0.01131 0.41667 1 0 Mshowa
  1152. gsave
  1153. 0.002 setlinewidth
  1154. 0.02381 0.60714 moveto
  1155. 0.03006 0.60714 lineto
  1156. stroke
  1157. grestore
  1158. [(0.6)] 0.01131 0.60714 1 0 Mshowa
  1159. gsave
  1160. 0.002 setlinewidth
  1161. 0.02381 0.79762 moveto
  1162. 0.03006 0.79762 lineto
  1163. stroke
  1164. grestore
  1165. [(0.8)] 0.01131 0.79762 1 0 Mshowa
  1166. gsave
  1167. 0.002 setlinewidth
  1168. 0.02381 0.9881 moveto
  1169. 0.03006 0.9881 lineto
  1170. stroke
  1171. grestore
  1172. [(1)] 0.01131 0.9881 1 0 Mshowa
  1173. gsave
  1174. 0.002 setlinewidth
  1175. 0.02381 1.17857 moveto
  1176. 0.03006 1.17857 lineto
  1177. stroke
  1178. grestore
  1179. [(1.2)] 0.01131 1.17857 1 0 Mshowa
  1180. gsave
  1181. 0.002 setlinewidth
  1182. 0.02381 1.36905 moveto
  1183. 0.03006 1.36905 lineto
  1184. stroke
  1185. grestore
  1186. [(1.4)] 0.01131 1.36905 1 0 Mshowa
  1187. gsave
  1188. 0.001 setlinewidth
  1189. 0.02381 0.07381 moveto
  1190. 0.02756 0.07381 lineto
  1191. stroke
  1192. grestore
  1193. gsave
  1194. 0.001 setlinewidth
  1195. 0.02381 0.1119 moveto
  1196. 0.02756 0.1119 lineto
  1197. stroke
  1198. grestore
  1199. gsave
  1200. 0.001 setlinewidth
  1201. 0.02381 0.15 moveto
  1202. 0.02756 0.15 lineto
  1203. stroke
  1204. grestore
  1205. gsave
  1206. 0.001 setlinewidth
  1207. 0.02381 0.1881 moveto
  1208. 0.02756 0.1881 lineto
  1209. stroke
  1210. grestore
  1211. gsave
  1212. 0.001 setlinewidth
  1213. 0.02381 0.26429 moveto
  1214. 0.02756 0.26429 lineto
  1215. stroke
  1216. grestore
  1217. gsave
  1218. 0.001 setlinewidth
  1219. 0.02381 0.30238 moveto
  1220. 0.02756 0.30238 lineto
  1221. stroke
  1222. grestore
  1223. gsave
  1224. 0.001 setlinewidth
  1225. 0.02381 0.34048 moveto
  1226. 0.02756 0.34048 lineto
  1227. stroke
  1228. grestore
  1229. gsave
  1230. 0.001 setlinewidth
  1231. 0.02381 0.37857 moveto
  1232. 0.02756 0.37857 lineto
  1233. stroke
  1234. grestore
  1235. gsave
  1236. 0.001 setlinewidth
  1237. 0.02381 0.45476 moveto
  1238. 0.02756 0.45476 lineto
  1239. stroke
  1240. grestore
  1241. gsave
  1242. 0.001 setlinewidth
  1243. 0.02381 0.49286 moveto
  1244. 0.02756 0.49286 lineto
  1245. stroke
  1246. grestore
  1247. gsave
  1248. 0.001 setlinewidth
  1249. 0.02381 0.53095 moveto
  1250. 0.02756 0.53095 lineto
  1251. stroke
  1252. grestore
  1253. gsave
  1254. 0.001 setlinewidth
  1255. 0.02381 0.56905 moveto
  1256. 0.02756 0.56905 lineto
  1257. stroke
  1258. grestore
  1259. gsave
  1260. 0.001 setlinewidth
  1261. 0.02381 0.64524 moveto
  1262. 0.02756 0.64524 lineto
  1263. stroke
  1264. grestore
  1265. gsave
  1266. 0.001 setlinewidth
  1267. 0.02381 0.68333 moveto
  1268. 0.02756 0.68333 lineto
  1269. stroke
  1270. grestore
  1271. gsave
  1272. 0.001 setlinewidth
  1273. 0.02381 0.72143 moveto
  1274. 0.02756 0.72143 lineto
  1275. stroke
  1276. grestore
  1277. gsave
  1278. 0.001 setlinewidth
  1279. 0.02381 0.75952 moveto
  1280. 0.02756 0.75952 lineto
  1281. stroke
  1282. grestore
  1283. gsave
  1284. 0.001 setlinewidth
  1285. 0.02381 0.83571 moveto
  1286. 0.02756 0.83571 lineto
  1287. stroke
  1288. grestore
  1289. gsave
  1290. 0.001 setlinewidth
  1291. 0.02381 0.87381 moveto
  1292. 0.02756 0.87381 lineto
  1293. stroke
  1294. grestore
  1295. gsave
  1296. 0.001 setlinewidth
  1297. 0.02381 0.9119 moveto
  1298. 0.02756 0.9119 lineto
  1299. stroke
  1300. grestore
  1301. gsave
  1302. 0.001 setlinewidth
  1303. 0.02381 0.95 moveto
  1304. 0.02756 0.95 lineto
  1305. stroke
  1306. grestore
  1307. gsave
  1308. 0.001 setlinewidth
  1309. 0.02381 1.02619 moveto
  1310. 0.02756 1.02619 lineto
  1311. stroke
  1312. grestore
  1313. gsave
  1314. 0.001 setlinewidth
  1315. 0.02381 1.06429 moveto
  1316. 0.02756 1.06429 lineto
  1317. stroke
  1318. grestore
  1319. gsave
  1320. 0.001 setlinewidth
  1321. 0.02381 1.10238 moveto
  1322. 0.02756 1.10238 lineto
  1323. stroke
  1324. grestore
  1325. gsave
  1326. 0.001 setlinewidth
  1327. 0.02381 1.14048 moveto
  1328. 0.02756 1.14048 lineto
  1329. stroke
  1330. grestore
  1331. gsave
  1332. 0.001 setlinewidth
  1333. 0.02381 1.21667 moveto
  1334. 0.02756 1.21667 lineto
  1335. stroke
  1336. grestore
  1337. gsave
  1338. 0.001 setlinewidth
  1339. 0.02381 1.25476 moveto
  1340. 0.02756 1.25476 lineto
  1341. stroke
  1342. grestore
  1343. gsave
  1344. 0.001 setlinewidth
  1345. 0.02381 1.29286 moveto
  1346. 0.02756 1.29286 lineto
  1347. stroke
  1348. grestore
  1349. gsave
  1350. 0.001 setlinewidth
  1351. 0.02381 1.33095 moveto
  1352. 0.02756 1.33095 lineto
  1353. stroke
  1354. grestore
  1355. gsave
  1356. 0.001 setlinewidth
  1357. 0.02381 1.40714 moveto
  1358. 0.02756 1.40714 lineto
  1359. stroke
  1360. grestore
  1361. gsave
  1362. 0.001 setlinewidth
  1363. 0.02381 1.44524 moveto
  1364. 0.02756 1.44524 lineto
  1365. stroke
  1366. grestore
  1367. gsave
  1368. 0.001 setlinewidth
  1369. 0.02381 1.48333 moveto
  1370. 0.02756 1.48333 lineto
  1371. stroke
  1372. grestore
  1373. [(y)] 0.02381 1.5 0 -4 Mshowa
  1374. gsave
  1375. 0.002 setlinewidth
  1376. 0.02381 0 moveto
  1377. 0.02381 1.5 lineto
  1378. stroke
  1379. grestore
  1380. grestore
  1381. 0 0 moveto
  1382. 1 0 lineto
  1383. 1 1.5 lineto
  1384. 0 1.5 lineto
  1385. closepath
  1386. clip
  1387. newpath
  1388. gsave
  1389. 1 0 1 setrgbcolor
  1390. 0.97619 0.9881 moveto
  1391. 0.97619 1.51896 lineto
  1392. 0.97619 1.51896 lineto
  1393. 0.93651 1.39124 lineto
  1394. 0.89683 1.27783 lineto
  1395. 0.85714 1.17612 lineto
  1396. 0.81746 1.08407 lineto
  1397. 0.77778 1.00011 lineto
  1398. 0.7381 0.92295 lineto
  1399. 0.69841 0.85156 lineto
  1400. 0.65873 0.78509 lineto
  1401. 0.61905 0.72284 lineto
  1402. 0.57937 0.66423 lineto
  1403. 0.53968 0.60876 lineto
  1404. 0.5 0.556 lineto
  1405. 0.46032 0.50559 lineto
  1406. 0.42063 0.45722 lineto
  1407. 0.38095 0.4106 lineto
  1408. 0.34127 0.36548 lineto
  1409. 0.30159 0.32165 lineto
  1410. 0.2619 0.2789 lineto
  1411. 0.22222 0.23705 lineto
  1412. 0.18254 0.19593 lineto
  1413. 0.14286 0.15539 lineto
  1414. 0.10317 0.11526 lineto
  1415. 0.06349 0.07542 lineto
  1416. 0.02381 0.03571 lineto
  1417. 0.02381 0.03571 lineto
  1418. 0.02381 0.03571 lineto
  1419. 0.02381 0.03571 lineto
  1420. 0.06349 0.0754 lineto
  1421. 0.10317 0.11508 lineto
  1422. 0.14286 0.15476 lineto
  1423. 0.18254 0.19444 lineto
  1424. 0.22222 0.23413 lineto
  1425. 0.2619 0.27381 lineto
  1426. 0.30159 0.31349 lineto
  1427. 0.34127 0.35317 lineto
  1428. 0.38095 0.39286 lineto
  1429. 0.42063 0.43254 lineto
  1430. 0.46032 0.47222 lineto
  1431. 0.5 0.5119 lineto
  1432. 0.53968 0.55159 lineto
  1433. 0.57937 0.59127 lineto
  1434. 0.61905 0.63095 lineto
  1435. 0.65873 0.67063 lineto
  1436. 0.69841 0.71032 lineto
  1437. 0.7381 0.75 lineto
  1438. 0.77778 0.78968 lineto
  1439. 0.81746 0.82937 lineto
  1440. 0.85714 0.86905 lineto
  1441. 0.89683 0.90873 lineto
  1442. 0.93651 0.94841 lineto
  1443. 0.97619 0.9881 lineto
  1444. fill
  1445. grestore
  1446. gsave
  1447. 1 1 0 setrgbcolor
  1448. 0.97619 0.83712 moveto
  1449. 0.97619 0.9881 lineto
  1450. 0.97619 0.9881 lineto
  1451. 0.93651 0.94841 lineto
  1452. 0.89683 0.90873 lineto
  1453. 0.85714 0.86905 lineto
  1454. 0.81746 0.82937 lineto
  1455. 0.77778 0.78968 lineto
  1456. 0.7381 0.75 lineto
  1457. 0.69841 0.71032 lineto
  1458. 0.65873 0.67063 lineto
  1459. 0.61905 0.63095 lineto
  1460. 0.57937 0.59127 lineto
  1461. 0.53968 0.55159 lineto
  1462. 0.5 0.5119 lineto
  1463. 0.46032 0.47222 lineto
  1464. 0.42063 0.43254 lineto
  1465. 0.38095 0.39286 lineto
  1466. 0.34127 0.35317 lineto
  1467. 0.30159 0.31349 lineto
  1468. 0.2619 0.27381 lineto
  1469. 0.22222 0.23413 lineto
  1470. 0.18254 0.19444 lineto
  1471. 0.14286 0.15476 lineto
  1472. 0.10317 0.11508 lineto
  1473. 0.06349 0.0754 lineto
  1474. 0.02381 0.03571 lineto
  1475. 0.02381 0.03571 lineto
  1476. 0.02381 0.03571 lineto
  1477. 0.02381 0.03571 lineto
  1478. 0.06349 0.07539 lineto
  1479. 0.10317 0.11499 lineto
  1480. 0.14286 0.15445 lineto
  1481. 0.18254 0.19371 lineto
  1482. 0.22222 0.23269 lineto
  1483. 0.2619 0.27134 lineto
  1484. 0.30159 0.30957 lineto
  1485. 0.34127 0.34733 lineto
  1486. 0.38095 0.38455 lineto
  1487. 0.42063 0.42116 lineto
  1488. 0.46032 0.4571 lineto
  1489. 0.5 0.49231 lineto
  1490. 0.53968 0.52673 lineto
  1491. 0.57937 0.56029 lineto
  1492. 0.61905 0.59295 lineto
  1493. 0.65873 0.62464 lineto
  1494. 0.69841 0.6553 lineto
  1495. 0.7381 0.68489 lineto
  1496. 0.77778 0.71336 lineto
  1497. 0.81746 0.74064 lineto
  1498. 0.85714 0.76671 lineto
  1499. 0.89683 0.7915 lineto
  1500. 0.93651 0.81499 lineto
  1501. 0.97619 0.83712 lineto
  1502. fill
  1503. grestore
  1504. gsave
  1505. 0 1 1 setrgbcolor
  1506. 0.97619 0.03571 moveto
  1507. 0.97619 0.83712 lineto
  1508. 0.97619 0.83712 lineto
  1509. 0.93651 0.81499 lineto
  1510. 0.89683 0.7915 lineto
  1511. 0.85714 0.76671 lineto
  1512. 0.81746 0.74064 lineto
  1513. 0.77778 0.71336 lineto
  1514. 0.7381 0.68489 lineto
  1515. 0.69841 0.6553 lineto
  1516. 0.65873 0.62464 lineto
  1517. 0.61905 0.59295 lineto
  1518. 0.57937 0.56029 lineto
  1519. 0.53968 0.52673 lineto
  1520. 0.5 0.49231 lineto
  1521. 0.46032 0.4571 lineto
  1522. 0.42063 0.42116 lineto
  1523. 0.38095 0.38455 lineto
  1524. 0.34127 0.34733 lineto
  1525. 0.30159 0.30957 lineto
  1526. 0.2619 0.27134 lineto
  1527. 0.22222 0.23269 lineto
  1528. 0.18254 0.19371 lineto
  1529. 0.14286 0.15445 lineto
  1530. 0.10317 0.11499 lineto
  1531. 0.06349 0.07539 lineto
  1532. 0.02381 0.03571 lineto
  1533. 0.02381 0.03571 lineto
  1534. 0.02381 0.03571 lineto
  1535. 0.02381 0.03571 lineto
  1536. 0.06349 0.03571 lineto
  1537. 0.10317 0.03571 lineto
  1538. 0.14286 0.03571 lineto
  1539. 0.18254 0.03571 lineto
  1540. 0.22222 0.03571 lineto
  1541. 0.2619 0.03571 lineto
  1542. 0.30159 0.03571 lineto
  1543. 0.34127 0.03571 lineto
  1544. 0.38095 0.03571 lineto
  1545. 0.42063 0.03571 lineto
  1546. 0.46032 0.03571 lineto
  1547. 0.5 0.03571 lineto
  1548. 0.53968 0.03571 lineto
  1549. 0.57937 0.03571 lineto
  1550. 0.61905 0.03571 lineto
  1551. 0.65873 0.03571 lineto
  1552. 0.69841 0.03571 lineto
  1553. 0.7381 0.03571 lineto
  1554. 0.77778 0.03571 lineto
  1555. 0.81746 0.03571 lineto
  1556. 0.85714 0.03571 lineto
  1557. 0.89683 0.03571 lineto
  1558. 0.93651 0.03571 lineto
  1559. 0.97619 0.03571 lineto
  1560. fill
  1561. grestore
  1562. gsave
  1563. gsave
  1564. 0 0 0 setrgbcolor
  1565. [ ] 0 setdash
  1566. 1 Mabswid
  1567. 0.02381 0.03571 moveto
  1568. 0.06349 0.03571 lineto
  1569. 0.10317 0.03571 lineto
  1570. 0.14286 0.03571 lineto
  1571. 0.18254 0.03571 lineto
  1572. 0.22222 0.03571 lineto
  1573. 0.2619 0.03571 lineto
  1574. 0.30159 0.03571 lineto
  1575. 0.34127 0.03571 lineto
  1576. 0.38095 0.03571 lineto
  1577. 0.42063 0.03571 lineto
  1578. 0.46032 0.03571 lineto
  1579. 0.5 0.03571 lineto
  1580. 0.53968 0.03571 lineto
  1581. 0.57937 0.03571 lineto
  1582. 0.61905 0.03571 lineto
  1583. 0.65873 0.03571 lineto
  1584. 0.69841 0.03571 lineto
  1585. 0.7381 0.03571 lineto
  1586. 0.77778 0.03571 lineto
  1587. 0.81746 0.03571 lineto
  1588. 0.85714 0.03571 lineto
  1589. 0.89683 0.03571 lineto
  1590. 0.93651 0.03571 lineto
  1591. 0.97619 0.03571 lineto
  1592. stroke
  1593. grestore
  1594. gsave
  1595. 0 0 0 setrgbcolor
  1596. [ ] 0 setdash
  1597. 1 Mabswid
  1598. 0.02381 0.03571 moveto
  1599. 0.06349 0.07539 lineto
  1600. 0.10317 0.11499 lineto
  1601. 0.14286 0.15445 lineto
  1602. 0.18254 0.19371 lineto
  1603. 0.22222 0.23269 lineto
  1604. 0.2619 0.27134 lineto
  1605. 0.30159 0.30957 lineto
  1606. 0.34127 0.34733 lineto
  1607. 0.38095 0.38455 lineto
  1608. 0.42063 0.42116 lineto
  1609. 0.46032 0.4571 lineto
  1610. 0.5 0.49231 lineto
  1611. 0.53968 0.52673 lineto
  1612. 0.57937 0.56029 lineto
  1613. 0.61905 0.59295 lineto
  1614. 0.65873 0.62464 lineto
  1615. 0.69841 0.6553 lineto
  1616. 0.7381 0.68489 lineto
  1617. 0.77778 0.71336 lineto
  1618. 0.81746 0.74064 lineto
  1619. 0.85714 0.76671 lineto
  1620. 0.89683 0.7915 lineto
  1621. 0.93651 0.81499 lineto
  1622. 0.97619 0.83712 lineto
  1623. stroke
  1624. grestore
  1625. gsave
  1626. 0 0 0 setrgbcolor
  1627. [ ] 0 setdash
  1628. 1 Mabswid
  1629. 0.02381 0.03571 moveto
  1630. 0.06349 0.0754 lineto
  1631. 0.10317 0.11508 lineto
  1632. 0.14286 0.15476 lineto
  1633. 0.18254 0.19444 lineto
  1634. 0.22222 0.23413 lineto
  1635. 0.2619 0.27381 lineto
  1636. 0.30159 0.31349 lineto
  1637. 0.34127 0.35317 lineto
  1638. 0.38095 0.39286 lineto
  1639. 0.42063 0.43254 lineto
  1640. 0.46032 0.47222 lineto
  1641. 0.5 0.5119 lineto
  1642. 0.53968 0.55159 lineto
  1643. 0.57937 0.59127 lineto
  1644. 0.61905 0.63095 lineto
  1645. 0.65873 0.67063 lineto
  1646. 0.69841 0.71032 lineto
  1647. 0.7381 0.75 lineto
  1648. 0.77778 0.78968 lineto
  1649. 0.81746 0.82937 lineto
  1650. 0.85714 0.86905 lineto
  1651. 0.89683 0.90873 lineto
  1652. 0.93651 0.94841 lineto
  1653. 0.97619 0.9881 lineto
  1654. stroke
  1655. grestore
  1656. gsave
  1657. 0 0 0 setrgbcolor
  1658. [ ] 0 setdash
  1659. 1 Mabswid
  1660. 0.02381 0.03571 moveto
  1661. 0.06349 0.07542 lineto
  1662. 0.10317 0.11526 lineto
  1663. 0.14286 0.15539 lineto
  1664. 0.18254 0.19593 lineto
  1665. 0.22222 0.23705 lineto
  1666. 0.2619 0.2789 lineto
  1667. 0.30159 0.32165 lineto
  1668. 0.34127 0.36548 lineto
  1669. 0.38095 0.4106 lineto
  1670. 0.42063 0.45722 lineto
  1671. 0.46032 0.50559 lineto
  1672. 0.5 0.556 lineto
  1673. 0.53968 0.60876 lineto
  1674. 0.57937 0.66423 lineto
  1675. 0.61905 0.72284 lineto
  1676. 0.65873 0.78509 lineto
  1677. 0.69841 0.85156 lineto
  1678. 0.7381 0.92295 lineto
  1679. 0.77778 1.00011 lineto
  1680. 0.81746 1.08407 lineto
  1681. 0.85714 1.17612 lineto
  1682. 0.89683 1.27783 lineto
  1683. 0.93651 1.39124 lineto
  1684. stroke
  1685. 0.9703 1.5 moveto
  1686. 0.93651 1.39124 lineto
  1687. stroke
  1688. stroke
  1689. grestore
  1690. grestore
  1691. % End of Graphics
  1692. MathPictureEnd
  1693. :[font = subsubsection; inactive; preserveAspect; ]
  1694. #4 - Inverses & Grids
  1695. :[font = input; Cclosed; preserveAspect; startGroup; ]
  1696. PlotE[1/(1+x^2),{0,4},{0,4},SameScale,
  1697. InvertPlot->Both,InvertStyle->Red,
  1698. Lines->{{0,0},Slope->1,Magenta,Dotted},
  1699. Grid->Automatic];
  1700. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 266; pictureHeight = 266; endGroup; ]
  1701. %!
  1702. %%Creator: Mathematica
  1703. %%AspectRatio: 1 
  1704. MathPictureStart
  1705. /Courier findfont 10  scalefont  setfont
  1706. % Scaling calculations
  1707. 0.02381 0.238095 0.02381 0.238095 [
  1708. [(1)] 0.2619 0.02381 0 2 Msboxa
  1709. [(2)] 0.5 0.02381 0 2 Msboxa
  1710. [(3)] 0.7381 0.02381 0 2 Msboxa
  1711. [(4)] 0.97619 0.02381 0 2 Msboxa
  1712. [(x)] 1.025 0.02381 -1 0 Msboxa
  1713. [(1)] 0.01131 0.2619 1 0 Msboxa
  1714. [(2)] 0.01131 0.5 1 0 Msboxa
  1715. [(3)] 0.01131 0.7381 1 0 Msboxa
  1716. [(4)] 0.01131 0.97619 1 0 Msboxa
  1717. [(y)] 0.02381 1 0 -4 Msboxa
  1718. [ -0.001 -0.001 0 0 ]
  1719. [ 1.001 1.001 0 0 ]
  1720. ] MathScale
  1721. % Start of Graphics
  1722. 1 setlinecap
  1723. 1 setlinejoin
  1724. newpath
  1725. %%Object: Graphics
  1726. [ ] 0 setdash
  1727. 0 setgray
  1728. gsave
  1729. gsave
  1730. 0.002 setlinewidth
  1731. 0.2619 0.02381 moveto
  1732. 0.2619 0.03006 lineto
  1733. stroke
  1734. grestore
  1735. [(1)] 0.2619 0.02381 0 2 Mshowa
  1736. gsave
  1737. 0.002 setlinewidth
  1738. 0.5 0.02381 moveto
  1739. 0.5 0.03006 lineto
  1740. stroke
  1741. grestore
  1742. [(2)] 0.5 0.02381 0 2 Mshowa
  1743. gsave
  1744. 0.002 setlinewidth
  1745. 0.7381 0.02381 moveto
  1746. 0.7381 0.03006 lineto
  1747. stroke
  1748. grestore
  1749. [(3)] 0.7381 0.02381 0 2 Mshowa
  1750. gsave
  1751. 0.002 setlinewidth
  1752. 0.97619 0.02381 moveto
  1753. 0.97619 0.03006 lineto
  1754. stroke
  1755. grestore
  1756. [(4)] 0.97619 0.02381 0 2 Mshowa
  1757. gsave
  1758. 0.001 setlinewidth
  1759. 0.07143 0.02381 moveto
  1760. 0.07143 0.02756 lineto
  1761. stroke
  1762. grestore
  1763. gsave
  1764. 0.001 setlinewidth
  1765. 0.11905 0.02381 moveto
  1766. 0.11905 0.02756 lineto
  1767. stroke
  1768. grestore
  1769. gsave
  1770. 0.001 setlinewidth
  1771. 0.16667 0.02381 moveto
  1772. 0.16667 0.02756 lineto
  1773. stroke
  1774. grestore
  1775. gsave
  1776. 0.001 setlinewidth
  1777. 0.21429 0.02381 moveto
  1778. 0.21429 0.02756 lineto
  1779. stroke
  1780. grestore
  1781. gsave
  1782. 0.001 setlinewidth
  1783. 0.30952 0.02381 moveto
  1784. 0.30952 0.02756 lineto
  1785. stroke
  1786. grestore
  1787. gsave
  1788. 0.001 setlinewidth
  1789. 0.35714 0.02381 moveto
  1790. 0.35714 0.02756 lineto
  1791. stroke
  1792. grestore
  1793. gsave
  1794. 0.001 setlinewidth
  1795. 0.40476 0.02381 moveto
  1796. 0.40476 0.02756 lineto
  1797. stroke
  1798. grestore
  1799. gsave
  1800. 0.001 setlinewidth
  1801. 0.45238 0.02381 moveto
  1802. 0.45238 0.02756 lineto
  1803. stroke
  1804. grestore
  1805. gsave
  1806. 0.001 setlinewidth
  1807. 0.54762 0.02381 moveto
  1808. 0.54762 0.02756 lineto
  1809. stroke
  1810. grestore
  1811. gsave
  1812. 0.001 setlinewidth
  1813. 0.59524 0.02381 moveto
  1814. 0.59524 0.02756 lineto
  1815. stroke
  1816. grestore
  1817. gsave
  1818. 0.001 setlinewidth
  1819. 0.64286 0.02381 moveto
  1820. 0.64286 0.02756 lineto
  1821. stroke
  1822. grestore
  1823. gsave
  1824. 0.001 setlinewidth
  1825. 0.69048 0.02381 moveto
  1826. 0.69048 0.02756 lineto
  1827. stroke
  1828. grestore
  1829. gsave
  1830. 0.001 setlinewidth
  1831. 0.78571 0.02381 moveto
  1832. 0.78571 0.02756 lineto
  1833. stroke
  1834. grestore
  1835. gsave
  1836. 0.001 setlinewidth
  1837. 0.83333 0.02381 moveto
  1838. 0.83333 0.02756 lineto
  1839. stroke
  1840. grestore
  1841. gsave
  1842. 0.001 setlinewidth
  1843. 0.88095 0.02381 moveto
  1844. 0.88095 0.02756 lineto
  1845. stroke
  1846. grestore
  1847. gsave
  1848. 0.001 setlinewidth
  1849. 0.92857 0.02381 moveto
  1850. 0.92857 0.02756 lineto
  1851. stroke
  1852. grestore
  1853. [(x)] 1.025 0.02381 -1 0 Mshowa
  1854. gsave
  1855. 0.002 setlinewidth
  1856. 0 0.02381 moveto
  1857. 1 0.02381 lineto
  1858. stroke
  1859. grestore
  1860. gsave
  1861. 0.002 setlinewidth
  1862. 0.02381 0.2619 moveto
  1863. 0.03006 0.2619 lineto
  1864. stroke
  1865. grestore
  1866. [(1)] 0.01131 0.2619 1 0 Mshowa
  1867. gsave
  1868. 0.002 setlinewidth
  1869. 0.02381 0.5 moveto
  1870. 0.03006 0.5 lineto
  1871. stroke
  1872. grestore
  1873. [(2)] 0.01131 0.5 1 0 Mshowa
  1874. gsave
  1875. 0.002 setlinewidth
  1876. 0.02381 0.7381 moveto
  1877. 0.03006 0.7381 lineto
  1878. stroke
  1879. grestore
  1880. [(3)] 0.01131 0.7381 1 0 Mshowa
  1881. gsave
  1882. 0.002 setlinewidth
  1883. 0.02381 0.97619 moveto
  1884. 0.03006 0.97619 lineto
  1885. stroke
  1886. grestore
  1887. [(4)] 0.01131 0.97619 1 0 Mshowa
  1888. gsave
  1889. 0.001 setlinewidth
  1890. 0.02381 0.07143 moveto
  1891. 0.02756 0.07143 lineto
  1892. stroke
  1893. grestore
  1894. gsave
  1895. 0.001 setlinewidth
  1896. 0.02381 0.11905 moveto
  1897. 0.02756 0.11905 lineto
  1898. stroke
  1899. grestore
  1900. gsave
  1901. 0.001 setlinewidth
  1902. 0.02381 0.16667 moveto
  1903. 0.02756 0.16667 lineto
  1904. stroke
  1905. grestore
  1906. gsave
  1907. 0.001 setlinewidth
  1908. 0.02381 0.21429 moveto
  1909. 0.02756 0.21429 lineto
  1910. stroke
  1911. grestore
  1912. gsave
  1913. 0.001 setlinewidth
  1914. 0.02381 0.30952 moveto
  1915. 0.02756 0.30952 lineto
  1916. stroke
  1917. grestore
  1918. gsave
  1919. 0.001 setlinewidth
  1920. 0.02381 0.35714 moveto
  1921. 0.02756 0.35714 lineto
  1922. stroke
  1923. grestore
  1924. gsave
  1925. 0.001 setlinewidth
  1926. 0.02381 0.40476 moveto
  1927. 0.02756 0.40476 lineto
  1928. stroke
  1929. grestore
  1930. gsave
  1931. 0.001 setlinewidth
  1932. 0.02381 0.45238 moveto
  1933. 0.02756 0.45238 lineto
  1934. stroke
  1935. grestore
  1936. gsave
  1937. 0.001 setlinewidth
  1938. 0.02381 0.54762 moveto
  1939. 0.02756 0.54762 lineto
  1940. stroke
  1941. grestore
  1942. gsave
  1943. 0.001 setlinewidth
  1944. 0.02381 0.59524 moveto
  1945. 0.02756 0.59524 lineto
  1946. stroke
  1947. grestore
  1948. gsave
  1949. 0.001 setlinewidth
  1950. 0.02381 0.64286 moveto
  1951. 0.02756 0.64286 lineto
  1952. stroke
  1953. grestore
  1954. gsave
  1955. 0.001 setlinewidth
  1956. 0.02381 0.69048 moveto
  1957. 0.02756 0.69048 lineto
  1958. stroke
  1959. grestore
  1960. gsave
  1961. 0.001 setlinewidth
  1962. 0.02381 0.78571 moveto
  1963. 0.02756 0.78571 lineto
  1964. stroke
  1965. grestore
  1966. gsave
  1967. 0.001 setlinewidth
  1968. 0.02381 0.83333 moveto
  1969. 0.02756 0.83333 lineto
  1970. stroke
  1971. grestore
  1972. gsave
  1973. 0.001 setlinewidth
  1974. 0.02381 0.88095 moveto
  1975. 0.02756 0.88095 lineto
  1976. stroke
  1977. grestore
  1978. gsave
  1979. 0.001 setlinewidth
  1980. 0.02381 0.92857 moveto
  1981. 0.02756 0.92857 lineto
  1982. stroke
  1983. grestore
  1984. [(y)] 0.02381 1 0 -4 Mshowa
  1985. gsave
  1986. 0.002 setlinewidth
  1987. 0.02381 0 moveto
  1988. 0.02381 1 lineto
  1989. stroke
  1990. grestore
  1991. grestore
  1992. 0 0 moveto
  1993. 1 0 lineto
  1994. 1 1 lineto
  1995. 0 1 lineto
  1996. closepath
  1997. clip
  1998. newpath
  1999. 0.75 0.75 0.75 setrgbcolor
  2000. [ 8 4 ] 0 Mabsdash
  2001. gsave
  2002. 0.004 setlinewidth
  2003. 0.02381 0.02381 moveto
  2004. 0.02381 0.97619 lineto
  2005. stroke
  2006. 0.14286 0.02381 moveto
  2007. 0.14286 0.97619 lineto
  2008. stroke
  2009. 0.2619 0.02381 moveto
  2010. 0.2619 0.97619 lineto
  2011. stroke
  2012. 0.38095 0.02381 moveto
  2013. 0.38095 0.97619 lineto
  2014. stroke
  2015. 0.5 0.02381 moveto
  2016. 0.5 0.97619 lineto
  2017. stroke
  2018. 0.61905 0.02381 moveto
  2019. 0.61905 0.97619 lineto
  2020. stroke
  2021. 0.7381 0.02381 moveto
  2022. 0.7381 0.97619 lineto
  2023. stroke
  2024. 0.85714 0.02381 moveto
  2025. 0.85714 0.97619 lineto
  2026. stroke
  2027. 0.97619 0.02381 moveto
  2028. 0.97619 0.97619 lineto
  2029. stroke
  2030. grestore
  2031. gsave
  2032. 0.004 setlinewidth
  2033. 0.02381 0.02381 moveto
  2034. 0.97619 0.02381 lineto
  2035. stroke
  2036. 0.02381 0.14286 moveto
  2037. 0.97619 0.14286 lineto
  2038. stroke
  2039. 0.02381 0.2619 moveto
  2040. 0.97619 0.2619 lineto
  2041. stroke
  2042. 0.02381 0.38095 moveto
  2043. 0.97619 0.38095 lineto
  2044. stroke
  2045. 0.02381 0.5 moveto
  2046. 0.97619 0.5 lineto
  2047. stroke
  2048. 0.02381 0.61905 moveto
  2049. 0.97619 0.61905 lineto
  2050. stroke
  2051. 0.02381 0.7381 moveto
  2052. 0.97619 0.7381 lineto
  2053. stroke
  2054. 0.02381 0.85714 moveto
  2055. 0.97619 0.85714 lineto
  2056. stroke
  2057. 0.02381 0.97619 moveto
  2058. 0.97619 0.97619 lineto
  2059. stroke
  2060. grestore
  2061. gsave
  2062. gsave
  2063. 0 0 1 setrgbcolor
  2064. [ ] 0 setdash
  2065. 1 Mabswid
  2066. 0.02381 0.2619 moveto
  2067. 0.02505 0.2619 lineto
  2068. 0.02629 0.26188 lineto
  2069. 0.02753 0.26185 lineto
  2070. 0.02877 0.2618 lineto
  2071. 0.03001 0.26174 lineto
  2072. 0.03125 0.26167 lineto
  2073. 0.03373 0.26149 lineto
  2074. 0.03621 0.26126 lineto
  2075. 0.03869 0.26098 lineto
  2076. 0.04365 0.26026 lineto
  2077. 0.05357 0.25824 lineto
  2078. 0.06349 0.25547 lineto
  2079. 0.08333 0.2479 lineto
  2080. 0.10317 0.2381 lineto
  2081. 0.14286 0.21429 lineto
  2082. 0.18254 0.18864 lineto
  2083. 0.22222 0.16432 lineto
  2084. 0.2619 0.14286 lineto
  2085. 0.30159 0.12465 lineto
  2086. 0.34127 0.10952 lineto
  2087. 0.38095 0.09707 lineto
  2088. 0.42063 0.08683 lineto
  2089. 0.46032 0.0784 lineto
  2090. 0.5 0.07143 lineto
  2091. 0.53968 0.06562 lineto
  2092. 0.57937 0.06076 lineto
  2093. 0.61905 0.05665 lineto
  2094. 0.65873 0.05316 lineto
  2095. 0.69841 0.05018 lineto
  2096. 0.7381 0.04762 lineto
  2097. 0.77778 0.0454 lineto
  2098. 0.81746 0.04347 lineto
  2099. 0.85714 0.04178 lineto
  2100. 0.89683 0.04029 lineto
  2101. 0.93651 0.03898 lineto
  2102. 0.97619 0.03782 lineto
  2103. stroke
  2104. 1 0 0 setrgbcolor
  2105. [ ] 0 setdash
  2106. 0.2619 0.02381 moveto
  2107. 0.2619 0.02505 lineto
  2108. 0.26188 0.02629 lineto
  2109. 0.26185 0.02753 lineto
  2110. 0.2618 0.02877 lineto
  2111. 0.26174 0.03001 lineto
  2112. 0.26167 0.03125 lineto
  2113. 0.26149 0.03373 lineto
  2114. 0.26126 0.03621 lineto
  2115. 0.26098 0.03869 lineto
  2116. 0.26026 0.04365 lineto
  2117. 0.25824 0.05357 lineto
  2118. 0.25547 0.06349 lineto
  2119. 0.2479 0.08333 lineto
  2120. 0.2381 0.10317 lineto
  2121. 0.21429 0.14286 lineto
  2122. 0.18864 0.18254 lineto
  2123. 0.16432 0.22222 lineto
  2124. 0.14286 0.2619 lineto
  2125. 0.12465 0.30159 lineto
  2126. 0.10952 0.34127 lineto
  2127. 0.09707 0.38095 lineto
  2128. 0.08683 0.42063 lineto
  2129. 0.0784 0.46032 lineto
  2130. 0.07143 0.5 lineto
  2131. 0.06562 0.53968 lineto
  2132. 0.06076 0.57937 lineto
  2133. 0.05665 0.61905 lineto
  2134. 0.05316 0.65873 lineto
  2135. 0.05018 0.69841 lineto
  2136. 0.04762 0.7381 lineto
  2137. 0.0454 0.77778 lineto
  2138. 0.04347 0.81746 lineto
  2139. 0.04178 0.85714 lineto
  2140. 0.04029 0.89683 lineto
  2141. 0.03898 0.93651 lineto
  2142. 0.03782 0.97619 lineto
  2143. stroke
  2144. grestore
  2145. grestore
  2146. gsave
  2147. 1 0 1 setrgbcolor
  2148. [ 8 4 ] 0 Mabsdash
  2149. 1 Mabswid
  2150. 0.02381 0.02381 moveto
  2151. 0.97619 0.97619 lineto
  2152. stroke
  2153. grestore
  2154. % End of Graphics
  2155. MathPictureEnd
  2156. :[font = subsubsection; inactive; preserveAspect; ]
  2157. #5 - SubPlots
  2158. :[font = input; Cclosed; dontPreserveAspect; startGroup; ]
  2159. PlotE[Sin[x],{0,Pi},SameScale,
  2160. {Sin[2x],0,Pi/2,Red},
  2161. {1/x,Pi/2,Pi,Black},
  2162. {Sin[12x]/3,Pi/3,2Pi/3,Green}];
  2163. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 123; endGroup; endGroup; ]
  2164. %!
  2165. %%Creator: Mathematica
  2166. %%AspectRatio: 0.31831 
  2167. MathPictureStart
  2168. /Courier findfont 10  scalefont  setfont
  2169. % Scaling calculations
  2170. 0.02381 0.303152 0.083367 0.227364 [
  2171. [(0.5)] 0.17539 0.08337 0 2 Msboxa
  2172. [(1)] 0.32696 0.08337 0 2 Msboxa
  2173. [(1.5)] 0.47854 0.08337 0 2 Msboxa
  2174. [(2)] 0.63011 0.08337 0 2 Msboxa
  2175. [(2.5)] 0.78169 0.08337 0 2 Msboxa
  2176. [(3)] 0.93327 0.08337 0 2 Msboxa
  2177. [(-0.2)] 0.01131 0.03789 1 0 Msboxa
  2178. [(0.2)] 0.01131 0.12884 1 0 Msboxa
  2179. [(0.4)] 0.01131 0.17431 1 0 Msboxa
  2180. [(0.6)] 0.01131 0.21979 1 0 Msboxa
  2181. [(0.8)] 0.01131 0.26526 1 0 Msboxa
  2182. [(1)] 0.01131 0.31073 1 0 Msboxa
  2183. [ -0.001 -0.001 0 0 ]
  2184. [ 1.001 0.31931 0 0 ]
  2185. ] MathScale
  2186. % Start of Graphics
  2187. 1 setlinecap
  2188. 1 setlinejoin
  2189. newpath
  2190. %%Object: Graphics
  2191. [ ] 0 setdash
  2192. 0 setgray
  2193. gsave
  2194. gsave
  2195. 0.002 setlinewidth
  2196. 0.17539 0.08337 moveto
  2197. 0.17539 0.08962 lineto
  2198. stroke
  2199. grestore
  2200. [(0.5)] 0.17539 0.08337 0 2 Mshowa
  2201. gsave
  2202. 0.002 setlinewidth
  2203. 0.32696 0.08337 moveto
  2204. 0.32696 0.08962 lineto
  2205. stroke
  2206. grestore
  2207. [(1)] 0.32696 0.08337 0 2 Mshowa
  2208. gsave
  2209. 0.002 setlinewidth
  2210. 0.47854 0.08337 moveto
  2211. 0.47854 0.08962 lineto
  2212. stroke
  2213. grestore
  2214. [(1.5)] 0.47854 0.08337 0 2 Mshowa
  2215. gsave
  2216. 0.002 setlinewidth
  2217. 0.63011 0.08337 moveto
  2218. 0.63011 0.08962 lineto
  2219. stroke
  2220. grestore
  2221. [(2)] 0.63011 0.08337 0 2 Mshowa
  2222. gsave
  2223. 0.002 setlinewidth
  2224. 0.78169 0.08337 moveto
  2225. 0.78169 0.08962 lineto
  2226. stroke
  2227. grestore
  2228. [(2.5)] 0.78169 0.08337 0 2 Mshowa
  2229. gsave
  2230. 0.002 setlinewidth
  2231. 0.93327 0.08337 moveto
  2232. 0.93327 0.08962 lineto
  2233. stroke
  2234. grestore
  2235. [(3)] 0.93327 0.08337 0 2 Mshowa
  2236. gsave
  2237. 0.001 setlinewidth
  2238. 0.05412 0.08337 moveto
  2239. 0.05412 0.08712 lineto
  2240. stroke
  2241. grestore
  2242. gsave
  2243. 0.001 setlinewidth
  2244. 0.08444 0.08337 moveto
  2245. 0.08444 0.08712 lineto
  2246. stroke
  2247. grestore
  2248. gsave
  2249. 0.001 setlinewidth
  2250. 0.11476 0.08337 moveto
  2251. 0.11476 0.08712 lineto
  2252. stroke
  2253. grestore
  2254. gsave
  2255. 0.001 setlinewidth
  2256. 0.14507 0.08337 moveto
  2257. 0.14507 0.08712 lineto
  2258. stroke
  2259. grestore
  2260. gsave
  2261. 0.001 setlinewidth
  2262. 0.2057 0.08337 moveto
  2263. 0.2057 0.08712 lineto
  2264. stroke
  2265. grestore
  2266. gsave
  2267. 0.001 setlinewidth
  2268. 0.23602 0.08337 moveto
  2269. 0.23602 0.08712 lineto
  2270. stroke
  2271. grestore
  2272. gsave
  2273. 0.001 setlinewidth
  2274. 0.26633 0.08337 moveto
  2275. 0.26633 0.08712 lineto
  2276. stroke
  2277. grestore
  2278. gsave
  2279. 0.001 setlinewidth
  2280. 0.29665 0.08337 moveto
  2281. 0.29665 0.08712 lineto
  2282. stroke
  2283. grestore
  2284. gsave
  2285. 0.001 setlinewidth
  2286. 0.35728 0.08337 moveto
  2287. 0.35728 0.08712 lineto
  2288. stroke
  2289. grestore
  2290. gsave
  2291. 0.001 setlinewidth
  2292. 0.38759 0.08337 moveto
  2293. 0.38759 0.08712 lineto
  2294. stroke
  2295. grestore
  2296. gsave
  2297. 0.001 setlinewidth
  2298. 0.41791 0.08337 moveto
  2299. 0.41791 0.08712 lineto
  2300. stroke
  2301. grestore
  2302. gsave
  2303. 0.001 setlinewidth
  2304. 0.44822 0.08337 moveto
  2305. 0.44822 0.08712 lineto
  2306. stroke
  2307. grestore
  2308. gsave
  2309. 0.001 setlinewidth
  2310. 0.50885 0.08337 moveto
  2311. 0.50885 0.08712 lineto
  2312. stroke
  2313. grestore
  2314. gsave
  2315. 0.001 setlinewidth
  2316. 0.53917 0.08337 moveto
  2317. 0.53917 0.08712 lineto
  2318. stroke
  2319. grestore
  2320. gsave
  2321. 0.001 setlinewidth
  2322. 0.56948 0.08337 moveto
  2323. 0.56948 0.08712 lineto
  2324. stroke
  2325. grestore
  2326. gsave
  2327. 0.001 setlinewidth
  2328. 0.5998 0.08337 moveto
  2329. 0.5998 0.08712 lineto
  2330. stroke
  2331. grestore
  2332. gsave
  2333. 0.001 setlinewidth
  2334. 0.66043 0.08337 moveto
  2335. 0.66043 0.08712 lineto
  2336. stroke
  2337. grestore
  2338. gsave
  2339. 0.001 setlinewidth
  2340. 0.69074 0.08337 moveto
  2341. 0.69074 0.08712 lineto
  2342. stroke
  2343. grestore
  2344. gsave
  2345. 0.001 setlinewidth
  2346. 0.72106 0.08337 moveto
  2347. 0.72106 0.08712 lineto
  2348. stroke
  2349. grestore
  2350. gsave
  2351. 0.001 setlinewidth
  2352. 0.75137 0.08337 moveto
  2353. 0.75137 0.08712 lineto
  2354. stroke
  2355. grestore
  2356. gsave
  2357. 0.001 setlinewidth
  2358. 0.81201 0.08337 moveto
  2359. 0.81201 0.08712 lineto
  2360. stroke
  2361. grestore
  2362. gsave
  2363. 0.001 setlinewidth
  2364. 0.84232 0.08337 moveto
  2365. 0.84232 0.08712 lineto
  2366. stroke
  2367. grestore
  2368. gsave
  2369. 0.001 setlinewidth
  2370. 0.87264 0.08337 moveto
  2371. 0.87264 0.08712 lineto
  2372. stroke
  2373. grestore
  2374. gsave
  2375. 0.001 setlinewidth
  2376. 0.90295 0.08337 moveto
  2377. 0.90295 0.08712 lineto
  2378. stroke
  2379. grestore
  2380. gsave
  2381. 0.001 setlinewidth
  2382. 0.96358 0.08337 moveto
  2383. 0.96358 0.08712 lineto
  2384. stroke
  2385. grestore
  2386. gsave
  2387. 0.001 setlinewidth
  2388. 0.9939 0.08337 moveto
  2389. 0.9939 0.08712 lineto
  2390. stroke
  2391. grestore
  2392. gsave
  2393. 0.002 setlinewidth
  2394. 0 0.08337 moveto
  2395. 1 0.08337 lineto
  2396. stroke
  2397. grestore
  2398. gsave
  2399. 0.002 setlinewidth
  2400. 0.02381 0.03789 moveto
  2401. 0.03006 0.03789 lineto
  2402. stroke
  2403. grestore
  2404. [(-0.2)] 0.01131 0.03789 1 0 Mshowa
  2405. gsave
  2406. 0.002 setlinewidth
  2407. 0.02381 0.12884 moveto
  2408. 0.03006 0.12884 lineto
  2409. stroke
  2410. grestore
  2411. [(0.2)] 0.01131 0.12884 1 0 Mshowa
  2412. gsave
  2413. 0.002 setlinewidth
  2414. 0.02381 0.17431 moveto
  2415. 0.03006 0.17431 lineto
  2416. stroke
  2417. grestore
  2418. [(0.4)] 0.01131 0.17431 1 0 Mshowa
  2419. gsave
  2420. 0.002 setlinewidth
  2421. 0.02381 0.21979 moveto
  2422. 0.03006 0.21979 lineto
  2423. stroke
  2424. grestore
  2425. [(0.6)] 0.01131 0.21979 1 0 Mshowa
  2426. gsave
  2427. 0.002 setlinewidth
  2428. 0.02381 0.26526 moveto
  2429. 0.03006 0.26526 lineto
  2430. stroke
  2431. grestore
  2432. [(0.8)] 0.01131 0.26526 1 0 Mshowa
  2433. gsave
  2434. 0.002 setlinewidth
  2435. 0.02381 0.31073 moveto
  2436. 0.03006 0.31073 lineto
  2437. stroke
  2438. grestore
  2439. [(1)] 0.01131 0.31073 1 0 Mshowa
  2440. gsave
  2441. 0.001 setlinewidth
  2442. 0.02381 0.04699 moveto
  2443. 0.02756 0.04699 lineto
  2444. stroke
  2445. grestore
  2446. gsave
  2447. 0.001 setlinewidth
  2448. 0.02381 0.05608 moveto
  2449. 0.02756 0.05608 lineto
  2450. stroke
  2451. grestore
  2452. gsave
  2453. 0.001 setlinewidth
  2454. 0.02381 0.06518 moveto
  2455. 0.02756 0.06518 lineto
  2456. stroke
  2457. grestore
  2458. gsave
  2459. 0.001 setlinewidth
  2460. 0.02381 0.07427 moveto
  2461. 0.02756 0.07427 lineto
  2462. stroke
  2463. grestore
  2464. gsave
  2465. 0.001 setlinewidth
  2466. 0.02381 0.09246 moveto
  2467. 0.02756 0.09246 lineto
  2468. stroke
  2469. grestore
  2470. gsave
  2471. 0.001 setlinewidth
  2472. 0.02381 0.10156 moveto
  2473. 0.02756 0.10156 lineto
  2474. stroke
  2475. grestore
  2476. gsave
  2477. 0.001 setlinewidth
  2478. 0.02381 0.11065 moveto
  2479. 0.02756 0.11065 lineto
  2480. stroke
  2481. grestore
  2482. gsave
  2483. 0.001 setlinewidth
  2484. 0.02381 0.11975 moveto
  2485. 0.02756 0.11975 lineto
  2486. stroke
  2487. grestore
  2488. gsave
  2489. 0.001 setlinewidth
  2490. 0.02381 0.13793 moveto
  2491. 0.02756 0.13793 lineto
  2492. stroke
  2493. grestore
  2494. gsave
  2495. 0.001 setlinewidth
  2496. 0.02381 0.14703 moveto
  2497. 0.02756 0.14703 lineto
  2498. stroke
  2499. grestore
  2500. gsave
  2501. 0.001 setlinewidth
  2502. 0.02381 0.15612 moveto
  2503. 0.02756 0.15612 lineto
  2504. stroke
  2505. grestore
  2506. gsave
  2507. 0.001 setlinewidth
  2508. 0.02381 0.16522 moveto
  2509. 0.02756 0.16522 lineto
  2510. stroke
  2511. grestore
  2512. gsave
  2513. 0.001 setlinewidth
  2514. 0.02381 0.18341 moveto
  2515. 0.02756 0.18341 lineto
  2516. stroke
  2517. grestore
  2518. gsave
  2519. 0.001 setlinewidth
  2520. 0.02381 0.1925 moveto
  2521. 0.02756 0.1925 lineto
  2522. stroke
  2523. grestore
  2524. gsave
  2525. 0.001 setlinewidth
  2526. 0.02381 0.2016 moveto
  2527. 0.02756 0.2016 lineto
  2528. stroke
  2529. grestore
  2530. gsave
  2531. 0.001 setlinewidth
  2532. 0.02381 0.21069 moveto
  2533. 0.02756 0.21069 lineto
  2534. stroke
  2535. grestore
  2536. gsave
  2537. 0.001 setlinewidth
  2538. 0.02381 0.22888 moveto
  2539. 0.02756 0.22888 lineto
  2540. stroke
  2541. grestore
  2542. gsave
  2543. 0.001 setlinewidth
  2544. 0.02381 0.23797 moveto
  2545. 0.02756 0.23797 lineto
  2546. stroke
  2547. grestore
  2548. gsave
  2549. 0.001 setlinewidth
  2550. 0.02381 0.24707 moveto
  2551. 0.02756 0.24707 lineto
  2552. stroke
  2553. grestore
  2554. gsave
  2555. 0.001 setlinewidth
  2556. 0.02381 0.25616 moveto
  2557. 0.02756 0.25616 lineto
  2558. stroke
  2559. grestore
  2560. gsave
  2561. 0.001 setlinewidth
  2562. 0.02381 0.27435 moveto
  2563. 0.02756 0.27435 lineto
  2564. stroke
  2565. grestore
  2566. gsave
  2567. 0.001 setlinewidth
  2568. 0.02381 0.28345 moveto
  2569. 0.02756 0.28345 lineto
  2570. stroke
  2571. grestore
  2572. gsave
  2573. 0.001 setlinewidth
  2574. 0.02381 0.29254 moveto
  2575. 0.02756 0.29254 lineto
  2576. stroke
  2577. grestore
  2578. gsave
  2579. 0.001 setlinewidth
  2580. 0.02381 0.30164 moveto
  2581. 0.02756 0.30164 lineto
  2582. stroke
  2583. grestore
  2584. gsave
  2585. 0.001 setlinewidth
  2586. 0.02381 0.0288 moveto
  2587. 0.02756 0.0288 lineto
  2588. stroke
  2589. grestore
  2590. gsave
  2591. 0.001 setlinewidth
  2592. 0.02381 0.0197 moveto
  2593. 0.02756 0.0197 lineto
  2594. stroke
  2595. grestore
  2596. gsave
  2597. 0.001 setlinewidth
  2598. 0.02381 0.01061 moveto
  2599. 0.02756 0.01061 lineto
  2600. stroke
  2601. grestore
  2602. gsave
  2603. 0.001 setlinewidth
  2604. 0.02381 0.00152 moveto
  2605. 0.02756 0.00152 lineto
  2606. stroke
  2607. grestore
  2608. gsave
  2609. 0.002 setlinewidth
  2610. 0.02381 0 moveto
  2611. 0.02381 0.31831 lineto
  2612. stroke
  2613. grestore
  2614. grestore
  2615. 0 0 moveto
  2616. 1 0 lineto
  2617. 1 0.31831 lineto
  2618. 0 0.31831 lineto
  2619. closepath
  2620. clip
  2621. newpath
  2622. gsave
  2623. gsave
  2624. gsave
  2625. 0 0 1 setrgbcolor
  2626. [ ] 0 setdash
  2627. 1 Mabswid
  2628. 0.02381 0.08337 moveto
  2629. 0.06349 0.11304 lineto
  2630. 0.10317 0.14221 lineto
  2631. 0.14286 0.17038 lineto
  2632. 0.18254 0.19705 lineto
  2633. 0.22222 0.22178 lineto
  2634. 0.2619 0.24414 lineto
  2635. 0.30159 0.26375 lineto
  2636. 0.34127 0.28027 lineto
  2637. 0.38095 0.29342 lineto
  2638. 0.42063 0.30298 lineto
  2639. 0.44048 0.30636 lineto
  2640. 0.4504 0.30769 lineto
  2641. 0.46032 0.30879 lineto
  2642. 0.47024 0.30964 lineto
  2643. 0.4752 0.30997 lineto
  2644. 0.48016 0.31024 lineto
  2645. 0.48512 0.31046 lineto
  2646. 0.4876 0.31054 lineto
  2647. 0.49008 0.31061 lineto
  2648. 0.49256 0.31066 lineto
  2649. 0.4938 0.31068 lineto
  2650. 0.49504 0.3107 lineto
  2651. 0.49628 0.31071 lineto
  2652. 0.49752 0.31072 lineto
  2653. 0.49876 0.31073 lineto
  2654. 0.5 0.31073 lineto
  2655. 0.50124 0.31073 lineto
  2656. 0.50248 0.31072 lineto
  2657. 0.50372 0.31071 lineto
  2658. 0.50496 0.3107 lineto
  2659. 0.50744 0.31066 lineto
  2660. 0.50992 0.31061 lineto
  2661. 0.5124 0.31054 lineto
  2662. 0.51488 0.31046 lineto
  2663. 0.51984 0.31024 lineto
  2664. 0.5248 0.30997 lineto
  2665. 0.52976 0.30964 lineto
  2666. 0.53968 0.30879 lineto
  2667. 0.5496 0.30769 lineto
  2668. 0.55952 0.30636 lineto
  2669. 0.57937 0.30298 lineto
  2670. 0.61905 0.29342 lineto
  2671. 0.65873 0.28027 lineto
  2672. 0.69841 0.26375 lineto
  2673. 0.7381 0.24414 lineto
  2674. 0.77778 0.22178 lineto
  2675. 0.81746 0.19705 lineto
  2676. 0.85714 0.17038 lineto
  2677. 0.89683 0.14221 lineto
  2678. Mistroke
  2679. 0.93651 0.11304 lineto
  2680. 0.97619 0.08337 lineto
  2681. Mfstroke
  2682. grestore
  2683. grestore
  2684. gsave
  2685. gsave
  2686. 1 0 0 setrgbcolor
  2687. [ ] 0 setdash
  2688. 1 Mabswid
  2689. 0.02381 0.08337 moveto
  2690. 0.04365 0.11304 lineto
  2691. 0.06349 0.14221 lineto
  2692. 0.08333 0.17038 lineto
  2693. 0.10317 0.19705 lineto
  2694. 0.12302 0.22178 lineto
  2695. 0.14286 0.24414 lineto
  2696. 0.1627 0.26375 lineto
  2697. 0.18254 0.28027 lineto
  2698. 0.20238 0.29342 lineto
  2699. 0.22222 0.30298 lineto
  2700. 0.23214 0.30636 lineto
  2701. 0.2371 0.30769 lineto
  2702. 0.24206 0.30879 lineto
  2703. 0.24702 0.30964 lineto
  2704. 0.2495 0.30997 lineto
  2705. 0.25198 0.31024 lineto
  2706. 0.25446 0.31046 lineto
  2707. 0.2557 0.31054 lineto
  2708. 0.25694 0.31061 lineto
  2709. 0.25818 0.31066 lineto
  2710. 0.2588 0.31068 lineto
  2711. 0.25942 0.3107 lineto
  2712. 0.26004 0.31071 lineto
  2713. 0.26066 0.31072 lineto
  2714. 0.26128 0.31073 lineto
  2715. 0.2619 0.31073 lineto
  2716. 0.26252 0.31073 lineto
  2717. 0.26314 0.31072 lineto
  2718. 0.26376 0.31071 lineto
  2719. 0.26438 0.3107 lineto
  2720. 0.26562 0.31066 lineto
  2721. 0.26687 0.31061 lineto
  2722. 0.26811 0.31054 lineto
  2723. 0.26935 0.31046 lineto
  2724. 0.27183 0.31024 lineto
  2725. 0.27431 0.30997 lineto
  2726. 0.27679 0.30964 lineto
  2727. 0.28175 0.30879 lineto
  2728. 0.28671 0.30769 lineto
  2729. 0.29167 0.30636 lineto
  2730. 0.30159 0.30298 lineto
  2731. 0.32143 0.29342 lineto
  2732. 0.34127 0.28027 lineto
  2733. 0.36111 0.26375 lineto
  2734. 0.38095 0.24414 lineto
  2735. 0.40079 0.22178 lineto
  2736. 0.42063 0.19705 lineto
  2737. 0.44048 0.17038 lineto
  2738. 0.46032 0.14221 lineto
  2739. Mistroke
  2740. 0.48016 0.11304 lineto
  2741. 0.5 0.08337 lineto
  2742. Mfstroke
  2743. grestore
  2744. grestore
  2745. gsave
  2746. gsave
  2747. 0 0 0 setrgbcolor
  2748. [ ] 0 setdash
  2749. 1 Mabswid
  2750. 0.5 0.22811 moveto
  2751. 0.51984 0.22232 lineto
  2752. 0.53968 0.21698 lineto
  2753. 0.55952 0.21203 lineto
  2754. 0.57937 0.20743 lineto
  2755. 0.59921 0.20316 lineto
  2756. 0.61905 0.19916 lineto
  2757. 0.63889 0.19543 lineto
  2758. 0.65873 0.19193 lineto
  2759. 0.67857 0.18864 lineto
  2760. 0.69841 0.18554 lineto
  2761. 0.71825 0.18262 lineto
  2762. 0.7381 0.17986 lineto
  2763. 0.75794 0.17726 lineto
  2764. 0.77778 0.17478 lineto
  2765. 0.79762 0.17244 lineto
  2766. 0.81746 0.17021 lineto
  2767. 0.8373 0.1681 lineto
  2768. 0.85714 0.16608 lineto
  2769. 0.87698 0.16415 lineto
  2770. 0.89683 0.16232 lineto
  2771. 0.91667 0.16056 lineto
  2772. 0.93651 0.15889 lineto
  2773. 0.95635 0.15728 lineto
  2774. 0.97619 0.15574 lineto
  2775. stroke
  2776. grestore
  2777. grestore
  2778. gsave
  2779. gsave
  2780. 0 1 0 setrgbcolor
  2781. [ ] 0 setdash
  2782. 1 Mabswid
  2783. 0.34127 0.08337 moveto
  2784. 0.3545 0.12126 lineto
  2785. 0.36111 0.13696 lineto
  2786. 0.36772 0.149 lineto
  2787. 0.37103 0.15339 lineto
  2788. 0.37269 0.15513 lineto
  2789. 0.37434 0.15657 lineto
  2790. 0.37599 0.1577 lineto
  2791. 0.37682 0.15814 lineto
  2792. 0.37765 0.15851 lineto
  2793. 0.37847 0.15879 lineto
  2794. 0.37889 0.1589 lineto
  2795. 0.3793 0.15899 lineto
  2796. 0.37971 0.15906 lineto
  2797. 0.38013 0.15911 lineto
  2798. 0.38054 0.15914 lineto
  2799. 0.38095 0.15915 lineto
  2800. 0.38137 0.15914 lineto
  2801. 0.38178 0.15911 lineto
  2802. 0.38219 0.15906 lineto
  2803. 0.38261 0.15899 lineto
  2804. 0.38343 0.15879 lineto
  2805. 0.38426 0.15851 lineto
  2806. 0.38509 0.15814 lineto
  2807. 0.38591 0.1577 lineto
  2808. 0.38757 0.15657 lineto
  2809. 0.39087 0.15339 lineto
  2810. 0.39418 0.149 lineto
  2811. 0.40079 0.13696 lineto
  2812. 0.40741 0.12126 lineto
  2813. 0.42063 0.08337 lineto
  2814. 0.43386 0.04547 lineto
  2815. 0.44048 0.02978 lineto
  2816. 0.44378 0.02324 lineto
  2817. 0.44709 0.01773 lineto
  2818. 0.4504 0.01335 lineto
  2819. 0.45205 0.0116 lineto
  2820. 0.4537 0.01016 lineto
  2821. 0.45536 0.00904 lineto
  2822. 0.45618 0.00859 lineto
  2823. 0.45701 0.00823 lineto
  2824. 0.45784 0.00794 lineto
  2825. 0.45825 0.00783 lineto
  2826. 0.45866 0.00774 lineto
  2827. 0.45908 0.00767 lineto
  2828. 0.45949 0.00762 lineto
  2829. 0.4599 0.00759 lineto
  2830. 0.46032 0.00758 lineto
  2831. 0.46073 0.00759 lineto
  2832. 0.46114 0.00762 lineto
  2833. Mistroke
  2834. 0.46156 0.00767 lineto
  2835. 0.46197 0.00774 lineto
  2836. 0.4628 0.00794 lineto
  2837. 0.46362 0.00823 lineto
  2838. 0.46445 0.00859 lineto
  2839. 0.46528 0.00904 lineto
  2840. 0.46693 0.01016 lineto
  2841. 0.47024 0.01335 lineto
  2842. 0.47354 0.01773 lineto
  2843. 0.48016 0.02978 lineto
  2844. 0.48677 0.04547 lineto
  2845. 0.5 0.08337 lineto
  2846. 0.51323 0.12126 lineto
  2847. 0.51984 0.13696 lineto
  2848. 0.52315 0.14349 lineto
  2849. 0.52646 0.149 lineto
  2850. 0.52976 0.15339 lineto
  2851. 0.53142 0.15513 lineto
  2852. 0.53307 0.15657 lineto
  2853. 0.53472 0.1577 lineto
  2854. 0.53555 0.15814 lineto
  2855. 0.53638 0.15851 lineto
  2856. 0.5372 0.15879 lineto
  2857. 0.53762 0.1589 lineto
  2858. 0.53803 0.15899 lineto
  2859. 0.53844 0.15906 lineto
  2860. 0.53886 0.15911 lineto
  2861. 0.53927 0.15914 lineto
  2862. 0.53968 0.15915 lineto
  2863. 0.5401 0.15914 lineto
  2864. 0.54051 0.15911 lineto
  2865. 0.54092 0.15906 lineto
  2866. 0.54134 0.15899 lineto
  2867. 0.54216 0.15879 lineto
  2868. 0.54299 0.15851 lineto
  2869. 0.54382 0.15814 lineto
  2870. 0.54464 0.1577 lineto
  2871. 0.5463 0.15657 lineto
  2872. 0.5496 0.15339 lineto
  2873. 0.55291 0.149 lineto
  2874. 0.55952 0.13696 lineto
  2875. 0.56614 0.12126 lineto
  2876. 0.57937 0.08337 lineto
  2877. 0.59259 0.04547 lineto
  2878. 0.59921 0.02978 lineto
  2879. 0.60582 0.01773 lineto
  2880. 0.60913 0.01335 lineto
  2881. 0.61078 0.0116 lineto
  2882. 0.61243 0.01016 lineto
  2883. 0.61409 0.00904 lineto
  2884. Mistroke
  2885. 0.61491 0.00859 lineto
  2886. 0.61574 0.00823 lineto
  2887. 0.61657 0.00794 lineto
  2888. 0.61698 0.00783 lineto
  2889. 0.61739 0.00774 lineto
  2890. 0.61781 0.00767 lineto
  2891. 0.61822 0.00762 lineto
  2892. 0.61863 0.00759 lineto
  2893. 0.61905 0.00758 lineto
  2894. 0.61946 0.00759 lineto
  2895. 0.61987 0.00762 lineto
  2896. 0.62029 0.00767 lineto
  2897. 0.6207 0.00774 lineto
  2898. 0.62153 0.00794 lineto
  2899. 0.62235 0.00823 lineto
  2900. 0.62318 0.00859 lineto
  2901. 0.62401 0.00904 lineto
  2902. 0.62566 0.01016 lineto
  2903. 0.62897 0.01335 lineto
  2904. 0.63228 0.01773 lineto
  2905. 0.63889 0.02978 lineto
  2906. 0.6455 0.04547 lineto
  2907. 0.65873 0.08337 lineto
  2908. Mfstroke
  2909. grestore
  2910. grestore
  2911. grestore
  2912. % End of Graphics
  2913. MathPictureEnd
  2914. :[font = section; inactive; Cclosed; preserveAspect; startGroup; ]
  2915. PlotE vs. Plot: Control and Convenience
  2916. ;[s]
  2917. 1:0,0;39,-1;
  2918. 1:1,12,9,Times,1,14,0,0,0;
  2919. :[font = subsubsection; inactive; preserveAspect; ]
  2920. Example #1: log(x)
  2921. :[font = input; Cclosed; preserveAspect; startGroup; ]
  2922. Plot[Log[x],{x,-5,5}];
  2923. :[font = message; inactive; Cclosed; preserveAspect; startGroup; ]
  2924. Plot::plnr: CompiledFunction[{x}, Log[x], -CompiledCode-][x]
  2925.      is not a machine-size real number at x = -5..
  2926. :[font = message; inactive; preserveAspect; ]
  2927. Plot::plnr: CompiledFunction[{x}, Log[x], -CompiledCode-][x]
  2928.      is not a machine-size real number at x = -4.58333.
  2929. :[font = message; inactive; preserveAspect; ]
  2930. Plot::plnr: CompiledFunction[{x}, Log[x], -CompiledCode-][x]
  2931.      is not a machine-size real number at x = -4.16667.
  2932. :[font = message; inactive; preserveAspect; ]
  2933. General::stop: Further output of Plot::plnr
  2934.      will be suppressed during this calculation.
  2935. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 123; pictureHeight = 266; endGroup; endGroup; ]
  2936. %!
  2937. %%Creator: Mathematica
  2938. %%AspectRatio: 2.16053 
  2939. MathPictureStart
  2940. /Courier findfont 10  scalefont  setfont
  2941. % Scaling calculations
  2942. 0.02381 0.190476 1.802534 0.190476 [
  2943. [(1)] 0.21429 1.80253 0 2 Msboxa
  2944. [(2)] 0.40476 1.80253 0 2 Msboxa
  2945. [(3)] 0.59524 1.80253 0 2 Msboxa
  2946. [(4)] 0.78571 1.80253 0 2 Msboxa
  2947. [(5)] 0.97619 1.80253 0 2 Msboxa
  2948. [(-8)] 0.01131 0.27872 1 0 Msboxa
  2949. [(-6)] 0.01131 0.65968 1 0 Msboxa
  2950. [(-4)] 0.01131 1.04063 1 0 Msboxa
  2951. [(-2)] 0.01131 1.42158 1 0 Msboxa
  2952. [ -0.001 -0.001 0 0 ]
  2953. [ 1.001 2.16153 0 0 ]
  2954. ] MathScale
  2955. % Start of Graphics
  2956. 1 setlinecap
  2957. 1 setlinejoin
  2958. newpath
  2959. %%Object: Graphics
  2960. [ ] 0 setdash
  2961. 0 setgray
  2962. gsave
  2963. gsave
  2964. 0.002 setlinewidth
  2965. 0.21429 1.80253 moveto
  2966. 0.21429 1.80878 lineto
  2967. stroke
  2968. grestore
  2969. [(1)] 0.21429 1.80253 0 2 Mshowa
  2970. gsave
  2971. 0.002 setlinewidth
  2972. 0.40476 1.80253 moveto
  2973. 0.40476 1.80878 lineto
  2974. stroke
  2975. grestore
  2976. [(2)] 0.40476 1.80253 0 2 Mshowa
  2977. gsave
  2978. 0.002 setlinewidth
  2979. 0.59524 1.80253 moveto
  2980. 0.59524 1.80878 lineto
  2981. stroke
  2982. grestore
  2983. [(3)] 0.59524 1.80253 0 2 Mshowa
  2984. gsave
  2985. 0.002 setlinewidth
  2986. 0.78571 1.80253 moveto
  2987. 0.78571 1.80878 lineto
  2988. stroke
  2989. grestore
  2990. [(4)] 0.78571 1.80253 0 2 Mshowa
  2991. gsave
  2992. 0.002 setlinewidth
  2993. 0.97619 1.80253 moveto
  2994. 0.97619 1.80878 lineto
  2995. stroke
  2996. grestore
  2997. [(5)] 0.97619 1.80253 0 2 Mshowa
  2998. gsave
  2999. 0.001 setlinewidth
  3000. 0.0619 1.80253 moveto
  3001. 0.0619 1.80628 lineto
  3002. stroke
  3003. grestore
  3004. gsave
  3005. 0.001 setlinewidth
  3006. 0.1 1.80253 moveto
  3007. 0.1 1.80628 lineto
  3008. stroke
  3009. grestore
  3010. gsave
  3011. 0.001 setlinewidth
  3012. 0.1381 1.80253 moveto
  3013. 0.1381 1.80628 lineto
  3014. stroke
  3015. grestore
  3016. gsave
  3017. 0.001 setlinewidth
  3018. 0.17619 1.80253 moveto
  3019. 0.17619 1.80628 lineto
  3020. stroke
  3021. grestore
  3022. gsave
  3023. 0.001 setlinewidth
  3024. 0.25238 1.80253 moveto
  3025. 0.25238 1.80628 lineto
  3026. stroke
  3027. grestore
  3028. gsave
  3029. 0.001 setlinewidth
  3030. 0.29048 1.80253 moveto
  3031. 0.29048 1.80628 lineto
  3032. stroke
  3033. grestore
  3034. gsave
  3035. 0.001 setlinewidth
  3036. 0.32857 1.80253 moveto
  3037. 0.32857 1.80628 lineto
  3038. stroke
  3039. grestore
  3040. gsave
  3041. 0.001 setlinewidth
  3042. 0.36667 1.80253 moveto
  3043. 0.36667 1.80628 lineto
  3044. stroke
  3045. grestore
  3046. gsave
  3047. 0.001 setlinewidth
  3048. 0.44286 1.80253 moveto
  3049. 0.44286 1.80628 lineto
  3050. stroke
  3051. grestore
  3052. gsave
  3053. 0.001 setlinewidth
  3054. 0.48095 1.80253 moveto
  3055. 0.48095 1.80628 lineto
  3056. stroke
  3057. grestore
  3058. gsave
  3059. 0.001 setlinewidth
  3060. 0.51905 1.80253 moveto
  3061. 0.51905 1.80628 lineto
  3062. stroke
  3063. grestore
  3064. gsave
  3065. 0.001 setlinewidth
  3066. 0.55714 1.80253 moveto
  3067. 0.55714 1.80628 lineto
  3068. stroke
  3069. grestore
  3070. gsave
  3071. 0.001 setlinewidth
  3072. 0.63333 1.80253 moveto
  3073. 0.63333 1.80628 lineto
  3074. stroke
  3075. grestore
  3076. gsave
  3077. 0.001 setlinewidth
  3078. 0.67143 1.80253 moveto
  3079. 0.67143 1.80628 lineto
  3080. stroke
  3081. grestore
  3082. gsave
  3083. 0.001 setlinewidth
  3084. 0.70952 1.80253 moveto
  3085. 0.70952 1.80628 lineto
  3086. stroke
  3087. grestore
  3088. gsave
  3089. 0.001 setlinewidth
  3090. 0.74762 1.80253 moveto
  3091. 0.74762 1.80628 lineto
  3092. stroke
  3093. grestore
  3094. gsave
  3095. 0.001 setlinewidth
  3096. 0.82381 1.80253 moveto
  3097. 0.82381 1.80628 lineto
  3098. stroke
  3099. grestore
  3100. gsave
  3101. 0.001 setlinewidth
  3102. 0.8619 1.80253 moveto
  3103. 0.8619 1.80628 lineto
  3104. stroke
  3105. grestore
  3106. gsave
  3107. 0.001 setlinewidth
  3108. 0.9 1.80253 moveto
  3109. 0.9 1.80628 lineto
  3110. stroke
  3111. grestore
  3112. gsave
  3113. 0.001 setlinewidth
  3114. 0.9381 1.80253 moveto
  3115. 0.9381 1.80628 lineto
  3116. stroke
  3117. grestore
  3118. gsave
  3119. 0.002 setlinewidth
  3120. 0 1.80253 moveto
  3121. 1 1.80253 lineto
  3122. stroke
  3123. grestore
  3124. gsave
  3125. 0.002 setlinewidth
  3126. 0.02381 0.27872 moveto
  3127. 0.03006 0.27872 lineto
  3128. stroke
  3129. grestore
  3130. [(-8)] 0.01131 0.27872 1 0 Mshowa
  3131. gsave
  3132. 0.002 setlinewidth
  3133. 0.02381 0.65968 moveto
  3134. 0.03006 0.65968 lineto
  3135. stroke
  3136. grestore
  3137. [(-6)] 0.01131 0.65968 1 0 Mshowa
  3138. gsave
  3139. 0.002 setlinewidth
  3140. 0.02381 1.04063 moveto
  3141. 0.03006 1.04063 lineto
  3142. stroke
  3143. grestore
  3144. [(-4)] 0.01131 1.04063 1 0 Mshowa
  3145. gsave
  3146. 0.002 setlinewidth
  3147. 0.02381 1.42158 moveto
  3148. 0.03006 1.42158 lineto
  3149. stroke
  3150. grestore
  3151. [(-2)] 0.01131 1.42158 1 0 Mshowa
  3152. gsave
  3153. 0.001 setlinewidth
  3154. 0.02381 0.35491 moveto
  3155. 0.02756 0.35491 lineto
  3156. stroke
  3157. grestore
  3158. gsave
  3159. 0.001 setlinewidth
  3160. 0.02381 0.43111 moveto
  3161. 0.02756 0.43111 lineto
  3162. stroke
  3163. grestore
  3164. gsave
  3165. 0.001 setlinewidth
  3166. 0.02381 0.5073 moveto
  3167. 0.02756 0.5073 lineto
  3168. stroke
  3169. grestore
  3170. gsave
  3171. 0.001 setlinewidth
  3172. 0.02381 0.58349 moveto
  3173. 0.02756 0.58349 lineto
  3174. stroke
  3175. grestore
  3176. gsave
  3177. 0.001 setlinewidth
  3178. 0.02381 0.73587 moveto
  3179. 0.02756 0.73587 lineto
  3180. stroke
  3181. grestore
  3182. gsave
  3183. 0.001 setlinewidth
  3184. 0.02381 0.81206 moveto
  3185. 0.02756 0.81206 lineto
  3186. stroke
  3187. grestore
  3188. gsave
  3189. 0.001 setlinewidth
  3190. 0.02381 0.88825 moveto
  3191. 0.02756 0.88825 lineto
  3192. stroke
  3193. grestore
  3194. gsave
  3195. 0.001 setlinewidth
  3196. 0.02381 0.96444 moveto
  3197. 0.02756 0.96444 lineto
  3198. stroke
  3199. grestore
  3200. gsave
  3201. 0.001 setlinewidth
  3202. 0.02381 1.11682 moveto
  3203. 0.02756 1.11682 lineto
  3204. stroke
  3205. grestore
  3206. gsave
  3207. 0.001 setlinewidth
  3208. 0.02381 1.19301 moveto
  3209. 0.02756 1.19301 lineto
  3210. stroke
  3211. grestore
  3212. gsave
  3213. 0.001 setlinewidth
  3214. 0.02381 1.2692 moveto
  3215. 0.02756 1.2692 lineto
  3216. stroke
  3217. grestore
  3218. gsave
  3219. 0.001 setlinewidth
  3220. 0.02381 1.34539 moveto
  3221. 0.02756 1.34539 lineto
  3222. stroke
  3223. grestore
  3224. gsave
  3225. 0.001 setlinewidth
  3226. 0.02381 1.49777 moveto
  3227. 0.02756 1.49777 lineto
  3228. stroke
  3229. grestore
  3230. gsave
  3231. 0.001 setlinewidth
  3232. 0.02381 1.57396 moveto
  3233. 0.02756 1.57396 lineto
  3234. stroke
  3235. grestore
  3236. gsave
  3237. 0.001 setlinewidth
  3238. 0.02381 1.65015 moveto
  3239. 0.02756 1.65015 lineto
  3240. stroke
  3241. grestore
  3242. gsave
  3243. 0.001 setlinewidth
  3244. 0.02381 1.72634 moveto
  3245. 0.02756 1.72634 lineto
  3246. stroke
  3247. grestore
  3248. gsave
  3249. 0.001 setlinewidth
  3250. 0.02381 0.20253 moveto
  3251. 0.02756 0.20253 lineto
  3252. stroke
  3253. grestore
  3254. gsave
  3255. 0.001 setlinewidth
  3256. 0.02381 0.12634 moveto
  3257. 0.02756 0.12634 lineto
  3258. stroke
  3259. grestore
  3260. gsave
  3261. 0.001 setlinewidth
  3262. 0.02381 0.05015 moveto
  3263. 0.02756 0.05015 lineto
  3264. stroke
  3265. grestore
  3266. gsave
  3267. 0.001 setlinewidth
  3268. 0.02381 1.87872 moveto
  3269. 0.02756 1.87872 lineto
  3270. stroke
  3271. grestore
  3272. gsave
  3273. 0.001 setlinewidth
  3274. 0.02381 1.95491 moveto
  3275. 0.02756 1.95491 lineto
  3276. stroke
  3277. grestore
  3278. gsave
  3279. 0.001 setlinewidth
  3280. 0.02381 2.03111 moveto
  3281. 0.02756 2.03111 lineto
  3282. stroke
  3283. grestore
  3284. gsave
  3285. 0.001 setlinewidth
  3286. 0.02381 2.1073 moveto
  3287. 0.02756 2.1073 lineto
  3288. stroke
  3289. grestore
  3290. gsave
  3291. 0.002 setlinewidth
  3292. 0.02381 0 moveto
  3293. 0.02381 2.16053 lineto
  3294. stroke
  3295. grestore
  3296. grestore
  3297. 0 0 moveto
  3298. 1 0 lineto
  3299. 1 2.16053 lineto
  3300. 0 2.16053 lineto
  3301. closepath
  3302. clip
  3303. newpath
  3304. gsave
  3305. gsave
  3306. 0.004 setlinewidth
  3307. stroke
  3308. 0.02589 0 moveto
  3309. 0.02629 0.97564 lineto
  3310. stroke
  3311. 0.02629 0.97564 moveto
  3312. 0.02877 1.10767 lineto
  3313. 0.03125 1.1849 lineto
  3314. 0.03373 1.23969 lineto
  3315. 0.03869 1.31693 lineto
  3316. 0.04365 1.37172 lineto
  3317. 0.05357 1.44895 lineto
  3318. 0.06349 1.50375 lineto
  3319. 0.08333 1.58098 lineto
  3320. 0.10317 1.63578 lineto
  3321. 0.14286 1.71301 lineto
  3322. 0.18254 1.76781 lineto
  3323. 0.2619 1.84504 lineto
  3324. 0.34127 1.89983 lineto
  3325. 0.42063 1.94234 lineto
  3326. 0.5 1.97707 lineto
  3327. 0.57937 2.00643 lineto
  3328. 0.65873 2.03186 lineto
  3329. 0.7381 2.0543 lineto
  3330. 0.81746 2.07437 lineto
  3331. 0.89683 2.09252 lineto
  3332. 0.97619 2.10909 lineto
  3333. stroke
  3334. grestore
  3335. grestore
  3336. % End of Graphics
  3337. MathPictureEnd
  3338. :[font = input; Cclosed; preserveAspect; startGroup; ]
  3339. PlotE[log[x],-5,5];
  3340. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; endGroup; ]
  3341. %!
  3342. %%Creator: Mathematica
  3343. %%AspectRatio: 0.61803 
  3344. MathPictureStart
  3345. /Courier findfont 10  scalefont  setfont
  3346. % Scaling calculations
  3347. 0.5 0.095238 0.515626 0.054487 [
  3348. [(-4)] 0.11905 0.51563 0 2 Msboxa
  3349. [(-2)] 0.30952 0.51563 0 2 Msboxa
  3350. [(2)] 0.69048 0.51563 0 2 Msboxa
  3351. [(4)] 0.88095 0.51563 0 2 Msboxa
  3352. [(x)] 1.025 0.51563 -1 0 Msboxa
  3353. [(-8)] 0.4875 0.07973 1 0 Msboxa
  3354. [(-6)] 0.4875 0.1887 1 0 Msboxa
  3355. [(-4)] 0.4875 0.29768 1 0 Msboxa
  3356. [(-2)] 0.4875 0.40665 1 0 Msboxa
  3357. [(y)] 0.5 0.61803 0 -4 Msboxa
  3358. [ -0.001 -0.001 0 0 ]
  3359. [ 1.001 0.61903 0 0 ]
  3360. ] MathScale
  3361. % Start of Graphics
  3362. 1 setlinecap
  3363. 1 setlinejoin
  3364. newpath
  3365. %%Object: Graphics
  3366. [ ] 0 setdash
  3367. 0 setgray
  3368. gsave
  3369. gsave
  3370. 0.002 setlinewidth
  3371. 0.11905 0.51563 moveto
  3372. 0.11905 0.52188 lineto
  3373. stroke
  3374. grestore
  3375. [(-4)] 0.11905 0.51563 0 2 Mshowa
  3376. gsave
  3377. 0.002 setlinewidth
  3378. 0.30952 0.51563 moveto
  3379. 0.30952 0.52188 lineto
  3380. stroke
  3381. grestore
  3382. [(-2)] 0.30952 0.51563 0 2 Mshowa
  3383. gsave
  3384. 0.002 setlinewidth
  3385. 0.69048 0.51563 moveto
  3386. 0.69048 0.52188 lineto
  3387. stroke
  3388. grestore
  3389. [(2)] 0.69048 0.51563 0 2 Mshowa
  3390. gsave
  3391. 0.002 setlinewidth
  3392. 0.88095 0.51563 moveto
  3393. 0.88095 0.52188 lineto
  3394. stroke
  3395. grestore
  3396. [(4)] 0.88095 0.51563 0 2 Mshowa
  3397. gsave
  3398. 0.001 setlinewidth
  3399. 0.15714 0.51563 moveto
  3400. 0.15714 0.51938 lineto
  3401. stroke
  3402. grestore
  3403. gsave
  3404. 0.001 setlinewidth
  3405. 0.19524 0.51563 moveto
  3406. 0.19524 0.51938 lineto
  3407. stroke
  3408. grestore
  3409. gsave
  3410. 0.001 setlinewidth
  3411. 0.23333 0.51563 moveto
  3412. 0.23333 0.51938 lineto
  3413. stroke
  3414. grestore
  3415. gsave
  3416. 0.001 setlinewidth
  3417. 0.27143 0.51563 moveto
  3418. 0.27143 0.51938 lineto
  3419. stroke
  3420. grestore
  3421. gsave
  3422. 0.001 setlinewidth
  3423. 0.34762 0.51563 moveto
  3424. 0.34762 0.51938 lineto
  3425. stroke
  3426. grestore
  3427. gsave
  3428. 0.001 setlinewidth
  3429. 0.38571 0.51563 moveto
  3430. 0.38571 0.51938 lineto
  3431. stroke
  3432. grestore
  3433. gsave
  3434. 0.001 setlinewidth
  3435. 0.42381 0.51563 moveto
  3436. 0.42381 0.51938 lineto
  3437. stroke
  3438. grestore
  3439. gsave
  3440. 0.001 setlinewidth
  3441. 0.4619 0.51563 moveto
  3442. 0.4619 0.51938 lineto
  3443. stroke
  3444. grestore
  3445. gsave
  3446. 0.001 setlinewidth
  3447. 0.5381 0.51563 moveto
  3448. 0.5381 0.51938 lineto
  3449. stroke
  3450. grestore
  3451. gsave
  3452. 0.001 setlinewidth
  3453. 0.57619 0.51563 moveto
  3454. 0.57619 0.51938 lineto
  3455. stroke
  3456. grestore
  3457. gsave
  3458. 0.001 setlinewidth
  3459. 0.61429 0.51563 moveto
  3460. 0.61429 0.51938 lineto
  3461. stroke
  3462. grestore
  3463. gsave
  3464. 0.001 setlinewidth
  3465. 0.65238 0.51563 moveto
  3466. 0.65238 0.51938 lineto
  3467. stroke
  3468. grestore
  3469. gsave
  3470. 0.001 setlinewidth
  3471. 0.72857 0.51563 moveto
  3472. 0.72857 0.51938 lineto
  3473. stroke
  3474. grestore
  3475. gsave
  3476. 0.001 setlinewidth
  3477. 0.76667 0.51563 moveto
  3478. 0.76667 0.51938 lineto
  3479. stroke
  3480. grestore
  3481. gsave
  3482. 0.001 setlinewidth
  3483. 0.80476 0.51563 moveto
  3484. 0.80476 0.51938 lineto
  3485. stroke
  3486. grestore
  3487. gsave
  3488. 0.001 setlinewidth
  3489. 0.84286 0.51563 moveto
  3490. 0.84286 0.51938 lineto
  3491. stroke
  3492. grestore
  3493. gsave
  3494. 0.001 setlinewidth
  3495. 0.08095 0.51563 moveto
  3496. 0.08095 0.51938 lineto
  3497. stroke
  3498. grestore
  3499. gsave
  3500. 0.001 setlinewidth
  3501. 0.04286 0.51563 moveto
  3502. 0.04286 0.51938 lineto
  3503. stroke
  3504. grestore
  3505. gsave
  3506. 0.001 setlinewidth
  3507. 0.00476 0.51563 moveto
  3508. 0.00476 0.51938 lineto
  3509. stroke
  3510. grestore
  3511. gsave
  3512. 0.001 setlinewidth
  3513. 0.91905 0.51563 moveto
  3514. 0.91905 0.51938 lineto
  3515. stroke
  3516. grestore
  3517. gsave
  3518. 0.001 setlinewidth
  3519. 0.95714 0.51563 moveto
  3520. 0.95714 0.51938 lineto
  3521. stroke
  3522. grestore
  3523. gsave
  3524. 0.001 setlinewidth
  3525. 0.99524 0.51563 moveto
  3526. 0.99524 0.51938 lineto
  3527. stroke
  3528. grestore
  3529. [(x)] 1.025 0.51563 -1 0 Mshowa
  3530. gsave
  3531. 0.002 setlinewidth
  3532. 0 0.51563 moveto
  3533. 1 0.51563 lineto
  3534. stroke
  3535. grestore
  3536. gsave
  3537. 0.002 setlinewidth
  3538. 0.5 0.07973 moveto
  3539. 0.50625 0.07973 lineto
  3540. stroke
  3541. grestore
  3542. [(-8)] 0.4875 0.07973 1 0 Mshowa
  3543. gsave
  3544. 0.002 setlinewidth
  3545. 0.5 0.1887 moveto
  3546. 0.50625 0.1887 lineto
  3547. stroke
  3548. grestore
  3549. [(-6)] 0.4875 0.1887 1 0 Mshowa
  3550. gsave
  3551. 0.002 setlinewidth
  3552. 0.5 0.29768 moveto
  3553. 0.50625 0.29768 lineto
  3554. stroke
  3555. grestore
  3556. [(-4)] 0.4875 0.29768 1 0 Mshowa
  3557. gsave
  3558. 0.002 setlinewidth
  3559. 0.5 0.40665 moveto
  3560. 0.50625 0.40665 lineto
  3561. stroke
  3562. grestore
  3563. [(-2)] 0.4875 0.40665 1 0 Mshowa
  3564. gsave
  3565. 0.001 setlinewidth
  3566. 0.5 0.10153 moveto
  3567. 0.50375 0.10153 lineto
  3568. stroke
  3569. grestore
  3570. gsave
  3571. 0.001 setlinewidth
  3572. 0.5 0.12332 moveto
  3573. 0.50375 0.12332 lineto
  3574. stroke
  3575. grestore
  3576. gsave
  3577. 0.001 setlinewidth
  3578. 0.5 0.14511 moveto
  3579. 0.50375 0.14511 lineto
  3580. stroke
  3581. grestore
  3582. gsave
  3583. 0.001 setlinewidth
  3584. 0.5 0.16691 moveto
  3585. 0.50375 0.16691 lineto
  3586. stroke
  3587. grestore
  3588. gsave
  3589. 0.001 setlinewidth
  3590. 0.5 0.2105 moveto
  3591. 0.50375 0.2105 lineto
  3592. stroke
  3593. grestore
  3594. gsave
  3595. 0.001 setlinewidth
  3596. 0.5 0.23229 moveto
  3597. 0.50375 0.23229 lineto
  3598. stroke
  3599. grestore
  3600. gsave
  3601. 0.001 setlinewidth
  3602. 0.5 0.25409 moveto
  3603. 0.50375 0.25409 lineto
  3604. stroke
  3605. grestore
  3606. gsave
  3607. 0.001 setlinewidth
  3608. 0.5 0.27588 moveto
  3609. 0.50375 0.27588 lineto
  3610. stroke
  3611. grestore
  3612. gsave
  3613. 0.001 setlinewidth
  3614. 0.5 0.31947 moveto
  3615. 0.50375 0.31947 lineto
  3616. stroke
  3617. grestore
  3618. gsave
  3619. 0.001 setlinewidth
  3620. 0.5 0.34127 moveto
  3621. 0.50375 0.34127 lineto
  3622. stroke
  3623. grestore
  3624. gsave
  3625. 0.001 setlinewidth
  3626. 0.5 0.36306 moveto
  3627. 0.50375 0.36306 lineto
  3628. stroke
  3629. grestore
  3630. gsave
  3631. 0.001 setlinewidth
  3632. 0.5 0.38486 moveto
  3633. 0.50375 0.38486 lineto
  3634. stroke
  3635. grestore
  3636. gsave
  3637. 0.001 setlinewidth
  3638. 0.5 0.42845 moveto
  3639. 0.50375 0.42845 lineto
  3640. stroke
  3641. grestore
  3642. gsave
  3643. 0.001 setlinewidth
  3644. 0.5 0.45024 moveto
  3645. 0.50375 0.45024 lineto
  3646. stroke
  3647. grestore
  3648. gsave
  3649. 0.001 setlinewidth
  3650. 0.5 0.47204 moveto
  3651. 0.50375 0.47204 lineto
  3652. stroke
  3653. grestore
  3654. gsave
  3655. 0.001 setlinewidth
  3656. 0.5 0.49383 moveto
  3657. 0.50375 0.49383 lineto
  3658. stroke
  3659. grestore
  3660. gsave
  3661. 0.001 setlinewidth
  3662. 0.5 0.05794 moveto
  3663. 0.50375 0.05794 lineto
  3664. stroke
  3665. grestore
  3666. gsave
  3667. 0.001 setlinewidth
  3668. 0.5 0.03614 moveto
  3669. 0.50375 0.03614 lineto
  3670. stroke
  3671. grestore
  3672. gsave
  3673. 0.001 setlinewidth
  3674. 0.5 0.01435 moveto
  3675. 0.50375 0.01435 lineto
  3676. stroke
  3677. grestore
  3678. gsave
  3679. 0.001 setlinewidth
  3680. 0.5 0.53742 moveto
  3681. 0.50375 0.53742 lineto
  3682. stroke
  3683. grestore
  3684. gsave
  3685. 0.001 setlinewidth
  3686. 0.5 0.55922 moveto
  3687. 0.50375 0.55922 lineto
  3688. stroke
  3689. grestore
  3690. gsave
  3691. 0.001 setlinewidth
  3692. 0.5 0.58101 moveto
  3693. 0.50375 0.58101 lineto
  3694. stroke
  3695. grestore
  3696. gsave
  3697. 0.001 setlinewidth
  3698. 0.5 0.6028 moveto
  3699. 0.50375 0.6028 lineto
  3700. stroke
  3701. grestore
  3702. [(y)] 0.5 0.61803 0 -4 Mshowa
  3703. gsave
  3704. 0.002 setlinewidth
  3705. 0.5 0 moveto
  3706. 0.5 0.61803 lineto
  3707. stroke
  3708. grestore
  3709. grestore
  3710. 0 0 moveto
  3711. 1 0 lineto
  3712. 1 0.61803 lineto
  3713. 0 0.61803 lineto
  3714. closepath
  3715. clip
  3716. newpath
  3717. gsave
  3718. gsave
  3719. 0 0 1 setrgbcolor
  3720. [ ] 0 setdash
  3721. 1 Mabswid
  3722. stroke
  3723. 0.50104 0 moveto
  3724. 0.50124 0.27909 lineto
  3725. stroke
  3726. 0.50124 0.27909 moveto
  3727. 0.50248 0.31685 lineto
  3728. 0.50372 0.33895 lineto
  3729. 0.50496 0.35462 lineto
  3730. 0.50744 0.37671 lineto
  3731. 0.50992 0.39239 lineto
  3732. 0.51488 0.41448 lineto
  3733. 0.51984 0.43016 lineto
  3734. 0.52976 0.45225 lineto
  3735. 0.53968 0.46792 lineto
  3736. 0.55952 0.49002 lineto
  3737. 0.57937 0.50569 lineto
  3738. 0.61905 0.52778 lineto
  3739. 0.65873 0.54346 lineto
  3740. 0.69841 0.55562 lineto
  3741. 0.7381 0.56555 lineto
  3742. 0.77778 0.57395 lineto
  3743. 0.81746 0.58123 lineto
  3744. 0.85714 0.58764 lineto
  3745. 0.89683 0.59338 lineto
  3746. 0.93651 0.59858 lineto
  3747. 0.97619 0.60332 lineto
  3748. stroke
  3749. grestore
  3750. grestore
  3751. % End of Graphics
  3752. MathPictureEnd
  3753. :[font = subsubsection; inactive; preserveAspect; fontColorRed = 0; fontColorGreen = 0; fontColorBlue = 0; ]
  3754. Example #2: x1/3
  3755. ;[s]
  3756. 2:0,0;13,1;16,-1;
  3757. 2:1,10,8,Times,2,12,0,0,0;1,8,6,Times,33,9,0,0,0;
  3758. :[font = input; Cclosed; preserveAspect; startGroup; ]
  3759. Plot[x^(1/3),{x,-5,5}];
  3760. :[font = message; inactive; Cclosed; preserveAspect; startGroup; ]
  3761.                                    1/3
  3762. Plot::plnr: CompiledFunction[{x}, x   , -CompiledCode-][x]
  3763.      is not a machine-size real number at x = -5..
  3764. :[font = message; inactive; preserveAspect; ]
  3765.                                    1/3
  3766. Plot::plnr: CompiledFunction[{x}, x   , -CompiledCode-][x]
  3767.      is not a machine-size real number at x = -4.58333.
  3768. :[font = message; inactive; preserveAspect; ]
  3769.                                    1/3
  3770. Plot::plnr: CompiledFunction[{x}, x   , -CompiledCode-][x]
  3771.      is not a machine-size real number at x = -4.16667.
  3772. :[font = message; inactive; preserveAspect; ]
  3773. General::stop: Further output of Plot::plnr
  3774.      will be suppressed during this calculation.
  3775. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 132; endGroup; endGroup; ]
  3776. %!
  3777. %%Creator: Mathematica
  3778. %%AspectRatio: 0.342 
  3779. MathPictureStart
  3780. /Courier findfont 10  scalefont  setfont
  3781. % Scaling calculations
  3782. 0.02381 0.190476 0.008143 0.190476 [
  3783. [(1)] 0.21429 0.00814 0 2 Msboxa
  3784. [(2)] 0.40476 0.00814 0 2 Msboxa
  3785. [(3)] 0.59524 0.00814 0 2 Msboxa
  3786. [(4)] 0.78571 0.00814 0 2 Msboxa
  3787. [(5)] 0.97619 0.00814 0 2 Msboxa
  3788. [(0.25)] 0.01131 0.05576 1 0 Msboxa
  3789. [(0.5)] 0.01131 0.10338 1 0 Msboxa
  3790. [(0.75)] 0.01131 0.151 1 0 Msboxa
  3791. [(1)] 0.01131 0.19862 1 0 Msboxa
  3792. [(1.25)] 0.01131 0.24624 1 0 Msboxa
  3793. [(1.5)] 0.01131 0.29386 1 0 Msboxa
  3794. [(1.75)] 0.01131 0.34148 1 0 Msboxa
  3795. [ -0.001 -0.001 0 0 ]
  3796. [ 1.001 0.343 0 0 ]
  3797. ] MathScale
  3798. % Start of Graphics
  3799. 1 setlinecap
  3800. 1 setlinejoin
  3801. newpath
  3802. %%Object: Graphics
  3803. [ ] 0 setdash
  3804. 0 setgray
  3805. gsave
  3806. gsave
  3807. 0.002 setlinewidth
  3808. 0.21429 0.00814 moveto
  3809. 0.21429 0.01439 lineto
  3810. stroke
  3811. grestore
  3812. [(1)] 0.21429 0.00814 0 2 Mshowa
  3813. gsave
  3814. 0.002 setlinewidth
  3815. 0.40476 0.00814 moveto
  3816. 0.40476 0.01439 lineto
  3817. stroke
  3818. grestore
  3819. [(2)] 0.40476 0.00814 0 2 Mshowa
  3820. gsave
  3821. 0.002 setlinewidth
  3822. 0.59524 0.00814 moveto
  3823. 0.59524 0.01439 lineto
  3824. stroke
  3825. grestore
  3826. [(3)] 0.59524 0.00814 0 2 Mshowa
  3827. gsave
  3828. 0.002 setlinewidth
  3829. 0.78571 0.00814 moveto
  3830. 0.78571 0.01439 lineto
  3831. stroke
  3832. grestore
  3833. [(4)] 0.78571 0.00814 0 2 Mshowa
  3834. gsave
  3835. 0.002 setlinewidth
  3836. 0.97619 0.00814 moveto
  3837. 0.97619 0.01439 lineto
  3838. stroke
  3839. grestore
  3840. [(5)] 0.97619 0.00814 0 2 Mshowa
  3841. gsave
  3842. 0.001 setlinewidth
  3843. 0.0619 0.00814 moveto
  3844. 0.0619 0.01189 lineto
  3845. stroke
  3846. grestore
  3847. gsave
  3848. 0.001 setlinewidth
  3849. 0.1 0.00814 moveto
  3850. 0.1 0.01189 lineto
  3851. stroke
  3852. grestore
  3853. gsave
  3854. 0.001 setlinewidth
  3855. 0.1381 0.00814 moveto
  3856. 0.1381 0.01189 lineto
  3857. stroke
  3858. grestore
  3859. gsave
  3860. 0.001 setlinewidth
  3861. 0.17619 0.00814 moveto
  3862. 0.17619 0.01189 lineto
  3863. stroke
  3864. grestore
  3865. gsave
  3866. 0.001 setlinewidth
  3867. 0.25238 0.00814 moveto
  3868. 0.25238 0.01189 lineto
  3869. stroke
  3870. grestore
  3871. gsave
  3872. 0.001 setlinewidth
  3873. 0.29048 0.00814 moveto
  3874. 0.29048 0.01189 lineto
  3875. stroke
  3876. grestore
  3877. gsave
  3878. 0.001 setlinewidth
  3879. 0.32857 0.00814 moveto
  3880. 0.32857 0.01189 lineto
  3881. stroke
  3882. grestore
  3883. gsave
  3884. 0.001 setlinewidth
  3885. 0.36667 0.00814 moveto
  3886. 0.36667 0.01189 lineto
  3887. stroke
  3888. grestore
  3889. gsave
  3890. 0.001 setlinewidth
  3891. 0.44286 0.00814 moveto
  3892. 0.44286 0.01189 lineto
  3893. stroke
  3894. grestore
  3895. gsave
  3896. 0.001 setlinewidth
  3897. 0.48095 0.00814 moveto
  3898. 0.48095 0.01189 lineto
  3899. stroke
  3900. grestore
  3901. gsave
  3902. 0.001 setlinewidth
  3903. 0.51905 0.00814 moveto
  3904. 0.51905 0.01189 lineto
  3905. stroke
  3906. grestore
  3907. gsave
  3908. 0.001 setlinewidth
  3909. 0.55714 0.00814 moveto
  3910. 0.55714 0.01189 lineto
  3911. stroke
  3912. grestore
  3913. gsave
  3914. 0.001 setlinewidth
  3915. 0.63333 0.00814 moveto
  3916. 0.63333 0.01189 lineto
  3917. stroke
  3918. grestore
  3919. gsave
  3920. 0.001 setlinewidth
  3921. 0.67143 0.00814 moveto
  3922. 0.67143 0.01189 lineto
  3923. stroke
  3924. grestore
  3925. gsave
  3926. 0.001 setlinewidth
  3927. 0.70952 0.00814 moveto
  3928. 0.70952 0.01189 lineto
  3929. stroke
  3930. grestore
  3931. gsave
  3932. 0.001 setlinewidth
  3933. 0.74762 0.00814 moveto
  3934. 0.74762 0.01189 lineto
  3935. stroke
  3936. grestore
  3937. gsave
  3938. 0.001 setlinewidth
  3939. 0.82381 0.00814 moveto
  3940. 0.82381 0.01189 lineto
  3941. stroke
  3942. grestore
  3943. gsave
  3944. 0.001 setlinewidth
  3945. 0.8619 0.00814 moveto
  3946. 0.8619 0.01189 lineto
  3947. stroke
  3948. grestore
  3949. gsave
  3950. 0.001 setlinewidth
  3951. 0.9 0.00814 moveto
  3952. 0.9 0.01189 lineto
  3953. stroke
  3954. grestore
  3955. gsave
  3956. 0.001 setlinewidth
  3957. 0.9381 0.00814 moveto
  3958. 0.9381 0.01189 lineto
  3959. stroke
  3960. grestore
  3961. gsave
  3962. 0.002 setlinewidth
  3963. 0 0.00814 moveto
  3964. 1 0.00814 lineto
  3965. stroke
  3966. grestore
  3967. gsave
  3968. 0.002 setlinewidth
  3969. 0.02381 0.05576 moveto
  3970. 0.03006 0.05576 lineto
  3971. stroke
  3972. grestore
  3973. [(0.25)] 0.01131 0.05576 1 0 Mshowa
  3974. gsave
  3975. 0.002 setlinewidth
  3976. 0.02381 0.10338 moveto
  3977. 0.03006 0.10338 lineto
  3978. stroke
  3979. grestore
  3980. [(0.5)] 0.01131 0.10338 1 0 Mshowa
  3981. gsave
  3982. 0.002 setlinewidth
  3983. 0.02381 0.151 moveto
  3984. 0.03006 0.151 lineto
  3985. stroke
  3986. grestore
  3987. [(0.75)] 0.01131 0.151 1 0 Mshowa
  3988. gsave
  3989. 0.002 setlinewidth
  3990. 0.02381 0.19862 moveto
  3991. 0.03006 0.19862 lineto
  3992. stroke
  3993. grestore
  3994. [(1)] 0.01131 0.19862 1 0 Mshowa
  3995. gsave
  3996. 0.002 setlinewidth
  3997. 0.02381 0.24624 moveto
  3998. 0.03006 0.24624 lineto
  3999. stroke
  4000. grestore
  4001. [(1.25)] 0.01131 0.24624 1 0 Mshowa
  4002. gsave
  4003. 0.002 setlinewidth
  4004. 0.02381 0.29386 moveto
  4005. 0.03006 0.29386 lineto
  4006. stroke
  4007. grestore
  4008. [(1.5)] 0.01131 0.29386 1 0 Mshowa
  4009. gsave
  4010. 0.002 setlinewidth
  4011. 0.02381 0.34148 moveto
  4012. 0.03006 0.34148 lineto
  4013. stroke
  4014. grestore
  4015. [(1.75)] 0.01131 0.34148 1 0 Mshowa
  4016. gsave
  4017. 0.001 setlinewidth
  4018. 0.02381 0.01767 moveto
  4019. 0.02756 0.01767 lineto
  4020. stroke
  4021. grestore
  4022. gsave
  4023. 0.001 setlinewidth
  4024. 0.02381 0.02719 moveto
  4025. 0.02756 0.02719 lineto
  4026. stroke
  4027. grestore
  4028. gsave
  4029. 0.001 setlinewidth
  4030. 0.02381 0.03671 moveto
  4031. 0.02756 0.03671 lineto
  4032. stroke
  4033. grestore
  4034. gsave
  4035. 0.001 setlinewidth
  4036. 0.02381 0.04624 moveto
  4037. 0.02756 0.04624 lineto
  4038. stroke
  4039. grestore
  4040. gsave
  4041. 0.001 setlinewidth
  4042. 0.02381 0.06529 moveto
  4043. 0.02756 0.06529 lineto
  4044. stroke
  4045. grestore
  4046. gsave
  4047. 0.001 setlinewidth
  4048. 0.02381 0.07481 moveto
  4049. 0.02756 0.07481 lineto
  4050. stroke
  4051. grestore
  4052. gsave
  4053. 0.001 setlinewidth
  4054. 0.02381 0.08433 moveto
  4055. 0.02756 0.08433 lineto
  4056. stroke
  4057. grestore
  4058. gsave
  4059. 0.001 setlinewidth
  4060. 0.02381 0.09386 moveto
  4061. 0.02756 0.09386 lineto
  4062. stroke
  4063. grestore
  4064. gsave
  4065. 0.001 setlinewidth
  4066. 0.02381 0.1129 moveto
  4067. 0.02756 0.1129 lineto
  4068. stroke
  4069. grestore
  4070. gsave
  4071. 0.001 setlinewidth
  4072. 0.02381 0.12243 moveto
  4073. 0.02756 0.12243 lineto
  4074. stroke
  4075. grestore
  4076. gsave
  4077. 0.001 setlinewidth
  4078. 0.02381 0.13195 moveto
  4079. 0.02756 0.13195 lineto
  4080. stroke
  4081. grestore
  4082. gsave
  4083. 0.001 setlinewidth
  4084. 0.02381 0.14148 moveto
  4085. 0.02756 0.14148 lineto
  4086. stroke
  4087. grestore
  4088. gsave
  4089. 0.001 setlinewidth
  4090. 0.02381 0.16052 moveto
  4091. 0.02756 0.16052 lineto
  4092. stroke
  4093. grestore
  4094. gsave
  4095. 0.001 setlinewidth
  4096. 0.02381 0.17005 moveto
  4097. 0.02756 0.17005 lineto
  4098. stroke
  4099. grestore
  4100. gsave
  4101. 0.001 setlinewidth
  4102. 0.02381 0.17957 moveto
  4103. 0.02756 0.17957 lineto
  4104. stroke
  4105. grestore
  4106. gsave
  4107. 0.001 setlinewidth
  4108. 0.02381 0.1891 moveto
  4109. 0.02756 0.1891 lineto
  4110. stroke
  4111. grestore
  4112. gsave
  4113. 0.001 setlinewidth
  4114. 0.02381 0.20814 moveto
  4115. 0.02756 0.20814 lineto
  4116. stroke
  4117. grestore
  4118. gsave
  4119. 0.001 setlinewidth
  4120. 0.02381 0.21767 moveto
  4121. 0.02756 0.21767 lineto
  4122. stroke
  4123. grestore
  4124. gsave
  4125. 0.001 setlinewidth
  4126. 0.02381 0.22719 moveto
  4127. 0.02756 0.22719 lineto
  4128. stroke
  4129. grestore
  4130. gsave
  4131. 0.001 setlinewidth
  4132. 0.02381 0.23671 moveto
  4133. 0.02756 0.23671 lineto
  4134. stroke
  4135. grestore
  4136. gsave
  4137. 0.001 setlinewidth
  4138. 0.02381 0.25576 moveto
  4139. 0.02756 0.25576 lineto
  4140. stroke
  4141. grestore
  4142. gsave
  4143. 0.001 setlinewidth
  4144. 0.02381 0.26529 moveto
  4145. 0.02756 0.26529 lineto
  4146. stroke
  4147. grestore
  4148. gsave
  4149. 0.001 setlinewidth
  4150. 0.02381 0.27481 moveto
  4151. 0.02756 0.27481 lineto
  4152. stroke
  4153. grestore
  4154. gsave
  4155. 0.001 setlinewidth
  4156. 0.02381 0.28433 moveto
  4157. 0.02756 0.28433 lineto
  4158. stroke
  4159. grestore
  4160. gsave
  4161. 0.001 setlinewidth
  4162. 0.02381 0.30338 moveto
  4163. 0.02756 0.30338 lineto
  4164. stroke
  4165. grestore
  4166. gsave
  4167. 0.001 setlinewidth
  4168. 0.02381 0.3129 moveto
  4169. 0.02756 0.3129 lineto
  4170. stroke
  4171. grestore
  4172. gsave
  4173. 0.001 setlinewidth
  4174. 0.02381 0.32243 moveto
  4175. 0.02756 0.32243 lineto
  4176. stroke
  4177. grestore
  4178. gsave
  4179. 0.001 setlinewidth
  4180. 0.02381 0.33195 moveto
  4181. 0.02756 0.33195 lineto
  4182. stroke
  4183. grestore
  4184. gsave
  4185. 0.002 setlinewidth
  4186. 0.02381 0 moveto
  4187. 0.02381 0.342 lineto
  4188. stroke
  4189. grestore
  4190. grestore
  4191. 0 0 moveto
  4192. 1 0 lineto
  4193. 1 0.342 lineto
  4194. 0 0.342 lineto
  4195. closepath
  4196. clip
  4197. newpath
  4198. gsave
  4199. gsave
  4200. 0.004 setlinewidth
  4201. 0.02381 0.00814 moveto
  4202. 0.02629 0.05295 lineto
  4203. 0.02877 0.0646 lineto
  4204. 0.03125 0.07277 lineto
  4205. 0.03373 0.07928 lineto
  4206. 0.03869 0.08957 lineto
  4207. 0.04365 0.09777 lineto
  4208. 0.05357 0.11073 lineto
  4209. 0.06349 0.12106 lineto
  4210. 0.08333 0.1374 lineto
  4211. 0.10317 0.15041 lineto
  4212. 0.14286 0.171 lineto
  4213. 0.18254 0.18739 lineto
  4214. 0.2619 0.21333 lineto
  4215. 0.34127 0.23398 lineto
  4216. 0.42063 0.25142 lineto
  4217. 0.5 0.26666 lineto
  4218. 0.57937 0.28029 lineto
  4219. 0.65873 0.29268 lineto
  4220. 0.7381 0.30407 lineto
  4221. 0.81746 0.31465 lineto
  4222. 0.89683 0.32454 lineto
  4223. 0.97619 0.33385 lineto
  4224. stroke
  4225. grestore
  4226. grestore
  4227. % End of Graphics
  4228. MathPictureEnd
  4229. :[font = input; Cclosed; preserveAspect; startGroup; ]
  4230. PlotE[x^(1/3),{x,-5,5}];
  4231. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; endGroup; ]
  4232. %!
  4233. %%Creator: Mathematica
  4234. %%AspectRatio: 0.61803 
  4235. MathPictureStart
  4236. /Courier findfont 10  scalefont  setfont
  4237. % Scaling calculations
  4238. 0.5 0.095238 0.309017 0.172109 [
  4239. [(-4)] 0.11905 0.30902 0 2 Msboxa
  4240. [(-2)] 0.30952 0.30902 0 2 Msboxa
  4241. [(2)] 0.69048 0.30902 0 2 Msboxa
  4242. [(4)] 0.88095 0.30902 0 2 Msboxa
  4243. [(x)] 1.025 0.30902 -1 0 Msboxa
  4244. [(-1.5)] 0.4875 0.05085 1 0 Msboxa
  4245. [(-1)] 0.4875 0.13691 1 0 Msboxa
  4246. [(-0.5)] 0.4875 0.22296 1 0 Msboxa
  4247. [(0.5)] 0.4875 0.39507 1 0 Msboxa
  4248. [(1)] 0.4875 0.48113 1 0 Msboxa
  4249. [(1.5)] 0.4875 0.56718 1 0 Msboxa
  4250. [(y)] 0.5 0.61803 0 -4 Msboxa
  4251. [ -0.001 -0.001 0 0 ]
  4252. [ 1.001 0.61903 0 0 ]
  4253. ] MathScale
  4254. % Start of Graphics
  4255. 1 setlinecap
  4256. 1 setlinejoin
  4257. newpath
  4258. %%Object: Graphics
  4259. [ ] 0 setdash
  4260. 0 setgray
  4261. gsave
  4262. gsave
  4263. 0.002 setlinewidth
  4264. 0.11905 0.30902 moveto
  4265. 0.11905 0.31527 lineto
  4266. stroke
  4267. grestore
  4268. [(-4)] 0.11905 0.30902 0 2 Mshowa
  4269. gsave
  4270. 0.002 setlinewidth
  4271. 0.30952 0.30902 moveto
  4272. 0.30952 0.31527 lineto
  4273. stroke
  4274. grestore
  4275. [(-2)] 0.30952 0.30902 0 2 Mshowa
  4276. gsave
  4277. 0.002 setlinewidth
  4278. 0.69048 0.30902 moveto
  4279. 0.69048 0.31527 lineto
  4280. stroke
  4281. grestore
  4282. [(2)] 0.69048 0.30902 0 2 Mshowa
  4283. gsave
  4284. 0.002 setlinewidth
  4285. 0.88095 0.30902 moveto
  4286. 0.88095 0.31527 lineto
  4287. stroke
  4288. grestore
  4289. [(4)] 0.88095 0.30902 0 2 Mshowa
  4290. gsave
  4291. 0.001 setlinewidth
  4292. 0.15714 0.30902 moveto
  4293. 0.15714 0.31277 lineto
  4294. stroke
  4295. grestore
  4296. gsave
  4297. 0.001 setlinewidth
  4298. 0.19524 0.30902 moveto
  4299. 0.19524 0.31277 lineto
  4300. stroke
  4301. grestore
  4302. gsave
  4303. 0.001 setlinewidth
  4304. 0.23333 0.30902 moveto
  4305. 0.23333 0.31277 lineto
  4306. stroke
  4307. grestore
  4308. gsave
  4309. 0.001 setlinewidth
  4310. 0.27143 0.30902 moveto
  4311. 0.27143 0.31277 lineto
  4312. stroke
  4313. grestore
  4314. gsave
  4315. 0.001 setlinewidth
  4316. 0.34762 0.30902 moveto
  4317. 0.34762 0.31277 lineto
  4318. stroke
  4319. grestore
  4320. gsave
  4321. 0.001 setlinewidth
  4322. 0.38571 0.30902 moveto
  4323. 0.38571 0.31277 lineto
  4324. stroke
  4325. grestore
  4326. gsave
  4327. 0.001 setlinewidth
  4328. 0.42381 0.30902 moveto
  4329. 0.42381 0.31277 lineto
  4330. stroke
  4331. grestore
  4332. gsave
  4333. 0.001 setlinewidth
  4334. 0.4619 0.30902 moveto
  4335. 0.4619 0.31277 lineto
  4336. stroke
  4337. grestore
  4338. gsave
  4339. 0.001 setlinewidth
  4340. 0.5381 0.30902 moveto
  4341. 0.5381 0.31277 lineto
  4342. stroke
  4343. grestore
  4344. gsave
  4345. 0.001 setlinewidth
  4346. 0.57619 0.30902 moveto
  4347. 0.57619 0.31277 lineto
  4348. stroke
  4349. grestore
  4350. gsave
  4351. 0.001 setlinewidth
  4352. 0.61429 0.30902 moveto
  4353. 0.61429 0.31277 lineto
  4354. stroke
  4355. grestore
  4356. gsave
  4357. 0.001 setlinewidth
  4358. 0.65238 0.30902 moveto
  4359. 0.65238 0.31277 lineto
  4360. stroke
  4361. grestore
  4362. gsave
  4363. 0.001 setlinewidth
  4364. 0.72857 0.30902 moveto
  4365. 0.72857 0.31277 lineto
  4366. stroke
  4367. grestore
  4368. gsave
  4369. 0.001 setlinewidth
  4370. 0.76667 0.30902 moveto
  4371. 0.76667 0.31277 lineto
  4372. stroke
  4373. grestore
  4374. gsave
  4375. 0.001 setlinewidth
  4376. 0.80476 0.30902 moveto
  4377. 0.80476 0.31277 lineto
  4378. stroke
  4379. grestore
  4380. gsave
  4381. 0.001 setlinewidth
  4382. 0.84286 0.30902 moveto
  4383. 0.84286 0.31277 lineto
  4384. stroke
  4385. grestore
  4386. gsave
  4387. 0.001 setlinewidth
  4388. 0.08095 0.30902 moveto
  4389. 0.08095 0.31277 lineto
  4390. stroke
  4391. grestore
  4392. gsave
  4393. 0.001 setlinewidth
  4394. 0.04286 0.30902 moveto
  4395. 0.04286 0.31277 lineto
  4396. stroke
  4397. grestore
  4398. gsave
  4399. 0.001 setlinewidth
  4400. 0.00476 0.30902 moveto
  4401. 0.00476 0.31277 lineto
  4402. stroke
  4403. grestore
  4404. gsave
  4405. 0.001 setlinewidth
  4406. 0.91905 0.30902 moveto
  4407. 0.91905 0.31277 lineto
  4408. stroke
  4409. grestore
  4410. gsave
  4411. 0.001 setlinewidth
  4412. 0.95714 0.30902 moveto
  4413. 0.95714 0.31277 lineto
  4414. stroke
  4415. grestore
  4416. gsave
  4417. 0.001 setlinewidth
  4418. 0.99524 0.30902 moveto
  4419. 0.99524 0.31277 lineto
  4420. stroke
  4421. grestore
  4422. [(x)] 1.025 0.30902 -1 0 Mshowa
  4423. gsave
  4424. 0.002 setlinewidth
  4425. 0 0.30902 moveto
  4426. 1 0.30902 lineto
  4427. stroke
  4428. grestore
  4429. gsave
  4430. 0.002 setlinewidth
  4431. 0.5 0.05085 moveto
  4432. 0.50625 0.05085 lineto
  4433. stroke
  4434. grestore
  4435. [(-1.5)] 0.4875 0.05085 1 0 Mshowa
  4436. gsave
  4437. 0.002 setlinewidth
  4438. 0.5 0.13691 moveto
  4439. 0.50625 0.13691 lineto
  4440. stroke
  4441. grestore
  4442. [(-1)] 0.4875 0.13691 1 0 Mshowa
  4443. gsave
  4444. 0.002 setlinewidth
  4445. 0.5 0.22296 moveto
  4446. 0.50625 0.22296 lineto
  4447. stroke
  4448. grestore
  4449. [(-0.5)] 0.4875 0.22296 1 0 Mshowa
  4450. gsave
  4451. 0.002 setlinewidth
  4452. 0.5 0.39507 moveto
  4453. 0.50625 0.39507 lineto
  4454. stroke
  4455. grestore
  4456. [(0.5)] 0.4875 0.39507 1 0 Mshowa
  4457. gsave
  4458. 0.002 setlinewidth
  4459. 0.5 0.48113 moveto
  4460. 0.50625 0.48113 lineto
  4461. stroke
  4462. grestore
  4463. [(1)] 0.4875 0.48113 1 0 Mshowa
  4464. gsave
  4465. 0.002 setlinewidth
  4466. 0.5 0.56718 moveto
  4467. 0.50625 0.56718 lineto
  4468. stroke
  4469. grestore
  4470. [(1.5)] 0.4875 0.56718 1 0 Mshowa
  4471. gsave
  4472. 0.001 setlinewidth
  4473. 0.5 0.06806 moveto
  4474. 0.50375 0.06806 lineto
  4475. stroke
  4476. grestore
  4477. gsave
  4478. 0.001 setlinewidth
  4479. 0.5 0.08528 moveto
  4480. 0.50375 0.08528 lineto
  4481. stroke
  4482. grestore
  4483. gsave
  4484. 0.001 setlinewidth
  4485. 0.5 0.10249 moveto
  4486. 0.50375 0.10249 lineto
  4487. stroke
  4488. grestore
  4489. gsave
  4490. 0.001 setlinewidth
  4491. 0.5 0.1197 moveto
  4492. 0.50375 0.1197 lineto
  4493. stroke
  4494. grestore
  4495. gsave
  4496. 0.001 setlinewidth
  4497. 0.5 0.15412 moveto
  4498. 0.50375 0.15412 lineto
  4499. stroke
  4500. grestore
  4501. gsave
  4502. 0.001 setlinewidth
  4503. 0.5 0.17133 moveto
  4504. 0.50375 0.17133 lineto
  4505. stroke
  4506. grestore
  4507. gsave
  4508. 0.001 setlinewidth
  4509. 0.5 0.18854 moveto
  4510. 0.50375 0.18854 lineto
  4511. stroke
  4512. grestore
  4513. gsave
  4514. 0.001 setlinewidth
  4515. 0.5 0.20575 moveto
  4516. 0.50375 0.20575 lineto
  4517. stroke
  4518. grestore
  4519. gsave
  4520. 0.001 setlinewidth
  4521. 0.5 0.24017 moveto
  4522. 0.50375 0.24017 lineto
  4523. stroke
  4524. grestore
  4525. gsave
  4526. 0.001 setlinewidth
  4527. 0.5 0.25738 moveto
  4528. 0.50375 0.25738 lineto
  4529. stroke
  4530. grestore
  4531. gsave
  4532. 0.001 setlinewidth
  4533. 0.5 0.2746 moveto
  4534. 0.50375 0.2746 lineto
  4535. stroke
  4536. grestore
  4537. gsave
  4538. 0.001 setlinewidth
  4539. 0.5 0.29181 moveto
  4540. 0.50375 0.29181 lineto
  4541. stroke
  4542. grestore
  4543. gsave
  4544. 0.001 setlinewidth
  4545. 0.5 0.32623 moveto
  4546. 0.50375 0.32623 lineto
  4547. stroke
  4548. grestore
  4549. gsave
  4550. 0.001 setlinewidth
  4551. 0.5 0.34344 moveto
  4552. 0.50375 0.34344 lineto
  4553. stroke
  4554. grestore
  4555. gsave
  4556. 0.001 setlinewidth
  4557. 0.5 0.36065 moveto
  4558. 0.50375 0.36065 lineto
  4559. stroke
  4560. grestore
  4561. gsave
  4562. 0.001 setlinewidth
  4563. 0.5 0.37786 moveto
  4564. 0.50375 0.37786 lineto
  4565. stroke
  4566. grestore
  4567. gsave
  4568. 0.001 setlinewidth
  4569. 0.5 0.41228 moveto
  4570. 0.50375 0.41228 lineto
  4571. stroke
  4572. grestore
  4573. gsave
  4574. 0.001 setlinewidth
  4575. 0.5 0.42949 moveto
  4576. 0.50375 0.42949 lineto
  4577. stroke
  4578. grestore
  4579. gsave
  4580. 0.001 setlinewidth
  4581. 0.5 0.4467 moveto
  4582. 0.50375 0.4467 lineto
  4583. stroke
  4584. grestore
  4585. gsave
  4586. 0.001 setlinewidth
  4587. 0.5 0.46391 moveto
  4588. 0.50375 0.46391 lineto
  4589. stroke
  4590. grestore
  4591. gsave
  4592. 0.001 setlinewidth
  4593. 0.5 0.49834 moveto
  4594. 0.50375 0.49834 lineto
  4595. stroke
  4596. grestore
  4597. gsave
  4598. 0.001 setlinewidth
  4599. 0.5 0.51555 moveto
  4600. 0.50375 0.51555 lineto
  4601. stroke
  4602. grestore
  4603. gsave
  4604. 0.001 setlinewidth
  4605. 0.5 0.53276 moveto
  4606. 0.50375 0.53276 lineto
  4607. stroke
  4608. grestore
  4609. gsave
  4610. 0.001 setlinewidth
  4611. 0.5 0.54997 moveto
  4612. 0.50375 0.54997 lineto
  4613. stroke
  4614. grestore
  4615. gsave
  4616. 0.001 setlinewidth
  4617. 0.5 0.03364 moveto
  4618. 0.50375 0.03364 lineto
  4619. stroke
  4620. grestore
  4621. gsave
  4622. 0.001 setlinewidth
  4623. 0.5 0.01643 moveto
  4624. 0.50375 0.01643 lineto
  4625. stroke
  4626. grestore
  4627. gsave
  4628. 0.001 setlinewidth
  4629. 0.5 0.58439 moveto
  4630. 0.50375 0.58439 lineto
  4631. stroke
  4632. grestore
  4633. gsave
  4634. 0.001 setlinewidth
  4635. 0.5 0.6016 moveto
  4636. 0.50375 0.6016 lineto
  4637. stroke
  4638. grestore
  4639. [(y)] 0.5 0.61803 0 -4 Mshowa
  4640. gsave
  4641. 0.002 setlinewidth
  4642. 0.5 0 moveto
  4643. 0.5 0.61803 lineto
  4644. stroke
  4645. grestore
  4646. grestore
  4647. 0 0 moveto
  4648. 1 0 lineto
  4649. 1 0.61803 lineto
  4650. 0 0.61803 lineto
  4651. closepath
  4652. clip
  4653. newpath
  4654. gsave
  4655. gsave
  4656. 0 0 1 setrgbcolor
  4657. [ ] 0 setdash
  4658. 1 Mabswid
  4659. 0.02381 0.01472 moveto
  4660. 0.06349 0.02313 lineto
  4661. 0.10317 0.03207 lineto
  4662. 0.14286 0.04163 lineto
  4663. 0.18254 0.05192 lineto
  4664. 0.22222 0.06311 lineto
  4665. 0.2619 0.07543 lineto
  4666. 0.30159 0.0892 lineto
  4667. 0.34127 0.10496 lineto
  4668. 0.38095 0.12362 lineto
  4669. 0.42063 0.14706 lineto
  4670. 0.44048 0.16187 lineto
  4671. 0.46032 0.18047 lineto
  4672. 0.47024 0.19222 lineto
  4673. 0.48016 0.20699 lineto
  4674. 0.48512 0.21632 lineto
  4675. 0.49008 0.22804 lineto
  4676. 0.49256 0.23544 lineto
  4677. 0.49504 0.24474 lineto
  4678. 0.49628 0.25062 lineto
  4679. 0.49752 0.258 lineto
  4680. 0.5 0.30902 lineto
  4681. 0.50124 0.34951 lineto
  4682. 0.50248 0.36003 lineto
  4683. 0.50372 0.36741 lineto
  4684. 0.50496 0.37329 lineto
  4685. 0.50744 0.38259 lineto
  4686. 0.50992 0.39 lineto
  4687. 0.51488 0.40172 lineto
  4688. 0.51984 0.41105 lineto
  4689. 0.52976 0.42581 lineto
  4690. 0.53968 0.43757 lineto
  4691. 0.55952 0.45617 lineto
  4692. 0.57937 0.47098 lineto
  4693. 0.61905 0.49442 lineto
  4694. 0.65873 0.51307 lineto
  4695. 0.69841 0.52883 lineto
  4696. 0.7381 0.5426 lineto
  4697. 0.77778 0.55492 lineto
  4698. 0.81746 0.56611 lineto
  4699. 0.85714 0.57641 lineto
  4700. 0.89683 0.58597 lineto
  4701. 0.93651 0.59491 lineto
  4702. 0.97619 0.60332 lineto
  4703. stroke
  4704. grestore
  4705. grestore
  4706. % End of Graphics
  4707. MathPictureEnd
  4708. :[font = subsubsection; inactive; preserveAspect; ]
  4709. Example #3: cos(x) & sec(x)
  4710. :[font = input; Cclosed; preserveAspect; startGroup; ]
  4711. Plot[{Cos[x],Sec[x]},{x,-Pi,Pi},PlotRange->{-3,3}];
  4712. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 292; pictureHeight = 266; endGroup; ]
  4713. %!
  4714. %%Creator: Mathematica
  4715. %%AspectRatio: 0.90946 
  4716. MathPictureStart
  4717. /Courier findfont 10  scalefont  setfont
  4718. % Scaling calculations
  4719. 0.5 0.151576 0.454728 0.151576 [
  4720. [(-3)] 0.04527 0.45473 0 2 Msboxa
  4721. [(-2)] 0.19685 0.45473 0 2 Msboxa
  4722. [(-1)] 0.34842 0.45473 0 2 Msboxa
  4723. [(1)] 0.65158 0.45473 0 2 Msboxa
  4724. [(2)] 0.80315 0.45473 0 2 Msboxa
  4725. [(3)] 0.95473 0.45473 0 2 Msboxa
  4726. [(-3)] 0.4875 0 1 0 Msboxa
  4727. [(-2)] 0.4875 0.15158 1 0 Msboxa
  4728. [(-1)] 0.4875 0.30315 1 0 Msboxa
  4729. [(1)] 0.4875 0.6063 1 0 Msboxa
  4730. [(2)] 0.4875 0.75788 1 0 Msboxa
  4731. [(3)] 0.4875 0.90946 1 0 Msboxa
  4732. [ -0.001 -0.001 0 0 ]
  4733. [ 1.001 0.91046 0 0 ]
  4734. ] MathScale
  4735. % Start of Graphics
  4736. 1 setlinecap
  4737. 1 setlinejoin
  4738. newpath
  4739. %%Object: Graphics
  4740. [ ] 0 setdash
  4741. 0 setgray
  4742. gsave
  4743. gsave
  4744. 0.002 setlinewidth
  4745. 0.04527 0.45473 moveto
  4746. 0.04527 0.46098 lineto
  4747. stroke
  4748. grestore
  4749. [(-3)] 0.04527 0.45473 0 2 Mshowa
  4750. gsave
  4751. 0.002 setlinewidth
  4752. 0.19685 0.45473 moveto
  4753. 0.19685 0.46098 lineto
  4754. stroke
  4755. grestore
  4756. [(-2)] 0.19685 0.45473 0 2 Mshowa
  4757. gsave
  4758. 0.002 setlinewidth
  4759. 0.34842 0.45473 moveto
  4760. 0.34842 0.46098 lineto
  4761. stroke
  4762. grestore
  4763. [(-1)] 0.34842 0.45473 0 2 Mshowa
  4764. gsave
  4765. 0.002 setlinewidth
  4766. 0.65158 0.45473 moveto
  4767. 0.65158 0.46098 lineto
  4768. stroke
  4769. grestore
  4770. [(1)] 0.65158 0.45473 0 2 Mshowa
  4771. gsave
  4772. 0.002 setlinewidth
  4773. 0.80315 0.45473 moveto
  4774. 0.80315 0.46098 lineto
  4775. stroke
  4776. grestore
  4777. [(2)] 0.80315 0.45473 0 2 Mshowa
  4778. gsave
  4779. 0.002 setlinewidth
  4780. 0.95473 0.45473 moveto
  4781. 0.95473 0.46098 lineto
  4782. stroke
  4783. grestore
  4784. [(3)] 0.95473 0.45473 0 2 Mshowa
  4785. gsave
  4786. 0.001 setlinewidth
  4787. 0.07559 0.45473 moveto
  4788. 0.07559 0.45848 lineto
  4789. stroke
  4790. grestore
  4791. gsave
  4792. 0.001 setlinewidth
  4793. 0.1059 0.45473 moveto
  4794. 0.1059 0.45848 lineto
  4795. stroke
  4796. grestore
  4797. gsave
  4798. 0.001 setlinewidth
  4799. 0.13622 0.45473 moveto
  4800. 0.13622 0.45848 lineto
  4801. stroke
  4802. grestore
  4803. gsave
  4804. 0.001 setlinewidth
  4805. 0.16653 0.45473 moveto
  4806. 0.16653 0.45848 lineto
  4807. stroke
  4808. grestore
  4809. gsave
  4810. 0.001 setlinewidth
  4811. 0.22716 0.45473 moveto
  4812. 0.22716 0.45848 lineto
  4813. stroke
  4814. grestore
  4815. gsave
  4816. 0.001 setlinewidth
  4817. 0.25748 0.45473 moveto
  4818. 0.25748 0.45848 lineto
  4819. stroke
  4820. grestore
  4821. gsave
  4822. 0.001 setlinewidth
  4823. 0.28779 0.45473 moveto
  4824. 0.28779 0.45848 lineto
  4825. stroke
  4826. grestore
  4827. gsave
  4828. 0.001 setlinewidth
  4829. 0.31811 0.45473 moveto
  4830. 0.31811 0.45848 lineto
  4831. stroke
  4832. grestore
  4833. gsave
  4834. 0.001 setlinewidth
  4835. 0.37874 0.45473 moveto
  4836. 0.37874 0.45848 lineto
  4837. stroke
  4838. grestore
  4839. gsave
  4840. 0.001 setlinewidth
  4841. 0.40905 0.45473 moveto
  4842. 0.40905 0.45848 lineto
  4843. stroke
  4844. grestore
  4845. gsave
  4846. 0.001 setlinewidth
  4847. 0.43937 0.45473 moveto
  4848. 0.43937 0.45848 lineto
  4849. stroke
  4850. grestore
  4851. gsave
  4852. 0.001 setlinewidth
  4853. 0.46968 0.45473 moveto
  4854. 0.46968 0.45848 lineto
  4855. stroke
  4856. grestore
  4857. gsave
  4858. 0.001 setlinewidth
  4859. 0.53032 0.45473 moveto
  4860. 0.53032 0.45848 lineto
  4861. stroke
  4862. grestore
  4863. gsave
  4864. 0.001 setlinewidth
  4865. 0.56063 0.45473 moveto
  4866. 0.56063 0.45848 lineto
  4867. stroke
  4868. grestore
  4869. gsave
  4870. 0.001 setlinewidth
  4871. 0.59095 0.45473 moveto
  4872. 0.59095 0.45848 lineto
  4873. stroke
  4874. grestore
  4875. gsave
  4876. 0.001 setlinewidth
  4877. 0.62126 0.45473 moveto
  4878. 0.62126 0.45848 lineto
  4879. stroke
  4880. grestore
  4881. gsave
  4882. 0.001 setlinewidth
  4883. 0.68189 0.45473 moveto
  4884. 0.68189 0.45848 lineto
  4885. stroke
  4886. grestore
  4887. gsave
  4888. 0.001 setlinewidth
  4889. 0.71221 0.45473 moveto
  4890. 0.71221 0.45848 lineto
  4891. stroke
  4892. grestore
  4893. gsave
  4894. 0.001 setlinewidth
  4895. 0.74252 0.45473 moveto
  4896. 0.74252 0.45848 lineto
  4897. stroke
  4898. grestore
  4899. gsave
  4900. 0.001 setlinewidth
  4901. 0.77284 0.45473 moveto
  4902. 0.77284 0.45848 lineto
  4903. stroke
  4904. grestore
  4905. gsave
  4906. 0.001 setlinewidth
  4907. 0.83347 0.45473 moveto
  4908. 0.83347 0.45848 lineto
  4909. stroke
  4910. grestore
  4911. gsave
  4912. 0.001 setlinewidth
  4913. 0.86378 0.45473 moveto
  4914. 0.86378 0.45848 lineto
  4915. stroke
  4916. grestore
  4917. gsave
  4918. 0.001 setlinewidth
  4919. 0.8941 0.45473 moveto
  4920. 0.8941 0.45848 lineto
  4921. stroke
  4922. grestore
  4923. gsave
  4924. 0.001 setlinewidth
  4925. 0.92441 0.45473 moveto
  4926. 0.92441 0.45848 lineto
  4927. stroke
  4928. grestore
  4929. gsave
  4930. 0.001 setlinewidth
  4931. 0.01496 0.45473 moveto
  4932. 0.01496 0.45848 lineto
  4933. stroke
  4934. grestore
  4935. gsave
  4936. 0.001 setlinewidth
  4937. 0.98504 0.45473 moveto
  4938. 0.98504 0.45848 lineto
  4939. stroke
  4940. grestore
  4941. gsave
  4942. 0.002 setlinewidth
  4943. 0 0.45473 moveto
  4944. 1 0.45473 lineto
  4945. stroke
  4946. grestore
  4947. gsave
  4948. 0.002 setlinewidth
  4949. 0.5 0 moveto
  4950. 0.50625 0 lineto
  4951. stroke
  4952. grestore
  4953. [(-3)] 0.4875 0 1 0 Mshowa
  4954. gsave
  4955. 0.002 setlinewidth
  4956. 0.5 0.15158 moveto
  4957. 0.50625 0.15158 lineto
  4958. stroke
  4959. grestore
  4960. [(-2)] 0.4875 0.15158 1 0 Mshowa
  4961. gsave
  4962. 0.002 setlinewidth
  4963. 0.5 0.30315 moveto
  4964. 0.50625 0.30315 lineto
  4965. stroke
  4966. grestore
  4967. [(-1)] 0.4875 0.30315 1 0 Mshowa
  4968. gsave
  4969. 0.002 setlinewidth
  4970. 0.5 0.6063 moveto
  4971. 0.50625 0.6063 lineto
  4972. stroke
  4973. grestore
  4974. [(1)] 0.4875 0.6063 1 0 Mshowa
  4975. gsave
  4976. 0.002 setlinewidth
  4977. 0.5 0.75788 moveto
  4978. 0.50625 0.75788 lineto
  4979. stroke
  4980. grestore
  4981. [(2)] 0.4875 0.75788 1 0 Mshowa
  4982. gsave
  4983. 0.002 setlinewidth
  4984. 0.5 0.90946 moveto
  4985. 0.50625 0.90946 lineto
  4986. stroke
  4987. grestore
  4988. [(3)] 0.4875 0.90946 1 0 Mshowa
  4989. gsave
  4990. 0.001 setlinewidth
  4991. 0.5 0.03032 moveto
  4992. 0.50375 0.03032 lineto
  4993. stroke
  4994. grestore
  4995. gsave
  4996. 0.001 setlinewidth
  4997. 0.5 0.06063 moveto
  4998. 0.50375 0.06063 lineto
  4999. stroke
  5000. grestore
  5001. gsave
  5002. 0.001 setlinewidth
  5003. 0.5 0.09095 moveto
  5004. 0.50375 0.09095 lineto
  5005. stroke
  5006. grestore
  5007. gsave
  5008. 0.001 setlinewidth
  5009. 0.5 0.12126 moveto
  5010. 0.50375 0.12126 lineto
  5011. stroke
  5012. grestore
  5013. gsave
  5014. 0.001 setlinewidth
  5015. 0.5 0.18189 moveto
  5016. 0.50375 0.18189 lineto
  5017. stroke
  5018. grestore
  5019. gsave
  5020. 0.001 setlinewidth
  5021. 0.5 0.21221 moveto
  5022. 0.50375 0.21221 lineto
  5023. stroke
  5024. grestore
  5025. gsave
  5026. 0.001 setlinewidth
  5027. 0.5 0.24252 moveto
  5028. 0.50375 0.24252 lineto
  5029. stroke
  5030. grestore
  5031. gsave
  5032. 0.001 setlinewidth
  5033. 0.5 0.27284 moveto
  5034. 0.50375 0.27284 lineto
  5035. stroke
  5036. grestore
  5037. gsave
  5038. 0.001 setlinewidth
  5039. 0.5 0.33347 moveto
  5040. 0.50375 0.33347 lineto
  5041. stroke
  5042. grestore
  5043. gsave
  5044. 0.001 setlinewidth
  5045. 0.5 0.36378 moveto
  5046. 0.50375 0.36378 lineto
  5047. stroke
  5048. grestore
  5049. gsave
  5050. 0.001 setlinewidth
  5051. 0.5 0.3941 moveto
  5052. 0.50375 0.3941 lineto
  5053. stroke
  5054. grestore
  5055. gsave
  5056. 0.001 setlinewidth
  5057. 0.5 0.42441 moveto
  5058. 0.50375 0.42441 lineto
  5059. stroke
  5060. grestore
  5061. gsave
  5062. 0.001 setlinewidth
  5063. 0.5 0.48504 moveto
  5064. 0.50375 0.48504 lineto
  5065. stroke
  5066. grestore
  5067. gsave
  5068. 0.001 setlinewidth
  5069. 0.5 0.51536 moveto
  5070. 0.50375 0.51536 lineto
  5071. stroke
  5072. grestore
  5073. gsave
  5074. 0.001 setlinewidth
  5075. 0.5 0.54567 moveto
  5076. 0.50375 0.54567 lineto
  5077. stroke
  5078. grestore
  5079. gsave
  5080. 0.001 setlinewidth
  5081. 0.5 0.57599 moveto
  5082. 0.50375 0.57599 lineto
  5083. stroke
  5084. grestore
  5085. gsave
  5086. 0.001 setlinewidth
  5087. 0.5 0.63662 moveto
  5088. 0.50375 0.63662 lineto
  5089. stroke
  5090. grestore
  5091. gsave
  5092. 0.001 setlinewidth
  5093. 0.5 0.66693 moveto
  5094. 0.50375 0.66693 lineto
  5095. stroke
  5096. grestore
  5097. gsave
  5098. 0.001 setlinewidth
  5099. 0.5 0.69725 moveto
  5100. 0.50375 0.69725 lineto
  5101. stroke
  5102. grestore
  5103. gsave
  5104. 0.001 setlinewidth
  5105. 0.5 0.72757 moveto
  5106. 0.50375 0.72757 lineto
  5107. stroke
  5108. grestore
  5109. gsave
  5110. 0.001 setlinewidth
  5111. 0.5 0.7882 moveto
  5112. 0.50375 0.7882 lineto
  5113. stroke
  5114. grestore
  5115. gsave
  5116. 0.001 setlinewidth
  5117. 0.5 0.81851 moveto
  5118. 0.50375 0.81851 lineto
  5119. stroke
  5120. grestore
  5121. gsave
  5122. 0.001 setlinewidth
  5123. 0.5 0.84883 moveto
  5124. 0.50375 0.84883 lineto
  5125. stroke
  5126. grestore
  5127. gsave
  5128. 0.001 setlinewidth
  5129. 0.5 0.87914 moveto
  5130. 0.50375 0.87914 lineto
  5131. stroke
  5132. grestore
  5133. gsave
  5134. 0.002 setlinewidth
  5135. 0.5 0 moveto
  5136. 0.5 0.90946 lineto
  5137. stroke
  5138. grestore
  5139. grestore
  5140. 0 0 moveto
  5141. 1 0 lineto
  5142. 1 0.90946 lineto
  5143. 0 0.90946 lineto
  5144. closepath
  5145. clip
  5146. newpath
  5147. gsave
  5148. gsave
  5149. gsave
  5150. 0.004 setlinewidth
  5151. 0.02381 0.30315 moveto
  5152. 0.02505 0.30316 lineto
  5153. 0.02629 0.30317 lineto
  5154. 0.02753 0.3032 lineto
  5155. 0.02877 0.30323 lineto
  5156. 0.03125 0.30333 lineto
  5157. 0.03373 0.30348 lineto
  5158. 0.03621 0.30366 lineto
  5159. 0.03869 0.30388 lineto
  5160. 0.04365 0.30445 lineto
  5161. 0.04861 0.30518 lineto
  5162. 0.05357 0.30606 lineto
  5163. 0.06349 0.30832 lineto
  5164. 0.08333 0.31469 lineto
  5165. 0.10317 0.32346 lineto
  5166. 0.14286 0.34755 lineto
  5167. 0.18254 0.37894 lineto
  5168. 0.22222 0.4155 lineto
  5169. 0.2619 0.45473 lineto
  5170. 0.30159 0.49396 lineto
  5171. 0.34127 0.53052 lineto
  5172. 0.38095 0.56191 lineto
  5173. 0.40079 0.57498 lineto
  5174. 0.42063 0.586 lineto
  5175. 0.44048 0.59477 lineto
  5176. 0.4504 0.59826 lineto
  5177. 0.46032 0.60114 lineto
  5178. 0.47024 0.60339 lineto
  5179. 0.4752 0.60428 lineto
  5180. 0.48016 0.60501 lineto
  5181. 0.48512 0.60557 lineto
  5182. 0.4876 0.6058 lineto
  5183. 0.49008 0.60598 lineto
  5184. 0.49256 0.60612 lineto
  5185. 0.4938 0.60618 lineto
  5186. 0.49504 0.60622 lineto
  5187. 0.49628 0.60626 lineto
  5188. 0.49752 0.60628 lineto
  5189. 0.49876 0.6063 lineto
  5190. 0.5 0.6063 lineto
  5191. 0.50124 0.6063 lineto
  5192. 0.50248 0.60628 lineto
  5193. 0.50372 0.60626 lineto
  5194. 0.50496 0.60622 lineto
  5195. 0.5062 0.60618 lineto
  5196. 0.50744 0.60612 lineto
  5197. 0.50992 0.60598 lineto
  5198. 0.5124 0.6058 lineto
  5199. 0.51488 0.60557 lineto
  5200. 0.51984 0.60501 lineto
  5201. Mistroke
  5202. 0.5248 0.60428 lineto
  5203. 0.52976 0.60339 lineto
  5204. 0.53968 0.60114 lineto
  5205. 0.55952 0.59477 lineto
  5206. 0.57937 0.586 lineto
  5207. 0.61905 0.56191 lineto
  5208. 0.65873 0.53052 lineto
  5209. 0.69841 0.49396 lineto
  5210. 0.7381 0.45473 lineto
  5211. 0.77778 0.4155 lineto
  5212. 0.81746 0.37894 lineto
  5213. 0.85714 0.34755 lineto
  5214. 0.87698 0.33447 lineto
  5215. 0.89683 0.32346 lineto
  5216. 0.91667 0.31469 lineto
  5217. 0.93651 0.30832 lineto
  5218. 0.94643 0.30606 lineto
  5219. 0.95139 0.30518 lineto
  5220. 0.95635 0.30445 lineto
  5221. 0.96131 0.30388 lineto
  5222. 0.96379 0.30366 lineto
  5223. 0.96627 0.30348 lineto
  5224. 0.96875 0.30333 lineto
  5225. 0.96999 0.30328 lineto
  5226. 0.97123 0.30323 lineto
  5227. 0.97247 0.3032 lineto
  5228. 0.97371 0.30317 lineto
  5229. 0.97495 0.30316 lineto
  5230. 0.97619 0.30315 lineto
  5231. Mfstroke
  5232. grestore
  5233. grestore
  5234. gsave
  5235. gsave
  5236. 0.004 setlinewidth
  5237. 0.02381 0.30315 moveto
  5238. 0.02505 0.30315 lineto
  5239. 0.02629 0.30313 lineto
  5240. 0.02753 0.30311 lineto
  5241. 0.02877 0.30307 lineto
  5242. 0.03125 0.30297 lineto
  5243. 0.03373 0.30283 lineto
  5244. 0.03621 0.30264 lineto
  5245. 0.03869 0.30242 lineto
  5246. 0.04365 0.30184 lineto
  5247. 0.04861 0.3011 lineto
  5248. 0.05357 0.30018 lineto
  5249. 0.06349 0.29781 lineto
  5250. 0.07341 0.29466 lineto
  5251. 0.08333 0.29066 lineto
  5252. 0.10317 0.2797 lineto
  5253. 0.1131 0.27243 lineto
  5254. 0.12302 0.26367 lineto
  5255. 0.13294 0.25312 lineto
  5256. 0.14286 0.24037 lineto
  5257. 0.15278 0.22484 lineto
  5258. 0.1627 0.20574 lineto
  5259. 0.17262 0.1819 lineto
  5260. 0.18254 0.15158 lineto
  5261. 0.19246 0.11202 lineto
  5262. 0.20238 0.05864 lineto
  5263. 0.20734 0.02442 lineto
  5264. stroke
  5265. 0.21028 0 moveto
  5266. 0.20734 0.02442 lineto
  5267. stroke
  5268. stroke
  5269. stroke
  5270. stroke
  5271. stroke
  5272. stroke
  5273. stroke
  5274. stroke
  5275. stroke
  5276. stroke
  5277. stroke
  5278. stroke
  5279. stroke
  5280. stroke
  5281. stroke
  5282. stroke
  5283. stroke
  5284. stroke
  5285. stroke
  5286. stroke
  5287. stroke
  5288. stroke
  5289. 0.26066 0 moveto
  5290. 0.26066 0.90946 lineto
  5291. stroke
  5292. stroke
  5293. 0.26066 0.90946 moveto
  5294. 0.26066 0 lineto
  5295. stroke
  5296. stroke
  5297. stroke
  5298. stroke
  5299. stroke
  5300. stroke
  5301. stroke
  5302. stroke
  5303. stroke
  5304. stroke
  5305. stroke
  5306. stroke
  5307. stroke
  5308. stroke
  5309. stroke
  5310. stroke
  5311. stroke
  5312. stroke
  5313. stroke
  5314. stroke
  5315. stroke
  5316. 0.31372 0.90946 moveto
  5317. 0.32143 0.85082 lineto
  5318. stroke
  5319. 0.32143 0.85082 moveto
  5320. 0.33135 0.79744 lineto
  5321. 0.34127 0.75788 lineto
  5322. 0.35119 0.72756 lineto
  5323. 0.36111 0.70372 lineto
  5324. 0.38095 0.66909 lineto
  5325. 0.39087 0.65634 lineto
  5326. 0.40079 0.64579 lineto
  5327. 0.41071 0.63703 lineto
  5328. 0.42063 0.62975 lineto
  5329. 0.44048 0.61879 lineto
  5330. 0.4504 0.6148 lineto
  5331. 0.46032 0.61165 lineto
  5332. 0.47024 0.60927 lineto
  5333. 0.4752 0.60836 lineto
  5334. 0.48016 0.60761 lineto
  5335. 0.48512 0.60704 lineto
  5336. 0.4876 0.60681 lineto
  5337. 0.49008 0.60663 lineto
  5338. 0.49256 0.60649 lineto
  5339. 0.4938 0.60643 lineto
  5340. 0.49504 0.60639 lineto
  5341. 0.49628 0.60635 lineto
  5342. 0.49752 0.60632 lineto
  5343. 0.49876 0.60631 lineto
  5344. 0.5 0.6063 lineto
  5345. 0.50124 0.60631 lineto
  5346. 0.50248 0.60632 lineto
  5347. 0.50372 0.60635 lineto
  5348. 0.50496 0.60639 lineto
  5349. 0.5062 0.60643 lineto
  5350. 0.50744 0.60649 lineto
  5351. 0.50992 0.60663 lineto
  5352. 0.5124 0.60681 lineto
  5353. 0.51488 0.60704 lineto
  5354. 0.51984 0.60761 lineto
  5355. 0.5248 0.60836 lineto
  5356. 0.52976 0.60927 lineto
  5357. 0.53968 0.61165 lineto
  5358. 0.5496 0.6148 lineto
  5359. 0.55952 0.61879 lineto
  5360. 0.56944 0.62373 lineto
  5361. 0.57937 0.62975 lineto
  5362. 0.59921 0.64579 lineto
  5363. 0.60913 0.65634 lineto
  5364. 0.61905 0.66909 lineto
  5365. 0.62897 0.68462 lineto
  5366. 0.63889 0.70372 lineto
  5367. 0.64881 0.72756 lineto
  5368. 0.65873 0.75788 lineto
  5369. Mistroke
  5370. 0.66865 0.79744 lineto
  5371. 0.67857 0.85082 lineto
  5372. Mfstroke
  5373. 0.68628 0.90946 moveto
  5374. 0.67857 0.85082 lineto
  5375. stroke
  5376. stroke
  5377. stroke
  5378. stroke
  5379. stroke
  5380. stroke
  5381. stroke
  5382. stroke
  5383. stroke
  5384. stroke
  5385. stroke
  5386. stroke
  5387. stroke
  5388. stroke
  5389. stroke
  5390. stroke
  5391. stroke
  5392. stroke
  5393. stroke
  5394. stroke
  5395. stroke
  5396. stroke
  5397. 0.73934 0.90946 moveto
  5398. 0.73934 0 lineto
  5399. stroke
  5400. stroke
  5401. 0.73934 0 moveto
  5402. 0.73934 0.90946 lineto
  5403. stroke
  5404. stroke
  5405. stroke
  5406. stroke
  5407. stroke
  5408. stroke
  5409. stroke
  5410. stroke
  5411. stroke
  5412. stroke
  5413. stroke
  5414. stroke
  5415. stroke
  5416. stroke
  5417. stroke
  5418. stroke
  5419. stroke
  5420. stroke
  5421. stroke
  5422. stroke
  5423. 0.78991 0 moveto
  5424. 0.79762 0.05864 lineto
  5425. stroke
  5426. 0.79762 0.05864 moveto
  5427. 0.80754 0.11202 lineto
  5428. 0.81746 0.15158 lineto
  5429. 0.82738 0.1819 lineto
  5430. 0.8373 0.20574 lineto
  5431. 0.84722 0.22484 lineto
  5432. 0.85714 0.24037 lineto
  5433. 0.86706 0.25312 lineto
  5434. 0.87698 0.26367 lineto
  5435. 0.8869 0.27243 lineto
  5436. 0.89683 0.2797 lineto
  5437. 0.90675 0.28572 lineto
  5438. 0.91667 0.29066 lineto
  5439. 0.92659 0.29466 lineto
  5440. 0.93651 0.29781 lineto
  5441. 0.94147 0.29909 lineto
  5442. 0.94643 0.30018 lineto
  5443. 0.95139 0.3011 lineto
  5444. 0.95635 0.30184 lineto
  5445. 0.96131 0.30242 lineto
  5446. 0.96379 0.30264 lineto
  5447. 0.96627 0.30283 lineto
  5448. 0.96875 0.30297 lineto
  5449. 0.96999 0.30303 lineto
  5450. 0.97123 0.30307 lineto
  5451. 0.97247 0.30311 lineto
  5452. 0.97371 0.30313 lineto
  5453. 0.97495 0.30315 lineto
  5454. 0.97619 0.30315 lineto
  5455. stroke
  5456. grestore
  5457. grestore
  5458. grestore
  5459. % End of Graphics
  5460. MathPictureEnd
  5461. :[font = input; Cclosed; preserveAspect; startGroup; ]
  5462. plote[cos[x],sec[x],-pi,pi,-3,3];
  5463. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; endGroup; ]
  5464. %!
  5465. %%Creator: Mathematica
  5466. %%AspectRatio: 0.61803 
  5467. MathPictureStart
  5468. /Courier findfont 10  scalefont  setfont
  5469. % Scaling calculations
  5470. 0.5 0.151576 0.309017 0.098101 [
  5471. [(-pi)] 0.02381 0.30902 0 2 Msboxa
  5472. [(-3pi/4)] 0.14286 0.30902 0 2 Msboxa
  5473. [(-pi/2)] 0.2619 0.30902 0 2 Msboxa
  5474. [(-pi/4)] 0.38095 0.30902 0 2 Msboxa
  5475. [(pi/4)] 0.61905 0.30902 0 2 Msboxa
  5476. [(pi/2)] 0.7381 0.30902 0 2 Msboxa
  5477. [(3pi/4)] 0.85714 0.30902 0 2 Msboxa
  5478. [(pi)] 0.97619 0.30902 0 2 Msboxa
  5479. [(x)] 1.025 0.30902 -1 0 Msboxa
  5480. [(-3)] 0.4875 0.01472 1 0 Msboxa
  5481. [(-2)] 0.4875 0.11282 1 0 Msboxa
  5482. [(-1)] 0.4875 0.21092 1 0 Msboxa
  5483. [(1)] 0.4875 0.40712 1 0 Msboxa
  5484. [(2)] 0.4875 0.50522 1 0 Msboxa
  5485. [(3)] 0.4875 0.60332 1 0 Msboxa
  5486. [(y)] 0.5 0.61803 0 -4 Msboxa
  5487. [ -0.001 -0.001 0 0 ]
  5488. [ 1.001 0.61903 0 0 ]
  5489. ] MathScale
  5490. % Start of Graphics
  5491. 1 setlinecap
  5492. 1 setlinejoin
  5493. newpath
  5494. %%Object: Graphics
  5495. [ ] 0 setdash
  5496. 0 setgray
  5497. gsave
  5498. gsave
  5499. 0.002 setlinewidth
  5500. 0.02381 0.30902 moveto
  5501. 0.02381 0.31527 lineto
  5502. stroke
  5503. grestore
  5504. [(-pi)] 0.02381 0.30902 0 2 Mshowa
  5505. gsave
  5506. 0.002 setlinewidth
  5507. 0.14286 0.30902 moveto
  5508. 0.14286 0.31527 lineto
  5509. stroke
  5510. grestore
  5511. [(-3pi/4)] 0.14286 0.30902 0 2 Mshowa
  5512. gsave
  5513. 0.002 setlinewidth
  5514. 0.2619 0.30902 moveto
  5515. 0.2619 0.31527 lineto
  5516. stroke
  5517. grestore
  5518. [(-pi/2)] 0.2619 0.30902 0 2 Mshowa
  5519. gsave
  5520. 0.002 setlinewidth
  5521. 0.38095 0.30902 moveto
  5522. 0.38095 0.31527 lineto
  5523. stroke
  5524. grestore
  5525. [(-pi/4)] 0.38095 0.30902 0 2 Mshowa
  5526. gsave
  5527. 0.002 setlinewidth
  5528. 0.61905 0.30902 moveto
  5529. 0.61905 0.31527 lineto
  5530. stroke
  5531. grestore
  5532. [(pi/4)] 0.61905 0.30902 0 2 Mshowa
  5533. gsave
  5534. 0.002 setlinewidth
  5535. 0.7381 0.30902 moveto
  5536. 0.7381 0.31527 lineto
  5537. stroke
  5538. grestore
  5539. [(pi/2)] 0.7381 0.30902 0 2 Mshowa
  5540. gsave
  5541. 0.002 setlinewidth
  5542. 0.85714 0.30902 moveto
  5543. 0.85714 0.31527 lineto
  5544. stroke
  5545. grestore
  5546. [(3pi/4)] 0.85714 0.30902 0 2 Mshowa
  5547. gsave
  5548. 0.002 setlinewidth
  5549. 0.97619 0.30902 moveto
  5550. 0.97619 0.31527 lineto
  5551. stroke
  5552. grestore
  5553. [(pi)] 0.97619 0.30902 0 2 Mshowa
  5554. [(x)] 1.025 0.30902 -1 0 Mshowa
  5555. gsave
  5556. 0.002 setlinewidth
  5557. 0 0.30902 moveto
  5558. 1 0.30902 lineto
  5559. stroke
  5560. grestore
  5561. gsave
  5562. 0.002 setlinewidth
  5563. 0.5 0.01472 moveto
  5564. 0.50625 0.01472 lineto
  5565. stroke
  5566. grestore
  5567. [(-3)] 0.4875 0.01472 1 0 Mshowa
  5568. gsave
  5569. 0.002 setlinewidth
  5570. 0.5 0.11282 moveto
  5571. 0.50625 0.11282 lineto
  5572. stroke
  5573. grestore
  5574. [(-2)] 0.4875 0.11282 1 0 Mshowa
  5575. gsave
  5576. 0.002 setlinewidth
  5577. 0.5 0.21092 moveto
  5578. 0.50625 0.21092 lineto
  5579. stroke
  5580. grestore
  5581. [(-1)] 0.4875 0.21092 1 0 Mshowa
  5582. gsave
  5583. 0.002 setlinewidth
  5584. 0.5 0.40712 moveto
  5585. 0.50625 0.40712 lineto
  5586. stroke
  5587. grestore
  5588. [(1)] 0.4875 0.40712 1 0 Mshowa
  5589. gsave
  5590. 0.002 setlinewidth
  5591. 0.5 0.50522 moveto
  5592. 0.50625 0.50522 lineto
  5593. stroke
  5594. grestore
  5595. [(2)] 0.4875 0.50522 1 0 Mshowa
  5596. gsave
  5597. 0.002 setlinewidth
  5598. 0.5 0.60332 moveto
  5599. 0.50625 0.60332 lineto
  5600. stroke
  5601. grestore
  5602. [(3)] 0.4875 0.60332 1 0 Mshowa
  5603. gsave
  5604. 0.001 setlinewidth
  5605. 0.5 0.03434 moveto
  5606. 0.50375 0.03434 lineto
  5607. stroke
  5608. grestore
  5609. gsave
  5610. 0.001 setlinewidth
  5611. 0.5 0.05396 moveto
  5612. 0.50375 0.05396 lineto
  5613. stroke
  5614. grestore
  5615. gsave
  5616. 0.001 setlinewidth
  5617. 0.5 0.07358 moveto
  5618. 0.50375 0.07358 lineto
  5619. stroke
  5620. grestore
  5621. gsave
  5622. 0.001 setlinewidth
  5623. 0.5 0.0932 moveto
  5624. 0.50375 0.0932 lineto
  5625. stroke
  5626. grestore
  5627. gsave
  5628. 0.001 setlinewidth
  5629. 0.5 0.13244 moveto
  5630. 0.50375 0.13244 lineto
  5631. stroke
  5632. grestore
  5633. gsave
  5634. 0.001 setlinewidth
  5635. 0.5 0.15206 moveto
  5636. 0.50375 0.15206 lineto
  5637. stroke
  5638. grestore
  5639. gsave
  5640. 0.001 setlinewidth
  5641. 0.5 0.17168 moveto
  5642. 0.50375 0.17168 lineto
  5643. stroke
  5644. grestore
  5645. gsave
  5646. 0.001 setlinewidth
  5647. 0.5 0.1913 moveto
  5648. 0.50375 0.1913 lineto
  5649. stroke
  5650. grestore
  5651. gsave
  5652. 0.001 setlinewidth
  5653. 0.5 0.23054 moveto
  5654. 0.50375 0.23054 lineto
  5655. stroke
  5656. grestore
  5657. gsave
  5658. 0.001 setlinewidth
  5659. 0.5 0.25016 moveto
  5660. 0.50375 0.25016 lineto
  5661. stroke
  5662. grestore
  5663. gsave
  5664. 0.001 setlinewidth
  5665. 0.5 0.26978 moveto
  5666. 0.50375 0.26978 lineto
  5667. stroke
  5668. grestore
  5669. gsave
  5670. 0.001 setlinewidth
  5671. 0.5 0.2894 moveto
  5672. 0.50375 0.2894 lineto
  5673. stroke
  5674. grestore
  5675. gsave
  5676. 0.001 setlinewidth
  5677. 0.5 0.32864 moveto
  5678. 0.50375 0.32864 lineto
  5679. stroke
  5680. grestore
  5681. gsave
  5682. 0.001 setlinewidth
  5683. 0.5 0.34826 moveto
  5684. 0.50375 0.34826 lineto
  5685. stroke
  5686. grestore
  5687. gsave
  5688. 0.001 setlinewidth
  5689. 0.5 0.36788 moveto
  5690. 0.50375 0.36788 lineto
  5691. stroke
  5692. grestore
  5693. gsave
  5694. 0.001 setlinewidth
  5695. 0.5 0.3875 moveto
  5696. 0.50375 0.3875 lineto
  5697. stroke
  5698. grestore
  5699. gsave
  5700. 0.001 setlinewidth
  5701. 0.5 0.42674 moveto
  5702. 0.50375 0.42674 lineto
  5703. stroke
  5704. grestore
  5705. gsave
  5706. 0.001 setlinewidth
  5707. 0.5 0.44636 moveto
  5708. 0.50375 0.44636 lineto
  5709. stroke
  5710. grestore
  5711. gsave
  5712. 0.001 setlinewidth
  5713. 0.5 0.46598 moveto
  5714. 0.50375 0.46598 lineto
  5715. stroke
  5716. grestore
  5717. gsave
  5718. 0.001 setlinewidth
  5719. 0.5 0.4856 moveto
  5720. 0.50375 0.4856 lineto
  5721. stroke
  5722. grestore
  5723. gsave
  5724. 0.001 setlinewidth
  5725. 0.5 0.52484 moveto
  5726. 0.50375 0.52484 lineto
  5727. stroke
  5728. grestore
  5729. gsave
  5730. 0.001 setlinewidth
  5731. 0.5 0.54446 moveto
  5732. 0.50375 0.54446 lineto
  5733. stroke
  5734. grestore
  5735. gsave
  5736. 0.001 setlinewidth
  5737. 0.5 0.56408 moveto
  5738. 0.50375 0.56408 lineto
  5739. stroke
  5740. grestore
  5741. gsave
  5742. 0.001 setlinewidth
  5743. 0.5 0.5837 moveto
  5744. 0.50375 0.5837 lineto
  5745. stroke
  5746. grestore
  5747. [(y)] 0.5 0.61803 0 -4 Mshowa
  5748. gsave
  5749. 0.002 setlinewidth
  5750. 0.5 0 moveto
  5751. 0.5 0.61803 lineto
  5752. stroke
  5753. grestore
  5754. grestore
  5755. 0 0 moveto
  5756. 1 0 lineto
  5757. 1 0.61803 lineto
  5758. 0 0.61803 lineto
  5759. closepath
  5760. clip
  5761. newpath
  5762. gsave
  5763. gsave
  5764. 0.5 setgray
  5765. [ 8 4 ] 0 Mabsdash
  5766. 1 Mabswid
  5767. 0.2619 0.01472 moveto
  5768. 0.2619 0.60332 lineto
  5769. stroke
  5770. grestore
  5771. gsave
  5772. 0.5 setgray
  5773. [ 8 4 ] 0 Mabsdash
  5774. 1 Mabswid
  5775. 0.7381 0.01472 moveto
  5776. 0.7381 0.60332 lineto
  5777. stroke
  5778. grestore
  5779. grestore
  5780. gsave
  5781. gsave
  5782. 0 0 1 setrgbcolor
  5783. [ ] 0 setdash
  5784. 1 Mabswid
  5785. 0.02381 0.21092 moveto
  5786. 0.02505 0.21092 lineto
  5787. 0.02629 0.21093 lineto
  5788. 0.02753 0.21095 lineto
  5789. 0.02877 0.21097 lineto
  5790. 0.03125 0.21103 lineto
  5791. 0.03373 0.21113 lineto
  5792. 0.03621 0.21124 lineto
  5793. 0.03869 0.21139 lineto
  5794. 0.04365 0.21176 lineto
  5795. 0.04861 0.21223 lineto
  5796. 0.05357 0.2128 lineto
  5797. 0.06349 0.21426 lineto
  5798. 0.08333 0.21838 lineto
  5799. 0.10317 0.22406 lineto
  5800. 0.14286 0.23965 lineto
  5801. 0.18254 0.25997 lineto
  5802. 0.22222 0.28363 lineto
  5803. 0.2619 0.30902 lineto
  5804. 0.30159 0.33441 lineto
  5805. 0.34127 0.35807 lineto
  5806. 0.38095 0.37838 lineto
  5807. 0.40079 0.38685 lineto
  5808. 0.42063 0.39397 lineto
  5809. 0.44048 0.39965 lineto
  5810. 0.4504 0.40191 lineto
  5811. 0.46032 0.40377 lineto
  5812. 0.47024 0.40523 lineto
  5813. 0.4752 0.40581 lineto
  5814. 0.48016 0.40628 lineto
  5815. 0.48512 0.40665 lineto
  5816. 0.4876 0.40679 lineto
  5817. 0.49008 0.40691 lineto
  5818. 0.49256 0.407 lineto
  5819. 0.4938 0.40704 lineto
  5820. 0.49504 0.40707 lineto
  5821. 0.49628 0.40709 lineto
  5822. 0.49752 0.4071 lineto
  5823. 0.49876 0.40711 lineto
  5824. 0.5 0.40712 lineto
  5825. 0.50124 0.40711 lineto
  5826. 0.50248 0.4071 lineto
  5827. 0.50372 0.40709 lineto
  5828. 0.50496 0.40707 lineto
  5829. 0.5062 0.40704 lineto
  5830. 0.50744 0.407 lineto
  5831. 0.50992 0.40691 lineto
  5832. 0.5124 0.40679 lineto
  5833. 0.51488 0.40665 lineto
  5834. 0.51984 0.40628 lineto
  5835. Mistroke
  5836. 0.5248 0.40581 lineto
  5837. 0.52976 0.40523 lineto
  5838. 0.53968 0.40377 lineto
  5839. 0.55952 0.39965 lineto
  5840. 0.57937 0.39397 lineto
  5841. 0.61905 0.37838 lineto
  5842. 0.65873 0.35807 lineto
  5843. 0.69841 0.33441 lineto
  5844. 0.7381 0.30902 lineto
  5845. 0.77778 0.28363 lineto
  5846. 0.81746 0.25997 lineto
  5847. 0.85714 0.23965 lineto
  5848. 0.87698 0.23119 lineto
  5849. 0.89683 0.22406 lineto
  5850. 0.91667 0.21838 lineto
  5851. 0.93651 0.21426 lineto
  5852. 0.94643 0.2128 lineto
  5853. 0.95139 0.21223 lineto
  5854. 0.95635 0.21176 lineto
  5855. 0.96131 0.21139 lineto
  5856. 0.96379 0.21124 lineto
  5857. 0.96627 0.21113 lineto
  5858. 0.96875 0.21103 lineto
  5859. 0.96999 0.211 lineto
  5860. 0.97123 0.21097 lineto
  5861. 0.97247 0.21095 lineto
  5862. 0.97371 0.21093 lineto
  5863. 0.97495 0.21092 lineto
  5864. 0.97619 0.21092 lineto
  5865. Mfstroke
  5866. grestore
  5867. gsave
  5868. 1 0 0 setrgbcolor
  5869. [ ] 0 setdash
  5870. 1 Mabswid
  5871. 0.02381 0.21092 moveto
  5872. 0.02505 0.21091 lineto
  5873. 0.02629 0.2109 lineto
  5874. 0.02753 0.21089 lineto
  5875. 0.02877 0.21086 lineto
  5876. 0.03125 0.2108 lineto
  5877. 0.03373 0.21071 lineto
  5878. 0.03621 0.21059 lineto
  5879. 0.03869 0.21044 lineto
  5880. 0.04365 0.21007 lineto
  5881. 0.04861 0.20959 lineto
  5882. 0.05357 0.20899 lineto
  5883. 0.06349 0.20746 lineto
  5884. 0.07341 0.20542 lineto
  5885. 0.08333 0.20283 lineto
  5886. 0.10317 0.19574 lineto
  5887. 0.1131 0.19103 lineto
  5888. 0.12302 0.18536 lineto
  5889. 0.13294 0.17854 lineto
  5890. 0.14286 0.17028 lineto
  5891. 0.15278 0.16023 lineto
  5892. 0.1627 0.14787 lineto
  5893. 0.17262 0.13244 lineto
  5894. 0.18254 0.11282 lineto
  5895. 0.19246 0.08721 lineto
  5896. 0.20238 0.05267 lineto
  5897. 0.20734 0.03052 lineto
  5898. 0.2123 0.00383 lineto
  5899. stroke
  5900. 0.21288 0 moveto
  5901. 0.2123 0.00383 lineto
  5902. stroke
  5903. stroke
  5904. stroke
  5905. stroke
  5906. stroke
  5907. stroke
  5908. stroke
  5909. stroke
  5910. stroke
  5911. stroke
  5912. stroke
  5913. stroke
  5914. stroke
  5915. stroke
  5916. stroke
  5917. stroke
  5918. stroke
  5919. stroke
  5920. stroke
  5921. stroke
  5922. 0.31093 0.61803 moveto
  5923. 0.31151 0.61421 lineto
  5924. stroke
  5925. 0.31151 0.61421 moveto
  5926. 0.32143 0.56537 lineto
  5927. 0.33135 0.53082 lineto
  5928. 0.34127 0.50522 lineto
  5929. 0.35119 0.48559 lineto
  5930. 0.36111 0.47016 lineto
  5931. 0.38095 0.44775 lineto
  5932. 0.39087 0.4395 lineto
  5933. 0.40079 0.43267 lineto
  5934. 0.41071 0.427 lineto
  5935. 0.42063 0.42229 lineto
  5936. 0.44048 0.4152 lineto
  5937. 0.4504 0.41262 lineto
  5938. 0.46032 0.41058 lineto
  5939. 0.47024 0.40904 lineto
  5940. 0.4752 0.40845 lineto
  5941. 0.48016 0.40796 lineto
  5942. 0.48512 0.40759 lineto
  5943. 0.4876 0.40745 lineto
  5944. 0.49008 0.40733 lineto
  5945. 0.49256 0.40724 lineto
  5946. 0.4938 0.4072 lineto
  5947. 0.49504 0.40717 lineto
  5948. 0.49628 0.40715 lineto
  5949. 0.49752 0.40713 lineto
  5950. 0.49876 0.40712 lineto
  5951. 0.5 0.40712 lineto
  5952. 0.50124 0.40712 lineto
  5953. 0.50248 0.40713 lineto
  5954. 0.50372 0.40715 lineto
  5955. 0.50496 0.40717 lineto
  5956. 0.5062 0.4072 lineto
  5957. 0.50744 0.40724 lineto
  5958. 0.50992 0.40733 lineto
  5959. 0.5124 0.40745 lineto
  5960. 0.51488 0.40759 lineto
  5961. 0.51984 0.40796 lineto
  5962. 0.5248 0.40845 lineto
  5963. 0.52976 0.40904 lineto
  5964. 0.53968 0.41058 lineto
  5965. 0.5496 0.41262 lineto
  5966. 0.55952 0.4152 lineto
  5967. 0.56944 0.4184 lineto
  5968. 0.57937 0.42229 lineto
  5969. 0.59921 0.43267 lineto
  5970. 0.60913 0.4395 lineto
  5971. 0.61905 0.44775 lineto
  5972. 0.62897 0.4578 lineto
  5973. 0.63889 0.47016 lineto
  5974. 0.64881 0.48559 lineto
  5975. Mistroke
  5976. 0.65873 0.50522 lineto
  5977. 0.66865 0.53082 lineto
  5978. 0.67857 0.56537 lineto
  5979. 0.68849 0.61421 lineto
  5980. Mfstroke
  5981. 0.68907 0.61803 moveto
  5982. 0.68849 0.61421 lineto
  5983. stroke
  5984. stroke
  5985. stroke
  5986. stroke
  5987. stroke
  5988. stroke
  5989. stroke
  5990. stroke
  5991. stroke
  5992. stroke
  5993. stroke
  5994. stroke
  5995. stroke
  5996. stroke
  5997. stroke
  5998. stroke
  5999. stroke
  6000. stroke
  6001. stroke
  6002. stroke
  6003. 0.78712 0 moveto
  6004. 0.7877 0.00383 lineto
  6005. stroke
  6006. 0.7877 0.00383 moveto
  6007. 0.79762 0.05267 lineto
  6008. 0.80754 0.08721 lineto
  6009. 0.81746 0.11282 lineto
  6010. 0.82738 0.13244 lineto
  6011. 0.8373 0.14787 lineto
  6012. 0.84722 0.16023 lineto
  6013. 0.85714 0.17028 lineto
  6014. 0.86706 0.17854 lineto
  6015. 0.87698 0.18536 lineto
  6016. 0.8869 0.19103 lineto
  6017. 0.89683 0.19574 lineto
  6018. 0.90675 0.19964 lineto
  6019. 0.91667 0.20283 lineto
  6020. 0.92659 0.20542 lineto
  6021. 0.93651 0.20746 lineto
  6022. 0.94147 0.20828 lineto
  6023. 0.94643 0.20899 lineto
  6024. 0.95139 0.20959 lineto
  6025. 0.95635 0.21007 lineto
  6026. 0.96131 0.21044 lineto
  6027. 0.96379 0.21059 lineto
  6028. 0.96627 0.21071 lineto
  6029. 0.96875 0.2108 lineto
  6030. 0.96999 0.21083 lineto
  6031. 0.97123 0.21086 lineto
  6032. 0.97247 0.21089 lineto
  6033. 0.97371 0.2109 lineto
  6034. 0.97495 0.21091 lineto
  6035. 0.97619 0.21092 lineto
  6036. stroke
  6037. grestore
  6038. grestore
  6039. % End of Graphics
  6040. MathPictureEnd
  6041. :[font = subsubsection; inactive; preserveAspect; ]
  6042. Example #4: sin(x)/x
  6043. :[font = input; Cclosed; preserveAspect; startGroup; ]
  6044. Plot[Sin[x]/x,{x,-1,1},AxesOrigin->{0,0}];
  6045. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 137; pictureHeight = 513; endGroup; ]
  6046. %!
  6047. %%Creator: Mathematica
  6048. %%AspectRatio: 0.61803 
  6049. MathPictureStart
  6050. /Courier findfont 10  scalefont  setfont
  6051. % Scaling calculations
  6052. 0.5 0.47619 -3.10959 3.712909 [
  6053. [(-1)] 0.02381 -3.10959 0 2 Msboxa
  6054. [(-0.5)] 0.2619 -3.10959 0 2 Msboxa
  6055. [(0.5)] 0.7381 -3.10959 0 2 Msboxa
  6056. [(1)] 0.97619 -3.10959 0 2 Msboxa
  6057. [(0.85)] 0.4875 0.04638 1 0 Msboxa
  6058. [(0.875)] 0.4875 0.13921 1 0 Msboxa
  6059. [(0.9)] 0.4875 0.23203 1 0 Msboxa
  6060. [(0.925)] 0.4875 0.32485 1 0 Msboxa
  6061. [(0.95)] 0.4875 0.41767 1 0 Msboxa
  6062. [(0.975)] 0.4875 0.5105 1 0 Msboxa
  6063. [(1)] 0.4875 0.60332 1 0 Msboxa
  6064. [ -0.001 -3.11059 0 0 ]
  6065. [ 1.001 0.61903 0 0 ]
  6066. ] MathScale
  6067. % Start of Graphics
  6068. 1 setlinecap
  6069. 1 setlinejoin
  6070. newpath
  6071. %%Object: Graphics
  6072. [ ] 0 setdash
  6073. 0 setgray
  6074. gsave
  6075. gsave
  6076. 0.002 setlinewidth
  6077. 0.02381 -3.10959 moveto
  6078. 0.02381 -3.10334 lineto
  6079. stroke
  6080. grestore
  6081. [(-1)] 0.02381 -3.10959 0 2 Mshowa
  6082. gsave
  6083. 0.002 setlinewidth
  6084. 0.2619 -3.10959 moveto
  6085. 0.2619 -3.10334 lineto
  6086. stroke
  6087. grestore
  6088. [(-0.5)] 0.2619 -3.10959 0 2 Mshowa
  6089. gsave
  6090. 0.002 setlinewidth
  6091. 0.7381 -3.10959 moveto
  6092. 0.7381 -3.10334 lineto
  6093. stroke
  6094. grestore
  6095. [(0.5)] 0.7381 -3.10959 0 2 Mshowa
  6096. gsave
  6097. 0.002 setlinewidth
  6098. 0.97619 -3.10959 moveto
  6099. 0.97619 -3.10334 lineto
  6100. stroke
  6101. grestore
  6102. [(1)] 0.97619 -3.10959 0 2 Mshowa
  6103. gsave
  6104. 0.001 setlinewidth
  6105. 0.07143 -3.10959 moveto
  6106. 0.07143 -3.10584 lineto
  6107. stroke
  6108. grestore
  6109. gsave
  6110. 0.001 setlinewidth
  6111. 0.11905 -3.10959 moveto
  6112. 0.11905 -3.10584 lineto
  6113. stroke
  6114. grestore
  6115. gsave
  6116. 0.001 setlinewidth
  6117. 0.16667 -3.10959 moveto
  6118. 0.16667 -3.10584 lineto
  6119. stroke
  6120. grestore
  6121. gsave
  6122. 0.001 setlinewidth
  6123. 0.21429 -3.10959 moveto
  6124. 0.21429 -3.10584 lineto
  6125. stroke
  6126. grestore
  6127. gsave
  6128. 0.001 setlinewidth
  6129. 0.30952 -3.10959 moveto
  6130. 0.30952 -3.10584 lineto
  6131. stroke
  6132. grestore
  6133. gsave
  6134. 0.001 setlinewidth
  6135. 0.35714 -3.10959 moveto
  6136. 0.35714 -3.10584 lineto
  6137. stroke
  6138. grestore
  6139. gsave
  6140. 0.001 setlinewidth
  6141. 0.40476 -3.10959 moveto
  6142. 0.40476 -3.10584 lineto
  6143. stroke
  6144. grestore
  6145. gsave
  6146. 0.001 setlinewidth
  6147. 0.45238 -3.10959 moveto
  6148. 0.45238 -3.10584 lineto
  6149. stroke
  6150. grestore
  6151. gsave
  6152. 0.001 setlinewidth
  6153. 0.54762 -3.10959 moveto
  6154. 0.54762 -3.10584 lineto
  6155. stroke
  6156. grestore
  6157. gsave
  6158. 0.001 setlinewidth
  6159. 0.59524 -3.10959 moveto
  6160. 0.59524 -3.10584 lineto
  6161. stroke
  6162. grestore
  6163. gsave
  6164. 0.001 setlinewidth
  6165. 0.64286 -3.10959 moveto
  6166. 0.64286 -3.10584 lineto
  6167. stroke
  6168. grestore
  6169. gsave
  6170. 0.001 setlinewidth
  6171. 0.69048 -3.10959 moveto
  6172. 0.69048 -3.10584 lineto
  6173. stroke
  6174. grestore
  6175. gsave
  6176. 0.001 setlinewidth
  6177. 0.78571 -3.10959 moveto
  6178. 0.78571 -3.10584 lineto
  6179. stroke
  6180. grestore
  6181. gsave
  6182. 0.001 setlinewidth
  6183. 0.83333 -3.10959 moveto
  6184. 0.83333 -3.10584 lineto
  6185. stroke
  6186. grestore
  6187. gsave
  6188. 0.001 setlinewidth
  6189. 0.88095 -3.10959 moveto
  6190. 0.88095 -3.10584 lineto
  6191. stroke
  6192. grestore
  6193. gsave
  6194. 0.001 setlinewidth
  6195. 0.92857 -3.10959 moveto
  6196. 0.92857 -3.10584 lineto
  6197. stroke
  6198. grestore
  6199. gsave
  6200. 0.002 setlinewidth
  6201. 0 -3.10959 moveto
  6202. 1 -3.10959 lineto
  6203. stroke
  6204. grestore
  6205. gsave
  6206. 0.002 setlinewidth
  6207. 0.5 0.04638 moveto
  6208. 0.50625 0.04638 lineto
  6209. stroke
  6210. grestore
  6211. [(0.85)] 0.4875 0.04638 1 0 Mshowa
  6212. gsave
  6213. 0.002 setlinewidth
  6214. 0.5 0.13921 moveto
  6215. 0.50625 0.13921 lineto
  6216. stroke
  6217. grestore
  6218. [(0.875)] 0.4875 0.13921 1 0 Mshowa
  6219. gsave
  6220. 0.002 setlinewidth
  6221. 0.5 0.23203 moveto
  6222. 0.50625 0.23203 lineto
  6223. stroke
  6224. grestore
  6225. [(0.9)] 0.4875 0.23203 1 0 Mshowa
  6226. gsave
  6227. 0.002 setlinewidth
  6228. 0.5 0.32485 moveto
  6229. 0.50625 0.32485 lineto
  6230. stroke
  6231. grestore
  6232. [(0.925)] 0.4875 0.32485 1 0 Mshowa
  6233. gsave
  6234. 0.002 setlinewidth
  6235. 0.5 0.41767 moveto
  6236. 0.50625 0.41767 lineto
  6237. stroke
  6238. grestore
  6239. [(0.95)] 0.4875 0.41767 1 0 Mshowa
  6240. gsave
  6241. 0.002 setlinewidth
  6242. 0.5 0.5105 moveto
  6243. 0.50625 0.5105 lineto
  6244. stroke
  6245. grestore
  6246. [(0.975)] 0.4875 0.5105 1 0 Mshowa
  6247. gsave
  6248. 0.002 setlinewidth
  6249. 0.5 0.60332 moveto
  6250. 0.50625 0.60332 lineto
  6251. stroke
  6252. grestore
  6253. [(1)] 0.4875 0.60332 1 0 Mshowa
  6254. gsave
  6255. 0.001 setlinewidth
  6256. 0.5 0.06495 moveto
  6257. 0.50375 0.06495 lineto
  6258. stroke
  6259. grestore
  6260. gsave
  6261. 0.001 setlinewidth
  6262. 0.5 0.08351 moveto
  6263. 0.50375 0.08351 lineto
  6264. stroke
  6265. grestore
  6266. gsave
  6267. 0.001 setlinewidth
  6268. 0.5 0.10208 moveto
  6269. 0.50375 0.10208 lineto
  6270. stroke
  6271. grestore
  6272. gsave
  6273. 0.001 setlinewidth
  6274. 0.5 0.12064 moveto
  6275. 0.50375 0.12064 lineto
  6276. stroke
  6277. grestore
  6278. gsave
  6279. 0.001 setlinewidth
  6280. 0.5 0.15777 moveto
  6281. 0.50375 0.15777 lineto
  6282. stroke
  6283. grestore
  6284. gsave
  6285. 0.001 setlinewidth
  6286. 0.5 0.17633 moveto
  6287. 0.50375 0.17633 lineto
  6288. stroke
  6289. grestore
  6290. gsave
  6291. 0.001 setlinewidth
  6292. 0.5 0.1949 moveto
  6293. 0.50375 0.1949 lineto
  6294. stroke
  6295. grestore
  6296. gsave
  6297. 0.001 setlinewidth
  6298. 0.5 0.21346 moveto
  6299. 0.50375 0.21346 lineto
  6300. stroke
  6301. grestore
  6302. gsave
  6303. 0.001 setlinewidth
  6304. 0.5 0.25059 moveto
  6305. 0.50375 0.25059 lineto
  6306. stroke
  6307. grestore
  6308. gsave
  6309. 0.001 setlinewidth
  6310. 0.5 0.26916 moveto
  6311. 0.50375 0.26916 lineto
  6312. stroke
  6313. grestore
  6314. gsave
  6315. 0.001 setlinewidth
  6316. 0.5 0.28772 moveto
  6317. 0.50375 0.28772 lineto
  6318. stroke
  6319. grestore
  6320. gsave
  6321. 0.001 setlinewidth
  6322. 0.5 0.30629 moveto
  6323. 0.50375 0.30629 lineto
  6324. stroke
  6325. grestore
  6326. gsave
  6327. 0.001 setlinewidth
  6328. 0.5 0.34342 moveto
  6329. 0.50375 0.34342 lineto
  6330. stroke
  6331. grestore
  6332. gsave
  6333. 0.001 setlinewidth
  6334. 0.5 0.36198 moveto
  6335. 0.50375 0.36198 lineto
  6336. stroke
  6337. grestore
  6338. gsave
  6339. 0.001 setlinewidth
  6340. 0.5 0.38054 moveto
  6341. 0.50375 0.38054 lineto
  6342. stroke
  6343. grestore
  6344. gsave
  6345. 0.001 setlinewidth
  6346. 0.5 0.39911 moveto
  6347. 0.50375 0.39911 lineto
  6348. stroke
  6349. grestore
  6350. gsave
  6351. 0.001 setlinewidth
  6352. 0.5 0.43624 moveto
  6353. 0.50375 0.43624 lineto
  6354. stroke
  6355. grestore
  6356. gsave
  6357. 0.001 setlinewidth
  6358. 0.5 0.4548 moveto
  6359. 0.50375 0.4548 lineto
  6360. stroke
  6361. grestore
  6362. gsave
  6363. 0.001 setlinewidth
  6364. 0.5 0.47337 moveto
  6365. 0.50375 0.47337 lineto
  6366. stroke
  6367. grestore
  6368. gsave
  6369. 0.001 setlinewidth
  6370. 0.5 0.49193 moveto
  6371. 0.50375 0.49193 lineto
  6372. stroke
  6373. grestore
  6374. gsave
  6375. 0.001 setlinewidth
  6376. 0.5 0.52906 moveto
  6377. 0.50375 0.52906 lineto
  6378. stroke
  6379. grestore
  6380. gsave
  6381. 0.001 setlinewidth
  6382. 0.5 0.54763 moveto
  6383. 0.50375 0.54763 lineto
  6384. stroke
  6385. grestore
  6386. gsave
  6387. 0.001 setlinewidth
  6388. 0.5 0.56619 moveto
  6389. 0.50375 0.56619 lineto
  6390. stroke
  6391. grestore
  6392. gsave
  6393. 0.001 setlinewidth
  6394. 0.5 0.58475 moveto
  6395. 0.50375 0.58475 lineto
  6396. stroke
  6397. grestore
  6398. gsave
  6399. 0.001 setlinewidth
  6400. 0.5 0.02782 moveto
  6401. 0.50375 0.02782 lineto
  6402. stroke
  6403. grestore
  6404. gsave
  6405. 0.001 setlinewidth
  6406. 0.5 0.00925 moveto
  6407. 0.50375 0.00925 lineto
  6408. stroke
  6409. grestore
  6410. gsave
  6411. 0.002 setlinewidth
  6412. 0.5 0 moveto
  6413. 0.5 0.61803 lineto
  6414. stroke
  6415. grestore
  6416. grestore
  6417. 0 0 moveto
  6418. 1 0 lineto
  6419. 1 0.61803 lineto
  6420. 0 0.61803 lineto
  6421. closepath
  6422. clip
  6423. newpath
  6424. gsave
  6425. gsave
  6426. 0.004 setlinewidth
  6427. 0.02381 0.01472 moveto
  6428. 0.06349 0.10475 lineto
  6429. 0.10317 0.18826 lineto
  6430. 0.14286 0.26489 lineto
  6431. 0.18254 0.33434 lineto
  6432. 0.22222 0.3963 lineto
  6433. 0.2619 0.45054 lineto
  6434. 0.30159 0.49681 lineto
  6435. 0.34127 0.53494 lineto
  6436. 0.38095 0.56476 lineto
  6437. 0.40079 0.57652 lineto
  6438. 0.42063 0.58615 lineto
  6439. 0.44048 0.59366 lineto
  6440. 0.4504 0.59661 lineto
  6441. 0.46032 0.59902 lineto
  6442. 0.47024 0.6009 lineto
  6443. 0.4752 0.60164 lineto
  6444. 0.48016 0.60224 lineto
  6445. 0.48512 0.60271 lineto
  6446. 0.4876 0.6029 lineto
  6447. 0.49008 0.60305 lineto
  6448. 0.49256 0.60317 lineto
  6449. 0.4938 0.60321 lineto
  6450. 0.49504 0.60325 lineto
  6451. 0.49628 0.60328 lineto
  6452. 0.49752 0.6033 lineto
  6453. 0.49876 0.60331 lineto
  6454. 0.5 0.60332 lineto
  6455. 0.50124 0.60331 lineto
  6456. 0.50248 0.6033 lineto
  6457. 0.50372 0.60328 lineto
  6458. 0.50496 0.60325 lineto
  6459. 0.5062 0.60321 lineto
  6460. 0.50744 0.60317 lineto
  6461. 0.50992 0.60305 lineto
  6462. 0.5124 0.6029 lineto
  6463. 0.51488 0.60271 lineto
  6464. 0.51984 0.60224 lineto
  6465. 0.5248 0.60164 lineto
  6466. 0.52976 0.6009 lineto
  6467. 0.53968 0.59902 lineto
  6468. 0.5496 0.59661 lineto
  6469. 0.55952 0.59366 lineto
  6470. 0.57937 0.58615 lineto
  6471. 0.59921 0.57652 lineto
  6472. 0.61905 0.56476 lineto
  6473. 0.65873 0.53494 lineto
  6474. 0.69841 0.49681 lineto
  6475. 0.7381 0.45054 lineto
  6476. 0.77778 0.3963 lineto
  6477. Mistroke
  6478. 0.81746 0.33434 lineto
  6479. 0.85714 0.26489 lineto
  6480. 0.89683 0.18826 lineto
  6481. 0.93651 0.10475 lineto
  6482. 0.97619 0.01472 lineto
  6483. Mfstroke
  6484. grestore
  6485. grestore
  6486. % End of Graphics
  6487. MathPictureEnd
  6488. :[font = input; Cclosed; preserveAspect; startGroup; ]
  6489. PlotE[Sin[x]/x,-1,1,Origin];
  6490. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; endGroup; endGroup; ]
  6491. %!
  6492. %%Creator: Mathematica
  6493. %%AspectRatio: 0.61803 
  6494. MathPictureStart
  6495. /Courier findfont 10  scalefont  setfont
  6496. % Scaling calculations
  6497. 0.5 0.47619 0.014715 0.588604 [
  6498. [(-1)] 0.02381 0.01472 0 2 Msboxa
  6499. [(-0.5)] 0.2619 0.01472 0 2 Msboxa
  6500. [(0.5)] 0.7381 0.01472 0 2 Msboxa
  6501. [(1)] 0.97619 0.01472 0 2 Msboxa
  6502. [(x)] 1.025 0.01472 -1 0 Msboxa
  6503. [(0.2)] 0.4875 0.13244 1 0 Msboxa
  6504. [(0.4)] 0.4875 0.25016 1 0 Msboxa
  6505. [(0.6)] 0.4875 0.36788 1 0 Msboxa
  6506. [(0.8)] 0.4875 0.4856 1 0 Msboxa
  6507. [(1)] 0.4875 0.60332 1 0 Msboxa
  6508. [(y)] 0.5 0.61803 0 -4 Msboxa
  6509. [ -0.001 -0.001 0 0 ]
  6510. [ 1.001 0.61903 0 0 ]
  6511. ] MathScale
  6512. % Start of Graphics
  6513. 1 setlinecap
  6514. 1 setlinejoin
  6515. newpath
  6516. %%Object: Graphics
  6517. [ ] 0 setdash
  6518. 0 setgray
  6519. gsave
  6520. gsave
  6521. 0.002 setlinewidth
  6522. 0.02381 0.01472 moveto
  6523. 0.02381 0.02097 lineto
  6524. stroke
  6525. grestore
  6526. [(-1)] 0.02381 0.01472 0 2 Mshowa
  6527. gsave
  6528. 0.002 setlinewidth
  6529. 0.2619 0.01472 moveto
  6530. 0.2619 0.02097 lineto
  6531. stroke
  6532. grestore
  6533. [(-0.5)] 0.2619 0.01472 0 2 Mshowa
  6534. gsave
  6535. 0.002 setlinewidth
  6536. 0.7381 0.01472 moveto
  6537. 0.7381 0.02097 lineto
  6538. stroke
  6539. grestore
  6540. [(0.5)] 0.7381 0.01472 0 2 Mshowa
  6541. gsave
  6542. 0.002 setlinewidth
  6543. 0.97619 0.01472 moveto
  6544. 0.97619 0.02097 lineto
  6545. stroke
  6546. grestore
  6547. [(1)] 0.97619 0.01472 0 2 Mshowa
  6548. gsave
  6549. 0.001 setlinewidth
  6550. 0.07143 0.01472 moveto
  6551. 0.07143 0.01847 lineto
  6552. stroke
  6553. grestore
  6554. gsave
  6555. 0.001 setlinewidth
  6556. 0.11905 0.01472 moveto
  6557. 0.11905 0.01847 lineto
  6558. stroke
  6559. grestore
  6560. gsave
  6561. 0.001 setlinewidth
  6562. 0.16667 0.01472 moveto
  6563. 0.16667 0.01847 lineto
  6564. stroke
  6565. grestore
  6566. gsave
  6567. 0.001 setlinewidth
  6568. 0.21429 0.01472 moveto
  6569. 0.21429 0.01847 lineto
  6570. stroke
  6571. grestore
  6572. gsave
  6573. 0.001 setlinewidth
  6574. 0.30952 0.01472 moveto
  6575. 0.30952 0.01847 lineto
  6576. stroke
  6577. grestore
  6578. gsave
  6579. 0.001 setlinewidth
  6580. 0.35714 0.01472 moveto
  6581. 0.35714 0.01847 lineto
  6582. stroke
  6583. grestore
  6584. gsave
  6585. 0.001 setlinewidth
  6586. 0.40476 0.01472 moveto
  6587. 0.40476 0.01847 lineto
  6588. stroke
  6589. grestore
  6590. gsave
  6591. 0.001 setlinewidth
  6592. 0.45238 0.01472 moveto
  6593. 0.45238 0.01847 lineto
  6594. stroke
  6595. grestore
  6596. gsave
  6597. 0.001 setlinewidth
  6598. 0.54762 0.01472 moveto
  6599. 0.54762 0.01847 lineto
  6600. stroke
  6601. grestore
  6602. gsave
  6603. 0.001 setlinewidth
  6604. 0.59524 0.01472 moveto
  6605. 0.59524 0.01847 lineto
  6606. stroke
  6607. grestore
  6608. gsave
  6609. 0.001 setlinewidth
  6610. 0.64286 0.01472 moveto
  6611. 0.64286 0.01847 lineto
  6612. stroke
  6613. grestore
  6614. gsave
  6615. 0.001 setlinewidth
  6616. 0.69048 0.01472 moveto
  6617. 0.69048 0.01847 lineto
  6618. stroke
  6619. grestore
  6620. gsave
  6621. 0.001 setlinewidth
  6622. 0.78571 0.01472 moveto
  6623. 0.78571 0.01847 lineto
  6624. stroke
  6625. grestore
  6626. gsave
  6627. 0.001 setlinewidth
  6628. 0.83333 0.01472 moveto
  6629. 0.83333 0.01847 lineto
  6630. stroke
  6631. grestore
  6632. gsave
  6633. 0.001 setlinewidth
  6634. 0.88095 0.01472 moveto
  6635. 0.88095 0.01847 lineto
  6636. stroke
  6637. grestore
  6638. gsave
  6639. 0.001 setlinewidth
  6640. 0.92857 0.01472 moveto
  6641. 0.92857 0.01847 lineto
  6642. stroke
  6643. grestore
  6644. [(x)] 1.025 0.01472 -1 0 Mshowa
  6645. gsave
  6646. 0.002 setlinewidth
  6647. 0 0.01472 moveto
  6648. 1 0.01472 lineto
  6649. stroke
  6650. grestore
  6651. gsave
  6652. 0.002 setlinewidth
  6653. 0.5 0.13244 moveto
  6654. 0.50625 0.13244 lineto
  6655. stroke
  6656. grestore
  6657. [(0.2)] 0.4875 0.13244 1 0 Mshowa
  6658. gsave
  6659. 0.002 setlinewidth
  6660. 0.5 0.25016 moveto
  6661. 0.50625 0.25016 lineto
  6662. stroke
  6663. grestore
  6664. [(0.4)] 0.4875 0.25016 1 0 Mshowa
  6665. gsave
  6666. 0.002 setlinewidth
  6667. 0.5 0.36788 moveto
  6668. 0.50625 0.36788 lineto
  6669. stroke
  6670. grestore
  6671. [(0.6)] 0.4875 0.36788 1 0 Mshowa
  6672. gsave
  6673. 0.002 setlinewidth
  6674. 0.5 0.4856 moveto
  6675. 0.50625 0.4856 lineto
  6676. stroke
  6677. grestore
  6678. [(0.8)] 0.4875 0.4856 1 0 Mshowa
  6679. gsave
  6680. 0.002 setlinewidth
  6681. 0.5 0.60332 moveto
  6682. 0.50625 0.60332 lineto
  6683. stroke
  6684. grestore
  6685. [(1)] 0.4875 0.60332 1 0 Mshowa
  6686. gsave
  6687. 0.001 setlinewidth
  6688. 0.5 0.03826 moveto
  6689. 0.50375 0.03826 lineto
  6690. stroke
  6691. grestore
  6692. gsave
  6693. 0.001 setlinewidth
  6694. 0.5 0.0618 moveto
  6695. 0.50375 0.0618 lineto
  6696. stroke
  6697. grestore
  6698. gsave
  6699. 0.001 setlinewidth
  6700. 0.5 0.08535 moveto
  6701. 0.50375 0.08535 lineto
  6702. stroke
  6703. grestore
  6704. gsave
  6705. 0.001 setlinewidth
  6706. 0.5 0.10889 moveto
  6707. 0.50375 0.10889 lineto
  6708. stroke
  6709. grestore
  6710. gsave
  6711. 0.001 setlinewidth
  6712. 0.5 0.15598 moveto
  6713. 0.50375 0.15598 lineto
  6714. stroke
  6715. grestore
  6716. gsave
  6717. 0.001 setlinewidth
  6718. 0.5 0.17952 moveto
  6719. 0.50375 0.17952 lineto
  6720. stroke
  6721. grestore
  6722. gsave
  6723. 0.001 setlinewidth
  6724. 0.5 0.20307 moveto
  6725. 0.50375 0.20307 lineto
  6726. stroke
  6727. grestore
  6728. gsave
  6729. 0.001 setlinewidth
  6730. 0.5 0.22661 moveto
  6731. 0.50375 0.22661 lineto
  6732. stroke
  6733. grestore
  6734. gsave
  6735. 0.001 setlinewidth
  6736. 0.5 0.2737 moveto
  6737. 0.50375 0.2737 lineto
  6738. stroke
  6739. grestore
  6740. gsave
  6741. 0.001 setlinewidth
  6742. 0.5 0.29724 moveto
  6743. 0.50375 0.29724 lineto
  6744. stroke
  6745. grestore
  6746. gsave
  6747. 0.001 setlinewidth
  6748. 0.5 0.32079 moveto
  6749. 0.50375 0.32079 lineto
  6750. stroke
  6751. grestore
  6752. gsave
  6753. 0.001 setlinewidth
  6754. 0.5 0.34433 moveto
  6755. 0.50375 0.34433 lineto
  6756. stroke
  6757. grestore
  6758. gsave
  6759. 0.001 setlinewidth
  6760. 0.5 0.39142 moveto
  6761. 0.50375 0.39142 lineto
  6762. stroke
  6763. grestore
  6764. gsave
  6765. 0.001 setlinewidth
  6766. 0.5 0.41497 moveto
  6767. 0.50375 0.41497 lineto
  6768. stroke
  6769. grestore
  6770. gsave
  6771. 0.001 setlinewidth
  6772. 0.5 0.43851 moveto
  6773. 0.50375 0.43851 lineto
  6774. stroke
  6775. grestore
  6776. gsave
  6777. 0.001 setlinewidth
  6778. 0.5 0.46205 moveto
  6779. 0.50375 0.46205 lineto
  6780. stroke
  6781. grestore
  6782. gsave
  6783. 0.001 setlinewidth
  6784. 0.5 0.50914 moveto
  6785. 0.50375 0.50914 lineto
  6786. stroke
  6787. grestore
  6788. gsave
  6789. 0.001 setlinewidth
  6790. 0.5 0.53269 moveto
  6791. 0.50375 0.53269 lineto
  6792. stroke
  6793. grestore
  6794. gsave
  6795. 0.001 setlinewidth
  6796. 0.5 0.55623 moveto
  6797. 0.50375 0.55623 lineto
  6798. stroke
  6799. grestore
  6800. gsave
  6801. 0.001 setlinewidth
  6802. 0.5 0.57977 moveto
  6803. 0.50375 0.57977 lineto
  6804. stroke
  6805. grestore
  6806. [(y)] 0.5 0.61803 0 -4 Mshowa
  6807. gsave
  6808. 0.002 setlinewidth
  6809. 0.5 0 moveto
  6810. 0.5 0.61803 lineto
  6811. stroke
  6812. grestore
  6813. grestore
  6814. 0 0 moveto
  6815. 1 0 lineto
  6816. 1 0.61803 lineto
  6817. 0 0.61803 lineto
  6818. closepath
  6819. clip
  6820. newpath
  6821. gsave
  6822. 0 0 0 setrgbcolor
  6823. 0 setlinewidth
  6824. 0.02381 0.01472 moveto
  6825. 0.97619 0.01472 lineto
  6826. stroke
  6827. 0.5 0.01472 moveto
  6828. 0.5 0.60332 lineto
  6829. stroke
  6830. grestore
  6831. gsave
  6832. gsave
  6833. 0 0 1 setrgbcolor
  6834. [ ] 0 setdash
  6835. 1 Mabswid
  6836. 0.02381 0.51001 moveto
  6837. 0.06349 0.52428 lineto
  6838. 0.10317 0.53752 lineto
  6839. 0.14286 0.54967 lineto
  6840. 0.18254 0.56068 lineto
  6841. 0.22222 0.5705 lineto
  6842. 0.2619 0.5791 lineto
  6843. 0.30159 0.58643 lineto
  6844. 0.34127 0.59248 lineto
  6845. 0.38095 0.59721 lineto
  6846. 0.40079 0.59907 lineto
  6847. 0.42063 0.6006 lineto
  6848. 0.44048 0.60179 lineto
  6849. 0.4504 0.60226 lineto
  6850. 0.46032 0.60264 lineto
  6851. 0.47024 0.60294 lineto
  6852. 0.4752 0.60305 lineto
  6853. 0.48016 0.60315 lineto
  6854. 0.48512 0.60322 lineto
  6855. 0.4876 0.60325 lineto
  6856. 0.49008 0.60328 lineto
  6857. 0.49256 0.60329 lineto
  6858. 0.4938 0.6033 lineto
  6859. 0.49504 0.60331 lineto
  6860. 0.49628 0.60331 lineto
  6861. 0.49752 0.60332 lineto
  6862. 0.49876 0.60332 lineto
  6863. 0.5 0.60332 lineto
  6864. 0.50124 0.60332 lineto
  6865. 0.50248 0.60332 lineto
  6866. 0.50372 0.60331 lineto
  6867. 0.50496 0.60331 lineto
  6868. 0.5062 0.6033 lineto
  6869. 0.50744 0.60329 lineto
  6870. 0.50992 0.60328 lineto
  6871. 0.5124 0.60325 lineto
  6872. 0.51488 0.60322 lineto
  6873. 0.51984 0.60315 lineto
  6874. 0.5248 0.60305 lineto
  6875. 0.52976 0.60294 lineto
  6876. 0.53968 0.60264 lineto
  6877. 0.5496 0.60226 lineto
  6878. 0.55952 0.60179 lineto
  6879. 0.57937 0.6006 lineto
  6880. 0.59921 0.59907 lineto
  6881. 0.61905 0.59721 lineto
  6882. 0.65873 0.59248 lineto
  6883. 0.69841 0.58643 lineto
  6884. 0.7381 0.5791 lineto
  6885. 0.77778 0.5705 lineto
  6886. Mistroke
  6887. 0.81746 0.56068 lineto
  6888. 0.85714 0.54967 lineto
  6889. 0.89683 0.53752 lineto
  6890. 0.93651 0.52428 lineto
  6891. 0.97619 0.51001 lineto
  6892. Mfstroke
  6893. grestore
  6894. grestore
  6895. gsave
  6896. gsave
  6897. 0 0 1 setrgbcolor
  6898. [ ] 0 setdash
  6899. 5 Mabswid
  6900. 0.5 0.60332 Mdot
  6901. 1 1 1 setrgbcolor
  6902. 3 Mabswid
  6903. 0.5 0.60332 Mdot
  6904. grestore
  6905. grestore
  6906. % End of Graphics
  6907. MathPictureEnd
  6908. :[font = section; inactive; Cclosed; preserveAspect; startGroup; ]
  6909. A Short Guide to PlotE
  6910. :[font = subsection; inactive; Cclosed; preserveAspect; startGroup; ]
  6911. PlotE Basics
  6912. :[font = subsubsection; inactive; preserveAspect; ]
  6913. A Simple Plot
  6914. :[font = input; Cclosed; preserveAspect; startGroup; ]
  6915. PlotE[t^2,{-3,3}];
  6916. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; endGroup; ]
  6917. %!
  6918. %%Creator: Mathematica
  6919. %%AspectRatio: 0.61803 
  6920. MathPictureStart
  6921. /Courier findfont 10  scalefont  setfont
  6922. % Scaling calculations
  6923. 0.5 0.15873 0.014715 0.0654 [
  6924. [(-3)] 0.02381 0.01472 0 2 Msboxa
  6925. [(-2)] 0.18254 0.01472 0 2 Msboxa
  6926. [(-1)] 0.34127 0.01472 0 2 Msboxa
  6927. [(1)] 0.65873 0.01472 0 2 Msboxa
  6928. [(2)] 0.81746 0.01472 0 2 Msboxa
  6929. [(3)] 0.97619 0.01472 0 2 Msboxa
  6930. [(t)] 1.025 0.01472 -1 0 Msboxa
  6931. [(2)] 0.4875 0.14552 1 0 Msboxa
  6932. [(4)] 0.4875 0.27632 1 0 Msboxa
  6933. [(6)] 0.4875 0.40712 1 0 Msboxa
  6934. [(8)] 0.4875 0.53792 1 0 Msboxa
  6935. [(y)] 0.5 0.61803 0 -4 Msboxa
  6936. [ -0.001 -0.001 0 0 ]
  6937. [ 1.001 0.61903 0 0 ]
  6938. ] MathScale
  6939. % Start of Graphics
  6940. 1 setlinecap
  6941. 1 setlinejoin
  6942. newpath
  6943. %%Object: Graphics
  6944. [ ] 0 setdash
  6945. 0 setgray
  6946. gsave
  6947. gsave
  6948. 0.002 setlinewidth
  6949. 0.02381 0.01472 moveto
  6950. 0.02381 0.02097 lineto
  6951. stroke
  6952. grestore
  6953. [(-3)] 0.02381 0.01472 0 2 Mshowa
  6954. gsave
  6955. 0.002 setlinewidth
  6956. 0.18254 0.01472 moveto
  6957. 0.18254 0.02097 lineto
  6958. stroke
  6959. grestore
  6960. [(-2)] 0.18254 0.01472 0 2 Mshowa
  6961. gsave
  6962. 0.002 setlinewidth
  6963. 0.34127 0.01472 moveto
  6964. 0.34127 0.02097 lineto
  6965. stroke
  6966. grestore
  6967. [(-1)] 0.34127 0.01472 0 2 Mshowa
  6968. gsave
  6969. 0.002 setlinewidth
  6970. 0.65873 0.01472 moveto
  6971. 0.65873 0.02097 lineto
  6972. stroke
  6973. grestore
  6974. [(1)] 0.65873 0.01472 0 2 Mshowa
  6975. gsave
  6976. 0.002 setlinewidth
  6977. 0.81746 0.01472 moveto
  6978. 0.81746 0.02097 lineto
  6979. stroke
  6980. grestore
  6981. [(2)] 0.81746 0.01472 0 2 Mshowa
  6982. gsave
  6983. 0.002 setlinewidth
  6984. 0.97619 0.01472 moveto
  6985. 0.97619 0.02097 lineto
  6986. stroke
  6987. grestore
  6988. [(3)] 0.97619 0.01472 0 2 Mshowa
  6989. gsave
  6990. 0.001 setlinewidth
  6991. 0.05556 0.01472 moveto
  6992. 0.05556 0.01847 lineto
  6993. stroke
  6994. grestore
  6995. gsave
  6996. 0.001 setlinewidth
  6997. 0.0873 0.01472 moveto
  6998. 0.0873 0.01847 lineto
  6999. stroke
  7000. grestore
  7001. gsave
  7002. 0.001 setlinewidth
  7003. 0.11905 0.01472 moveto
  7004. 0.11905 0.01847 lineto
  7005. stroke
  7006. grestore
  7007. gsave
  7008. 0.001 setlinewidth
  7009. 0.15079 0.01472 moveto
  7010. 0.15079 0.01847 lineto
  7011. stroke
  7012. grestore
  7013. gsave
  7014. 0.001 setlinewidth
  7015. 0.21429 0.01472 moveto
  7016. 0.21429 0.01847 lineto
  7017. stroke
  7018. grestore
  7019. gsave
  7020. 0.001 setlinewidth
  7021. 0.24603 0.01472 moveto
  7022. 0.24603 0.01847 lineto
  7023. stroke
  7024. grestore
  7025. gsave
  7026. 0.001 setlinewidth
  7027. 0.27778 0.01472 moveto
  7028. 0.27778 0.01847 lineto
  7029. stroke
  7030. grestore
  7031. gsave
  7032. 0.001 setlinewidth
  7033. 0.30952 0.01472 moveto
  7034. 0.30952 0.01847 lineto
  7035. stroke
  7036. grestore
  7037. gsave
  7038. 0.001 setlinewidth
  7039. 0.37302 0.01472 moveto
  7040. 0.37302 0.01847 lineto
  7041. stroke
  7042. grestore
  7043. gsave
  7044. 0.001 setlinewidth
  7045. 0.40476 0.01472 moveto
  7046. 0.40476 0.01847 lineto
  7047. stroke
  7048. grestore
  7049. gsave
  7050. 0.001 setlinewidth
  7051. 0.43651 0.01472 moveto
  7052. 0.43651 0.01847 lineto
  7053. stroke
  7054. grestore
  7055. gsave
  7056. 0.001 setlinewidth
  7057. 0.46825 0.01472 moveto
  7058. 0.46825 0.01847 lineto
  7059. stroke
  7060. grestore
  7061. gsave
  7062. 0.001 setlinewidth
  7063. 0.53175 0.01472 moveto
  7064. 0.53175 0.01847 lineto
  7065. stroke
  7066. grestore
  7067. gsave
  7068. 0.001 setlinewidth
  7069. 0.56349 0.01472 moveto
  7070. 0.56349 0.01847 lineto
  7071. stroke
  7072. grestore
  7073. gsave
  7074. 0.001 setlinewidth
  7075. 0.59524 0.01472 moveto
  7076. 0.59524 0.01847 lineto
  7077. stroke
  7078. grestore
  7079. gsave
  7080. 0.001 setlinewidth
  7081. 0.62698 0.01472 moveto
  7082. 0.62698 0.01847 lineto
  7083. stroke
  7084. grestore
  7085. gsave
  7086. 0.001 setlinewidth
  7087. 0.69048 0.01472 moveto
  7088. 0.69048 0.01847 lineto
  7089. stroke
  7090. grestore
  7091. gsave
  7092. 0.001 setlinewidth
  7093. 0.72222 0.01472 moveto
  7094. 0.72222 0.01847 lineto
  7095. stroke
  7096. grestore
  7097. gsave
  7098. 0.001 setlinewidth
  7099. 0.75397 0.01472 moveto
  7100. 0.75397 0.01847 lineto
  7101. stroke
  7102. grestore
  7103. gsave
  7104. 0.001 setlinewidth
  7105. 0.78571 0.01472 moveto
  7106. 0.78571 0.01847 lineto
  7107. stroke
  7108. grestore
  7109. gsave
  7110. 0.001 setlinewidth
  7111. 0.84921 0.01472 moveto
  7112. 0.84921 0.01847 lineto
  7113. stroke
  7114. grestore
  7115. gsave
  7116. 0.001 setlinewidth
  7117. 0.88095 0.01472 moveto
  7118. 0.88095 0.01847 lineto
  7119. stroke
  7120. grestore
  7121. gsave
  7122. 0.001 setlinewidth
  7123. 0.9127 0.01472 moveto
  7124. 0.9127 0.01847 lineto
  7125. stroke
  7126. grestore
  7127. gsave
  7128. 0.001 setlinewidth
  7129. 0.94444 0.01472 moveto
  7130. 0.94444 0.01847 lineto
  7131. stroke
  7132. grestore
  7133. [(t)] 1.025 0.01472 -1 0 Mshowa
  7134. gsave
  7135. 0.002 setlinewidth
  7136. 0 0.01472 moveto
  7137. 1 0.01472 lineto
  7138. stroke
  7139. grestore
  7140. gsave
  7141. 0.002 setlinewidth
  7142. 0.5 0.14552 moveto
  7143. 0.50625 0.14552 lineto
  7144. stroke
  7145. grestore
  7146. [(2)] 0.4875 0.14552 1 0 Mshowa
  7147. gsave
  7148. 0.002 setlinewidth
  7149. 0.5 0.27632 moveto
  7150. 0.50625 0.27632 lineto
  7151. stroke
  7152. grestore
  7153. [(4)] 0.4875 0.27632 1 0 Mshowa
  7154. gsave
  7155. 0.002 setlinewidth
  7156. 0.5 0.40712 moveto
  7157. 0.50625 0.40712 lineto
  7158. stroke
  7159. grestore
  7160. [(6)] 0.4875 0.40712 1 0 Mshowa
  7161. gsave
  7162. 0.002 setlinewidth
  7163. 0.5 0.53792 moveto
  7164. 0.50625 0.53792 lineto
  7165. stroke
  7166. grestore
  7167. [(8)] 0.4875 0.53792 1 0 Mshowa
  7168. gsave
  7169. 0.001 setlinewidth
  7170. 0.5 0.04088 moveto
  7171. 0.50375 0.04088 lineto
  7172. stroke
  7173. grestore
  7174. gsave
  7175. 0.001 setlinewidth
  7176. 0.5 0.06704 moveto
  7177. 0.50375 0.06704 lineto
  7178. stroke
  7179. grestore
  7180. gsave
  7181. 0.001 setlinewidth
  7182. 0.5 0.0932 moveto
  7183. 0.50375 0.0932 lineto
  7184. stroke
  7185. grestore
  7186. gsave
  7187. 0.001 setlinewidth
  7188. 0.5 0.11936 moveto
  7189. 0.50375 0.11936 lineto
  7190. stroke
  7191. grestore
  7192. gsave
  7193. 0.001 setlinewidth
  7194. 0.5 0.17168 moveto
  7195. 0.50375 0.17168 lineto
  7196. stroke
  7197. grestore
  7198. gsave
  7199. 0.001 setlinewidth
  7200. 0.5 0.19784 moveto
  7201. 0.50375 0.19784 lineto
  7202. stroke
  7203. grestore
  7204. gsave
  7205. 0.001 setlinewidth
  7206. 0.5 0.224 moveto
  7207. 0.50375 0.224 lineto
  7208. stroke
  7209. grestore
  7210. gsave
  7211. 0.001 setlinewidth
  7212. 0.5 0.25016 moveto
  7213. 0.50375 0.25016 lineto
  7214. stroke
  7215. grestore
  7216. gsave
  7217. 0.001 setlinewidth
  7218. 0.5 0.30248 moveto
  7219. 0.50375 0.30248 lineto
  7220. stroke
  7221. grestore
  7222. gsave
  7223. 0.001 setlinewidth
  7224. 0.5 0.32864 moveto
  7225. 0.50375 0.32864 lineto
  7226. stroke
  7227. grestore
  7228. gsave
  7229. 0.001 setlinewidth
  7230. 0.5 0.3548 moveto
  7231. 0.50375 0.3548 lineto
  7232. stroke
  7233. grestore
  7234. gsave
  7235. 0.001 setlinewidth
  7236. 0.5 0.38096 moveto
  7237. 0.50375 0.38096 lineto
  7238. stroke
  7239. grestore
  7240. gsave
  7241. 0.001 setlinewidth
  7242. 0.5 0.43328 moveto
  7243. 0.50375 0.43328 lineto
  7244. stroke
  7245. grestore
  7246. gsave
  7247. 0.001 setlinewidth
  7248. 0.5 0.45944 moveto
  7249. 0.50375 0.45944 lineto
  7250. stroke
  7251. grestore
  7252. gsave
  7253. 0.001 setlinewidth
  7254. 0.5 0.4856 moveto
  7255. 0.50375 0.4856 lineto
  7256. stroke
  7257. grestore
  7258. gsave
  7259. 0.001 setlinewidth
  7260. 0.5 0.51176 moveto
  7261. 0.50375 0.51176 lineto
  7262. stroke
  7263. grestore
  7264. gsave
  7265. 0.001 setlinewidth
  7266. 0.5 0.56408 moveto
  7267. 0.50375 0.56408 lineto
  7268. stroke
  7269. grestore
  7270. gsave
  7271. 0.001 setlinewidth
  7272. 0.5 0.59024 moveto
  7273. 0.50375 0.59024 lineto
  7274. stroke
  7275. grestore
  7276. gsave
  7277. 0.001 setlinewidth
  7278. 0.5 0.6164 moveto
  7279. 0.50375 0.6164 lineto
  7280. stroke
  7281. grestore
  7282. [(y)] 0.5 0.61803 0 -4 Mshowa
  7283. gsave
  7284. 0.002 setlinewidth
  7285. 0.5 0 moveto
  7286. 0.5 0.61803 lineto
  7287. stroke
  7288. grestore
  7289. grestore
  7290. 0 0 moveto
  7291. 1 0 lineto
  7292. 1 0.61803 lineto
  7293. 0 0.61803 lineto
  7294. closepath
  7295. clip
  7296. newpath
  7297. gsave
  7298. gsave
  7299. 0 0 1 setrgbcolor
  7300. [ ] 0 setdash
  7301. 1 Mabswid
  7302. 0.02381 0.60332 moveto
  7303. 0.06349 0.50931 lineto
  7304. 0.10317 0.42347 lineto
  7305. 0.14286 0.3458 lineto
  7306. 0.18254 0.27632 lineto
  7307. 0.22222 0.215 lineto
  7308. 0.2619 0.16187 lineto
  7309. 0.30159 0.1169 lineto
  7310. 0.34127 0.08012 lineto
  7311. 0.38095 0.0515 lineto
  7312. 0.40079 0.04026 lineto
  7313. 0.42063 0.03107 lineto
  7314. 0.44048 0.02391 lineto
  7315. 0.4504 0.0211 lineto
  7316. 0.46032 0.0188 lineto
  7317. 0.47024 0.01701 lineto
  7318. 0.4752 0.01631 lineto
  7319. 0.48016 0.01574 lineto
  7320. 0.48512 0.01529 lineto
  7321. 0.4876 0.01511 lineto
  7322. 0.49008 0.01497 lineto
  7323. 0.49256 0.01486 lineto
  7324. 0.4938 0.01481 lineto
  7325. 0.49504 0.01478 lineto
  7326. 0.49628 0.01475 lineto
  7327. 0.49752 0.01473 lineto
  7328. 0.49876 0.01472 lineto
  7329. 0.5 0.01472 lineto
  7330. 0.50124 0.01472 lineto
  7331. 0.50248 0.01473 lineto
  7332. 0.50372 0.01475 lineto
  7333. 0.50496 0.01478 lineto
  7334. 0.50744 0.01486 lineto
  7335. 0.50992 0.01497 lineto
  7336. 0.5124 0.01511 lineto
  7337. 0.51488 0.01529 lineto
  7338. 0.51984 0.01574 lineto
  7339. 0.5248 0.01631 lineto
  7340. 0.52976 0.01701 lineto
  7341. 0.53968 0.0188 lineto
  7342. 0.5496 0.0211 lineto
  7343. 0.55952 0.02391 lineto
  7344. 0.57937 0.03107 lineto
  7345. 0.59921 0.04026 lineto
  7346. 0.61905 0.0515 lineto
  7347. 0.65873 0.08012 lineto
  7348. 0.69841 0.1169 lineto
  7349. 0.7381 0.16187 lineto
  7350. 0.77778 0.215 lineto
  7351. 0.81746 0.27632 lineto
  7352. Mistroke
  7353. 0.85714 0.3458 lineto
  7354. 0.89683 0.42347 lineto
  7355. 0.93651 0.50931 lineto
  7356. 0.97619 0.60332 lineto
  7357. Mfstroke
  7358. grestore
  7359. grestore
  7360. % End of Graphics
  7361. MathPictureEnd
  7362. :[font = text; inactive; preserveAspect; ]
  7363. The graph is automatically in Blue instead of boring Black. PlotE recognizes t as the independent variable and labels the axes accordingly.
  7364. Equivalent Form: PlotE[t^2,{t,-3,3}];
  7365. ;[s]
  7366. 5:0,0;60,1;65,2;157,3;176,4;178,-1;
  7367. 5:1,13,10,Times,0,14,0,0,0;1,10,8,Courier,1,12,0,0,0;1,13,10,Times,0,14,0,0,0;1,10,8,Courier,1,12,0,0,0;1,13,10,Times,0,14,0,0,0;
  7368. :[font = subsubsection; inactive; preserveAspect; ]
  7369. Two Functions
  7370. :[font = input; Cclosed; preserveAspect; startGroup; ]
  7371. PlotE[x^2,x^3,-3,3];
  7372. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; endGroup; ]
  7373. %!
  7374. %%Creator: Mathematica
  7375. %%AspectRatio: 0.61803 
  7376. MathPictureStart
  7377. /Courier findfont 10  scalefont  setfont
  7378. % Scaling calculations
  7379. 0.5 0.15873 0.236421 0.09355 [
  7380. [(-3)] 0.02381 0.23642 0 2 Msboxa
  7381. [(-2)] 0.18254 0.23642 0 2 Msboxa
  7382. [(-1)] 0.34127 0.23642 0 2 Msboxa
  7383. [(1)] 0.65873 0.23642 0 2 Msboxa
  7384. [(2)] 0.81746 0.23642 0 2 Msboxa
  7385. [(3)] 0.97619 0.23642 0 2 Msboxa
  7386. [(x)] 1.025 0.23642 -1 0 Msboxa
  7387. [(-2)] 0.4875 0.04932 1 0 Msboxa
  7388. [(-1)] 0.4875 0.14287 1 0 Msboxa
  7389. [(1)] 0.4875 0.32997 1 0 Msboxa
  7390. [(2)] 0.4875 0.42352 1 0 Msboxa
  7391. [(3)] 0.4875 0.51707 1 0 Msboxa
  7392. [(4)] 0.4875 0.61062 1 0 Msboxa
  7393. [(y)] 0.5 0.61803 0 -4 Msboxa
  7394. [ -0.001 -0.001 0 0 ]
  7395. [ 1.001 0.61903 0 0 ]
  7396. ] MathScale
  7397. % Start of Graphics
  7398. 1 setlinecap
  7399. 1 setlinejoin
  7400. newpath
  7401. %%Object: Graphics
  7402. [ ] 0 setdash
  7403. 0 setgray
  7404. gsave
  7405. gsave
  7406. 0.002 setlinewidth
  7407. 0.02381 0.23642 moveto
  7408. 0.02381 0.24267 lineto
  7409. stroke
  7410. grestore
  7411. [(-3)] 0.02381 0.23642 0 2 Mshowa
  7412. gsave
  7413. 0.002 setlinewidth
  7414. 0.18254 0.23642 moveto
  7415. 0.18254 0.24267 lineto
  7416. stroke
  7417. grestore
  7418. [(-2)] 0.18254 0.23642 0 2 Mshowa
  7419. gsave
  7420. 0.002 setlinewidth
  7421. 0.34127 0.23642 moveto
  7422. 0.34127 0.24267 lineto
  7423. stroke
  7424. grestore
  7425. [(-1)] 0.34127 0.23642 0 2 Mshowa
  7426. gsave
  7427. 0.002 setlinewidth
  7428. 0.65873 0.23642 moveto
  7429. 0.65873 0.24267 lineto
  7430. stroke
  7431. grestore
  7432. [(1)] 0.65873 0.23642 0 2 Mshowa
  7433. gsave
  7434. 0.002 setlinewidth
  7435. 0.81746 0.23642 moveto
  7436. 0.81746 0.24267 lineto
  7437. stroke
  7438. grestore
  7439. [(2)] 0.81746 0.23642 0 2 Mshowa
  7440. gsave
  7441. 0.002 setlinewidth
  7442. 0.97619 0.23642 moveto
  7443. 0.97619 0.24267 lineto
  7444. stroke
  7445. grestore
  7446. [(3)] 0.97619 0.23642 0 2 Mshowa
  7447. gsave
  7448. 0.001 setlinewidth
  7449. 0.05556 0.23642 moveto
  7450. 0.05556 0.24017 lineto
  7451. stroke
  7452. grestore
  7453. gsave
  7454. 0.001 setlinewidth
  7455. 0.0873 0.23642 moveto
  7456. 0.0873 0.24017 lineto
  7457. stroke
  7458. grestore
  7459. gsave
  7460. 0.001 setlinewidth
  7461. 0.11905 0.23642 moveto
  7462. 0.11905 0.24017 lineto
  7463. stroke
  7464. grestore
  7465. gsave
  7466. 0.001 setlinewidth
  7467. 0.15079 0.23642 moveto
  7468. 0.15079 0.24017 lineto
  7469. stroke
  7470. grestore
  7471. gsave
  7472. 0.001 setlinewidth
  7473. 0.21429 0.23642 moveto
  7474. 0.21429 0.24017 lineto
  7475. stroke
  7476. grestore
  7477. gsave
  7478. 0.001 setlinewidth
  7479. 0.24603 0.23642 moveto
  7480. 0.24603 0.24017 lineto
  7481. stroke
  7482. grestore
  7483. gsave
  7484. 0.001 setlinewidth
  7485. 0.27778 0.23642 moveto
  7486. 0.27778 0.24017 lineto
  7487. stroke
  7488. grestore
  7489. gsave
  7490. 0.001 setlinewidth
  7491. 0.30952 0.23642 moveto
  7492. 0.30952 0.24017 lineto
  7493. stroke
  7494. grestore
  7495. gsave
  7496. 0.001 setlinewidth
  7497. 0.37302 0.23642 moveto
  7498. 0.37302 0.24017 lineto
  7499. stroke
  7500. grestore
  7501. gsave
  7502. 0.001 setlinewidth
  7503. 0.40476 0.23642 moveto
  7504. 0.40476 0.24017 lineto
  7505. stroke
  7506. grestore
  7507. gsave
  7508. 0.001 setlinewidth
  7509. 0.43651 0.23642 moveto
  7510. 0.43651 0.24017 lineto
  7511. stroke
  7512. grestore
  7513. gsave
  7514. 0.001 setlinewidth
  7515. 0.46825 0.23642 moveto
  7516. 0.46825 0.24017 lineto
  7517. stroke
  7518. grestore
  7519. gsave
  7520. 0.001 setlinewidth
  7521. 0.53175 0.23642 moveto
  7522. 0.53175 0.24017 lineto
  7523. stroke
  7524. grestore
  7525. gsave
  7526. 0.001 setlinewidth
  7527. 0.56349 0.23642 moveto
  7528. 0.56349 0.24017 lineto
  7529. stroke
  7530. grestore
  7531. gsave
  7532. 0.001 setlinewidth
  7533. 0.59524 0.23642 moveto
  7534. 0.59524 0.24017 lineto
  7535. stroke
  7536. grestore
  7537. gsave
  7538. 0.001 setlinewidth
  7539. 0.62698 0.23642 moveto
  7540. 0.62698 0.24017 lineto
  7541. stroke
  7542. grestore
  7543. gsave
  7544. 0.001 setlinewidth
  7545. 0.69048 0.23642 moveto
  7546. 0.69048 0.24017 lineto
  7547. stroke
  7548. grestore
  7549. gsave
  7550. 0.001 setlinewidth
  7551. 0.72222 0.23642 moveto
  7552. 0.72222 0.24017 lineto
  7553. stroke
  7554. grestore
  7555. gsave
  7556. 0.001 setlinewidth
  7557. 0.75397 0.23642 moveto
  7558. 0.75397 0.24017 lineto
  7559. stroke
  7560. grestore
  7561. gsave
  7562. 0.001 setlinewidth
  7563. 0.78571 0.23642 moveto
  7564. 0.78571 0.24017 lineto
  7565. stroke
  7566. grestore
  7567. gsave
  7568. 0.001 setlinewidth
  7569. 0.84921 0.23642 moveto
  7570. 0.84921 0.24017 lineto
  7571. stroke
  7572. grestore
  7573. gsave
  7574. 0.001 setlinewidth
  7575. 0.88095 0.23642 moveto
  7576. 0.88095 0.24017 lineto
  7577. stroke
  7578. grestore
  7579. gsave
  7580. 0.001 setlinewidth
  7581. 0.9127 0.23642 moveto
  7582. 0.9127 0.24017 lineto
  7583. stroke
  7584. grestore
  7585. gsave
  7586. 0.001 setlinewidth
  7587. 0.94444 0.23642 moveto
  7588. 0.94444 0.24017 lineto
  7589. stroke
  7590. grestore
  7591. [(x)] 1.025 0.23642 -1 0 Mshowa
  7592. gsave
  7593. 0.002 setlinewidth
  7594. 0 0.23642 moveto
  7595. 1 0.23642 lineto
  7596. stroke
  7597. grestore
  7598. gsave
  7599. 0.002 setlinewidth
  7600. 0.5 0.04932 moveto
  7601. 0.50625 0.04932 lineto
  7602. stroke
  7603. grestore
  7604. [(-2)] 0.4875 0.04932 1 0 Mshowa
  7605. gsave
  7606. 0.002 setlinewidth
  7607. 0.5 0.14287 moveto
  7608. 0.50625 0.14287 lineto
  7609. stroke
  7610. grestore
  7611. [(-1)] 0.4875 0.14287 1 0 Mshowa
  7612. gsave
  7613. 0.002 setlinewidth
  7614. 0.5 0.32997 moveto
  7615. 0.50625 0.32997 lineto
  7616. stroke
  7617. grestore
  7618. [(1)] 0.4875 0.32997 1 0 Mshowa
  7619. gsave
  7620. 0.002 setlinewidth
  7621. 0.5 0.42352 moveto
  7622. 0.50625 0.42352 lineto
  7623. stroke
  7624. grestore
  7625. [(2)] 0.4875 0.42352 1 0 Mshowa
  7626. gsave
  7627. 0.002 setlinewidth
  7628. 0.5 0.51707 moveto
  7629. 0.50625 0.51707 lineto
  7630. stroke
  7631. grestore
  7632. [(3)] 0.4875 0.51707 1 0 Mshowa
  7633. gsave
  7634. 0.002 setlinewidth
  7635. 0.5 0.61062 moveto
  7636. 0.50625 0.61062 lineto
  7637. stroke
  7638. grestore
  7639. [(4)] 0.4875 0.61062 1 0 Mshowa
  7640. gsave
  7641. 0.001 setlinewidth
  7642. 0.5 0.06803 moveto
  7643. 0.50375 0.06803 lineto
  7644. stroke
  7645. grestore
  7646. gsave
  7647. 0.001 setlinewidth
  7648. 0.5 0.08674 moveto
  7649. 0.50375 0.08674 lineto
  7650. stroke
  7651. grestore
  7652. gsave
  7653. 0.001 setlinewidth
  7654. 0.5 0.10545 moveto
  7655. 0.50375 0.10545 lineto
  7656. stroke
  7657. grestore
  7658. gsave
  7659. 0.001 setlinewidth
  7660. 0.5 0.12416 moveto
  7661. 0.50375 0.12416 lineto
  7662. stroke
  7663. grestore
  7664. gsave
  7665. 0.001 setlinewidth
  7666. 0.5 0.16158 moveto
  7667. 0.50375 0.16158 lineto
  7668. stroke
  7669. grestore
  7670. gsave
  7671. 0.001 setlinewidth
  7672. 0.5 0.18029 moveto
  7673. 0.50375 0.18029 lineto
  7674. stroke
  7675. grestore
  7676. gsave
  7677. 0.001 setlinewidth
  7678. 0.5 0.199 moveto
  7679. 0.50375 0.199 lineto
  7680. stroke
  7681. grestore
  7682. gsave
  7683. 0.001 setlinewidth
  7684. 0.5 0.21771 moveto
  7685. 0.50375 0.21771 lineto
  7686. stroke
  7687. grestore
  7688. gsave
  7689. 0.001 setlinewidth
  7690. 0.5 0.25513 moveto
  7691. 0.50375 0.25513 lineto
  7692. stroke
  7693. grestore
  7694. gsave
  7695. 0.001 setlinewidth
  7696. 0.5 0.27384 moveto
  7697. 0.50375 0.27384 lineto
  7698. stroke
  7699. grestore
  7700. gsave
  7701. 0.001 setlinewidth
  7702. 0.5 0.29255 moveto
  7703. 0.50375 0.29255 lineto
  7704. stroke
  7705. grestore
  7706. gsave
  7707. 0.001 setlinewidth
  7708. 0.5 0.31126 moveto
  7709. 0.50375 0.31126 lineto
  7710. stroke
  7711. grestore
  7712. gsave
  7713. 0.001 setlinewidth
  7714. 0.5 0.34868 moveto
  7715. 0.50375 0.34868 lineto
  7716. stroke
  7717. grestore
  7718. gsave
  7719. 0.001 setlinewidth
  7720. 0.5 0.36739 moveto
  7721. 0.50375 0.36739 lineto
  7722. stroke
  7723. grestore
  7724. gsave
  7725. 0.001 setlinewidth
  7726. 0.5 0.3861 moveto
  7727. 0.50375 0.3861 lineto
  7728. stroke
  7729. grestore
  7730. gsave
  7731. 0.001 setlinewidth
  7732. 0.5 0.40481 moveto
  7733. 0.50375 0.40481 lineto
  7734. stroke
  7735. grestore
  7736. gsave
  7737. 0.001 setlinewidth
  7738. 0.5 0.44223 moveto
  7739. 0.50375 0.44223 lineto
  7740. stroke
  7741. grestore
  7742. gsave
  7743. 0.001 setlinewidth
  7744. 0.5 0.46094 moveto
  7745. 0.50375 0.46094 lineto
  7746. stroke
  7747. grestore
  7748. gsave
  7749. 0.001 setlinewidth
  7750. 0.5 0.47965 moveto
  7751. 0.50375 0.47965 lineto
  7752. stroke
  7753. grestore
  7754. gsave
  7755. 0.001 setlinewidth
  7756. 0.5 0.49836 moveto
  7757. 0.50375 0.49836 lineto
  7758. stroke
  7759. grestore
  7760. gsave
  7761. 0.001 setlinewidth
  7762. 0.5 0.53578 moveto
  7763. 0.50375 0.53578 lineto
  7764. stroke
  7765. grestore
  7766. gsave
  7767. 0.001 setlinewidth
  7768. 0.5 0.55449 moveto
  7769. 0.50375 0.55449 lineto
  7770. stroke
  7771. grestore
  7772. gsave
  7773. 0.001 setlinewidth
  7774. 0.5 0.5732 moveto
  7775. 0.50375 0.5732 lineto
  7776. stroke
  7777. grestore
  7778. gsave
  7779. 0.001 setlinewidth
  7780. 0.5 0.59191 moveto
  7781. 0.50375 0.59191 lineto
  7782. stroke
  7783. grestore
  7784. gsave
  7785. 0.001 setlinewidth
  7786. 0.5 0.03061 moveto
  7787. 0.50375 0.03061 lineto
  7788. stroke
  7789. grestore
  7790. gsave
  7791. 0.001 setlinewidth
  7792. 0.5 0.0119 moveto
  7793. 0.50375 0.0119 lineto
  7794. stroke
  7795. grestore
  7796. [(y)] 0.5 0.61803 0 -4 Mshowa
  7797. gsave
  7798. 0.002 setlinewidth
  7799. 0.5 0 moveto
  7800. 0.5 0.61803 lineto
  7801. stroke
  7802. grestore
  7803. grestore
  7804. 0 0 moveto
  7805. 1 0 lineto
  7806. 1 0.61803 lineto
  7807. 0 0.61803 lineto
  7808. closepath
  7809. clip
  7810. newpath
  7811. gsave
  7812. gsave
  7813. 0 0 1 setrgbcolor
  7814. [ ] 0 setdash
  7815. 1 Mabswid
  7816. stroke
  7817. stroke
  7818. stroke
  7819. stroke
  7820. 0.17958 0.61803 moveto
  7821. 0.18254 0.61062 lineto
  7822. stroke
  7823. 0.18254 0.61062 moveto
  7824. 0.22222 0.52292 lineto
  7825. 0.2619 0.44691 lineto
  7826. 0.30159 0.38259 lineto
  7827. 0.34127 0.32997 lineto
  7828. 0.38095 0.28904 lineto
  7829. 0.40079 0.27296 lineto
  7830. 0.42063 0.25981 lineto
  7831. 0.44048 0.24958 lineto
  7832. 0.4504 0.24556 lineto
  7833. 0.46032 0.24227 lineto
  7834. 0.47024 0.23971 lineto
  7835. 0.4752 0.2387 lineto
  7836. 0.48016 0.23788 lineto
  7837. 0.48512 0.23724 lineto
  7838. 0.4876 0.23699 lineto
  7839. 0.49008 0.23679 lineto
  7840. 0.49256 0.23663 lineto
  7841. 0.4938 0.23656 lineto
  7842. 0.49504 0.23651 lineto
  7843. 0.49628 0.23647 lineto
  7844. 0.49752 0.23644 lineto
  7845. 0.49876 0.23643 lineto
  7846. 0.5 0.23642 lineto
  7847. 0.50124 0.23643 lineto
  7848. 0.50248 0.23644 lineto
  7849. 0.50372 0.23647 lineto
  7850. 0.50496 0.23651 lineto
  7851. 0.50744 0.23663 lineto
  7852. 0.50992 0.23679 lineto
  7853. 0.5124 0.23699 lineto
  7854. 0.51488 0.23724 lineto
  7855. 0.51984 0.23788 lineto
  7856. 0.5248 0.2387 lineto
  7857. 0.52976 0.23971 lineto
  7858. 0.53968 0.24227 lineto
  7859. 0.5496 0.24556 lineto
  7860. 0.55952 0.24958 lineto
  7861. 0.57937 0.25981 lineto
  7862. 0.59921 0.27296 lineto
  7863. 0.61905 0.28904 lineto
  7864. 0.65873 0.32997 lineto
  7865. 0.69841 0.38259 lineto
  7866. 0.7381 0.44691 lineto
  7867. 0.77778 0.52292 lineto
  7868. 0.81746 0.61062 lineto
  7869. stroke
  7870. 0.82042 0.61803 moveto
  7871. 0.81746 0.61062 lineto
  7872. stroke
  7873. stroke
  7874. stroke
  7875. stroke
  7876. stroke
  7877. grestore
  7878. gsave
  7879. 1 0 0 setrgbcolor
  7880. [ ] 0 setdash
  7881. 1 Mabswid
  7882. stroke
  7883. stroke
  7884. stroke
  7885. stroke
  7886. stroke
  7887. stroke
  7888. stroke
  7889. stroke
  7890. 0.28397 0 moveto
  7891. 0.30159 0.05371 lineto
  7892. stroke
  7893. 0.30159 0.05371 moveto
  7894. 0.32143 0.10322 lineto
  7895. 0.34127 0.14287 lineto
  7896. 0.36111 0.17375 lineto
  7897. 0.38095 0.19695 lineto
  7898. 0.39087 0.20602 lineto
  7899. 0.40079 0.21358 lineto
  7900. 0.41071 0.21977 lineto
  7901. 0.42063 0.22473 lineto
  7902. 0.43056 0.22859 lineto
  7903. 0.44048 0.23149 lineto
  7904. 0.44544 0.23262 lineto
  7905. 0.4504 0.23357 lineto
  7906. 0.45536 0.23434 lineto
  7907. 0.46032 0.23496 lineto
  7908. 0.46528 0.23544 lineto
  7909. 0.47024 0.2358 lineto
  7910. 0.47272 0.23595 lineto
  7911. 0.4752 0.23606 lineto
  7912. 0.47768 0.23616 lineto
  7913. 0.48016 0.23624 lineto
  7914. 0.48264 0.2363 lineto
  7915. 0.48512 0.23634 lineto
  7916. 0.48636 0.23636 lineto
  7917. 0.4876 0.23638 lineto
  7918. 0.48884 0.23639 lineto
  7919. 0.49008 0.2364 lineto
  7920. 0.49132 0.23641 lineto
  7921. 0.49256 0.23641 lineto
  7922. 0.4938 0.23642 lineto
  7923. 0.49504 0.23642 lineto
  7924. 0.49628 0.23642 lineto
  7925. 0.49752 0.23642 lineto
  7926. 0.5 0.23642 lineto
  7927. 0.50124 0.23642 lineto
  7928. 0.50248 0.23642 lineto
  7929. 0.50372 0.23642 lineto
  7930. 0.50496 0.23642 lineto
  7931. 0.5062 0.23643 lineto
  7932. 0.50744 0.23643 lineto
  7933. 0.50868 0.23644 lineto
  7934. 0.50992 0.23644 lineto
  7935. 0.51116 0.23645 lineto
  7936. 0.5124 0.23647 lineto
  7937. 0.51488 0.2365 lineto
  7938. 0.51736 0.23654 lineto
  7939. 0.51984 0.2366 lineto
  7940. 0.52232 0.23668 lineto
  7941. 0.5248 0.23678 lineto
  7942. 0.52976 0.23704 lineto
  7943. Mistroke
  7944. 0.53472 0.2374 lineto
  7945. 0.53968 0.23788 lineto
  7946. 0.54464 0.2385 lineto
  7947. 0.5496 0.23928 lineto
  7948. 0.55952 0.24135 lineto
  7949. 0.56944 0.24425 lineto
  7950. 0.57937 0.24811 lineto
  7951. 0.58929 0.25307 lineto
  7952. 0.59921 0.25926 lineto
  7953. 0.61905 0.27589 lineto
  7954. 0.63889 0.29909 lineto
  7955. 0.65873 0.32997 lineto
  7956. 0.67857 0.36962 lineto
  7957. 0.69841 0.41914 lineto
  7958. 0.7381 0.55215 lineto
  7959. Mfstroke
  7960. 0.75218 0.61803 moveto
  7961. 0.7381 0.55215 lineto
  7962. stroke
  7963. stroke
  7964. stroke
  7965. stroke
  7966. stroke
  7967. stroke
  7968. stroke
  7969. grestore
  7970. grestore
  7971. % End of Graphics
  7972. MathPictureEnd
  7973. :[font = text; inactive; preserveAspect; ]
  7974. The functions are automatically plotted in different colors.
  7975. Equivalent Form: PlotE[{x^2,x^3},{-3,3}];
  7976. ;[s]
  7977. 3:0,0;78,1;101,2;103,-1;
  7978. 3:1,13,10,Times,0,14,0,0,0;1,10,8,Courier,1,12,0,0,0;1,13,10,Times,0,14,0,0,0;
  7979. :[font = subsubsection; inactive; preserveAspect; ]
  7980. Range Interval
  7981. :[font = input; Cclosed; preserveAspect; startGroup; ]
  7982. PlotE[x^2,x^3,-1,1,-1,1];
  7983. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; endGroup; ]
  7984. %!
  7985. %%Creator: Mathematica
  7986. %%AspectRatio: 0.61803 
  7987. MathPictureStart
  7988. /Courier findfont 10  scalefont  setfont
  7989. % Scaling calculations
  7990. 0.5 0.47619 0.309017 0.294302 [
  7991. [(-1)] 0.02381 0.30902 0 2 Msboxa
  7992. [(-0.5)] 0.2619 0.30902 0 2 Msboxa
  7993. [(0.5)] 0.7381 0.30902 0 2 Msboxa
  7994. [(1)] 0.97619 0.30902 0 2 Msboxa
  7995. [(x)] 1.025 0.30902 -1 0 Msboxa
  7996. [(-1)] 0.4875 0.01472 1 0 Msboxa
  7997. [(-0.5)] 0.4875 0.16187 1 0 Msboxa
  7998. [(0.5)] 0.4875 0.45617 1 0 Msboxa
  7999. [(1)] 0.4875 0.60332 1 0 Msboxa
  8000. [(y)] 0.5 0.61803 0 -4 Msboxa
  8001. [ -0.001 -0.001 0 0 ]
  8002. [ 1.001 0.61903 0 0 ]
  8003. ] MathScale
  8004. % Start of Graphics
  8005. 1 setlinecap
  8006. 1 setlinejoin
  8007. newpath
  8008. %%Object: Graphics
  8009. [ ] 0 setdash
  8010. 0 setgray
  8011. gsave
  8012. gsave
  8013. 0.002 setlinewidth
  8014. 0.02381 0.30902 moveto
  8015. 0.02381 0.31527 lineto
  8016. stroke
  8017. grestore
  8018. [(-1)] 0.02381 0.30902 0 2 Mshowa
  8019. gsave
  8020. 0.002 setlinewidth
  8021. 0.2619 0.30902 moveto
  8022. 0.2619 0.31527 lineto
  8023. stroke
  8024. grestore
  8025. [(-0.5)] 0.2619 0.30902 0 2 Mshowa
  8026. gsave
  8027. 0.002 setlinewidth
  8028. 0.7381 0.30902 moveto
  8029. 0.7381 0.31527 lineto
  8030. stroke
  8031. grestore
  8032. [(0.5)] 0.7381 0.30902 0 2 Mshowa
  8033. gsave
  8034. 0.002 setlinewidth
  8035. 0.97619 0.30902 moveto
  8036. 0.97619 0.31527 lineto
  8037. stroke
  8038. grestore
  8039. [(1)] 0.97619 0.30902 0 2 Mshowa
  8040. gsave
  8041. 0.001 setlinewidth
  8042. 0.07143 0.30902 moveto
  8043. 0.07143 0.31277 lineto
  8044. stroke
  8045. grestore
  8046. gsave
  8047. 0.001 setlinewidth
  8048. 0.11905 0.30902 moveto
  8049. 0.11905 0.31277 lineto
  8050. stroke
  8051. grestore
  8052. gsave
  8053. 0.001 setlinewidth
  8054. 0.16667 0.30902 moveto
  8055. 0.16667 0.31277 lineto
  8056. stroke
  8057. grestore
  8058. gsave
  8059. 0.001 setlinewidth
  8060. 0.21429 0.30902 moveto
  8061. 0.21429 0.31277 lineto
  8062. stroke
  8063. grestore
  8064. gsave
  8065. 0.001 setlinewidth
  8066. 0.30952 0.30902 moveto
  8067. 0.30952 0.31277 lineto
  8068. stroke
  8069. grestore
  8070. gsave
  8071. 0.001 setlinewidth
  8072. 0.35714 0.30902 moveto
  8073. 0.35714 0.31277 lineto
  8074. stroke
  8075. grestore
  8076. gsave
  8077. 0.001 setlinewidth
  8078. 0.40476 0.30902 moveto
  8079. 0.40476 0.31277 lineto
  8080. stroke
  8081. grestore
  8082. gsave
  8083. 0.001 setlinewidth
  8084. 0.45238 0.30902 moveto
  8085. 0.45238 0.31277 lineto
  8086. stroke
  8087. grestore
  8088. gsave
  8089. 0.001 setlinewidth
  8090. 0.54762 0.30902 moveto
  8091. 0.54762 0.31277 lineto
  8092. stroke
  8093. grestore
  8094. gsave
  8095. 0.001 setlinewidth
  8096. 0.59524 0.30902 moveto
  8097. 0.59524 0.31277 lineto
  8098. stroke
  8099. grestore
  8100. gsave
  8101. 0.001 setlinewidth
  8102. 0.64286 0.30902 moveto
  8103. 0.64286 0.31277 lineto
  8104. stroke
  8105. grestore
  8106. gsave
  8107. 0.001 setlinewidth
  8108. 0.69048 0.30902 moveto
  8109. 0.69048 0.31277 lineto
  8110. stroke
  8111. grestore
  8112. gsave
  8113. 0.001 setlinewidth
  8114. 0.78571 0.30902 moveto
  8115. 0.78571 0.31277 lineto
  8116. stroke
  8117. grestore
  8118. gsave
  8119. 0.001 setlinewidth
  8120. 0.83333 0.30902 moveto
  8121. 0.83333 0.31277 lineto
  8122. stroke
  8123. grestore
  8124. gsave
  8125. 0.001 setlinewidth
  8126. 0.88095 0.30902 moveto
  8127. 0.88095 0.31277 lineto
  8128. stroke
  8129. grestore
  8130. gsave
  8131. 0.001 setlinewidth
  8132. 0.92857 0.30902 moveto
  8133. 0.92857 0.31277 lineto
  8134. stroke
  8135. grestore
  8136. [(x)] 1.025 0.30902 -1 0 Mshowa
  8137. gsave
  8138. 0.002 setlinewidth
  8139. 0 0.30902 moveto
  8140. 1 0.30902 lineto
  8141. stroke
  8142. grestore
  8143. gsave
  8144. 0.002 setlinewidth
  8145. 0.5 0.01472 moveto
  8146. 0.50625 0.01472 lineto
  8147. stroke
  8148. grestore
  8149. [(-1)] 0.4875 0.01472 1 0 Mshowa
  8150. gsave
  8151. 0.002 setlinewidth
  8152. 0.5 0.16187 moveto
  8153. 0.50625 0.16187 lineto
  8154. stroke
  8155. grestore
  8156. [(-0.5)] 0.4875 0.16187 1 0 Mshowa
  8157. gsave
  8158. 0.002 setlinewidth
  8159. 0.5 0.45617 moveto
  8160. 0.50625 0.45617 lineto
  8161. stroke
  8162. grestore
  8163. [(0.5)] 0.4875 0.45617 1 0 Mshowa
  8164. gsave
  8165. 0.002 setlinewidth
  8166. 0.5 0.60332 moveto
  8167. 0.50625 0.60332 lineto
  8168. stroke
  8169. grestore
  8170. [(1)] 0.4875 0.60332 1 0 Mshowa
  8171. gsave
  8172. 0.001 setlinewidth
  8173. 0.5 0.04415 moveto
  8174. 0.50375 0.04415 lineto
  8175. stroke
  8176. grestore
  8177. gsave
  8178. 0.001 setlinewidth
  8179. 0.5 0.07358 moveto
  8180. 0.50375 0.07358 lineto
  8181. stroke
  8182. grestore
  8183. gsave
  8184. 0.001 setlinewidth
  8185. 0.5 0.10301 moveto
  8186. 0.50375 0.10301 lineto
  8187. stroke
  8188. grestore
  8189. gsave
  8190. 0.001 setlinewidth
  8191. 0.5 0.13244 moveto
  8192. 0.50375 0.13244 lineto
  8193. stroke
  8194. grestore
  8195. gsave
  8196. 0.001 setlinewidth
  8197. 0.5 0.1913 moveto
  8198. 0.50375 0.1913 lineto
  8199. stroke
  8200. grestore
  8201. gsave
  8202. 0.001 setlinewidth
  8203. 0.5 0.22073 moveto
  8204. 0.50375 0.22073 lineto
  8205. stroke
  8206. grestore
  8207. gsave
  8208. 0.001 setlinewidth
  8209. 0.5 0.25016 moveto
  8210. 0.50375 0.25016 lineto
  8211. stroke
  8212. grestore
  8213. gsave
  8214. 0.001 setlinewidth
  8215. 0.5 0.27959 moveto
  8216. 0.50375 0.27959 lineto
  8217. stroke
  8218. grestore
  8219. gsave
  8220. 0.001 setlinewidth
  8221. 0.5 0.33845 moveto
  8222. 0.50375 0.33845 lineto
  8223. stroke
  8224. grestore
  8225. gsave
  8226. 0.001 setlinewidth
  8227. 0.5 0.36788 moveto
  8228. 0.50375 0.36788 lineto
  8229. stroke
  8230. grestore
  8231. gsave
  8232. 0.001 setlinewidth
  8233. 0.5 0.39731 moveto
  8234. 0.50375 0.39731 lineto
  8235. stroke
  8236. grestore
  8237. gsave
  8238. 0.001 setlinewidth
  8239. 0.5 0.42674 moveto
  8240. 0.50375 0.42674 lineto
  8241. stroke
  8242. grestore
  8243. gsave
  8244. 0.001 setlinewidth
  8245. 0.5 0.4856 moveto
  8246. 0.50375 0.4856 lineto
  8247. stroke
  8248. grestore
  8249. gsave
  8250. 0.001 setlinewidth
  8251. 0.5 0.51503 moveto
  8252. 0.50375 0.51503 lineto
  8253. stroke
  8254. grestore
  8255. gsave
  8256. 0.001 setlinewidth
  8257. 0.5 0.54446 moveto
  8258. 0.50375 0.54446 lineto
  8259. stroke
  8260. grestore
  8261. gsave
  8262. 0.001 setlinewidth
  8263. 0.5 0.57389 moveto
  8264. 0.50375 0.57389 lineto
  8265. stroke
  8266. grestore
  8267. [(y)] 0.5 0.61803 0 -4 Mshowa
  8268. gsave
  8269. 0.002 setlinewidth
  8270. 0.5 0 moveto
  8271. 0.5 0.61803 lineto
  8272. stroke
  8273. grestore
  8274. grestore
  8275. 0 0 moveto
  8276. 1 0 lineto
  8277. 1 0.61803 lineto
  8278. 0 0.61803 lineto
  8279. closepath
  8280. clip
  8281. newpath
  8282. gsave
  8283. gsave
  8284. 0 0 1 setrgbcolor
  8285. [ ] 0 setdash
  8286. 1 Mabswid
  8287. 0.02381 0.60332 moveto
  8288. 0.06349 0.55631 lineto
  8289. 0.10317 0.51339 lineto
  8290. 0.14286 0.47456 lineto
  8291. 0.18254 0.43982 lineto
  8292. 0.22222 0.40916 lineto
  8293. 0.2619 0.38259 lineto
  8294. 0.30159 0.36011 lineto
  8295. 0.34127 0.34172 lineto
  8296. 0.38095 0.32741 lineto
  8297. 0.40079 0.32179 lineto
  8298. 0.42063 0.31719 lineto
  8299. 0.44048 0.31362 lineto
  8300. 0.4504 0.31221 lineto
  8301. 0.46032 0.31106 lineto
  8302. 0.47024 0.31017 lineto
  8303. 0.4752 0.30982 lineto
  8304. 0.48016 0.30953 lineto
  8305. 0.48512 0.3093 lineto
  8306. 0.4876 0.30922 lineto
  8307. 0.49008 0.30914 lineto
  8308. 0.49256 0.30909 lineto
  8309. 0.4938 0.30907 lineto
  8310. 0.49504 0.30905 lineto
  8311. 0.49628 0.30903 lineto
  8312. 0.49752 0.30902 lineto
  8313. 0.49876 0.30902 lineto
  8314. 0.5 0.30902 lineto
  8315. 0.50124 0.30902 lineto
  8316. 0.50248 0.30902 lineto
  8317. 0.50372 0.30903 lineto
  8318. 0.50496 0.30905 lineto
  8319. 0.5062 0.30907 lineto
  8320. 0.50744 0.30909 lineto
  8321. 0.50992 0.30914 lineto
  8322. 0.5124 0.30922 lineto
  8323. 0.51488 0.3093 lineto
  8324. 0.51984 0.30953 lineto
  8325. 0.5248 0.30982 lineto
  8326. 0.52976 0.31017 lineto
  8327. 0.53968 0.31106 lineto
  8328. 0.5496 0.31221 lineto
  8329. 0.55952 0.31362 lineto
  8330. 0.57937 0.31719 lineto
  8331. 0.59921 0.32179 lineto
  8332. 0.61905 0.32741 lineto
  8333. 0.65873 0.34172 lineto
  8334. 0.69841 0.36011 lineto
  8335. 0.7381 0.38259 lineto
  8336. 0.77778 0.40916 lineto
  8337. Mistroke
  8338. 0.81746 0.43982 lineto
  8339. 0.85714 0.47456 lineto
  8340. 0.89683 0.51339 lineto
  8341. 0.93651 0.55631 lineto
  8342. 0.97619 0.60332 lineto
  8343. Mfstroke
  8344. grestore
  8345. gsave
  8346. 1 0 0 setrgbcolor
  8347. [ ] 0 setdash
  8348. 1 Mabswid
  8349. 0.02381 0.01472 moveto
  8350. 0.06349 0.08233 lineto
  8351. 0.10317 0.1387 lineto
  8352. 0.14286 0.18486 lineto
  8353. 0.18254 0.22182 lineto
  8354. 0.22222 0.2506 lineto
  8355. 0.2619 0.27223 lineto
  8356. 0.28175 0.28068 lineto
  8357. 0.30159 0.28773 lineto
  8358. 0.32143 0.2935 lineto
  8359. 0.34127 0.29812 lineto
  8360. 0.36111 0.30171 lineto
  8361. 0.38095 0.30442 lineto
  8362. 0.39087 0.30548 lineto
  8363. 0.40079 0.30636 lineto
  8364. 0.41071 0.30708 lineto
  8365. 0.42063 0.30765 lineto
  8366. 0.43056 0.3081 lineto
  8367. 0.44048 0.30844 lineto
  8368. 0.44544 0.30857 lineto
  8369. 0.4504 0.30868 lineto
  8370. 0.45536 0.30877 lineto
  8371. 0.46032 0.30885 lineto
  8372. 0.46528 0.3089 lineto
  8373. 0.47024 0.30895 lineto
  8374. 0.47272 0.30896 lineto
  8375. 0.4752 0.30898 lineto
  8376. 0.47768 0.30899 lineto
  8377. 0.48016 0.309 lineto
  8378. 0.48264 0.309 lineto
  8379. 0.48512 0.30901 lineto
  8380. 0.48636 0.30901 lineto
  8381. 0.4876 0.30901 lineto
  8382. 0.48884 0.30901 lineto
  8383. 0.49008 0.30901 lineto
  8384. 0.49132 0.30902 lineto
  8385. 0.49256 0.30902 lineto
  8386. 0.4938 0.30902 lineto
  8387. 0.49504 0.30902 lineto
  8388. 0.5 0.30902 lineto
  8389. 0.50124 0.30902 lineto
  8390. 0.50248 0.30902 lineto
  8391. 0.50372 0.30902 lineto
  8392. 0.50496 0.30902 lineto
  8393. 0.5062 0.30902 lineto
  8394. 0.50744 0.30902 lineto
  8395. 0.50868 0.30902 lineto
  8396. 0.50992 0.30902 lineto
  8397. 0.5124 0.30902 lineto
  8398. 0.51364 0.30902 lineto
  8399. Mistroke
  8400. 0.51488 0.30903 lineto
  8401. 0.51736 0.30903 lineto
  8402. 0.51984 0.30904 lineto
  8403. 0.52232 0.30905 lineto
  8404. 0.5248 0.30906 lineto
  8405. 0.52976 0.30909 lineto
  8406. 0.53472 0.30913 lineto
  8407. 0.53968 0.30919 lineto
  8408. 0.54464 0.30926 lineto
  8409. 0.5496 0.30935 lineto
  8410. 0.55952 0.30959 lineto
  8411. 0.56944 0.30993 lineto
  8412. 0.57937 0.31038 lineto
  8413. 0.58929 0.31096 lineto
  8414. 0.59921 0.31168 lineto
  8415. 0.61905 0.31362 lineto
  8416. 0.63889 0.31632 lineto
  8417. 0.65873 0.31992 lineto
  8418. 0.67857 0.32454 lineto
  8419. 0.69841 0.33031 lineto
  8420. 0.7381 0.3458 lineto
  8421. 0.77778 0.36743 lineto
  8422. 0.81746 0.39622 lineto
  8423. 0.85714 0.43318 lineto
  8424. 0.89683 0.47933 lineto
  8425. 0.93651 0.5357 lineto
  8426. 0.97619 0.60332 lineto
  8427. Mfstroke
  8428. grestore
  8429. grestore
  8430. % End of Graphics
  8431. MathPictureEnd
  8432. :[font = text; inactive; preserveAspect; ]
  8433. Equivalent Forms: PlotE[x^2,x^3,{-1,1},{-1,1}];
  8434. PlotE[x^2,x^3,{x,-1,1},{y,-1,1}];
  8435. ;[s]
  8436. 2:0,0;18,1;81,-1;
  8437. 2:1,13,10,Times,0,14,0,0,0;1,10,8,Courier,1,12,0,0,0;
  8438. :[font = subsubsection; inactive; preserveAspect; ]
  8439. SameScale
  8440. :[font = text; inactive; preserveAspect; ]
  8441. SameScale guarantees the same scale on the x- and y-axes for true proportions.
  8442. SameScale is equivalent to ScaleRatio->1. 
  8443. :[font = input; Cclosed; preserveAspect; startGroup; ]
  8444. PlotE[x^2,x^3,x^4,{-1,1},{-1,1},SameScale];
  8445. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 266; pictureHeight = 266; endGroup; ]
  8446. %!
  8447. %%Creator: Mathematica
  8448. %%AspectRatio: 1 
  8449. MathPictureStart
  8450. /Courier findfont 10  scalefont  setfont
  8451. % Scaling calculations
  8452. 0.5 0.47619 0.5 0.47619 [
  8453. [(-1)] 0.02381 0.5 0 2 Msboxa
  8454. [(-0.5)] 0.2619 0.5 0 2 Msboxa
  8455. [(0.5)] 0.7381 0.5 0 2 Msboxa
  8456. [(1)] 0.97619 0.5 0 2 Msboxa
  8457. [(x)] 1.025 0.5 -1 0 Msboxa
  8458. [(-1)] 0.4875 0.02381 1 0 Msboxa
  8459. [(-0.5)] 0.4875 0.2619 1 0 Msboxa
  8460. [(0.5)] 0.4875 0.7381 1 0 Msboxa
  8461. [(1)] 0.4875 0.97619 1 0 Msboxa
  8462. [(y)] 0.5 1 0 -4 Msboxa
  8463. [ -0.001 -0.001 0 0 ]
  8464. [ 1.001 1.001 0 0 ]
  8465. ] MathScale
  8466. % Start of Graphics
  8467. 1 setlinecap
  8468. 1 setlinejoin
  8469. newpath
  8470. %%Object: Graphics
  8471. [ ] 0 setdash
  8472. 0 setgray
  8473. gsave
  8474. gsave
  8475. 0.002 setlinewidth
  8476. 0.02381 0.5 moveto
  8477. 0.02381 0.50625 lineto
  8478. stroke
  8479. grestore
  8480. [(-1)] 0.02381 0.5 0 2 Mshowa
  8481. gsave
  8482. 0.002 setlinewidth
  8483. 0.2619 0.5 moveto
  8484. 0.2619 0.50625 lineto
  8485. stroke
  8486. grestore
  8487. [(-0.5)] 0.2619 0.5 0 2 Mshowa
  8488. gsave
  8489. 0.002 setlinewidth
  8490. 0.7381 0.5 moveto
  8491. 0.7381 0.50625 lineto
  8492. stroke
  8493. grestore
  8494. [(0.5)] 0.7381 0.5 0 2 Mshowa
  8495. gsave
  8496. 0.002 setlinewidth
  8497. 0.97619 0.5 moveto
  8498. 0.97619 0.50625 lineto
  8499. stroke
  8500. grestore
  8501. [(1)] 0.97619 0.5 0 2 Mshowa
  8502. gsave
  8503. 0.001 setlinewidth
  8504. 0.07143 0.5 moveto
  8505. 0.07143 0.50375 lineto
  8506. stroke
  8507. grestore
  8508. gsave
  8509. 0.001 setlinewidth
  8510. 0.11905 0.5 moveto
  8511. 0.11905 0.50375 lineto
  8512. stroke
  8513. grestore
  8514. gsave
  8515. 0.001 setlinewidth
  8516. 0.16667 0.5 moveto
  8517. 0.16667 0.50375 lineto
  8518. stroke
  8519. grestore
  8520. gsave
  8521. 0.001 setlinewidth
  8522. 0.21429 0.5 moveto
  8523. 0.21429 0.50375 lineto
  8524. stroke
  8525. grestore
  8526. gsave
  8527. 0.001 setlinewidth
  8528. 0.30952 0.5 moveto
  8529. 0.30952 0.50375 lineto
  8530. stroke
  8531. grestore
  8532. gsave
  8533. 0.001 setlinewidth
  8534. 0.35714 0.5 moveto
  8535. 0.35714 0.50375 lineto
  8536. stroke
  8537. grestore
  8538. gsave
  8539. 0.001 setlinewidth
  8540. 0.40476 0.5 moveto
  8541. 0.40476 0.50375 lineto
  8542. stroke
  8543. grestore
  8544. gsave
  8545. 0.001 setlinewidth
  8546. 0.45238 0.5 moveto
  8547. 0.45238 0.50375 lineto
  8548. stroke
  8549. grestore
  8550. gsave
  8551. 0.001 setlinewidth
  8552. 0.54762 0.5 moveto
  8553. 0.54762 0.50375 lineto
  8554. stroke
  8555. grestore
  8556. gsave
  8557. 0.001 setlinewidth
  8558. 0.59524 0.5 moveto
  8559. 0.59524 0.50375 lineto
  8560. stroke
  8561. grestore
  8562. gsave
  8563. 0.001 setlinewidth
  8564. 0.64286 0.5 moveto
  8565. 0.64286 0.50375 lineto
  8566. stroke
  8567. grestore
  8568. gsave
  8569. 0.001 setlinewidth
  8570. 0.69048 0.5 moveto
  8571. 0.69048 0.50375 lineto
  8572. stroke
  8573. grestore
  8574. gsave
  8575. 0.001 setlinewidth
  8576. 0.78571 0.5 moveto
  8577. 0.78571 0.50375 lineto
  8578. stroke
  8579. grestore
  8580. gsave
  8581. 0.001 setlinewidth
  8582. 0.83333 0.5 moveto
  8583. 0.83333 0.50375 lineto
  8584. stroke
  8585. grestore
  8586. gsave
  8587. 0.001 setlinewidth
  8588. 0.88095 0.5 moveto
  8589. 0.88095 0.50375 lineto
  8590. stroke
  8591. grestore
  8592. gsave
  8593. 0.001 setlinewidth
  8594. 0.92857 0.5 moveto
  8595. 0.92857 0.50375 lineto
  8596. stroke
  8597. grestore
  8598. [(x)] 1.025 0.5 -1 0 Mshowa
  8599. gsave
  8600. 0.002 setlinewidth
  8601. 0 0.5 moveto
  8602. 1 0.5 lineto
  8603. stroke
  8604. grestore
  8605. gsave
  8606. 0.002 setlinewidth
  8607. 0.5 0.02381 moveto
  8608. 0.50625 0.02381 lineto
  8609. stroke
  8610. grestore
  8611. [(-1)] 0.4875 0.02381 1 0 Mshowa
  8612. gsave
  8613. 0.002 setlinewidth
  8614. 0.5 0.2619 moveto
  8615. 0.50625 0.2619 lineto
  8616. stroke
  8617. grestore
  8618. [(-0.5)] 0.4875 0.2619 1 0 Mshowa
  8619. gsave
  8620. 0.002 setlinewidth
  8621. 0.5 0.7381 moveto
  8622. 0.50625 0.7381 lineto
  8623. stroke
  8624. grestore
  8625. [(0.5)] 0.4875 0.7381 1 0 Mshowa
  8626. gsave
  8627. 0.002 setlinewidth
  8628. 0.5 0.97619 moveto
  8629. 0.50625 0.97619 lineto
  8630. stroke
  8631. grestore
  8632. [(1)] 0.4875 0.97619 1 0 Mshowa
  8633. gsave
  8634. 0.001 setlinewidth
  8635. 0.5 0.07143 moveto
  8636. 0.50375 0.07143 lineto
  8637. stroke
  8638. grestore
  8639. gsave
  8640. 0.001 setlinewidth
  8641. 0.5 0.11905 moveto
  8642. 0.50375 0.11905 lineto
  8643. stroke
  8644. grestore
  8645. gsave
  8646. 0.001 setlinewidth
  8647. 0.5 0.16667 moveto
  8648. 0.50375 0.16667 lineto
  8649. stroke
  8650. grestore
  8651. gsave
  8652. 0.001 setlinewidth
  8653. 0.5 0.21429 moveto
  8654. 0.50375 0.21429 lineto
  8655. stroke
  8656. grestore
  8657. gsave
  8658. 0.001 setlinewidth
  8659. 0.5 0.30952 moveto
  8660. 0.50375 0.30952 lineto
  8661. stroke
  8662. grestore
  8663. gsave
  8664. 0.001 setlinewidth
  8665. 0.5 0.35714 moveto
  8666. 0.50375 0.35714 lineto
  8667. stroke
  8668. grestore
  8669. gsave
  8670. 0.001 setlinewidth
  8671. 0.5 0.40476 moveto
  8672. 0.50375 0.40476 lineto
  8673. stroke
  8674. grestore
  8675. gsave
  8676. 0.001 setlinewidth
  8677. 0.5 0.45238 moveto
  8678. 0.50375 0.45238 lineto
  8679. stroke
  8680. grestore
  8681. gsave
  8682. 0.001 setlinewidth
  8683. 0.5 0.54762 moveto
  8684. 0.50375 0.54762 lineto
  8685. stroke
  8686. grestore
  8687. gsave
  8688. 0.001 setlinewidth
  8689. 0.5 0.59524 moveto
  8690. 0.50375 0.59524 lineto
  8691. stroke
  8692. grestore
  8693. gsave
  8694. 0.001 setlinewidth
  8695. 0.5 0.64286 moveto
  8696. 0.50375 0.64286 lineto
  8697. stroke
  8698. grestore
  8699. gsave
  8700. 0.001 setlinewidth
  8701. 0.5 0.69048 moveto
  8702. 0.50375 0.69048 lineto
  8703. stroke
  8704. grestore
  8705. gsave
  8706. 0.001 setlinewidth
  8707. 0.5 0.78571 moveto
  8708. 0.50375 0.78571 lineto
  8709. stroke
  8710. grestore
  8711. gsave
  8712. 0.001 setlinewidth
  8713. 0.5 0.83333 moveto
  8714. 0.50375 0.83333 lineto
  8715. stroke
  8716. grestore
  8717. gsave
  8718. 0.001 setlinewidth
  8719. 0.5 0.88095 moveto
  8720. 0.50375 0.88095 lineto
  8721. stroke
  8722. grestore
  8723. gsave
  8724. 0.001 setlinewidth
  8725. 0.5 0.92857 moveto
  8726. 0.50375 0.92857 lineto
  8727. stroke
  8728. grestore
  8729. [(y)] 0.5 1 0 -4 Mshowa
  8730. gsave
  8731. 0.002 setlinewidth
  8732. 0.5 0 moveto
  8733. 0.5 1 lineto
  8734. stroke
  8735. grestore
  8736. grestore
  8737. 0 0 moveto
  8738. 1 0 lineto
  8739. 1 1 lineto
  8740. 0 1 lineto
  8741. closepath
  8742. clip
  8743. newpath
  8744. gsave
  8745. gsave
  8746. 0 0 1 setrgbcolor
  8747. [ ] 0 setdash
  8748. 1 Mabswid
  8749. 0.02381 0.97619 moveto
  8750. 0.06349 0.90013 lineto
  8751. 0.10317 0.83069 lineto
  8752. 0.14286 0.76786 lineto
  8753. 0.18254 0.71164 lineto
  8754. 0.22222 0.66204 lineto
  8755. 0.2619 0.61905 lineto
  8756. 0.30159 0.58267 lineto
  8757. 0.34127 0.55291 lineto
  8758. 0.38095 0.52976 lineto
  8759. 0.40079 0.52067 lineto
  8760. 0.42063 0.51323 lineto
  8761. 0.44048 0.50744 lineto
  8762. 0.4504 0.50517 lineto
  8763. 0.46032 0.50331 lineto
  8764. 0.47024 0.50186 lineto
  8765. 0.4752 0.50129 lineto
  8766. 0.48016 0.50083 lineto
  8767. 0.48512 0.50047 lineto
  8768. 0.4876 0.50032 lineto
  8769. 0.49008 0.50021 lineto
  8770. 0.49256 0.50012 lineto
  8771. 0.4938 0.50008 lineto
  8772. 0.49504 0.50005 lineto
  8773. 0.49628 0.50003 lineto
  8774. 0.49752 0.50001 lineto
  8775. 0.49876 0.5 lineto
  8776. 0.5 0.5 lineto
  8777. 0.50124 0.5 lineto
  8778. 0.50248 0.50001 lineto
  8779. 0.50372 0.50003 lineto
  8780. 0.50496 0.50005 lineto
  8781. 0.5062 0.50008 lineto
  8782. 0.50744 0.50012 lineto
  8783. 0.50992 0.50021 lineto
  8784. 0.5124 0.50032 lineto
  8785. 0.51488 0.50047 lineto
  8786. 0.51984 0.50083 lineto
  8787. 0.5248 0.50129 lineto
  8788. 0.52976 0.50186 lineto
  8789. 0.53968 0.50331 lineto
  8790. 0.5496 0.50517 lineto
  8791. 0.55952 0.50744 lineto
  8792. 0.57937 0.51323 lineto
  8793. 0.59921 0.52067 lineto
  8794. 0.61905 0.52976 lineto
  8795. 0.65873 0.55291 lineto
  8796. 0.69841 0.58267 lineto
  8797. 0.7381 0.61905 lineto
  8798. 0.77778 0.66204 lineto
  8799. Mistroke
  8800. 0.81746 0.71164 lineto
  8801. 0.85714 0.76786 lineto
  8802. 0.89683 0.83069 lineto
  8803. 0.93651 0.90013 lineto
  8804. 0.97619 0.97619 lineto
  8805. Mfstroke
  8806. grestore
  8807. gsave
  8808. 1 0 0 setrgbcolor
  8809. [ ] 0 setdash
  8810. 1 Mabswid
  8811. 0.02381 0.02381 moveto
  8812. 0.06349 0.13321 lineto
  8813. 0.10317 0.22443 lineto
  8814. 0.14286 0.29911 lineto
  8815. 0.18254 0.35891 lineto
  8816. 0.22222 0.40548 lineto
  8817. 0.2619 0.44048 lineto
  8818. 0.28175 0.45415 lineto
  8819. 0.30159 0.46555 lineto
  8820. 0.32143 0.47489 lineto
  8821. 0.34127 0.48236 lineto
  8822. 0.36111 0.48818 lineto
  8823. 0.38095 0.49256 lineto
  8824. 0.39087 0.49427 lineto
  8825. 0.40079 0.49569 lineto
  8826. 0.41071 0.49686 lineto
  8827. 0.42063 0.4978 lineto
  8828. 0.43056 0.49852 lineto
  8829. 0.44048 0.49907 lineto
  8830. 0.44544 0.49928 lineto
  8831. 0.4504 0.49946 lineto
  8832. 0.45536 0.49961 lineto
  8833. 0.46032 0.49972 lineto
  8834. 0.46528 0.49982 lineto
  8835. 0.47024 0.49988 lineto
  8836. 0.47272 0.49991 lineto
  8837. 0.4752 0.49993 lineto
  8838. 0.47768 0.49995 lineto
  8839. 0.48016 0.49997 lineto
  8840. 0.48264 0.49998 lineto
  8841. 0.48512 0.49999 lineto
  8842. 0.48636 0.49999 lineto
  8843. 0.4876 0.49999 lineto
  8844. 0.48884 0.49999 lineto
  8845. 0.49008 0.5 lineto
  8846. 0.49132 0.5 lineto
  8847. 0.49256 0.5 lineto
  8848. 0.4938 0.5 lineto
  8849. 0.49504 0.5 lineto
  8850. 0.5 0.5 lineto
  8851. 0.50124 0.5 lineto
  8852. 0.50248 0.5 lineto
  8853. 0.50372 0.5 lineto
  8854. 0.50496 0.5 lineto
  8855. 0.5062 0.5 lineto
  8856. 0.50744 0.5 lineto
  8857. 0.50868 0.5 lineto
  8858. 0.50992 0.5 lineto
  8859. 0.5124 0.50001 lineto
  8860. 0.51364 0.50001 lineto
  8861. Mistroke
  8862. 0.51488 0.50001 lineto
  8863. 0.51736 0.50002 lineto
  8864. 0.51984 0.50003 lineto
  8865. 0.52232 0.50005 lineto
  8866. 0.5248 0.50007 lineto
  8867. 0.52976 0.50012 lineto
  8868. 0.53472 0.50018 lineto
  8869. 0.53968 0.50028 lineto
  8870. 0.54464 0.50039 lineto
  8871. 0.5496 0.50054 lineto
  8872. 0.55952 0.50093 lineto
  8873. 0.56944 0.50148 lineto
  8874. 0.57937 0.5022 lineto
  8875. 0.58929 0.50314 lineto
  8876. 0.59921 0.50431 lineto
  8877. 0.61905 0.50744 lineto
  8878. 0.63889 0.51182 lineto
  8879. 0.65873 0.51764 lineto
  8880. 0.67857 0.52511 lineto
  8881. 0.69841 0.53445 lineto
  8882. 0.7381 0.55952 lineto
  8883. 0.77778 0.59452 lineto
  8884. 0.81746 0.64109 lineto
  8885. 0.85714 0.70089 lineto
  8886. 0.89683 0.77557 lineto
  8887. 0.93651 0.86679 lineto
  8888. 0.97619 0.97619 lineto
  8889. Mfstroke
  8890. grestore
  8891. gsave
  8892. 0 1 0 setrgbcolor
  8893. [ ] 0 setdash
  8894. 1 Mabswid
  8895. 0.02381 0.97619 moveto
  8896. 0.06349 0.83622 lineto
  8897. 0.10317 0.72964 lineto
  8898. 0.14286 0.65067 lineto
  8899. 0.18254 0.59406 lineto
  8900. 0.20238 0.57266 lineto
  8901. 0.22222 0.55514 lineto
  8902. 0.24206 0.54099 lineto
  8903. 0.2619 0.52976 lineto
  8904. 0.28175 0.52101 lineto
  8905. 0.30159 0.51435 lineto
  8906. 0.32143 0.50942 lineto
  8907. 0.33135 0.50749 lineto
  8908. 0.34127 0.50588 lineto
  8909. 0.36111 0.50345 lineto
  8910. 0.37103 0.50256 lineto
  8911. 0.38095 0.50186 lineto
  8912. 0.39087 0.50131 lineto
  8913. 0.40079 0.5009 lineto
  8914. 0.41071 0.50059 lineto
  8915. 0.41567 0.50047 lineto
  8916. 0.42063 0.50037 lineto
  8917. 0.4256 0.50028 lineto
  8918. 0.43056 0.50022 lineto
  8919. 0.43552 0.50016 lineto
  8920. 0.44048 0.50012 lineto
  8921. 0.44544 0.50008 lineto
  8922. 0.4504 0.50006 lineto
  8923. 0.45536 0.50004 lineto
  8924. 0.45784 0.50003 lineto
  8925. 0.46032 0.50002 lineto
  8926. 0.4628 0.50002 lineto
  8927. 0.46528 0.50001 lineto
  8928. 0.46776 0.50001 lineto
  8929. 0.47024 0.50001 lineto
  8930. 0.47272 0.50001 lineto
  8931. 0.4752 0.5 lineto
  8932. 0.47768 0.5 lineto
  8933. 0.47892 0.5 lineto
  8934. 0.48016 0.5 lineto
  8935. 0.4814 0.5 lineto
  8936. 0.48264 0.5 lineto
  8937. 0.48388 0.5 lineto
  8938. 0.48512 0.5 lineto
  8939. 0.48636 0.5 lineto
  8940. 0.4876 0.5 lineto
  8941. 0.48884 0.5 lineto
  8942. 0.49008 0.5 lineto
  8943. 0.49132 0.5 lineto
  8944. 0.49256 0.5 lineto
  8945. Mistroke
  8946. 0.4938 0.5 lineto
  8947. 0.49504 0.5 lineto
  8948. 0.49628 0.5 lineto
  8949. 0.49752 0.5 lineto
  8950. 0.49876 0.5 lineto
  8951. 0.5 0.5 lineto
  8952. 0.50124 0.5 lineto
  8953. 0.50248 0.5 lineto
  8954. 0.50372 0.5 lineto
  8955. 0.50496 0.5 lineto
  8956. 0.5062 0.5 lineto
  8957. 0.50744 0.5 lineto
  8958. 0.50868 0.5 lineto
  8959. 0.50992 0.5 lineto
  8960. 0.51116 0.5 lineto
  8961. 0.5124 0.5 lineto
  8962. 0.51364 0.5 lineto
  8963. 0.51488 0.5 lineto
  8964. 0.51736 0.5 lineto
  8965. 0.5186 0.5 lineto
  8966. 0.51984 0.5 lineto
  8967. 0.52232 0.5 lineto
  8968. 0.5248 0.5 lineto
  8969. 0.52728 0.50001 lineto
  8970. 0.52976 0.50001 lineto
  8971. 0.53224 0.50001 lineto
  8972. 0.53472 0.50001 lineto
  8973. 0.5372 0.50002 lineto
  8974. 0.53968 0.50002 lineto
  8975. 0.54464 0.50004 lineto
  8976. 0.5496 0.50006 lineto
  8977. 0.55456 0.50008 lineto
  8978. 0.55952 0.50012 lineto
  8979. 0.56448 0.50016 lineto
  8980. 0.56944 0.50022 lineto
  8981. 0.5744 0.50028 lineto
  8982. 0.57937 0.50037 lineto
  8983. 0.58929 0.50059 lineto
  8984. 0.59921 0.5009 lineto
  8985. 0.60913 0.50131 lineto
  8986. 0.61905 0.50186 lineto
  8987. 0.62897 0.50256 lineto
  8988. 0.63889 0.50345 lineto
  8989. 0.64881 0.50454 lineto
  8990. 0.65873 0.50588 lineto
  8991. 0.67857 0.50942 lineto
  8992. 0.69841 0.51435 lineto
  8993. 0.71825 0.52101 lineto
  8994. 0.7381 0.52976 lineto
  8995. 0.75794 0.54099 lineto
  8996. Mistroke
  8997. 0.77778 0.55514 lineto
  8998. 0.81746 0.59406 lineto
  8999. 0.8373 0.61988 lineto
  9000. 0.85714 0.65067 lineto
  9001. 0.89683 0.72964 lineto
  9002. 0.93651 0.83622 lineto
  9003. 0.97619 0.97619 lineto
  9004. Mfstroke
  9005. grestore
  9006. grestore
  9007. % End of Graphics
  9008. MathPictureEnd
  9009. :[font = subsubsection; inactive; preserveAspect; ]
  9010. All
  9011. :[font = text; inactive; preserveAspect; ]
  9012. All is equivalent to PlotRange->All
  9013. ;[s]
  9014. 3:0,0;3,1;21,2;35,-1;
  9015. 3:1,10,8,Courier,1,12,0,0,0;1,13,10,Times,0,14,0,0,0;1,10,8,Courier,1,12,0,0,0;
  9016. :[font = input; Cclosed; preserveAspect; startGroup; ]
  9017. PlotE[x^2,x^3,x^4,{-3,3},All];
  9018. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; endGroup; ]
  9019. %!
  9020. %%Creator: Mathematica
  9021. %%AspectRatio: 0.61803 
  9022. MathPictureStart
  9023. /Courier findfont 10  scalefont  setfont
  9024. % Scaling calculations
  9025. 0.5 0.15873 0.161866 0.00545 [
  9026. [(-3)] 0.02381 0.16187 0 2 Msboxa
  9027. [(-2)] 0.18254 0.16187 0 2 Msboxa
  9028. [(-1)] 0.34127 0.16187 0 2 Msboxa
  9029. [(1)] 0.65873 0.16187 0 2 Msboxa
  9030. [(2)] 0.81746 0.16187 0 2 Msboxa
  9031. [(3)] 0.97619 0.16187 0 2 Msboxa
  9032. [(x)] 1.025 0.16187 -1 0 Msboxa
  9033. [(-20)] 0.4875 0.05287 1 0 Msboxa
  9034. [(20)] 0.4875 0.27087 1 0 Msboxa
  9035. [(40)] 0.4875 0.37987 1 0 Msboxa
  9036. [(60)] 0.4875 0.48887 1 0 Msboxa
  9037. [(80)] 0.4875 0.59787 1 0 Msboxa
  9038. [(y)] 0.5 0.61803 0 -4 Msboxa
  9039. [ -0.001 -0.001 0 0 ]
  9040. [ 1.001 0.61903 0 0 ]
  9041. ] MathScale
  9042. % Start of Graphics
  9043. 1 setlinecap
  9044. 1 setlinejoin
  9045. newpath
  9046. %%Object: Graphics
  9047. [ ] 0 setdash
  9048. 0 setgray
  9049. gsave
  9050. gsave
  9051. 0.002 setlinewidth
  9052. 0.02381 0.16187 moveto
  9053. 0.02381 0.16812 lineto
  9054. stroke
  9055. grestore
  9056. [(-3)] 0.02381 0.16187 0 2 Mshowa
  9057. gsave
  9058. 0.002 setlinewidth
  9059. 0.18254 0.16187 moveto
  9060. 0.18254 0.16812 lineto
  9061. stroke
  9062. grestore
  9063. [(-2)] 0.18254 0.16187 0 2 Mshowa
  9064. gsave
  9065. 0.002 setlinewidth
  9066. 0.34127 0.16187 moveto
  9067. 0.34127 0.16812 lineto
  9068. stroke
  9069. grestore
  9070. [(-1)] 0.34127 0.16187 0 2 Mshowa
  9071. gsave
  9072. 0.002 setlinewidth
  9073. 0.65873 0.16187 moveto
  9074. 0.65873 0.16812 lineto
  9075. stroke
  9076. grestore
  9077. [(1)] 0.65873 0.16187 0 2 Mshowa
  9078. gsave
  9079. 0.002 setlinewidth
  9080. 0.81746 0.16187 moveto
  9081. 0.81746 0.16812 lineto
  9082. stroke
  9083. grestore
  9084. [(2)] 0.81746 0.16187 0 2 Mshowa
  9085. gsave
  9086. 0.002 setlinewidth
  9087. 0.97619 0.16187 moveto
  9088. 0.97619 0.16812 lineto
  9089. stroke
  9090. grestore
  9091. [(3)] 0.97619 0.16187 0 2 Mshowa
  9092. gsave
  9093. 0.001 setlinewidth
  9094. 0.05556 0.16187 moveto
  9095. 0.05556 0.16562 lineto
  9096. stroke
  9097. grestore
  9098. gsave
  9099. 0.001 setlinewidth
  9100. 0.0873 0.16187 moveto
  9101. 0.0873 0.16562 lineto
  9102. stroke
  9103. grestore
  9104. gsave
  9105. 0.001 setlinewidth
  9106. 0.11905 0.16187 moveto
  9107. 0.11905 0.16562 lineto
  9108. stroke
  9109. grestore
  9110. gsave
  9111. 0.001 setlinewidth
  9112. 0.15079 0.16187 moveto
  9113. 0.15079 0.16562 lineto
  9114. stroke
  9115. grestore
  9116. gsave
  9117. 0.001 setlinewidth
  9118. 0.21429 0.16187 moveto
  9119. 0.21429 0.16562 lineto
  9120. stroke
  9121. grestore
  9122. gsave
  9123. 0.001 setlinewidth
  9124. 0.24603 0.16187 moveto
  9125. 0.24603 0.16562 lineto
  9126. stroke
  9127. grestore
  9128. gsave
  9129. 0.001 setlinewidth
  9130. 0.27778 0.16187 moveto
  9131. 0.27778 0.16562 lineto
  9132. stroke
  9133. grestore
  9134. gsave
  9135. 0.001 setlinewidth
  9136. 0.30952 0.16187 moveto
  9137. 0.30952 0.16562 lineto
  9138. stroke
  9139. grestore
  9140. gsave
  9141. 0.001 setlinewidth
  9142. 0.37302 0.16187 moveto
  9143. 0.37302 0.16562 lineto
  9144. stroke
  9145. grestore
  9146. gsave
  9147. 0.001 setlinewidth
  9148. 0.40476 0.16187 moveto
  9149. 0.40476 0.16562 lineto
  9150. stroke
  9151. grestore
  9152. gsave
  9153. 0.001 setlinewidth
  9154. 0.43651 0.16187 moveto
  9155. 0.43651 0.16562 lineto
  9156. stroke
  9157. grestore
  9158. gsave
  9159. 0.001 setlinewidth
  9160. 0.46825 0.16187 moveto
  9161. 0.46825 0.16562 lineto
  9162. stroke
  9163. grestore
  9164. gsave
  9165. 0.001 setlinewidth
  9166. 0.53175 0.16187 moveto
  9167. 0.53175 0.16562 lineto
  9168. stroke
  9169. grestore
  9170. gsave
  9171. 0.001 setlinewidth
  9172. 0.56349 0.16187 moveto
  9173. 0.56349 0.16562 lineto
  9174. stroke
  9175. grestore
  9176. gsave
  9177. 0.001 setlinewidth
  9178. 0.59524 0.16187 moveto
  9179. 0.59524 0.16562 lineto
  9180. stroke
  9181. grestore
  9182. gsave
  9183. 0.001 setlinewidth
  9184. 0.62698 0.16187 moveto
  9185. 0.62698 0.16562 lineto
  9186. stroke
  9187. grestore
  9188. gsave
  9189. 0.001 setlinewidth
  9190. 0.69048 0.16187 moveto
  9191. 0.69048 0.16562 lineto
  9192. stroke
  9193. grestore
  9194. gsave
  9195. 0.001 setlinewidth
  9196. 0.72222 0.16187 moveto
  9197. 0.72222 0.16562 lineto
  9198. stroke
  9199. grestore
  9200. gsave
  9201. 0.001 setlinewidth
  9202. 0.75397 0.16187 moveto
  9203. 0.75397 0.16562 lineto
  9204. stroke
  9205. grestore
  9206. gsave
  9207. 0.001 setlinewidth
  9208. 0.78571 0.16187 moveto
  9209. 0.78571 0.16562 lineto
  9210. stroke
  9211. grestore
  9212. gsave
  9213. 0.001 setlinewidth
  9214. 0.84921 0.16187 moveto
  9215. 0.84921 0.16562 lineto
  9216. stroke
  9217. grestore
  9218. gsave
  9219. 0.001 setlinewidth
  9220. 0.88095 0.16187 moveto
  9221. 0.88095 0.16562 lineto
  9222. stroke
  9223. grestore
  9224. gsave
  9225. 0.001 setlinewidth
  9226. 0.9127 0.16187 moveto
  9227. 0.9127 0.16562 lineto
  9228. stroke
  9229. grestore
  9230. gsave
  9231. 0.001 setlinewidth
  9232. 0.94444 0.16187 moveto
  9233. 0.94444 0.16562 lineto
  9234. stroke
  9235. grestore
  9236. [(x)] 1.025 0.16187 -1 0 Mshowa
  9237. gsave
  9238. 0.002 setlinewidth
  9239. 0 0.16187 moveto
  9240. 1 0.16187 lineto
  9241. stroke
  9242. grestore
  9243. gsave
  9244. 0.002 setlinewidth
  9245. 0.5 0.05287 moveto
  9246. 0.50625 0.05287 lineto
  9247. stroke
  9248. grestore
  9249. [(-20)] 0.4875 0.05287 1 0 Mshowa
  9250. gsave
  9251. 0.002 setlinewidth
  9252. 0.5 0.27087 moveto
  9253. 0.50625 0.27087 lineto
  9254. stroke
  9255. grestore
  9256. [(20)] 0.4875 0.27087 1 0 Mshowa
  9257. gsave
  9258. 0.002 setlinewidth
  9259. 0.5 0.37987 moveto
  9260. 0.50625 0.37987 lineto
  9261. stroke
  9262. grestore
  9263. [(40)] 0.4875 0.37987 1 0 Mshowa
  9264. gsave
  9265. 0.002 setlinewidth
  9266. 0.5 0.48887 moveto
  9267. 0.50625 0.48887 lineto
  9268. stroke
  9269. grestore
  9270. [(60)] 0.4875 0.48887 1 0 Mshowa
  9271. gsave
  9272. 0.002 setlinewidth
  9273. 0.5 0.59787 moveto
  9274. 0.50625 0.59787 lineto
  9275. stroke
  9276. grestore
  9277. [(80)] 0.4875 0.59787 1 0 Mshowa
  9278. gsave
  9279. 0.001 setlinewidth
  9280. 0.5 0.07467 moveto
  9281. 0.50375 0.07467 lineto
  9282. stroke
  9283. grestore
  9284. gsave
  9285. 0.001 setlinewidth
  9286. 0.5 0.09647 moveto
  9287. 0.50375 0.09647 lineto
  9288. stroke
  9289. grestore
  9290. gsave
  9291. 0.001 setlinewidth
  9292. 0.5 0.11827 moveto
  9293. 0.50375 0.11827 lineto
  9294. stroke
  9295. grestore
  9296. gsave
  9297. 0.001 setlinewidth
  9298. 0.5 0.14007 moveto
  9299. 0.50375 0.14007 lineto
  9300. stroke
  9301. grestore
  9302. gsave
  9303. 0.001 setlinewidth
  9304. 0.5 0.18367 moveto
  9305. 0.50375 0.18367 lineto
  9306. stroke
  9307. grestore
  9308. gsave
  9309. 0.001 setlinewidth
  9310. 0.5 0.20547 moveto
  9311. 0.50375 0.20547 lineto
  9312. stroke
  9313. grestore
  9314. gsave
  9315. 0.001 setlinewidth
  9316. 0.5 0.22727 moveto
  9317. 0.50375 0.22727 lineto
  9318. stroke
  9319. grestore
  9320. gsave
  9321. 0.001 setlinewidth
  9322. 0.5 0.24907 moveto
  9323. 0.50375 0.24907 lineto
  9324. stroke
  9325. grestore
  9326. gsave
  9327. 0.001 setlinewidth
  9328. 0.5 0.29267 moveto
  9329. 0.50375 0.29267 lineto
  9330. stroke
  9331. grestore
  9332. gsave
  9333. 0.001 setlinewidth
  9334. 0.5 0.31447 moveto
  9335. 0.50375 0.31447 lineto
  9336. stroke
  9337. grestore
  9338. gsave
  9339. 0.001 setlinewidth
  9340. 0.5 0.33627 moveto
  9341. 0.50375 0.33627 lineto
  9342. stroke
  9343. grestore
  9344. gsave
  9345. 0.001 setlinewidth
  9346. 0.5 0.35807 moveto
  9347. 0.50375 0.35807 lineto
  9348. stroke
  9349. grestore
  9350. gsave
  9351. 0.001 setlinewidth
  9352. 0.5 0.40167 moveto
  9353. 0.50375 0.40167 lineto
  9354. stroke
  9355. grestore
  9356. gsave
  9357. 0.001 setlinewidth
  9358. 0.5 0.42347 moveto
  9359. 0.50375 0.42347 lineto
  9360. stroke
  9361. grestore
  9362. gsave
  9363. 0.001 setlinewidth
  9364. 0.5 0.44527 moveto
  9365. 0.50375 0.44527 lineto
  9366. stroke
  9367. grestore
  9368. gsave
  9369. 0.001 setlinewidth
  9370. 0.5 0.46707 moveto
  9371. 0.50375 0.46707 lineto
  9372. stroke
  9373. grestore
  9374. gsave
  9375. 0.001 setlinewidth
  9376. 0.5 0.51067 moveto
  9377. 0.50375 0.51067 lineto
  9378. stroke
  9379. grestore
  9380. gsave
  9381. 0.001 setlinewidth
  9382. 0.5 0.53247 moveto
  9383. 0.50375 0.53247 lineto
  9384. stroke
  9385. grestore
  9386. gsave
  9387. 0.001 setlinewidth
  9388. 0.5 0.55427 moveto
  9389. 0.50375 0.55427 lineto
  9390. stroke
  9391. grestore
  9392. gsave
  9393. 0.001 setlinewidth
  9394. 0.5 0.57607 moveto
  9395. 0.50375 0.57607 lineto
  9396. stroke
  9397. grestore
  9398. gsave
  9399. 0.001 setlinewidth
  9400. 0.5 0.03107 moveto
  9401. 0.50375 0.03107 lineto
  9402. stroke
  9403. grestore
  9404. gsave
  9405. 0.001 setlinewidth
  9406. 0.5 0.00927 moveto
  9407. 0.50375 0.00927 lineto
  9408. stroke
  9409. grestore
  9410. [(y)] 0.5 0.61803 0 -4 Mshowa
  9411. gsave
  9412. 0.002 setlinewidth
  9413. 0.5 0 moveto
  9414. 0.5 0.61803 lineto
  9415. stroke
  9416. grestore
  9417. grestore
  9418. 0 0 moveto
  9419. 1 0 lineto
  9420. 1 0.61803 lineto
  9421. 0 0.61803 lineto
  9422. closepath
  9423. clip
  9424. newpath
  9425. gsave
  9426. gsave
  9427. 0 0 1 setrgbcolor
  9428. [ ] 0 setdash
  9429. 1 Mabswid
  9430. 0.02381 0.21092 moveto
  9431. 0.06349 0.20308 lineto
  9432. 0.10317 0.19593 lineto
  9433. 0.14286 0.18946 lineto
  9434. 0.18254 0.18367 lineto
  9435. 0.22222 0.17856 lineto
  9436. 0.2619 0.17413 lineto
  9437. 0.30159 0.17038 lineto
  9438. 0.34127 0.16732 lineto
  9439. 0.38095 0.16493 lineto
  9440. 0.40079 0.16399 lineto
  9441. 0.42063 0.16323 lineto
  9442. 0.44048 0.16263 lineto
  9443. 0.4504 0.1624 lineto
  9444. 0.46032 0.16221 lineto
  9445. 0.47024 0.16206 lineto
  9446. 0.4752 0.162 lineto
  9447. 0.48016 0.16195 lineto
  9448. 0.48512 0.16191 lineto
  9449. 0.4876 0.1619 lineto
  9450. 0.49008 0.16189 lineto
  9451. 0.49256 0.16188 lineto
  9452. 0.4938 0.16187 lineto
  9453. 0.49504 0.16187 lineto
  9454. 0.49628 0.16187 lineto
  9455. 0.49752 0.16187 lineto
  9456. 0.49876 0.16187 lineto
  9457. 0.5 0.16187 lineto
  9458. 0.50124 0.16187 lineto
  9459. 0.50248 0.16187 lineto
  9460. 0.50372 0.16187 lineto
  9461. 0.50496 0.16187 lineto
  9462. 0.50744 0.16188 lineto
  9463. 0.50992 0.16189 lineto
  9464. 0.5124 0.1619 lineto
  9465. 0.51488 0.16191 lineto
  9466. 0.51984 0.16195 lineto
  9467. 0.5248 0.162 lineto
  9468. 0.52976 0.16206 lineto
  9469. 0.53968 0.16221 lineto
  9470. 0.5496 0.1624 lineto
  9471. 0.55952 0.16263 lineto
  9472. 0.57937 0.16323 lineto
  9473. 0.59921 0.16399 lineto
  9474. 0.61905 0.16493 lineto
  9475. 0.65873 0.16732 lineto
  9476. 0.69841 0.17038 lineto
  9477. 0.7381 0.17413 lineto
  9478. 0.77778 0.17856 lineto
  9479. 0.81746 0.18367 lineto
  9480. Mistroke
  9481. 0.85714 0.18946 lineto
  9482. 0.89683 0.19593 lineto
  9483. 0.93651 0.20308 lineto
  9484. 0.97619 0.21092 lineto
  9485. Mfstroke
  9486. grestore
  9487. gsave
  9488. 1 0 0 setrgbcolor
  9489. [ ] 0 setdash
  9490. 1 Mabswid
  9491. 0.02381 0.01472 moveto
  9492. 0.06349 0.04852 lineto
  9493. 0.10317 0.07671 lineto
  9494. 0.14286 0.09979 lineto
  9495. 0.18254 0.11827 lineto
  9496. 0.22222 0.13266 lineto
  9497. 0.2619 0.14347 lineto
  9498. 0.28175 0.1477 lineto
  9499. 0.30159 0.15122 lineto
  9500. 0.32143 0.15411 lineto
  9501. 0.34127 0.15642 lineto
  9502. 0.36111 0.15821 lineto
  9503. 0.38095 0.15957 lineto
  9504. 0.39087 0.1601 lineto
  9505. 0.40079 0.16054 lineto
  9506. 0.41071 0.1609 lineto
  9507. 0.42063 0.16118 lineto
  9508. 0.43056 0.16141 lineto
  9509. 0.44048 0.16158 lineto
  9510. 0.44544 0.16164 lineto
  9511. 0.4504 0.1617 lineto
  9512. 0.45536 0.16174 lineto
  9513. 0.46032 0.16178 lineto
  9514. 0.46528 0.16181 lineto
  9515. 0.47024 0.16183 lineto
  9516. 0.47272 0.16184 lineto
  9517. 0.4752 0.16185 lineto
  9518. 0.47768 0.16185 lineto
  9519. 0.48016 0.16186 lineto
  9520. 0.48264 0.16186 lineto
  9521. 0.48512 0.16186 lineto
  9522. 0.48636 0.16186 lineto
  9523. 0.4876 0.16186 lineto
  9524. 0.48884 0.16186 lineto
  9525. 0.49008 0.16186 lineto
  9526. 0.49132 0.16187 lineto
  9527. 0.49256 0.16187 lineto
  9528. 0.4938 0.16187 lineto
  9529. 0.49504 0.16187 lineto
  9530. 0.49628 0.16187 lineto
  9531. 0.49752 0.16187 lineto
  9532. 0.5 0.16187 lineto
  9533. 0.50124 0.16187 lineto
  9534. 0.50248 0.16187 lineto
  9535. 0.50372 0.16187 lineto
  9536. 0.50496 0.16187 lineto
  9537. 0.5062 0.16187 lineto
  9538. 0.50744 0.16187 lineto
  9539. 0.50868 0.16187 lineto
  9540. 0.50992 0.16187 lineto
  9541. Mistroke
  9542. 0.51116 0.16187 lineto
  9543. 0.5124 0.16187 lineto
  9544. 0.51488 0.16187 lineto
  9545. 0.51736 0.16187 lineto
  9546. 0.51984 0.16188 lineto
  9547. 0.52232 0.16188 lineto
  9548. 0.5248 0.16189 lineto
  9549. 0.52976 0.1619 lineto
  9550. 0.53472 0.16192 lineto
  9551. 0.53968 0.16195 lineto
  9552. 0.54464 0.16199 lineto
  9553. 0.5496 0.16203 lineto
  9554. 0.55952 0.16215 lineto
  9555. 0.56944 0.16232 lineto
  9556. 0.57937 0.16255 lineto
  9557. 0.58929 0.16284 lineto
  9558. 0.59921 0.1632 lineto
  9559. 0.61905 0.16417 lineto
  9560. 0.63889 0.16552 lineto
  9561. 0.65873 0.16732 lineto
  9562. 0.67857 0.16963 lineto
  9563. 0.69841 0.17251 lineto
  9564. 0.7381 0.18026 lineto
  9565. 0.77778 0.19107 lineto
  9566. 0.81746 0.20547 lineto
  9567. 0.85714 0.22395 lineto
  9568. 0.89683 0.24702 lineto
  9569. 0.93651 0.27521 lineto
  9570. 0.97619 0.30902 lineto
  9571. Mfstroke
  9572. grestore
  9573. gsave
  9574. 0 1 0 setrgbcolor
  9575. [ ] 0 setdash
  9576. 1 Mabswid
  9577. 0.02381 0.60332 moveto
  9578. 0.06349 0.47356 lineto
  9579. 0.10317 0.37476 lineto
  9580. 0.14286 0.30154 lineto
  9581. 0.1627 0.273 lineto
  9582. 0.18254 0.24907 lineto
  9583. 0.20238 0.22923 lineto
  9584. 0.22222 0.21298 lineto
  9585. 0.24206 0.19987 lineto
  9586. 0.2619 0.18946 lineto
  9587. 0.28175 0.18135 lineto
  9588. 0.30159 0.17517 lineto
  9589. 0.32143 0.1706 lineto
  9590. 0.33135 0.16881 lineto
  9591. 0.34127 0.16732 lineto
  9592. 0.35119 0.16608 lineto
  9593. 0.36111 0.16506 lineto
  9594. 0.37103 0.16424 lineto
  9595. 0.38095 0.16359 lineto
  9596. 0.39087 0.16308 lineto
  9597. 0.40079 0.1627 lineto
  9598. 0.41071 0.16241 lineto
  9599. 0.41567 0.1623 lineto
  9600. 0.42063 0.16221 lineto
  9601. 0.4256 0.16213 lineto
  9602. 0.43056 0.16207 lineto
  9603. 0.43552 0.16201 lineto
  9604. 0.44048 0.16197 lineto
  9605. 0.44544 0.16194 lineto
  9606. 0.4504 0.16192 lineto
  9607. 0.45536 0.1619 lineto
  9608. 0.45784 0.16189 lineto
  9609. 0.46032 0.16189 lineto
  9610. 0.4628 0.16188 lineto
  9611. 0.46528 0.16188 lineto
  9612. 0.46776 0.16188 lineto
  9613. 0.47024 0.16187 lineto
  9614. 0.47272 0.16187 lineto
  9615. 0.4752 0.16187 lineto
  9616. 0.47768 0.16187 lineto
  9617. 0.47892 0.16187 lineto
  9618. 0.48016 0.16187 lineto
  9619. 0.4814 0.16187 lineto
  9620. 0.48264 0.16187 lineto
  9621. 0.48388 0.16187 lineto
  9622. 0.48512 0.16187 lineto
  9623. 0.48636 0.16187 lineto
  9624. 0.4876 0.16187 lineto
  9625. 0.48884 0.16187 lineto
  9626. 0.49008 0.16187 lineto
  9627. Mistroke
  9628. 0.49132 0.16187 lineto
  9629. 0.49256 0.16187 lineto
  9630. 0.4938 0.16187 lineto
  9631. 0.49504 0.16187 lineto
  9632. 0.49628 0.16187 lineto
  9633. 0.49752 0.16187 lineto
  9634. 0.49876 0.16187 lineto
  9635. 0.5 0.16187 lineto
  9636. 0.50124 0.16187 lineto
  9637. 0.50248 0.16187 lineto
  9638. 0.50372 0.16187 lineto
  9639. 0.50496 0.16187 lineto
  9640. 0.5062 0.16187 lineto
  9641. 0.50744 0.16187 lineto
  9642. 0.50868 0.16187 lineto
  9643. 0.50992 0.16187 lineto
  9644. 0.51116 0.16187 lineto
  9645. 0.5124 0.16187 lineto
  9646. 0.51364 0.16187 lineto
  9647. 0.51488 0.16187 lineto
  9648. 0.51612 0.16187 lineto
  9649. 0.51736 0.16187 lineto
  9650. 0.5186 0.16187 lineto
  9651. 0.51984 0.16187 lineto
  9652. 0.52232 0.16187 lineto
  9653. 0.5248 0.16187 lineto
  9654. 0.52728 0.16187 lineto
  9655. 0.52976 0.16187 lineto
  9656. 0.53224 0.16188 lineto
  9657. 0.53472 0.16188 lineto
  9658. 0.5372 0.16188 lineto
  9659. 0.53968 0.16189 lineto
  9660. 0.54464 0.1619 lineto
  9661. 0.5496 0.16192 lineto
  9662. 0.55456 0.16194 lineto
  9663. 0.55952 0.16197 lineto
  9664. 0.56448 0.16201 lineto
  9665. 0.56944 0.16207 lineto
  9666. 0.5744 0.16213 lineto
  9667. 0.57937 0.16221 lineto
  9668. 0.58929 0.16241 lineto
  9669. 0.59921 0.1627 lineto
  9670. 0.60913 0.16308 lineto
  9671. 0.61905 0.16359 lineto
  9672. 0.62897 0.16424 lineto
  9673. 0.63889 0.16506 lineto
  9674. 0.64881 0.16608 lineto
  9675. 0.65873 0.16732 lineto
  9676. 0.67857 0.1706 lineto
  9677. 0.69841 0.17517 lineto
  9678. Mistroke
  9679. 0.71825 0.18135 lineto
  9680. 0.7381 0.18946 lineto
  9681. 0.75794 0.19987 lineto
  9682. 0.77778 0.21298 lineto
  9683. 0.79762 0.22923 lineto
  9684. 0.81746 0.24907 lineto
  9685. 0.85714 0.30154 lineto
  9686. 0.89683 0.37476 lineto
  9687. 0.93651 0.47356 lineto
  9688. 0.97619 0.60332 lineto
  9689. Mfstroke
  9690. grestore
  9691. grestore
  9692. % End of Graphics
  9693. MathPictureEnd
  9694. :[font = subsubsection; inactive; preserveAspect; ]
  9695. Origin
  9696. :[font = text; inactive; preserveAspect; ]
  9697. Origin is equivalent to AxesOrigin->{0,0}.
  9698. ;[s]
  9699. 4:0,0;6,1;24,2;41,3;43,-1;
  9700. 4:1,10,8,Courier,1,12,0,0,0;1,13,10,Times,0,14,0,0,0;1,10,8,Courier,1,12,0,0,0;1,13,10,Times,0,14,0,0,0;
  9701. :[font = input; Cclosed; preserveAspect; startGroup; ]
  9702. PlotE[Cosh[x],{-1,1},Origin];
  9703. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; endGroup; ]
  9704. %!
  9705. %%Creator: Mathematica
  9706. %%AspectRatio: 0.61803 
  9707. MathPictureStart
  9708. /Courier findfont 10  scalefont  setfont
  9709. % Scaling calculations
  9710. 0.5 0.47619 0.014715 0.381447 [
  9711. [(-1)] 0.02381 0.01472 0 2 Msboxa
  9712. [(-0.5)] 0.2619 0.01472 0 2 Msboxa
  9713. [(0.5)] 0.7381 0.01472 0 2 Msboxa
  9714. [(1)] 0.97619 0.01472 0 2 Msboxa
  9715. [(x)] 1.025 0.01472 -1 0 Msboxa
  9716. [(0.25)] 0.4875 0.11008 1 0 Msboxa
  9717. [(0.5)] 0.4875 0.20544 1 0 Msboxa
  9718. [(0.75)] 0.4875 0.3008 1 0 Msboxa
  9719. [(1)] 0.4875 0.39616 1 0 Msboxa
  9720. [(1.25)] 0.4875 0.49152 1 0 Msboxa
  9721. [(1.5)] 0.4875 0.58689 1 0 Msboxa
  9722. [(y)] 0.5 0.61803 0 -4 Msboxa
  9723. [ -0.001 -0.001 0 0 ]
  9724. [ 1.001 0.61903 0 0 ]
  9725. ] MathScale
  9726. % Start of Graphics
  9727. 1 setlinecap
  9728. 1 setlinejoin
  9729. newpath
  9730. %%Object: Graphics
  9731. [ ] 0 setdash
  9732. 0 setgray
  9733. gsave
  9734. gsave
  9735. 0.002 setlinewidth
  9736. 0.02381 0.01472 moveto
  9737. 0.02381 0.02097 lineto
  9738. stroke
  9739. grestore
  9740. [(-1)] 0.02381 0.01472 0 2 Mshowa
  9741. gsave
  9742. 0.002 setlinewidth
  9743. 0.2619 0.01472 moveto
  9744. 0.2619 0.02097 lineto
  9745. stroke
  9746. grestore
  9747. [(-0.5)] 0.2619 0.01472 0 2 Mshowa
  9748. gsave
  9749. 0.002 setlinewidth
  9750. 0.7381 0.01472 moveto
  9751. 0.7381 0.02097 lineto
  9752. stroke
  9753. grestore
  9754. [(0.5)] 0.7381 0.01472 0 2 Mshowa
  9755. gsave
  9756. 0.002 setlinewidth
  9757. 0.97619 0.01472 moveto
  9758. 0.97619 0.02097 lineto
  9759. stroke
  9760. grestore
  9761. [(1)] 0.97619 0.01472 0 2 Mshowa
  9762. gsave
  9763. 0.001 setlinewidth
  9764. 0.07143 0.01472 moveto
  9765. 0.07143 0.01847 lineto
  9766. stroke
  9767. grestore
  9768. gsave
  9769. 0.001 setlinewidth
  9770. 0.11905 0.01472 moveto
  9771. 0.11905 0.01847 lineto
  9772. stroke
  9773. grestore
  9774. gsave
  9775. 0.001 setlinewidth
  9776. 0.16667 0.01472 moveto
  9777. 0.16667 0.01847 lineto
  9778. stroke
  9779. grestore
  9780. gsave
  9781. 0.001 setlinewidth
  9782. 0.21429 0.01472 moveto
  9783. 0.21429 0.01847 lineto
  9784. stroke
  9785. grestore
  9786. gsave
  9787. 0.001 setlinewidth
  9788. 0.30952 0.01472 moveto
  9789. 0.30952 0.01847 lineto
  9790. stroke
  9791. grestore
  9792. gsave
  9793. 0.001 setlinewidth
  9794. 0.35714 0.01472 moveto
  9795. 0.35714 0.01847 lineto
  9796. stroke
  9797. grestore
  9798. gsave
  9799. 0.001 setlinewidth
  9800. 0.40476 0.01472 moveto
  9801. 0.40476 0.01847 lineto
  9802. stroke
  9803. grestore
  9804. gsave
  9805. 0.001 setlinewidth
  9806. 0.45238 0.01472 moveto
  9807. 0.45238 0.01847 lineto
  9808. stroke
  9809. grestore
  9810. gsave
  9811. 0.001 setlinewidth
  9812. 0.54762 0.01472 moveto
  9813. 0.54762 0.01847 lineto
  9814. stroke
  9815. grestore
  9816. gsave
  9817. 0.001 setlinewidth
  9818. 0.59524 0.01472 moveto
  9819. 0.59524 0.01847 lineto
  9820. stroke
  9821. grestore
  9822. gsave
  9823. 0.001 setlinewidth
  9824. 0.64286 0.01472 moveto
  9825. 0.64286 0.01847 lineto
  9826. stroke
  9827. grestore
  9828. gsave
  9829. 0.001 setlinewidth
  9830. 0.69048 0.01472 moveto
  9831. 0.69048 0.01847 lineto
  9832. stroke
  9833. grestore
  9834. gsave
  9835. 0.001 setlinewidth
  9836. 0.78571 0.01472 moveto
  9837. 0.78571 0.01847 lineto
  9838. stroke
  9839. grestore
  9840. gsave
  9841. 0.001 setlinewidth
  9842. 0.83333 0.01472 moveto
  9843. 0.83333 0.01847 lineto
  9844. stroke
  9845. grestore
  9846. gsave
  9847. 0.001 setlinewidth
  9848. 0.88095 0.01472 moveto
  9849. 0.88095 0.01847 lineto
  9850. stroke
  9851. grestore
  9852. gsave
  9853. 0.001 setlinewidth
  9854. 0.92857 0.01472 moveto
  9855. 0.92857 0.01847 lineto
  9856. stroke
  9857. grestore
  9858. [(x)] 1.025 0.01472 -1 0 Mshowa
  9859. gsave
  9860. 0.002 setlinewidth
  9861. 0 0.01472 moveto
  9862. 1 0.01472 lineto
  9863. stroke
  9864. grestore
  9865. gsave
  9866. 0.002 setlinewidth
  9867. 0.5 0.11008 moveto
  9868. 0.50625 0.11008 lineto
  9869. stroke
  9870. grestore
  9871. [(0.25)] 0.4875 0.11008 1 0 Mshowa
  9872. gsave
  9873. 0.002 setlinewidth
  9874. 0.5 0.20544 moveto
  9875. 0.50625 0.20544 lineto
  9876. stroke
  9877. grestore
  9878. [(0.5)] 0.4875 0.20544 1 0 Mshowa
  9879. gsave
  9880. 0.002 setlinewidth
  9881. 0.5 0.3008 moveto
  9882. 0.50625 0.3008 lineto
  9883. stroke
  9884. grestore
  9885. [(0.75)] 0.4875 0.3008 1 0 Mshowa
  9886. gsave
  9887. 0.002 setlinewidth
  9888. 0.5 0.39616 moveto
  9889. 0.50625 0.39616 lineto
  9890. stroke
  9891. grestore
  9892. [(1)] 0.4875 0.39616 1 0 Mshowa
  9893. gsave
  9894. 0.002 setlinewidth
  9895. 0.5 0.49152 moveto
  9896. 0.50625 0.49152 lineto
  9897. stroke
  9898. grestore
  9899. [(1.25)] 0.4875 0.49152 1 0 Mshowa
  9900. gsave
  9901. 0.002 setlinewidth
  9902. 0.5 0.58689 moveto
  9903. 0.50625 0.58689 lineto
  9904. stroke
  9905. grestore
  9906. [(1.5)] 0.4875 0.58689 1 0 Mshowa
  9907. gsave
  9908. 0.001 setlinewidth
  9909. 0.5 0.03379 moveto
  9910. 0.50375 0.03379 lineto
  9911. stroke
  9912. grestore
  9913. gsave
  9914. 0.001 setlinewidth
  9915. 0.5 0.05286 moveto
  9916. 0.50375 0.05286 lineto
  9917. stroke
  9918. grestore
  9919. gsave
  9920. 0.001 setlinewidth
  9921. 0.5 0.07193 moveto
  9922. 0.50375 0.07193 lineto
  9923. stroke
  9924. grestore
  9925. gsave
  9926. 0.001 setlinewidth
  9927. 0.5 0.091 moveto
  9928. 0.50375 0.091 lineto
  9929. stroke
  9930. grestore
  9931. gsave
  9932. 0.001 setlinewidth
  9933. 0.5 0.12915 moveto
  9934. 0.50375 0.12915 lineto
  9935. stroke
  9936. grestore
  9937. gsave
  9938. 0.001 setlinewidth
  9939. 0.5 0.14822 moveto
  9940. 0.50375 0.14822 lineto
  9941. stroke
  9942. grestore
  9943. gsave
  9944. 0.001 setlinewidth
  9945. 0.5 0.16729 moveto
  9946. 0.50375 0.16729 lineto
  9947. stroke
  9948. grestore
  9949. gsave
  9950. 0.001 setlinewidth
  9951. 0.5 0.18637 moveto
  9952. 0.50375 0.18637 lineto
  9953. stroke
  9954. grestore
  9955. gsave
  9956. 0.001 setlinewidth
  9957. 0.5 0.22451 moveto
  9958. 0.50375 0.22451 lineto
  9959. stroke
  9960. grestore
  9961. gsave
  9962. 0.001 setlinewidth
  9963. 0.5 0.24358 moveto
  9964. 0.50375 0.24358 lineto
  9965. stroke
  9966. grestore
  9967. gsave
  9968. 0.001 setlinewidth
  9969. 0.5 0.26266 moveto
  9970. 0.50375 0.26266 lineto
  9971. stroke
  9972. grestore
  9973. gsave
  9974. 0.001 setlinewidth
  9975. 0.5 0.28173 moveto
  9976. 0.50375 0.28173 lineto
  9977. stroke
  9978. grestore
  9979. gsave
  9980. 0.001 setlinewidth
  9981. 0.5 0.31987 moveto
  9982. 0.50375 0.31987 lineto
  9983. stroke
  9984. grestore
  9985. gsave
  9986. 0.001 setlinewidth
  9987. 0.5 0.33895 moveto
  9988. 0.50375 0.33895 lineto
  9989. stroke
  9990. grestore
  9991. gsave
  9992. 0.001 setlinewidth
  9993. 0.5 0.35802 moveto
  9994. 0.50375 0.35802 lineto
  9995. stroke
  9996. grestore
  9997. gsave
  9998. 0.001 setlinewidth
  9999. 0.5 0.37709 moveto
  10000. 0.50375 0.37709 lineto
  10001. stroke
  10002. grestore
  10003. gsave
  10004. 0.001 setlinewidth
  10005. 0.5 0.41523 moveto
  10006. 0.50375 0.41523 lineto
  10007. stroke
  10008. grestore
  10009. gsave
  10010. 0.001 setlinewidth
  10011. 0.5 0.43431 moveto
  10012. 0.50375 0.43431 lineto
  10013. stroke
  10014. grestore
  10015. gsave
  10016. 0.001 setlinewidth
  10017. 0.5 0.45338 moveto
  10018. 0.50375 0.45338 lineto
  10019. stroke
  10020. grestore
  10021. gsave
  10022. 0.001 setlinewidth
  10023. 0.5 0.47245 moveto
  10024. 0.50375 0.47245 lineto
  10025. stroke
  10026. grestore
  10027. gsave
  10028. 0.001 setlinewidth
  10029. 0.5 0.5106 moveto
  10030. 0.50375 0.5106 lineto
  10031. stroke
  10032. grestore
  10033. gsave
  10034. 0.001 setlinewidth
  10035. 0.5 0.52967 moveto
  10036. 0.50375 0.52967 lineto
  10037. stroke
  10038. grestore
  10039. gsave
  10040. 0.001 setlinewidth
  10041. 0.5 0.54874 moveto
  10042. 0.50375 0.54874 lineto
  10043. stroke
  10044. grestore
  10045. gsave
  10046. 0.001 setlinewidth
  10047. 0.5 0.56781 moveto
  10048. 0.50375 0.56781 lineto
  10049. stroke
  10050. grestore
  10051. gsave
  10052. 0.001 setlinewidth
  10053. 0.5 0.60596 moveto
  10054. 0.50375 0.60596 lineto
  10055. stroke
  10056. grestore
  10057. [(y)] 0.5 0.61803 0 -4 Mshowa
  10058. gsave
  10059. 0.002 setlinewidth
  10060. 0.5 0 moveto
  10061. 0.5 0.61803 lineto
  10062. stroke
  10063. grestore
  10064. grestore
  10065. 0 0 moveto
  10066. 1 0 lineto
  10067. 1 0.61803 lineto
  10068. 0 0.61803 lineto
  10069. closepath
  10070. clip
  10071. newpath
  10072. gsave
  10073. 0 0 0 setrgbcolor
  10074. 0 setlinewidth
  10075. 0.02381 0.01472 moveto
  10076. 0.97619 0.01472 lineto
  10077. stroke
  10078. 0.5 0.01472 moveto
  10079. 0.5 0.60332 lineto
  10080. stroke
  10081. grestore
  10082. gsave
  10083. gsave
  10084. 0 0 1 setrgbcolor
  10085. [ ] 0 setdash
  10086. 1 Mabswid
  10087. 0.02381 0.60332 moveto
  10088. 0.06349 0.56796 lineto
  10089. 0.10317 0.53645 lineto
  10090. 0.14286 0.50857 lineto
  10091. 0.18254 0.48411 lineto
  10092. 0.22222 0.46292 lineto
  10093. 0.2619 0.44484 lineto
  10094. 0.30159 0.42976 lineto
  10095. 0.34127 0.41755 lineto
  10096. 0.38095 0.40814 lineto
  10097. 0.40079 0.40447 lineto
  10098. 0.42063 0.40147 lineto
  10099. 0.44048 0.39915 lineto
  10100. 0.4504 0.39823 lineto
  10101. 0.46032 0.39749 lineto
  10102. 0.47024 0.39691 lineto
  10103. 0.4752 0.39668 lineto
  10104. 0.48016 0.39649 lineto
  10105. 0.48512 0.39635 lineto
  10106. 0.4876 0.39629 lineto
  10107. 0.49008 0.39625 lineto
  10108. 0.49256 0.39621 lineto
  10109. 0.4938 0.39619 lineto
  10110. 0.49504 0.39618 lineto
  10111. 0.49628 0.39617 lineto
  10112. 0.49752 0.39617 lineto
  10113. 0.49876 0.39616 lineto
  10114. 0.5 0.39616 lineto
  10115. 0.50124 0.39616 lineto
  10116. 0.50248 0.39617 lineto
  10117. 0.50372 0.39617 lineto
  10118. 0.50496 0.39618 lineto
  10119. 0.5062 0.39619 lineto
  10120. 0.50744 0.39621 lineto
  10121. 0.50992 0.39625 lineto
  10122. 0.5124 0.39629 lineto
  10123. 0.51488 0.39635 lineto
  10124. 0.51984 0.39649 lineto
  10125. 0.5248 0.39668 lineto
  10126. 0.52976 0.39691 lineto
  10127. 0.53968 0.39749 lineto
  10128. 0.5496 0.39823 lineto
  10129. 0.55952 0.39915 lineto
  10130. 0.57937 0.40147 lineto
  10131. 0.59921 0.40447 lineto
  10132. 0.61905 0.40814 lineto
  10133. 0.65873 0.41755 lineto
  10134. 0.69841 0.42976 lineto
  10135. 0.7381 0.44484 lineto
  10136. 0.77778 0.46292 lineto
  10137. Mistroke
  10138. 0.81746 0.48411 lineto
  10139. 0.85714 0.50857 lineto
  10140. 0.89683 0.53645 lineto
  10141. 0.93651 0.56796 lineto
  10142. 0.97619 0.60332 lineto
  10143. Mfstroke
  10144. grestore
  10145. grestore
  10146. % End of Graphics
  10147. MathPictureEnd
  10148. :[font = subsubsection; inactive; preserveAspect; ]
  10149. Colors & Styles
  10150. :[font = text; inactive; preserveAspect; ]
  10151. You can assign your own colors to different graphs. The style keywords Dotted and Thick are available in addition to the usual style primitives. 
  10152. ;[s]
  10153. 5:0,0;71,1;77,2;82,3;87,4;146,-1;
  10154. 5:1,13,10,Times,0,14,0,0,0;1,10,8,Courier,1,12,0,0,0;1,13,10,Times,0,14,0,0,0;1,10,8,Courier,1,12,0,0,0;1,13,10,Times,0,14,0,0,0;
  10155. :[font = input; Cclosed; dontPreserveAspect; startGroup; ]
  10156. PlotE[Sin[x],Cos[x],0,Pi,-1,1,SameScale,
  10157. {Cyan,Dotted},{Magenta,Thick}];
  10158. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 245; endGroup; endGroup; ]
  10159. %!
  10160. %%Creator: Mathematica
  10161. %%AspectRatio: 0.63662 
  10162. MathPictureStart
  10163. /Courier findfont 10  scalefont  setfont
  10164. % Scaling calculations
  10165. 0.02381 0.303152 0.31831 0.303152 [
  10166. [(pi/6)] 0.18254 0.31831 0 2 Msboxa
  10167. [(pi/3)] 0.34127 0.31831 0 2 Msboxa
  10168. [(pi/2)] 0.5 0.31831 0 2 Msboxa
  10169. [(2pi/3)] 0.65873 0.31831 0 2 Msboxa
  10170. [(5pi/6)] 0.81746 0.31831 0 2 Msboxa
  10171. [(pi)] 0.97619 0.31831 0 2 Msboxa
  10172. [(x)] 1.025 0.31831 -1 0 Msboxa
  10173. [(-1)] 0.01131 0.01516 1 0 Msboxa
  10174. [(-0.5)] 0.01131 0.16673 1 0 Msboxa
  10175. [(0.5)] 0.01131 0.46989 1 0 Msboxa
  10176. [(1)] 0.01131 0.62146 1 0 Msboxa
  10177. [(y)] 0.02381 0.63662 0 -4 Msboxa
  10178. [ -0.001 -0.001 0 0 ]
  10179. [ 1.001 0.63762 0 0 ]
  10180. ] MathScale
  10181. % Start of Graphics
  10182. 1 setlinecap
  10183. 1 setlinejoin
  10184. newpath
  10185. %%Object: Graphics
  10186. [ ] 0 setdash
  10187. 0 setgray
  10188. gsave
  10189. gsave
  10190. 0.002 setlinewidth
  10191. 0.18254 0.31831 moveto
  10192. 0.18254 0.32456 lineto
  10193. stroke
  10194. grestore
  10195. [(pi/6)] 0.18254 0.31831 0 2 Mshowa
  10196. gsave
  10197. 0.002 setlinewidth
  10198. 0.34127 0.31831 moveto
  10199. 0.34127 0.32456 lineto
  10200. stroke
  10201. grestore
  10202. [(pi/3)] 0.34127 0.31831 0 2 Mshowa
  10203. gsave
  10204. 0.002 setlinewidth
  10205. 0.5 0.31831 moveto
  10206. 0.5 0.32456 lineto
  10207. stroke
  10208. grestore
  10209. [(pi/2)] 0.5 0.31831 0 2 Mshowa
  10210. gsave
  10211. 0.002 setlinewidth
  10212. 0.65873 0.31831 moveto
  10213. 0.65873 0.32456 lineto
  10214. stroke
  10215. grestore
  10216. [(2pi/3)] 0.65873 0.31831 0 2 Mshowa
  10217. gsave
  10218. 0.002 setlinewidth
  10219. 0.81746 0.31831 moveto
  10220. 0.81746 0.32456 lineto
  10221. stroke
  10222. grestore
  10223. [(5pi/6)] 0.81746 0.31831 0 2 Mshowa
  10224. gsave
  10225. 0.002 setlinewidth
  10226. 0.97619 0.31831 moveto
  10227. 0.97619 0.32456 lineto
  10228. stroke
  10229. grestore
  10230. [(pi)] 0.97619 0.31831 0 2 Mshowa
  10231. [(x)] 1.025 0.31831 -1 0 Mshowa
  10232. gsave
  10233. 0.002 setlinewidth
  10234. 0 0.31831 moveto
  10235. 1 0.31831 lineto
  10236. stroke
  10237. grestore
  10238. gsave
  10239. 0.002 setlinewidth
  10240. 0.02381 0.01516 moveto
  10241. 0.03006 0.01516 lineto
  10242. stroke
  10243. grestore
  10244. [(-1)] 0.01131 0.01516 1 0 Mshowa
  10245. gsave
  10246. 0.002 setlinewidth
  10247. 0.02381 0.16673 moveto
  10248. 0.03006 0.16673 lineto
  10249. stroke
  10250. grestore
  10251. [(-0.5)] 0.01131 0.16673 1 0 Mshowa
  10252. gsave
  10253. 0.002 setlinewidth
  10254. 0.02381 0.46989 moveto
  10255. 0.03006 0.46989 lineto
  10256. stroke
  10257. grestore
  10258. [(0.5)] 0.01131 0.46989 1 0 Mshowa
  10259. gsave
  10260. 0.002 setlinewidth
  10261. 0.02381 0.62146 moveto
  10262. 0.03006 0.62146 lineto
  10263. stroke
  10264. grestore
  10265. [(1)] 0.01131 0.62146 1 0 Mshowa
  10266. gsave
  10267. 0.001 setlinewidth
  10268. 0.02381 0.04547 moveto
  10269. 0.02756 0.04547 lineto
  10270. stroke
  10271. grestore
  10272. gsave
  10273. 0.001 setlinewidth
  10274. 0.02381 0.07579 moveto
  10275. 0.02756 0.07579 lineto
  10276. stroke
  10277. grestore
  10278. gsave
  10279. 0.001 setlinewidth
  10280. 0.02381 0.1061 moveto
  10281. 0.02756 0.1061 lineto
  10282. stroke
  10283. grestore
  10284. gsave
  10285. 0.001 setlinewidth
  10286. 0.02381 0.13642 moveto
  10287. 0.02756 0.13642 lineto
  10288. stroke
  10289. grestore
  10290. gsave
  10291. 0.001 setlinewidth
  10292. 0.02381 0.19705 moveto
  10293. 0.02756 0.19705 lineto
  10294. stroke
  10295. grestore
  10296. gsave
  10297. 0.001 setlinewidth
  10298. 0.02381 0.22736 moveto
  10299. 0.02756 0.22736 lineto
  10300. stroke
  10301. grestore
  10302. gsave
  10303. 0.001 setlinewidth
  10304. 0.02381 0.25768 moveto
  10305. 0.02756 0.25768 lineto
  10306. stroke
  10307. grestore
  10308. gsave
  10309. 0.001 setlinewidth
  10310. 0.02381 0.28799 moveto
  10311. 0.02756 0.28799 lineto
  10312. stroke
  10313. grestore
  10314. gsave
  10315. 0.001 setlinewidth
  10316. 0.02381 0.34863 moveto
  10317. 0.02756 0.34863 lineto
  10318. stroke
  10319. grestore
  10320. gsave
  10321. 0.001 setlinewidth
  10322. 0.02381 0.37894 moveto
  10323. 0.02756 0.37894 lineto
  10324. stroke
  10325. grestore
  10326. gsave
  10327. 0.001 setlinewidth
  10328. 0.02381 0.40926 moveto
  10329. 0.02756 0.40926 lineto
  10330. stroke
  10331. grestore
  10332. gsave
  10333. 0.001 setlinewidth
  10334. 0.02381 0.43957 moveto
  10335. 0.02756 0.43957 lineto
  10336. stroke
  10337. grestore
  10338. gsave
  10339. 0.001 setlinewidth
  10340. 0.02381 0.5002 moveto
  10341. 0.02756 0.5002 lineto
  10342. stroke
  10343. grestore
  10344. gsave
  10345. 0.001 setlinewidth
  10346. 0.02381 0.53052 moveto
  10347. 0.02756 0.53052 lineto
  10348. stroke
  10349. grestore
  10350. gsave
  10351. 0.001 setlinewidth
  10352. 0.02381 0.56083 moveto
  10353. 0.02756 0.56083 lineto
  10354. stroke
  10355. grestore
  10356. gsave
  10357. 0.001 setlinewidth
  10358. 0.02381 0.59115 moveto
  10359. 0.02756 0.59115 lineto
  10360. stroke
  10361. grestore
  10362. [(y)] 0.02381 0.63662 0 -4 Mshowa
  10363. gsave
  10364. 0.002 setlinewidth
  10365. 0.02381 0 moveto
  10366. 0.02381 0.63662 lineto
  10367. stroke
  10368. grestore
  10369. grestore
  10370. 0 0 moveto
  10371. 1 0 lineto
  10372. 1 0.63662 lineto
  10373. 0 0.63662 lineto
  10374. closepath
  10375. clip
  10376. newpath
  10377. gsave
  10378. gsave
  10379. 0 1 1 setrgbcolor
  10380. [ 8 4 ] 0 Mabsdash
  10381. 1 Mabswid
  10382. 0.02381 0.31831 moveto
  10383. 0.06349 0.35788 lineto
  10384. 0.10317 0.39677 lineto
  10385. 0.14286 0.43432 lineto
  10386. 0.18254 0.46989 lineto
  10387. 0.22222 0.50286 lineto
  10388. 0.2619 0.53267 lineto
  10389. 0.30159 0.55882 lineto
  10390. 0.34127 0.58085 lineto
  10391. 0.38095 0.59839 lineto
  10392. 0.42063 0.61113 lineto
  10393. 0.44048 0.61564 lineto
  10394. 0.4504 0.61741 lineto
  10395. 0.46032 0.61887 lineto
  10396. 0.47024 0.62 lineto
  10397. 0.4752 0.62045 lineto
  10398. 0.48016 0.62081 lineto
  10399. 0.48512 0.6211 lineto
  10400. 0.4876 0.62121 lineto
  10401. 0.49008 0.6213 lineto
  10402. 0.49256 0.62137 lineto
  10403. 0.4938 0.6214 lineto
  10404. 0.49504 0.62142 lineto
  10405. 0.49628 0.62144 lineto
  10406. 0.49752 0.62145 lineto
  10407. 0.49876 0.62146 lineto
  10408. 0.5 0.62146 lineto
  10409. 0.50124 0.62146 lineto
  10410. 0.50248 0.62145 lineto
  10411. 0.50372 0.62144 lineto
  10412. 0.50496 0.62142 lineto
  10413. 0.50744 0.62137 lineto
  10414. 0.50992 0.6213 lineto
  10415. 0.5124 0.62121 lineto
  10416. 0.51488 0.6211 lineto
  10417. 0.51984 0.62081 lineto
  10418. 0.5248 0.62045 lineto
  10419. 0.52976 0.62 lineto
  10420. 0.53968 0.61887 lineto
  10421. 0.5496 0.61741 lineto
  10422. 0.55952 0.61564 lineto
  10423. 0.57937 0.61113 lineto
  10424. 0.61905 0.59839 lineto
  10425. 0.65873 0.58085 lineto
  10426. 0.69841 0.55882 lineto
  10427. 0.7381 0.53267 lineto
  10428. 0.77778 0.50286 lineto
  10429. 0.81746 0.46989 lineto
  10430. 0.85714 0.43432 lineto
  10431. 0.89683 0.39677 lineto
  10432. Mistroke
  10433. 0.93651 0.35788 lineto
  10434. 0.97619 0.31831 lineto
  10435. Mfstroke
  10436. grestore
  10437. gsave
  10438. 1 0 1 setrgbcolor
  10439. [ ] 0 setdash
  10440. 3 Mabswid
  10441. 0.02381 0.62146 moveto
  10442. 0.02505 0.62146 lineto
  10443. 0.02629 0.62145 lineto
  10444. 0.02753 0.62144 lineto
  10445. 0.02877 0.62142 lineto
  10446. 0.03001 0.6214 lineto
  10447. 0.03125 0.62137 lineto
  10448. 0.03373 0.6213 lineto
  10449. 0.03621 0.62121 lineto
  10450. 0.03869 0.6211 lineto
  10451. 0.04365 0.62081 lineto
  10452. 0.04861 0.62045 lineto
  10453. 0.05357 0.62 lineto
  10454. 0.06349 0.61887 lineto
  10455. 0.07341 0.61741 lineto
  10456. 0.08333 0.61564 lineto
  10457. 0.10317 0.61113 lineto
  10458. 0.14286 0.59839 lineto
  10459. 0.18254 0.58085 lineto
  10460. 0.22222 0.55882 lineto
  10461. 0.2619 0.53267 lineto
  10462. 0.30159 0.50286 lineto
  10463. 0.34127 0.46989 lineto
  10464. 0.38095 0.43432 lineto
  10465. 0.42063 0.39677 lineto
  10466. 0.46032 0.35788 lineto
  10467. 0.5 0.31831 lineto
  10468. 0.53968 0.27874 lineto
  10469. 0.57937 0.23985 lineto
  10470. 0.61905 0.2023 lineto
  10471. 0.65873 0.16673 lineto
  10472. 0.69841 0.13376 lineto
  10473. 0.7381 0.10395 lineto
  10474. 0.77778 0.0778 lineto
  10475. 0.81746 0.05577 lineto
  10476. 0.85714 0.03823 lineto
  10477. 0.87698 0.03125 lineto
  10478. 0.89683 0.02549 lineto
  10479. 0.91667 0.02098 lineto
  10480. 0.92659 0.01921 lineto
  10481. 0.93651 0.01775 lineto
  10482. 0.94643 0.01662 lineto
  10483. 0.95139 0.01617 lineto
  10484. 0.95635 0.01581 lineto
  10485. 0.96131 0.01552 lineto
  10486. 0.96379 0.01541 lineto
  10487. 0.96627 0.01532 lineto
  10488. 0.96875 0.01525 lineto
  10489. 0.96999 0.01522 lineto
  10490. 0.97123 0.0152 lineto
  10491. Mistroke
  10492. 0.97247 0.01518 lineto
  10493. 0.97371 0.01517 lineto
  10494. 0.97495 0.01516 lineto
  10495. 0.97619 0.01516 lineto
  10496. Mfstroke
  10497. grestore
  10498. grestore
  10499. % End of Graphics
  10500. MathPictureEnd
  10501. :[font = subsection; inactive; Cclosed; preserveAspect; startGroup; ]
  10502. Advanced Graphing
  10503. :[font = text; inactive; preserveAspect; ]
  10504. PlotE can do things other than plotting functions; it can graph sequences, data sets, equations, and parametric equations, all at the same time. In fact, PlotE doesn't have to do anything at all! It can also create a variety of geometric objects. But first, let's show how to do nothing at all!
  10505. ;[s]
  10506. 4:0,0;5,1;154,2;159,3;295,-1;
  10507. 4:1,10,8,Courier,1,12,0,0,0;1,13,10,Times,0,14,0,0,0;1,10,8,Courier,1,12,0,0,0;1,13,10,Times,0,14,0,0,0;
  10508. :[font = subsubsection; inactive; preserveAspect; ]
  10509. Thin Air
  10510. :[font = input; Cclosed; preserveAspect; startGroup; ]
  10511. PlotE[];
  10512. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; endGroup; ]
  10513. %!
  10514. %%Creator: Mathematica
  10515. %%AspectRatio: 0.61803 
  10516. MathPictureStart
  10517. /Courier findfont 10  scalefont  setfont
  10518. % Scaling calculations
  10519. 0.5 0.095238 0.309017 0.05886 [
  10520. [(-4)] 0.11905 0.30902 0 2 Msboxa
  10521. [(-2)] 0.30952 0.30902 0 2 Msboxa
  10522. [(2)] 0.69048 0.30902 0 2 Msboxa
  10523. [(4)] 0.88095 0.30902 0 2 Msboxa
  10524. [(x)] 1.025 0.30902 -1 0 Msboxa
  10525. [(-4)] 0.4875 0.07358 1 0 Msboxa
  10526. [(-2)] 0.4875 0.1913 1 0 Msboxa
  10527. [(2)] 0.4875 0.42674 1 0 Msboxa
  10528. [(4)] 0.4875 0.54446 1 0 Msboxa
  10529. [(y)] 0.5 0.61803 0 -4 Msboxa
  10530. [ -0.001 -0.001 0 0 ]
  10531. [ 1.001 0.61903 0 0 ]
  10532. ] MathScale
  10533. % Start of Graphics
  10534. 1 setlinecap
  10535. 1 setlinejoin
  10536. newpath
  10537. %%Object: Graphics
  10538. [ ] 0 setdash
  10539. 0 setgray
  10540. gsave
  10541. gsave
  10542. 0.002 setlinewidth
  10543. 0.11905 0.30902 moveto
  10544. 0.11905 0.31527 lineto
  10545. stroke
  10546. grestore
  10547. [(-4)] 0.11905 0.30902 0 2 Mshowa
  10548. gsave
  10549. 0.002 setlinewidth
  10550. 0.30952 0.30902 moveto
  10551. 0.30952 0.31527 lineto
  10552. stroke
  10553. grestore
  10554. [(-2)] 0.30952 0.30902 0 2 Mshowa
  10555. gsave
  10556. 0.002 setlinewidth
  10557. 0.69048 0.30902 moveto
  10558. 0.69048 0.31527 lineto
  10559. stroke
  10560. grestore
  10561. [(2)] 0.69048 0.30902 0 2 Mshowa
  10562. gsave
  10563. 0.002 setlinewidth
  10564. 0.88095 0.30902 moveto
  10565. 0.88095 0.31527 lineto
  10566. stroke
  10567. grestore
  10568. [(4)] 0.88095 0.30902 0 2 Mshowa
  10569. gsave
  10570. 0.001 setlinewidth
  10571. 0.15714 0.30902 moveto
  10572. 0.15714 0.31277 lineto
  10573. stroke
  10574. grestore
  10575. gsave
  10576. 0.001 setlinewidth
  10577. 0.19524 0.30902 moveto
  10578. 0.19524 0.31277 lineto
  10579. stroke
  10580. grestore
  10581. gsave
  10582. 0.001 setlinewidth
  10583. 0.23333 0.30902 moveto
  10584. 0.23333 0.31277 lineto
  10585. stroke
  10586. grestore
  10587. gsave
  10588. 0.001 setlinewidth
  10589. 0.27143 0.30902 moveto
  10590. 0.27143 0.31277 lineto
  10591. stroke
  10592. grestore
  10593. gsave
  10594. 0.001 setlinewidth
  10595. 0.34762 0.30902 moveto
  10596. 0.34762 0.31277 lineto
  10597. stroke
  10598. grestore
  10599. gsave
  10600. 0.001 setlinewidth
  10601. 0.38571 0.30902 moveto
  10602. 0.38571 0.31277 lineto
  10603. stroke
  10604. grestore
  10605. gsave
  10606. 0.001 setlinewidth
  10607. 0.42381 0.30902 moveto
  10608. 0.42381 0.31277 lineto
  10609. stroke
  10610. grestore
  10611. gsave
  10612. 0.001 setlinewidth
  10613. 0.4619 0.30902 moveto
  10614. 0.4619 0.31277 lineto
  10615. stroke
  10616. grestore
  10617. gsave
  10618. 0.001 setlinewidth
  10619. 0.5381 0.30902 moveto
  10620. 0.5381 0.31277 lineto
  10621. stroke
  10622. grestore
  10623. gsave
  10624. 0.001 setlinewidth
  10625. 0.57619 0.30902 moveto
  10626. 0.57619 0.31277 lineto
  10627. stroke
  10628. grestore
  10629. gsave
  10630. 0.001 setlinewidth
  10631. 0.61429 0.30902 moveto
  10632. 0.61429 0.31277 lineto
  10633. stroke
  10634. grestore
  10635. gsave
  10636. 0.001 setlinewidth
  10637. 0.65238 0.30902 moveto
  10638. 0.65238 0.31277 lineto
  10639. stroke
  10640. grestore
  10641. gsave
  10642. 0.001 setlinewidth
  10643. 0.72857 0.30902 moveto
  10644. 0.72857 0.31277 lineto
  10645. stroke
  10646. grestore
  10647. gsave
  10648. 0.001 setlinewidth
  10649. 0.76667 0.30902 moveto
  10650. 0.76667 0.31277 lineto
  10651. stroke
  10652. grestore
  10653. gsave
  10654. 0.001 setlinewidth
  10655. 0.80476 0.30902 moveto
  10656. 0.80476 0.31277 lineto
  10657. stroke
  10658. grestore
  10659. gsave
  10660. 0.001 setlinewidth
  10661. 0.84286 0.30902 moveto
  10662. 0.84286 0.31277 lineto
  10663. stroke
  10664. grestore
  10665. gsave
  10666. 0.001 setlinewidth
  10667. 0.08095 0.30902 moveto
  10668. 0.08095 0.31277 lineto
  10669. stroke
  10670. grestore
  10671. gsave
  10672. 0.001 setlinewidth
  10673. 0.04286 0.30902 moveto
  10674. 0.04286 0.31277 lineto
  10675. stroke
  10676. grestore
  10677. gsave
  10678. 0.001 setlinewidth
  10679. 0.00476 0.30902 moveto
  10680. 0.00476 0.31277 lineto
  10681. stroke
  10682. grestore
  10683. gsave
  10684. 0.001 setlinewidth
  10685. 0.91905 0.30902 moveto
  10686. 0.91905 0.31277 lineto
  10687. stroke
  10688. grestore
  10689. gsave
  10690. 0.001 setlinewidth
  10691. 0.95714 0.30902 moveto
  10692. 0.95714 0.31277 lineto
  10693. stroke
  10694. grestore
  10695. gsave
  10696. 0.001 setlinewidth
  10697. 0.99524 0.30902 moveto
  10698. 0.99524 0.31277 lineto
  10699. stroke
  10700. grestore
  10701. [(x)] 1.025 0.30902 -1 0 Mshowa
  10702. gsave
  10703. 0.002 setlinewidth
  10704. 0 0.30902 moveto
  10705. 1 0.30902 lineto
  10706. stroke
  10707. grestore
  10708. gsave
  10709. 0.002 setlinewidth
  10710. 0.5 0.07358 moveto
  10711. 0.50625 0.07358 lineto
  10712. stroke
  10713. grestore
  10714. [(-4)] 0.4875 0.07358 1 0 Mshowa
  10715. gsave
  10716. 0.002 setlinewidth
  10717. 0.5 0.1913 moveto
  10718. 0.50625 0.1913 lineto
  10719. stroke
  10720. grestore
  10721. [(-2)] 0.4875 0.1913 1 0 Mshowa
  10722. gsave
  10723. 0.002 setlinewidth
  10724. 0.5 0.42674 moveto
  10725. 0.50625 0.42674 lineto
  10726. stroke
  10727. grestore
  10728. [(2)] 0.4875 0.42674 1 0 Mshowa
  10729. gsave
  10730. 0.002 setlinewidth
  10731. 0.5 0.54446 moveto
  10732. 0.50625 0.54446 lineto
  10733. stroke
  10734. grestore
  10735. [(4)] 0.4875 0.54446 1 0 Mshowa
  10736. gsave
  10737. 0.001 setlinewidth
  10738. 0.5 0.09712 moveto
  10739. 0.50375 0.09712 lineto
  10740. stroke
  10741. grestore
  10742. gsave
  10743. 0.001 setlinewidth
  10744. 0.5 0.12066 moveto
  10745. 0.50375 0.12066 lineto
  10746. stroke
  10747. grestore
  10748. gsave
  10749. 0.001 setlinewidth
  10750. 0.5 0.14421 moveto
  10751. 0.50375 0.14421 lineto
  10752. stroke
  10753. grestore
  10754. gsave
  10755. 0.001 setlinewidth
  10756. 0.5 0.16775 moveto
  10757. 0.50375 0.16775 lineto
  10758. stroke
  10759. grestore
  10760. gsave
  10761. 0.001 setlinewidth
  10762. 0.5 0.21484 moveto
  10763. 0.50375 0.21484 lineto
  10764. stroke
  10765. grestore
  10766. gsave
  10767. 0.001 setlinewidth
  10768. 0.5 0.23838 moveto
  10769. 0.50375 0.23838 lineto
  10770. stroke
  10771. grestore
  10772. gsave
  10773. 0.001 setlinewidth
  10774. 0.5 0.26193 moveto
  10775. 0.50375 0.26193 lineto
  10776. stroke
  10777. grestore
  10778. gsave
  10779. 0.001 setlinewidth
  10780. 0.5 0.28547 moveto
  10781. 0.50375 0.28547 lineto
  10782. stroke
  10783. grestore
  10784. gsave
  10785. 0.001 setlinewidth
  10786. 0.5 0.33256 moveto
  10787. 0.50375 0.33256 lineto
  10788. stroke
  10789. grestore
  10790. gsave
  10791. 0.001 setlinewidth
  10792. 0.5 0.35611 moveto
  10793. 0.50375 0.35611 lineto
  10794. stroke
  10795. grestore
  10796. gsave
  10797. 0.001 setlinewidth
  10798. 0.5 0.37965 moveto
  10799. 0.50375 0.37965 lineto
  10800. stroke
  10801. grestore
  10802. gsave
  10803. 0.001 setlinewidth
  10804. 0.5 0.40319 moveto
  10805. 0.50375 0.40319 lineto
  10806. stroke
  10807. grestore
  10808. gsave
  10809. 0.001 setlinewidth
  10810. 0.5 0.45028 moveto
  10811. 0.50375 0.45028 lineto
  10812. stroke
  10813. grestore
  10814. gsave
  10815. 0.001 setlinewidth
  10816. 0.5 0.47383 moveto
  10817. 0.50375 0.47383 lineto
  10818. stroke
  10819. grestore
  10820. gsave
  10821. 0.001 setlinewidth
  10822. 0.5 0.49737 moveto
  10823. 0.50375 0.49737 lineto
  10824. stroke
  10825. grestore
  10826. gsave
  10827. 0.001 setlinewidth
  10828. 0.5 0.52091 moveto
  10829. 0.50375 0.52091 lineto
  10830. stroke
  10831. grestore
  10832. gsave
  10833. 0.001 setlinewidth
  10834. 0.5 0.05003 moveto
  10835. 0.50375 0.05003 lineto
  10836. stroke
  10837. grestore
  10838. gsave
  10839. 0.001 setlinewidth
  10840. 0.5 0.02649 moveto
  10841. 0.50375 0.02649 lineto
  10842. stroke
  10843. grestore
  10844. gsave
  10845. 0.001 setlinewidth
  10846. 0.5 0.00294 moveto
  10847. 0.50375 0.00294 lineto
  10848. stroke
  10849. grestore
  10850. gsave
  10851. 0.001 setlinewidth
  10852. 0.5 0.568 moveto
  10853. 0.50375 0.568 lineto
  10854. stroke
  10855. grestore
  10856. gsave
  10857. 0.001 setlinewidth
  10858. 0.5 0.59155 moveto
  10859. 0.50375 0.59155 lineto
  10860. stroke
  10861. grestore
  10862. gsave
  10863. 0.001 setlinewidth
  10864. 0.5 0.61509 moveto
  10865. 0.50375 0.61509 lineto
  10866. stroke
  10867. grestore
  10868. [(y)] 0.5 0.61803 0 -4 Mshowa
  10869. gsave
  10870. 0.002 setlinewidth
  10871. 0.5 0 moveto
  10872. 0.5 0.61803 lineto
  10873. stroke
  10874. grestore
  10875. grestore
  10876. 0 0 moveto
  10877. 1 0 lineto
  10878. 1 0.61803 lineto
  10879. 0 0.61803 lineto
  10880. closepath
  10881. clip
  10882. newpath
  10883. gsave
  10884. gsave
  10885. 1 1 1 setrgbcolor
  10886. [ ] 0 setdash
  10887. 1 Mabswid
  10888. 0.02381 0.01472 moveto
  10889. 0.06349 0.03924 lineto
  10890. 0.10317 0.06377 lineto
  10891. 0.14286 0.08829 lineto
  10892. 0.18254 0.11282 lineto
  10893. 0.22222 0.13734 lineto
  10894. 0.2619 0.16187 lineto
  10895. 0.30159 0.18639 lineto
  10896. 0.34127 0.21092 lineto
  10897. 0.38095 0.23544 lineto
  10898. 0.42063 0.25997 lineto
  10899. 0.46032 0.28449 lineto
  10900. 0.5 0.30902 lineto
  10901. 0.53968 0.33354 lineto
  10902. 0.57937 0.35807 lineto
  10903. 0.61905 0.38259 lineto
  10904. 0.65873 0.40712 lineto
  10905. 0.69841 0.43164 lineto
  10906. 0.7381 0.45617 lineto
  10907. 0.77778 0.48069 lineto
  10908. 0.81746 0.50522 lineto
  10909. 0.85714 0.52974 lineto
  10910. 0.89683 0.55427 lineto
  10911. 0.93651 0.57879 lineto
  10912. 0.97619 0.60332 lineto
  10913. stroke
  10914. grestore
  10915. grestore
  10916. % End of Graphics
  10917. MathPictureEnd
  10918. :[font = input; Cclosed; preserveAspect; startGroup; ]
  10919. PlotE[Axes->None];
  10920. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 237; endGroup; ]
  10921. %!
  10922. %%Creator: Mathematica
  10923. %%AspectRatio: 0.61803 
  10924. MathPictureStart
  10925. /Courier findfont 10  scalefont  setfont
  10926. % Scaling calculations
  10927. 0.5 0.095238 0.309017 0.05886 [
  10928. [ 0 0 0 0 ]
  10929. [ 1 0.618034 0 0 ]
  10930. ] MathScale
  10931. % Start of Graphics
  10932. 1 setlinecap
  10933. 1 setlinejoin
  10934. newpath
  10935. %%Object: Graphics
  10936. [ ] 0 setdash
  10937. 0 setgray
  10938. gsave
  10939. grestore
  10940. 0 0 moveto
  10941. 1 0 lineto
  10942. 1 0.61803 lineto
  10943. 0 0.61803 lineto
  10944. closepath
  10945. clip
  10946. newpath
  10947. gsave
  10948. gsave
  10949. 1 1 1 setrgbcolor
  10950. [ ] 0 setdash
  10951. 1 Mabswid
  10952. 0.02381 0.01472 moveto
  10953. 0.06349 0.03924 lineto
  10954. 0.10317 0.06377 lineto
  10955. 0.14286 0.08829 lineto
  10956. 0.18254 0.11282 lineto
  10957. 0.22222 0.13734 lineto
  10958. 0.2619 0.16187 lineto
  10959. 0.30159 0.18639 lineto
  10960. 0.34127 0.21092 lineto
  10961. 0.38095 0.23544 lineto
  10962. 0.42063 0.25997 lineto
  10963. 0.46032 0.28449 lineto
  10964. 0.5 0.30902 lineto
  10965. 0.53968 0.33354 lineto
  10966. 0.57937 0.35807 lineto
  10967. 0.61905 0.38259 lineto
  10968. 0.65873 0.40712 lineto
  10969. 0.69841 0.43164 lineto
  10970. 0.7381 0.45617 lineto
  10971. 0.77778 0.48069 lineto
  10972. 0.81746 0.50522 lineto
  10973. 0.85714 0.52974 lineto
  10974. 0.89683 0.55427 lineto
  10975. 0.93651 0.57879 lineto
  10976. 0.97619 0.60332 lineto
  10977. stroke
  10978. grestore
  10979. grestore
  10980. % End of Graphics
  10981. MathPictureEnd
  10982. :[font = subsubsection; inactive; preserveAspect; ]
  10983. Functions of y
  10984. :[font = input; Cclosed; preserveAspect; startGroup; ]
  10985. PlotE[y,y^2,y^3,{y,-1,1}];
  10986. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; endGroup; ]
  10987. %!
  10988. %%Creator: Mathematica
  10989. %%AspectRatio: 0.61803 
  10990. MathPictureStart
  10991. /Courier findfont 10  scalefont  setfont
  10992. % Scaling calculations
  10993. 0.387069 0.927914 0.309017 0.294302 [
  10994. [(-0.4)] 0.0159 0.30902 0 2 Msboxa
  10995. [(-0.2)] 0.20149 0.30902 0 2 Msboxa
  10996. [(0.2)] 0.57265 0.30902 0 2 Msboxa
  10997. [(0.4)] 0.75823 0.30902 0 2 Msboxa
  10998. [(0.6)] 0.94382 0.30902 0 2 Msboxa
  10999. [(x)] 1.025 0.30902 -1 0 Msboxa
  11000. [(-1)] 0.37457 0.01472 1 0 Msboxa
  11001. [(-0.5)] 0.37457 0.16187 1 0 Msboxa
  11002. [(0.5)] 0.37457 0.45617 1 0 Msboxa
  11003. [(1)] 0.37457 0.60332 1 0 Msboxa
  11004. [(y)] 0.38707 0.61803 0 -4 Msboxa
  11005. [ -0.001 -0.001 0 0 ]
  11006. [ 1.001 0.61903 0 0 ]
  11007. ] MathScale
  11008. % Start of Graphics
  11009. 1 setlinecap
  11010. 1 setlinejoin
  11011. newpath
  11012. %%Object: Graphics
  11013. [ ] 0 setdash
  11014. 0 setgray
  11015. gsave
  11016. gsave
  11017. 0.002 setlinewidth
  11018. 0.0159 0.30902 moveto
  11019. 0.0159 0.31527 lineto
  11020. stroke
  11021. grestore
  11022. [(-0.4)] 0.0159 0.30902 0 2 Mshowa
  11023. gsave
  11024. 0.002 setlinewidth
  11025. 0.20149 0.30902 moveto
  11026. 0.20149 0.31527 lineto
  11027. stroke
  11028. grestore
  11029. [(-0.2)] 0.20149 0.30902 0 2 Mshowa
  11030. gsave
  11031. 0.002 setlinewidth
  11032. 0.57265 0.30902 moveto
  11033. 0.57265 0.31527 lineto
  11034. stroke
  11035. grestore
  11036. [(0.2)] 0.57265 0.30902 0 2 Mshowa
  11037. gsave
  11038. 0.002 setlinewidth
  11039. 0.75823 0.30902 moveto
  11040. 0.75823 0.31527 lineto
  11041. stroke
  11042. grestore
  11043. [(0.4)] 0.75823 0.30902 0 2 Mshowa
  11044. gsave
  11045. 0.002 setlinewidth
  11046. 0.94382 0.30902 moveto
  11047. 0.94382 0.31527 lineto
  11048. stroke
  11049. grestore
  11050. [(0.6)] 0.94382 0.30902 0 2 Mshowa
  11051. gsave
  11052. 0.001 setlinewidth
  11053. 0.05302 0.30902 moveto
  11054. 0.05302 0.31277 lineto
  11055. stroke
  11056. grestore
  11057. gsave
  11058. 0.001 setlinewidth
  11059. 0.09014 0.30902 moveto
  11060. 0.09014 0.31277 lineto
  11061. stroke
  11062. grestore
  11063. gsave
  11064. 0.001 setlinewidth
  11065. 0.12725 0.30902 moveto
  11066. 0.12725 0.31277 lineto
  11067. stroke
  11068. grestore
  11069. gsave
  11070. 0.001 setlinewidth
  11071. 0.16437 0.30902 moveto
  11072. 0.16437 0.31277 lineto
  11073. stroke
  11074. grestore
  11075. gsave
  11076. 0.001 setlinewidth
  11077. 0.2386 0.30902 moveto
  11078. 0.2386 0.31277 lineto
  11079. stroke
  11080. grestore
  11081. gsave
  11082. 0.001 setlinewidth
  11083. 0.27572 0.30902 moveto
  11084. 0.27572 0.31277 lineto
  11085. stroke
  11086. grestore
  11087. gsave
  11088. 0.001 setlinewidth
  11089. 0.31284 0.30902 moveto
  11090. 0.31284 0.31277 lineto
  11091. stroke
  11092. grestore
  11093. gsave
  11094. 0.001 setlinewidth
  11095. 0.34995 0.30902 moveto
  11096. 0.34995 0.31277 lineto
  11097. stroke
  11098. grestore
  11099. gsave
  11100. 0.001 setlinewidth
  11101. 0.42419 0.30902 moveto
  11102. 0.42419 0.31277 lineto
  11103. stroke
  11104. grestore
  11105. gsave
  11106. 0.001 setlinewidth
  11107. 0.4613 0.30902 moveto
  11108. 0.4613 0.31277 lineto
  11109. stroke
  11110. grestore
  11111. gsave
  11112. 0.001 setlinewidth
  11113. 0.49842 0.30902 moveto
  11114. 0.49842 0.31277 lineto
  11115. stroke
  11116. grestore
  11117. gsave
  11118. 0.001 setlinewidth
  11119. 0.53554 0.30902 moveto
  11120. 0.53554 0.31277 lineto
  11121. stroke
  11122. grestore
  11123. gsave
  11124. 0.001 setlinewidth
  11125. 0.60977 0.30902 moveto
  11126. 0.60977 0.31277 lineto
  11127. stroke
  11128. grestore
  11129. gsave
  11130. 0.001 setlinewidth
  11131. 0.64689 0.30902 moveto
  11132. 0.64689 0.31277 lineto
  11133. stroke
  11134. grestore
  11135. gsave
  11136. 0.001 setlinewidth
  11137. 0.684 0.30902 moveto
  11138. 0.684 0.31277 lineto
  11139. stroke
  11140. grestore
  11141. gsave
  11142. 0.001 setlinewidth
  11143. 0.72112 0.30902 moveto
  11144. 0.72112 0.31277 lineto
  11145. stroke
  11146. grestore
  11147. gsave
  11148. 0.001 setlinewidth
  11149. 0.79535 0.30902 moveto
  11150. 0.79535 0.31277 lineto
  11151. stroke
  11152. grestore
  11153. gsave
  11154. 0.001 setlinewidth
  11155. 0.83247 0.30902 moveto
  11156. 0.83247 0.31277 lineto
  11157. stroke
  11158. grestore
  11159. gsave
  11160. 0.001 setlinewidth
  11161. 0.86958 0.30902 moveto
  11162. 0.86958 0.31277 lineto
  11163. stroke
  11164. grestore
  11165. gsave
  11166. 0.001 setlinewidth
  11167. 0.9067 0.30902 moveto
  11168. 0.9067 0.31277 lineto
  11169. stroke
  11170. grestore
  11171. gsave
  11172. 0.001 setlinewidth
  11173. 0.98093 0.30902 moveto
  11174. 0.98093 0.31277 lineto
  11175. stroke
  11176. grestore
  11177. [(x)] 1.025 0.30902 -1 0 Mshowa
  11178. gsave
  11179. 0.002 setlinewidth
  11180. 0 0.30902 moveto
  11181. 1 0.30902 lineto
  11182. stroke
  11183. grestore
  11184. gsave
  11185. 0.002 setlinewidth
  11186. 0.38707 0.01472 moveto
  11187. 0.39332 0.01472 lineto
  11188. stroke
  11189. grestore
  11190. [(-1)] 0.37457 0.01472 1 0 Mshowa
  11191. gsave
  11192. 0.002 setlinewidth
  11193. 0.38707 0.16187 moveto
  11194. 0.39332 0.16187 lineto
  11195. stroke
  11196. grestore
  11197. [(-0.5)] 0.37457 0.16187 1 0 Mshowa
  11198. gsave
  11199. 0.002 setlinewidth
  11200. 0.38707 0.45617 moveto
  11201. 0.39332 0.45617 lineto
  11202. stroke
  11203. grestore
  11204. [(0.5)] 0.37457 0.45617 1 0 Mshowa
  11205. gsave
  11206. 0.002 setlinewidth
  11207. 0.38707 0.60332 moveto
  11208. 0.39332 0.60332 lineto
  11209. stroke
  11210. grestore
  11211. [(1)] 0.37457 0.60332 1 0 Mshowa
  11212. gsave
  11213. 0.001 setlinewidth
  11214. 0.38707 0.04415 moveto
  11215. 0.39082 0.04415 lineto
  11216. stroke
  11217. grestore
  11218. gsave
  11219. 0.001 setlinewidth
  11220. 0.38707 0.07358 moveto
  11221. 0.39082 0.07358 lineto
  11222. stroke
  11223. grestore
  11224. gsave
  11225. 0.001 setlinewidth
  11226. 0.38707 0.10301 moveto
  11227. 0.39082 0.10301 lineto
  11228. stroke
  11229. grestore
  11230. gsave
  11231. 0.001 setlinewidth
  11232. 0.38707 0.13244 moveto
  11233. 0.39082 0.13244 lineto
  11234. stroke
  11235. grestore
  11236. gsave
  11237. 0.001 setlinewidth
  11238. 0.38707 0.1913 moveto
  11239. 0.39082 0.1913 lineto
  11240. stroke
  11241. grestore
  11242. gsave
  11243. 0.001 setlinewidth
  11244. 0.38707 0.22073 moveto
  11245. 0.39082 0.22073 lineto
  11246. stroke
  11247. grestore
  11248. gsave
  11249. 0.001 setlinewidth
  11250. 0.38707 0.25016 moveto
  11251. 0.39082 0.25016 lineto
  11252. stroke
  11253. grestore
  11254. gsave
  11255. 0.001 setlinewidth
  11256. 0.38707 0.27959 moveto
  11257. 0.39082 0.27959 lineto
  11258. stroke
  11259. grestore
  11260. gsave
  11261. 0.001 setlinewidth
  11262. 0.38707 0.33845 moveto
  11263. 0.39082 0.33845 lineto
  11264. stroke
  11265. grestore
  11266. gsave
  11267. 0.001 setlinewidth
  11268. 0.38707 0.36788 moveto
  11269. 0.39082 0.36788 lineto
  11270. stroke
  11271. grestore
  11272. gsave
  11273. 0.001 setlinewidth
  11274. 0.38707 0.39731 moveto
  11275. 0.39082 0.39731 lineto
  11276. stroke
  11277. grestore
  11278. gsave
  11279. 0.001 setlinewidth
  11280. 0.38707 0.42674 moveto
  11281. 0.39082 0.42674 lineto
  11282. stroke
  11283. grestore
  11284. gsave
  11285. 0.001 setlinewidth
  11286. 0.38707 0.4856 moveto
  11287. 0.39082 0.4856 lineto
  11288. stroke
  11289. grestore
  11290. gsave
  11291. 0.001 setlinewidth
  11292. 0.38707 0.51503 moveto
  11293. 0.39082 0.51503 lineto
  11294. stroke
  11295. grestore
  11296. gsave
  11297. 0.001 setlinewidth
  11298. 0.38707 0.54446 moveto
  11299. 0.39082 0.54446 lineto
  11300. stroke
  11301. grestore
  11302. gsave
  11303. 0.001 setlinewidth
  11304. 0.38707 0.57389 moveto
  11305. 0.39082 0.57389 lineto
  11306. stroke
  11307. grestore
  11308. [(y)] 0.38707 0.61803 0 -4 Mshowa
  11309. gsave
  11310. 0.002 setlinewidth
  11311. 0.38707 0 moveto
  11312. 0.38707 0.61803 lineto
  11313. stroke
  11314. grestore
  11315. grestore
  11316. 0 0 moveto
  11317. 1 0 lineto
  11318. 1 0.61803 lineto
  11319. 0 0.61803 lineto
  11320. closepath
  11321. clip
  11322. newpath
  11323. gsave
  11324. gsave
  11325. 0 0 1 setrgbcolor
  11326. [ ] 0 setdash
  11327. 1 Mabswid
  11328. stroke
  11329. stroke
  11330. stroke
  11331. stroke
  11332. stroke
  11333. stroke
  11334. stroke
  11335. 0 0.18625 moveto
  11336. 0.00044 0.18639 lineto
  11337. stroke
  11338. 0.00044 0.18639 moveto
  11339. 0.07776 0.21092 lineto
  11340. 0.15509 0.23544 lineto
  11341. 0.23242 0.25997 lineto
  11342. 0.30974 0.28449 lineto
  11343. 0.38707 0.30902 lineto
  11344. 0.4644 0.33354 lineto
  11345. 0.54172 0.35807 lineto
  11346. 0.61905 0.38259 lineto
  11347. 0.69637 0.40712 lineto
  11348. 0.7737 0.43164 lineto
  11349. 0.85103 0.45617 lineto
  11350. 0.92835 0.48069 lineto
  11351. stroke
  11352. 1 0.50342 moveto
  11353. 0.92835 0.48069 lineto
  11354. stroke
  11355. stroke
  11356. stroke
  11357. stroke
  11358. stroke
  11359. stroke
  11360. grestore
  11361. gsave
  11362. 1 0 0 setrgbcolor
  11363. [ ] 0 setdash
  11364. 1 Mabswid
  11365. stroke
  11366. stroke
  11367. stroke
  11368. 1 0.07007 moveto
  11369. 0.90902 0.08829 lineto
  11370. stroke
  11371. 0.90902 0.08829 moveto
  11372. 0.79948 0.11282 lineto
  11373. 0.70282 0.13734 lineto
  11374. 0.61905 0.16187 lineto
  11375. 0.54817 0.18639 lineto
  11376. 0.49017 0.21092 lineto
  11377. 0.44506 0.23544 lineto
  11378. 0.42734 0.2477 lineto
  11379. 0.41284 0.25997 lineto
  11380. 0.40157 0.27223 lineto
  11381. 0.39714 0.27836 lineto
  11382. 0.39351 0.28449 lineto
  11383. 0.39069 0.29062 lineto
  11384. 0.38959 0.29369 lineto
  11385. 0.38868 0.29675 lineto
  11386. 0.38798 0.29982 lineto
  11387. 0.3877 0.30135 lineto
  11388. 0.38747 0.30289 lineto
  11389. 0.3873 0.30442 lineto
  11390. 0.38723 0.30518 lineto
  11391. 0.38717 0.30595 lineto
  11392. 0.38713 0.30672 lineto
  11393. 0.38709 0.30748 lineto
  11394. 0.38708 0.30825 lineto
  11395. 0.38707 0.30902 lineto
  11396. 0.38708 0.30978 lineto
  11397. 0.38709 0.31055 lineto
  11398. 0.38713 0.31132 lineto
  11399. 0.38717 0.31208 lineto
  11400. 0.38723 0.31285 lineto
  11401. 0.3873 0.31362 lineto
  11402. 0.38747 0.31515 lineto
  11403. 0.3877 0.31668 lineto
  11404. 0.38798 0.31821 lineto
  11405. 0.38868 0.32128 lineto
  11406. 0.38959 0.32435 lineto
  11407. 0.39069 0.32741 lineto
  11408. 0.39351 0.33354 lineto
  11409. 0.39714 0.33967 lineto
  11410. 0.40157 0.3458 lineto
  11411. 0.41284 0.35807 lineto
  11412. 0.42734 0.37033 lineto
  11413. 0.44506 0.38259 lineto
  11414. 0.49017 0.40712 lineto
  11415. 0.54817 0.43164 lineto
  11416. 0.61905 0.45617 lineto
  11417. 0.70282 0.48069 lineto
  11418. 0.79948 0.50522 lineto
  11419. 0.90902 0.52974 lineto
  11420. stroke
  11421. 1 0.54797 moveto
  11422. 0.90902 0.52974 lineto
  11423. stroke
  11424. stroke
  11425. stroke
  11426. stroke
  11427. grestore
  11428. gsave
  11429. 0 1 0 setrgbcolor
  11430. [ ] 0 setdash
  11431. 1 Mabswid
  11432. stroke
  11433. stroke
  11434. stroke
  11435. stroke
  11436. 0 0.08922 moveto
  11437. 0.11213 0.11282 lineto
  11438. stroke
  11439. 0.11213 0.11282 moveto
  11440. 0.20288 0.13734 lineto
  11441. 0.27108 0.16187 lineto
  11442. 0.29773 0.17413 lineto
  11443. 0.31995 0.18639 lineto
  11444. 0.33814 0.19865 lineto
  11445. 0.3527 0.21092 lineto
  11446. 0.36405 0.22318 lineto
  11447. 0.37257 0.23544 lineto
  11448. 0.3759 0.24157 lineto
  11449. 0.37868 0.2477 lineto
  11450. 0.38095 0.25384 lineto
  11451. 0.38277 0.25997 lineto
  11452. 0.38419 0.2661 lineto
  11453. 0.38526 0.27223 lineto
  11454. 0.38567 0.27529 lineto
  11455. 0.38602 0.27836 lineto
  11456. 0.3863 0.28143 lineto
  11457. 0.38653 0.28449 lineto
  11458. 0.38671 0.28756 lineto
  11459. 0.38684 0.29062 lineto
  11460. 0.38689 0.29216 lineto
  11461. 0.38694 0.29369 lineto
  11462. 0.38697 0.29522 lineto
  11463. 0.387 0.29675 lineto
  11464. 0.38702 0.29829 lineto
  11465. 0.38704 0.29982 lineto
  11466. 0.38705 0.30059 lineto
  11467. 0.38705 0.30135 lineto
  11468. 0.38706 0.30212 lineto
  11469. 0.38706 0.30289 lineto
  11470. 0.38706 0.30365 lineto
  11471. 0.38707 0.30442 lineto
  11472. 0.38707 0.30518 lineto
  11473. 0.38707 0.30595 lineto
  11474. 0.38707 0.30902 lineto
  11475. 0.38707 0.30978 lineto
  11476. 0.38707 0.31055 lineto
  11477. 0.38707 0.31132 lineto
  11478. 0.38707 0.31208 lineto
  11479. 0.38707 0.31285 lineto
  11480. 0.38707 0.31362 lineto
  11481. 0.38707 0.31438 lineto
  11482. 0.38708 0.31515 lineto
  11483. 0.38709 0.31668 lineto
  11484. 0.38709 0.31745 lineto
  11485. 0.3871 0.31821 lineto
  11486. 0.38711 0.31975 lineto
  11487. 0.38714 0.32128 lineto
  11488. 0.38716 0.32281 lineto
  11489. Mistroke
  11490. 0.3872 0.32435 lineto
  11491. 0.3873 0.32741 lineto
  11492. 0.38743 0.33048 lineto
  11493. 0.38761 0.33354 lineto
  11494. 0.38783 0.33661 lineto
  11495. 0.38812 0.33967 lineto
  11496. 0.38888 0.3458 lineto
  11497. 0.38995 0.35194 lineto
  11498. 0.39136 0.35807 lineto
  11499. 0.39319 0.3642 lineto
  11500. 0.39546 0.37033 lineto
  11501. 0.40157 0.38259 lineto
  11502. 0.41009 0.39486 lineto
  11503. 0.42144 0.40712 lineto
  11504. 0.436 0.41938 lineto
  11505. 0.45419 0.43164 lineto
  11506. 0.50306 0.45617 lineto
  11507. 0.57126 0.48069 lineto
  11508. 0.66201 0.50522 lineto
  11509. 0.77853 0.52974 lineto
  11510. 0.92406 0.55427 lineto
  11511. Mfstroke
  11512. 1 0.56475 moveto
  11513. 0.92406 0.55427 lineto
  11514. stroke
  11515. stroke
  11516. stroke
  11517. grestore
  11518. grestore
  11519. % End of Graphics
  11520. MathPictureEnd
  11521. :[font = subsubsection; inactive; preserveAspect; ]
  11522. Sequences
  11523. :[font = input; Cclosed; preserveAspect; startGroup; ]
  11524. Clear[a,n];
  11525. a[n_]:= Sin[n]/(1+n);
  11526. PlotE[a[n],{0,10}];
  11527. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; endGroup; ]
  11528. %!
  11529. %%Creator: Mathematica
  11530. %%AspectRatio: 0.61803 
  11531. MathPictureStart
  11532. /Courier findfont 10  scalefont  setfont
  11533. % Scaling calculations
  11534. 0.02381 0.095238 0.176751 1.013862 [
  11535. [(2)] 0.21429 0.17675 0 2 Msboxa
  11536. [(4)] 0.40476 0.17675 0 2 Msboxa
  11537. [(6)] 0.59524 0.17675 0 2 Msboxa
  11538. [(8)] 0.78571 0.17675 0 2 Msboxa
  11539. [(10)] 0.97619 0.17675 0 2 Msboxa
  11540. [(n)] 1.025 0.17675 -1 0 Msboxa
  11541. [(-0.1)] 0.01131 0.07537 1 0 Msboxa
  11542. [(0.1)] 0.01131 0.27814 1 0 Msboxa
  11543. [(0.2)] 0.01131 0.37952 1 0 Msboxa
  11544. [(0.3)] 0.01131 0.48091 1 0 Msboxa
  11545. [(0.4)] 0.01131 0.5823 1 0 Msboxa
  11546. [(y)] 0.02381 0.61803 0 -4 Msboxa
  11547. [ -0.001 -0.001 0 0 ]
  11548. [ 1.001 0.61903 0 0 ]
  11549. ] MathScale
  11550. % Start of Graphics
  11551. 1 setlinecap
  11552. 1 setlinejoin
  11553. newpath
  11554. %%Object: Graphics
  11555. [ ] 0 setdash
  11556. 0 setgray
  11557. gsave
  11558. gsave
  11559. 0.002 setlinewidth
  11560. 0.21429 0.17675 moveto
  11561. 0.21429 0.183 lineto
  11562. stroke
  11563. grestore
  11564. [(2)] 0.21429 0.17675 0 2 Mshowa
  11565. gsave
  11566. 0.002 setlinewidth
  11567. 0.40476 0.17675 moveto
  11568. 0.40476 0.183 lineto
  11569. stroke
  11570. grestore
  11571. [(4)] 0.40476 0.17675 0 2 Mshowa
  11572. gsave
  11573. 0.002 setlinewidth
  11574. 0.59524 0.17675 moveto
  11575. 0.59524 0.183 lineto
  11576. stroke
  11577. grestore
  11578. [(6)] 0.59524 0.17675 0 2 Mshowa
  11579. gsave
  11580. 0.002 setlinewidth
  11581. 0.78571 0.17675 moveto
  11582. 0.78571 0.183 lineto
  11583. stroke
  11584. grestore
  11585. [(8)] 0.78571 0.17675 0 2 Mshowa
  11586. gsave
  11587. 0.002 setlinewidth
  11588. 0.97619 0.17675 moveto
  11589. 0.97619 0.183 lineto
  11590. stroke
  11591. grestore
  11592. [(10)] 0.97619 0.17675 0 2 Mshowa
  11593. gsave
  11594. 0.001 setlinewidth
  11595. 0.0619 0.17675 moveto
  11596. 0.0619 0.1805 lineto
  11597. stroke
  11598. grestore
  11599. gsave
  11600. 0.001 setlinewidth
  11601. 0.1 0.17675 moveto
  11602. 0.1 0.1805 lineto
  11603. stroke
  11604. grestore
  11605. gsave
  11606. 0.001 setlinewidth
  11607. 0.1381 0.17675 moveto
  11608. 0.1381 0.1805 lineto
  11609. stroke
  11610. grestore
  11611. gsave
  11612. 0.001 setlinewidth
  11613. 0.17619 0.17675 moveto
  11614. 0.17619 0.1805 lineto
  11615. stroke
  11616. grestore
  11617. gsave
  11618. 0.001 setlinewidth
  11619. 0.25238 0.17675 moveto
  11620. 0.25238 0.1805 lineto
  11621. stroke
  11622. grestore
  11623. gsave
  11624. 0.001 setlinewidth
  11625. 0.29048 0.17675 moveto
  11626. 0.29048 0.1805 lineto
  11627. stroke
  11628. grestore
  11629. gsave
  11630. 0.001 setlinewidth
  11631. 0.32857 0.17675 moveto
  11632. 0.32857 0.1805 lineto
  11633. stroke
  11634. grestore
  11635. gsave
  11636. 0.001 setlinewidth
  11637. 0.36667 0.17675 moveto
  11638. 0.36667 0.1805 lineto
  11639. stroke
  11640. grestore
  11641. gsave
  11642. 0.001 setlinewidth
  11643. 0.44286 0.17675 moveto
  11644. 0.44286 0.1805 lineto
  11645. stroke
  11646. grestore
  11647. gsave
  11648. 0.001 setlinewidth
  11649. 0.48095 0.17675 moveto
  11650. 0.48095 0.1805 lineto
  11651. stroke
  11652. grestore
  11653. gsave
  11654. 0.001 setlinewidth
  11655. 0.51905 0.17675 moveto
  11656. 0.51905 0.1805 lineto
  11657. stroke
  11658. grestore
  11659. gsave
  11660. 0.001 setlinewidth
  11661. 0.55714 0.17675 moveto
  11662. 0.55714 0.1805 lineto
  11663. stroke
  11664. grestore
  11665. gsave
  11666. 0.001 setlinewidth
  11667. 0.63333 0.17675 moveto
  11668. 0.63333 0.1805 lineto
  11669. stroke
  11670. grestore
  11671. gsave
  11672. 0.001 setlinewidth
  11673. 0.67143 0.17675 moveto
  11674. 0.67143 0.1805 lineto
  11675. stroke
  11676. grestore
  11677. gsave
  11678. 0.001 setlinewidth
  11679. 0.70952 0.17675 moveto
  11680. 0.70952 0.1805 lineto
  11681. stroke
  11682. grestore
  11683. gsave
  11684. 0.001 setlinewidth
  11685. 0.74762 0.17675 moveto
  11686. 0.74762 0.1805 lineto
  11687. stroke
  11688. grestore
  11689. gsave
  11690. 0.001 setlinewidth
  11691. 0.82381 0.17675 moveto
  11692. 0.82381 0.1805 lineto
  11693. stroke
  11694. grestore
  11695. gsave
  11696. 0.001 setlinewidth
  11697. 0.8619 0.17675 moveto
  11698. 0.8619 0.1805 lineto
  11699. stroke
  11700. grestore
  11701. gsave
  11702. 0.001 setlinewidth
  11703. 0.9 0.17675 moveto
  11704. 0.9 0.1805 lineto
  11705. stroke
  11706. grestore
  11707. gsave
  11708. 0.001 setlinewidth
  11709. 0.9381 0.17675 moveto
  11710. 0.9381 0.1805 lineto
  11711. stroke
  11712. grestore
  11713. [(n)] 1.025 0.17675 -1 0 Mshowa
  11714. gsave
  11715. 0.002 setlinewidth
  11716. 0 0.17675 moveto
  11717. 1 0.17675 lineto
  11718. stroke
  11719. grestore
  11720. gsave
  11721. 0.002 setlinewidth
  11722. 0.02381 0.07537 moveto
  11723. 0.03006 0.07537 lineto
  11724. stroke
  11725. grestore
  11726. [(-0.1)] 0.01131 0.07537 1 0 Mshowa
  11727. gsave
  11728. 0.002 setlinewidth
  11729. 0.02381 0.27814 moveto
  11730. 0.03006 0.27814 lineto
  11731. stroke
  11732. grestore
  11733. [(0.1)] 0.01131 0.27814 1 0 Mshowa
  11734. gsave
  11735. 0.002 setlinewidth
  11736. 0.02381 0.37952 moveto
  11737. 0.03006 0.37952 lineto
  11738. stroke
  11739. grestore
  11740. [(0.2)] 0.01131 0.37952 1 0 Mshowa
  11741. gsave
  11742. 0.002 setlinewidth
  11743. 0.02381 0.48091 moveto
  11744. 0.03006 0.48091 lineto
  11745. stroke
  11746. grestore
  11747. [(0.3)] 0.01131 0.48091 1 0 Mshowa
  11748. gsave
  11749. 0.002 setlinewidth
  11750. 0.02381 0.5823 moveto
  11751. 0.03006 0.5823 lineto
  11752. stroke
  11753. grestore
  11754. [(0.4)] 0.01131 0.5823 1 0 Mshowa
  11755. gsave
  11756. 0.001 setlinewidth
  11757. 0.02381 0.09564 moveto
  11758. 0.02756 0.09564 lineto
  11759. stroke
  11760. grestore
  11761. gsave
  11762. 0.001 setlinewidth
  11763. 0.02381 0.11592 moveto
  11764. 0.02756 0.11592 lineto
  11765. stroke
  11766. grestore
  11767. gsave
  11768. 0.001 setlinewidth
  11769. 0.02381 0.1362 moveto
  11770. 0.02756 0.1362 lineto
  11771. stroke
  11772. grestore
  11773. gsave
  11774. 0.001 setlinewidth
  11775. 0.02381 0.15647 moveto
  11776. 0.02756 0.15647 lineto
  11777. stroke
  11778. grestore
  11779. gsave
  11780. 0.001 setlinewidth
  11781. 0.02381 0.19703 moveto
  11782. 0.02756 0.19703 lineto
  11783. stroke
  11784. grestore
  11785. gsave
  11786. 0.001 setlinewidth
  11787. 0.02381 0.21731 moveto
  11788. 0.02756 0.21731 lineto
  11789. stroke
  11790. grestore
  11791. gsave
  11792. 0.001 setlinewidth
  11793. 0.02381 0.23758 moveto
  11794. 0.02756 0.23758 lineto
  11795. stroke
  11796. grestore
  11797. gsave
  11798. 0.001 setlinewidth
  11799. 0.02381 0.25786 moveto
  11800. 0.02756 0.25786 lineto
  11801. stroke
  11802. grestore
  11803. gsave
  11804. 0.001 setlinewidth
  11805. 0.02381 0.29841 moveto
  11806. 0.02756 0.29841 lineto
  11807. stroke
  11808. grestore
  11809. gsave
  11810. 0.001 setlinewidth
  11811. 0.02381 0.31869 moveto
  11812. 0.02756 0.31869 lineto
  11813. stroke
  11814. grestore
  11815. gsave
  11816. 0.001 setlinewidth
  11817. 0.02381 0.33897 moveto
  11818. 0.02756 0.33897 lineto
  11819. stroke
  11820. grestore
  11821. gsave
  11822. 0.001 setlinewidth
  11823. 0.02381 0.35925 moveto
  11824. 0.02756 0.35925 lineto
  11825. stroke
  11826. grestore
  11827. gsave
  11828. 0.001 setlinewidth
  11829. 0.02381 0.3998 moveto
  11830. 0.02756 0.3998 lineto
  11831. stroke
  11832. grestore
  11833. gsave
  11834. 0.001 setlinewidth
  11835. 0.02381 0.42008 moveto
  11836. 0.02756 0.42008 lineto
  11837. stroke
  11838. grestore
  11839. gsave
  11840. 0.001 setlinewidth
  11841. 0.02381 0.44036 moveto
  11842. 0.02756 0.44036 lineto
  11843. stroke
  11844. grestore
  11845. gsave
  11846. 0.001 setlinewidth
  11847. 0.02381 0.46063 moveto
  11848. 0.02756 0.46063 lineto
  11849. stroke
  11850. grestore
  11851. gsave
  11852. 0.001 setlinewidth
  11853. 0.02381 0.50119 moveto
  11854. 0.02756 0.50119 lineto
  11855. stroke
  11856. grestore
  11857. gsave
  11858. 0.001 setlinewidth
  11859. 0.02381 0.52146 moveto
  11860. 0.02756 0.52146 lineto
  11861. stroke
  11862. grestore
  11863. gsave
  11864. 0.001 setlinewidth
  11865. 0.02381 0.54174 moveto
  11866. 0.02756 0.54174 lineto
  11867. stroke
  11868. grestore
  11869. gsave
  11870. 0.001 setlinewidth
  11871. 0.02381 0.56202 moveto
  11872. 0.02756 0.56202 lineto
  11873. stroke
  11874. grestore
  11875. gsave
  11876. 0.001 setlinewidth
  11877. 0.02381 0.05509 moveto
  11878. 0.02756 0.05509 lineto
  11879. stroke
  11880. grestore
  11881. gsave
  11882. 0.001 setlinewidth
  11883. 0.02381 0.03481 moveto
  11884. 0.02756 0.03481 lineto
  11885. stroke
  11886. grestore
  11887. gsave
  11888. 0.001 setlinewidth
  11889. 0.02381 0.01453 moveto
  11890. 0.02756 0.01453 lineto
  11891. stroke
  11892. grestore
  11893. gsave
  11894. 0.001 setlinewidth
  11895. 0.02381 0.60257 moveto
  11896. 0.02756 0.60257 lineto
  11897. stroke
  11898. grestore
  11899. [(y)] 0.02381 0.61803 0 -4 Mshowa
  11900. gsave
  11901. 0.002 setlinewidth
  11902. 0.02381 0 moveto
  11903. 0.02381 0.61803 lineto
  11904. stroke
  11905. grestore
  11906. grestore
  11907. 0 0 moveto
  11908. 1 0 lineto
  11909. 1 0.61803 lineto
  11910. 0 0.61803 lineto
  11911. closepath
  11912. clip
  11913. newpath
  11914. gsave
  11915. gsave
  11916. 0 0 1 setrgbcolor
  11917. [ ] 0 setdash
  11918. 1 Mabswid
  11919. 0.02381 0.17675 moveto
  11920. 0.11905 0.60332 lineto
  11921. 0.21429 0.48405 lineto
  11922. 0.30952 0.21252 lineto
  11923. 0.40476 0.02329 lineto
  11924. 0.5 0.01472 lineto
  11925. 0.59524 0.13628 lineto
  11926. 0.69048 0.26001 lineto
  11927. 0.78571 0.2882 lineto
  11928. 0.88095 0.21853 lineto
  11929. 0.97619 0.12661 lineto
  11930. stroke
  11931. [ ] 0 setdash
  11932. 6 Mabswid
  11933. 0.02381 0.17675 Mdot
  11934. 0.11905 0.60332 Mdot
  11935. 0.21429 0.48405 Mdot
  11936. 0.30952 0.21252 Mdot
  11937. 0.40476 0.02329 Mdot
  11938. 0.5 0.01472 Mdot
  11939. 0.59524 0.13628 Mdot
  11940. 0.69048 0.26001 Mdot
  11941. 0.78571 0.2882 Mdot
  11942. 0.88095 0.21853 Mdot
  11943. 0.97619 0.12661 Mdot
  11944. grestore
  11945. grestore
  11946. % End of Graphics
  11947. MathPictureEnd
  11948. :[font = text; inactive; preserveAspect; ]
  11949. PlotE automatically recognizes any function using i, j, k, l, m, or n for the independent variable as representing a sequence.
  11950. :[font = input; Cclosed; preserveAspect; startGroup; ]
  11951. PlotE[a[x],a[n],{0,10}];
  11952. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; endGroup; ]
  11953. %!
  11954. %%Creator: Mathematica
  11955. %%AspectRatio: 0.61803 
  11956. MathPictureStart
  11957. /Courier findfont 10  scalefont  setfont
  11958. % Scaling calculations
  11959. 0.02381 0.095238 0.188464 0.977032 [
  11960. [(2)] 0.21429 0.18846 0 2 Msboxa
  11961. [(4)] 0.40476 0.18846 0 2 Msboxa
  11962. [(6)] 0.59524 0.18846 0 2 Msboxa
  11963. [(8)] 0.78571 0.18846 0 2 Msboxa
  11964. [(10)] 0.97619 0.18846 0 2 Msboxa
  11965. [(x)] 1.025 0.18846 -1 0 Msboxa
  11966. [(-0.1)] 0.01131 0.09076 1 0 Msboxa
  11967. [(0.1)] 0.01131 0.28617 1 0 Msboxa
  11968. [(0.2)] 0.01131 0.38387 1 0 Msboxa
  11969. [(0.3)] 0.01131 0.48157 1 0 Msboxa
  11970. [(0.4)] 0.01131 0.57928 1 0 Msboxa
  11971. [(y)] 0.02381 0.61803 0 -4 Msboxa
  11972. [ -0.001 -0.001 0 0 ]
  11973. [ 1.001 0.61903 0 0 ]
  11974. ] MathScale
  11975. % Start of Graphics
  11976. 1 setlinecap
  11977. 1 setlinejoin
  11978. newpath
  11979. %%Object: Graphics
  11980. [ ] 0 setdash
  11981. 0 setgray
  11982. gsave
  11983. gsave
  11984. 0.002 setlinewidth
  11985. 0.21429 0.18846 moveto
  11986. 0.21429 0.19471 lineto
  11987. stroke
  11988. grestore
  11989. [(2)] 0.21429 0.18846 0 2 Mshowa
  11990. gsave
  11991. 0.002 setlinewidth
  11992. 0.40476 0.18846 moveto
  11993. 0.40476 0.19471 lineto
  11994. stroke
  11995. grestore
  11996. [(4)] 0.40476 0.18846 0 2 Mshowa
  11997. gsave
  11998. 0.002 setlinewidth
  11999. 0.59524 0.18846 moveto
  12000. 0.59524 0.19471 lineto
  12001. stroke
  12002. grestore
  12003. [(6)] 0.59524 0.18846 0 2 Mshowa
  12004. gsave
  12005. 0.002 setlinewidth
  12006. 0.78571 0.18846 moveto
  12007. 0.78571 0.19471 lineto
  12008. stroke
  12009. grestore
  12010. [(8)] 0.78571 0.18846 0 2 Mshowa
  12011. gsave
  12012. 0.002 setlinewidth
  12013. 0.97619 0.18846 moveto
  12014. 0.97619 0.19471 lineto
  12015. stroke
  12016. grestore
  12017. [(10)] 0.97619 0.18846 0 2 Mshowa
  12018. gsave
  12019. 0.001 setlinewidth
  12020. 0.0619 0.18846 moveto
  12021. 0.0619 0.19221 lineto
  12022. stroke
  12023. grestore
  12024. gsave
  12025. 0.001 setlinewidth
  12026. 0.1 0.18846 moveto
  12027. 0.1 0.19221 lineto
  12028. stroke
  12029. grestore
  12030. gsave
  12031. 0.001 setlinewidth
  12032. 0.1381 0.18846 moveto
  12033. 0.1381 0.19221 lineto
  12034. stroke
  12035. grestore
  12036. gsave
  12037. 0.001 setlinewidth
  12038. 0.17619 0.18846 moveto
  12039. 0.17619 0.19221 lineto
  12040. stroke
  12041. grestore
  12042. gsave
  12043. 0.001 setlinewidth
  12044. 0.25238 0.18846 moveto
  12045. 0.25238 0.19221 lineto
  12046. stroke
  12047. grestore
  12048. gsave
  12049. 0.001 setlinewidth
  12050. 0.29048 0.18846 moveto
  12051. 0.29048 0.19221 lineto
  12052. stroke
  12053. grestore
  12054. gsave
  12055. 0.001 setlinewidth
  12056. 0.32857 0.18846 moveto
  12057. 0.32857 0.19221 lineto
  12058. stroke
  12059. grestore
  12060. gsave
  12061. 0.001 setlinewidth
  12062. 0.36667 0.18846 moveto
  12063. 0.36667 0.19221 lineto
  12064. stroke
  12065. grestore
  12066. gsave
  12067. 0.001 setlinewidth
  12068. 0.44286 0.18846 moveto
  12069. 0.44286 0.19221 lineto
  12070. stroke
  12071. grestore
  12072. gsave
  12073. 0.001 setlinewidth
  12074. 0.48095 0.18846 moveto
  12075. 0.48095 0.19221 lineto
  12076. stroke
  12077. grestore
  12078. gsave
  12079. 0.001 setlinewidth
  12080. 0.51905 0.18846 moveto
  12081. 0.51905 0.19221 lineto
  12082. stroke
  12083. grestore
  12084. gsave
  12085. 0.001 setlinewidth
  12086. 0.55714 0.18846 moveto
  12087. 0.55714 0.19221 lineto
  12088. stroke
  12089. grestore
  12090. gsave
  12091. 0.001 setlinewidth
  12092. 0.63333 0.18846 moveto
  12093. 0.63333 0.19221 lineto
  12094. stroke
  12095. grestore
  12096. gsave
  12097. 0.001 setlinewidth
  12098. 0.67143 0.18846 moveto
  12099. 0.67143 0.19221 lineto
  12100. stroke
  12101. grestore
  12102. gsave
  12103. 0.001 setlinewidth
  12104. 0.70952 0.18846 moveto
  12105. 0.70952 0.19221 lineto
  12106. stroke
  12107. grestore
  12108. gsave
  12109. 0.001 setlinewidth
  12110. 0.74762 0.18846 moveto
  12111. 0.74762 0.19221 lineto
  12112. stroke
  12113. grestore
  12114. gsave
  12115. 0.001 setlinewidth
  12116. 0.82381 0.18846 moveto
  12117. 0.82381 0.19221 lineto
  12118. stroke
  12119. grestore
  12120. gsave
  12121. 0.001 setlinewidth
  12122. 0.8619 0.18846 moveto
  12123. 0.8619 0.19221 lineto
  12124. stroke
  12125. grestore
  12126. gsave
  12127. 0.001 setlinewidth
  12128. 0.9 0.18846 moveto
  12129. 0.9 0.19221 lineto
  12130. stroke
  12131. grestore
  12132. gsave
  12133. 0.001 setlinewidth
  12134. 0.9381 0.18846 moveto
  12135. 0.9381 0.19221 lineto
  12136. stroke
  12137. grestore
  12138. [(x)] 1.025 0.18846 -1 0 Mshowa
  12139. gsave
  12140. 0.002 setlinewidth
  12141. 0 0.18846 moveto
  12142. 1 0.18846 lineto
  12143. stroke
  12144. grestore
  12145. gsave
  12146. 0.002 setlinewidth
  12147. 0.02381 0.09076 moveto
  12148. 0.03006 0.09076 lineto
  12149. stroke
  12150. grestore
  12151. [(-0.1)] 0.01131 0.09076 1 0 Mshowa
  12152. gsave
  12153. 0.002 setlinewidth
  12154. 0.02381 0.28617 moveto
  12155. 0.03006 0.28617 lineto
  12156. stroke
  12157. grestore
  12158. [(0.1)] 0.01131 0.28617 1 0 Mshowa
  12159. gsave
  12160. 0.002 setlinewidth
  12161. 0.02381 0.38387 moveto
  12162. 0.03006 0.38387 lineto
  12163. stroke
  12164. grestore
  12165. [(0.2)] 0.01131 0.38387 1 0 Mshowa
  12166. gsave
  12167. 0.002 setlinewidth
  12168. 0.02381 0.48157 moveto
  12169. 0.03006 0.48157 lineto
  12170. stroke
  12171. grestore
  12172. [(0.3)] 0.01131 0.48157 1 0 Mshowa
  12173. gsave
  12174. 0.002 setlinewidth
  12175. 0.02381 0.57928 moveto
  12176. 0.03006 0.57928 lineto
  12177. stroke
  12178. grestore
  12179. [(0.4)] 0.01131 0.57928 1 0 Mshowa
  12180. gsave
  12181. 0.001 setlinewidth
  12182. 0.02381 0.1103 moveto
  12183. 0.02756 0.1103 lineto
  12184. stroke
  12185. grestore
  12186. gsave
  12187. 0.001 setlinewidth
  12188. 0.02381 0.12984 moveto
  12189. 0.02756 0.12984 lineto
  12190. stroke
  12191. grestore
  12192. gsave
  12193. 0.001 setlinewidth
  12194. 0.02381 0.14938 moveto
  12195. 0.02756 0.14938 lineto
  12196. stroke
  12197. grestore
  12198. gsave
  12199. 0.001 setlinewidth
  12200. 0.02381 0.16892 moveto
  12201. 0.02756 0.16892 lineto
  12202. stroke
  12203. grestore
  12204. gsave
  12205. 0.001 setlinewidth
  12206. 0.02381 0.208 moveto
  12207. 0.02756 0.208 lineto
  12208. stroke
  12209. grestore
  12210. gsave
  12211. 0.001 setlinewidth
  12212. 0.02381 0.22754 moveto
  12213. 0.02756 0.22754 lineto
  12214. stroke
  12215. grestore
  12216. gsave
  12217. 0.001 setlinewidth
  12218. 0.02381 0.24709 moveto
  12219. 0.02756 0.24709 lineto
  12220. stroke
  12221. grestore
  12222. gsave
  12223. 0.001 setlinewidth
  12224. 0.02381 0.26663 moveto
  12225. 0.02756 0.26663 lineto
  12226. stroke
  12227. grestore
  12228. gsave
  12229. 0.001 setlinewidth
  12230. 0.02381 0.30571 moveto
  12231. 0.02756 0.30571 lineto
  12232. stroke
  12233. grestore
  12234. gsave
  12235. 0.001 setlinewidth
  12236. 0.02381 0.32525 moveto
  12237. 0.02756 0.32525 lineto
  12238. stroke
  12239. grestore
  12240. gsave
  12241. 0.001 setlinewidth
  12242. 0.02381 0.34479 moveto
  12243. 0.02756 0.34479 lineto
  12244. stroke
  12245. grestore
  12246. gsave
  12247. 0.001 setlinewidth
  12248. 0.02381 0.36433 moveto
  12249. 0.02756 0.36433 lineto
  12250. stroke
  12251. grestore
  12252. gsave
  12253. 0.001 setlinewidth
  12254. 0.02381 0.40341 moveto
  12255. 0.02756 0.40341 lineto
  12256. stroke
  12257. grestore
  12258. gsave
  12259. 0.001 setlinewidth
  12260. 0.02381 0.42295 moveto
  12261. 0.02756 0.42295 lineto
  12262. stroke
  12263. grestore
  12264. gsave
  12265. 0.001 setlinewidth
  12266. 0.02381 0.44249 moveto
  12267. 0.02756 0.44249 lineto
  12268. stroke
  12269. grestore
  12270. gsave
  12271. 0.001 setlinewidth
  12272. 0.02381 0.46203 moveto
  12273. 0.02756 0.46203 lineto
  12274. stroke
  12275. grestore
  12276. gsave
  12277. 0.001 setlinewidth
  12278. 0.02381 0.50111 moveto
  12279. 0.02756 0.50111 lineto
  12280. stroke
  12281. grestore
  12282. gsave
  12283. 0.001 setlinewidth
  12284. 0.02381 0.52065 moveto
  12285. 0.02756 0.52065 lineto
  12286. stroke
  12287. grestore
  12288. gsave
  12289. 0.001 setlinewidth
  12290. 0.02381 0.5402 moveto
  12291. 0.02756 0.5402 lineto
  12292. stroke
  12293. grestore
  12294. gsave
  12295. 0.001 setlinewidth
  12296. 0.02381 0.55974 moveto
  12297. 0.02756 0.55974 lineto
  12298. stroke
  12299. grestore
  12300. gsave
  12301. 0.001 setlinewidth
  12302. 0.02381 0.07122 moveto
  12303. 0.02756 0.07122 lineto
  12304. stroke
  12305. grestore
  12306. gsave
  12307. 0.001 setlinewidth
  12308. 0.02381 0.05168 moveto
  12309. 0.02756 0.05168 lineto
  12310. stroke
  12311. grestore
  12312. gsave
  12313. 0.001 setlinewidth
  12314. 0.02381 0.03214 moveto
  12315. 0.02756 0.03214 lineto
  12316. stroke
  12317. grestore
  12318. gsave
  12319. 0.001 setlinewidth
  12320. 0.02381 0.0126 moveto
  12321. 0.02756 0.0126 lineto
  12322. stroke
  12323. grestore
  12324. gsave
  12325. 0.001 setlinewidth
  12326. 0.02381 0.59882 moveto
  12327. 0.02756 0.59882 lineto
  12328. stroke
  12329. grestore
  12330. [(y)] 0.02381 0.61803 0 -4 Mshowa
  12331. gsave
  12332. 0.002 setlinewidth
  12333. 0.02381 0 moveto
  12334. 0.02381 0.61803 lineto
  12335. stroke
  12336. grestore
  12337. grestore
  12338. 0 0 moveto
  12339. 1 0 lineto
  12340. 1 0.61803 lineto
  12341. 0 0.61803 lineto
  12342. closepath
  12343. clip
  12344. newpath
  12345. gsave
  12346. gsave
  12347. 0 0 1 setrgbcolor
  12348. [ ] 0 setdash
  12349. 1 Mabswid
  12350. 0.02381 0.18846 moveto
  12351. 0.03373 0.28047 lineto
  12352. 0.04365 0.3557 lineto
  12353. 0.05357 0.41732 lineto
  12354. 0.06349 0.46758 lineto
  12355. 0.07341 0.50814 lineto
  12356. 0.08333 0.54025 lineto
  12357. 0.09325 0.56491 lineto
  12358. 0.09821 0.57471 lineto
  12359. 0.10317 0.58292 lineto
  12360. 0.10813 0.58965 lineto
  12361. 0.1131 0.59495 lineto
  12362. 0.11558 0.59709 lineto
  12363. 0.11806 0.5989 lineto
  12364. 0.12054 0.60039 lineto
  12365. 0.12302 0.60157 lineto
  12366. 0.12426 0.60204 lineto
  12367. 0.1255 0.60244 lineto
  12368. 0.12674 0.60276 lineto
  12369. 0.12798 0.60301 lineto
  12370. 0.12922 0.60318 lineto
  12371. 0.13046 0.60329 lineto
  12372. 0.1317 0.60332 lineto
  12373. 0.13294 0.60328 lineto
  12374. 0.13418 0.60317 lineto
  12375. 0.13542 0.603 lineto
  12376. 0.13666 0.60275 lineto
  12377. 0.1379 0.60244 lineto
  12378. 0.14286 0.60055 lineto
  12379. 0.14534 0.59922 lineto
  12380. 0.14782 0.59764 lineto
  12381. 0.15278 0.59379 lineto
  12382. 0.1627 0.58339 lineto
  12383. 0.17262 0.56973 lineto
  12384. 0.18254 0.55317 lineto
  12385. 0.22222 0.46462 lineto
  12386. 0.2619 0.35553 lineto
  12387. 0.30159 0.2441 lineto
  12388. 0.34127 0.1455 lineto
  12389. 0.36111 0.10467 lineto
  12390. 0.38095 0.0709 lineto
  12391. 0.39087 0.05687 lineto
  12392. 0.40079 0.04483 lineto
  12393. 0.41071 0.03481 lineto
  12394. 0.42063 0.02683 lineto
  12395. 0.4256 0.0236 lineto
  12396. 0.43056 0.02088 lineto
  12397. 0.43552 0.01866 lineto
  12398. 0.44048 0.01694 lineto
  12399. 0.44296 0.01626 lineto
  12400. Mistroke
  12401. 0.44544 0.01571 lineto
  12402. 0.44792 0.01528 lineto
  12403. 0.44916 0.01511 lineto
  12404. 0.4504 0.01497 lineto
  12405. 0.45164 0.01486 lineto
  12406. 0.45288 0.01478 lineto
  12407. 0.45412 0.01474 lineto
  12408. 0.45536 0.01472 lineto
  12409. 0.4566 0.01472 lineto
  12410. 0.45784 0.01476 lineto
  12411. 0.45908 0.01483 lineto
  12412. 0.46032 0.01493 lineto
  12413. 0.4628 0.01521 lineto
  12414. 0.46528 0.0156 lineto
  12415. 0.46776 0.01611 lineto
  12416. 0.47024 0.01673 lineto
  12417. 0.4752 0.0183 lineto
  12418. 0.48016 0.0203 lineto
  12419. 0.49008 0.02553 lineto
  12420. 0.5 0.03231 lineto
  12421. 0.51984 0.05005 lineto
  12422. 0.53968 0.07243 lineto
  12423. 0.57937 0.12629 lineto
  12424. 0.61905 0.18399 lineto
  12425. 0.65873 0.23615 lineto
  12426. 0.67857 0.25768 lineto
  12427. 0.69841 0.27518 lineto
  12428. 0.70833 0.28226 lineto
  12429. 0.71825 0.28815 lineto
  12430. 0.72817 0.29283 lineto
  12431. 0.7381 0.29628 lineto
  12432. 0.74306 0.29754 lineto
  12433. 0.74554 0.29806 lineto
  12434. 0.74802 0.29849 lineto
  12435. 0.7505 0.29885 lineto
  12436. 0.75298 0.29913 lineto
  12437. 0.75422 0.29925 lineto
  12438. 0.75546 0.29934 lineto
  12439. 0.7567 0.29942 lineto
  12440. 0.75794 0.29947 lineto
  12441. 0.75918 0.29951 lineto
  12442. 0.76042 0.29953 lineto
  12443. 0.76166 0.29952 lineto
  12444. 0.7629 0.2995 lineto
  12445. 0.76414 0.29947 lineto
  12446. 0.76538 0.29941 lineto
  12447. 0.76786 0.29924 lineto
  12448. 0.7691 0.29912 lineto
  12449. 0.77034 0.29899 lineto
  12450. 0.77282 0.29867 lineto
  12451. Mistroke
  12452. 0.77778 0.29782 lineto
  12453. 0.78274 0.29668 lineto
  12454. 0.7877 0.29527 lineto
  12455. 0.79762 0.29163 lineto
  12456. 0.81746 0.28135 lineto
  12457. 0.8373 0.26759 lineto
  12458. 0.85714 0.25107 lineto
  12459. 0.89683 0.21299 lineto
  12460. 0.93651 0.17389 lineto
  12461. 0.97619 0.14014 lineto
  12462. Mfstroke
  12463. grestore
  12464. gsave
  12465. 1 0 0 setrgbcolor
  12466. [ ] 0 setdash
  12467. 1 Mabswid
  12468. 0.02381 0.18846 moveto
  12469. 0.11905 0.59954 lineto
  12470. 0.21429 0.4846 lineto
  12471. 0.30952 0.22293 lineto
  12472. 0.40476 0.04058 lineto
  12473. 0.5 0.03231 lineto
  12474. 0.59524 0.14946 lineto
  12475. 0.69048 0.2687 lineto
  12476. 0.78571 0.29587 lineto
  12477. 0.88095 0.22873 lineto
  12478. 0.97619 0.14014 lineto
  12479. stroke
  12480. [ ] 0 setdash
  12481. 6 Mabswid
  12482. 0.02381 0.18846 Mdot
  12483. 0.11905 0.59954 Mdot
  12484. 0.21429 0.4846 Mdot
  12485. 0.30952 0.22293 Mdot
  12486. 0.40476 0.04058 Mdot
  12487. 0.5 0.03231 Mdot
  12488. 0.59524 0.14946 Mdot
  12489. 0.69048 0.2687 Mdot
  12490. 0.78571 0.29587 Mdot
  12491. 0.88095 0.22873 Mdot
  12492. 0.97619 0.14014 Mdot
  12493. grestore
  12494. grestore
  12495. % End of Graphics
  12496. MathPictureEnd
  12497. :[font = subsubsection; inactive; preserveAspect; ]
  12498. Data Sets
  12499. :[font = input; Cclosed; preserveAspect; startGroup; ]
  12500. Clear[f,x];
  12501. f[x_]:= 3(x - x^2)
  12502. data1 = NestList[f,0.5,20]
  12503. :[font = output; output; inactive; preserveAspect; endGroup; ]
  12504. {0.5, 0.75, 0.5625, 0.73828125, 0.5796661376953125, 0.7309599195141346, 
  12505.   0.5899725467340735, 0.725714822502555, 0.5971584567079205, 
  12506.   0.7216807028704054, 0.6025729979246492, 0.7184363402902497, 
  12507.   0.6068566957218068, 0.7157449397382516, 0.6103623629320146, 
  12508.   0.713460446544187, 0.613303913283469, 0.7114866697039563, 
  12509.   0.6158201656125889, 0.7097570677124175, 0.618005917634065}
  12510. ;[o]
  12511. {0.5, 0.75, 0.5625, 0.738281, 0.579666, 0.73096, 0.589973, 0.725715, 
  12512.  
  12513.   0.597158, 0.721681, 0.602573, 0.718436, 0.606857, 0.715745, 0.610362, 
  12514.  
  12515.   0.71346, 0.613304, 0.711487, 0.61582, 0.709757, 0.618006}
  12516. :[font = input; Cclosed; preserveAspect; startGroup; ]
  12517. PlotE[data1,{y,0,1}];
  12518. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; endGroup; ]
  12519. %!
  12520. %%Creator: Mathematica
  12521. %%AspectRatio: 0.61803 
  12522. MathPictureStart
  12523. /Courier findfont 10  scalefont  setfont
  12524. % Scaling calculations
  12525. 0.02381 0.045351 0.014715 0.588604 [
  12526. [(5)] 0.25057 0.01472 0 2 Msboxa
  12527. [(10)] 0.47732 0.01472 0 2 Msboxa
  12528. [(15)] 0.70408 0.01472 0 2 Msboxa
  12529. [(20)] 0.93084 0.01472 0 2 Msboxa
  12530. [(x)] 1.025 0.01472 -1 0 Msboxa
  12531. [(0.2)] 0.01131 0.13244 1 0 Msboxa
  12532. [(0.4)] 0.01131 0.25016 1 0 Msboxa
  12533. [(0.6)] 0.01131 0.36788 1 0 Msboxa
  12534. [(0.8)] 0.01131 0.4856 1 0 Msboxa
  12535. [(1)] 0.01131 0.60332 1 0 Msboxa
  12536. [(y)] 0.02381 0.61803 0 -4 Msboxa
  12537. [ -0.001 -0.001 0 0 ]
  12538. [ 1.001 0.61903 0 0 ]
  12539. ] MathScale
  12540. % Start of Graphics
  12541. 1 setlinecap
  12542. 1 setlinejoin
  12543. newpath
  12544. %%Object: Graphics
  12545. [ ] 0 setdash
  12546. 0 setgray
  12547. gsave
  12548. gsave
  12549. 0.002 setlinewidth
  12550. 0.25057 0.01472 moveto
  12551. 0.25057 0.02097 lineto
  12552. stroke
  12553. grestore
  12554. [(5)] 0.25057 0.01472 0 2 Mshowa
  12555. gsave
  12556. 0.002 setlinewidth
  12557. 0.47732 0.01472 moveto
  12558. 0.47732 0.02097 lineto
  12559. stroke
  12560. grestore
  12561. [(10)] 0.47732 0.01472 0 2 Mshowa
  12562. gsave
  12563. 0.002 setlinewidth
  12564. 0.70408 0.01472 moveto
  12565. 0.70408 0.02097 lineto
  12566. stroke
  12567. grestore
  12568. [(15)] 0.70408 0.01472 0 2 Mshowa
  12569. gsave
  12570. 0.002 setlinewidth
  12571. 0.93084 0.01472 moveto
  12572. 0.93084 0.02097 lineto
  12573. stroke
  12574. grestore
  12575. [(20)] 0.93084 0.01472 0 2 Mshowa
  12576. gsave
  12577. 0.001 setlinewidth
  12578. 0.06916 0.01472 moveto
  12579. 0.06916 0.01847 lineto
  12580. stroke
  12581. grestore
  12582. gsave
  12583. 0.001 setlinewidth
  12584. 0.11451 0.01472 moveto
  12585. 0.11451 0.01847 lineto
  12586. stroke
  12587. grestore
  12588. gsave
  12589. 0.001 setlinewidth
  12590. 0.15986 0.01472 moveto
  12591. 0.15986 0.01847 lineto
  12592. stroke
  12593. grestore
  12594. gsave
  12595. 0.001 setlinewidth
  12596. 0.20522 0.01472 moveto
  12597. 0.20522 0.01847 lineto
  12598. stroke
  12599. grestore
  12600. gsave
  12601. 0.001 setlinewidth
  12602. 0.29592 0.01472 moveto
  12603. 0.29592 0.01847 lineto
  12604. stroke
  12605. grestore
  12606. gsave
  12607. 0.001 setlinewidth
  12608. 0.34127 0.01472 moveto
  12609. 0.34127 0.01847 lineto
  12610. stroke
  12611. grestore
  12612. gsave
  12613. 0.001 setlinewidth
  12614. 0.38662 0.01472 moveto
  12615. 0.38662 0.01847 lineto
  12616. stroke
  12617. grestore
  12618. gsave
  12619. 0.001 setlinewidth
  12620. 0.43197 0.01472 moveto
  12621. 0.43197 0.01847 lineto
  12622. stroke
  12623. grestore
  12624. gsave
  12625. 0.001 setlinewidth
  12626. 0.52268 0.01472 moveto
  12627. 0.52268 0.01847 lineto
  12628. stroke
  12629. grestore
  12630. gsave
  12631. 0.001 setlinewidth
  12632. 0.56803 0.01472 moveto
  12633. 0.56803 0.01847 lineto
  12634. stroke
  12635. grestore
  12636. gsave
  12637. 0.001 setlinewidth
  12638. 0.61338 0.01472 moveto
  12639. 0.61338 0.01847 lineto
  12640. stroke
  12641. grestore
  12642. gsave
  12643. 0.001 setlinewidth
  12644. 0.65873 0.01472 moveto
  12645. 0.65873 0.01847 lineto
  12646. stroke
  12647. grestore
  12648. gsave
  12649. 0.001 setlinewidth
  12650. 0.74943 0.01472 moveto
  12651. 0.74943 0.01847 lineto
  12652. stroke
  12653. grestore
  12654. gsave
  12655. 0.001 setlinewidth
  12656. 0.79478 0.01472 moveto
  12657. 0.79478 0.01847 lineto
  12658. stroke
  12659. grestore
  12660. gsave
  12661. 0.001 setlinewidth
  12662. 0.84014 0.01472 moveto
  12663. 0.84014 0.01847 lineto
  12664. stroke
  12665. grestore
  12666. gsave
  12667. 0.001 setlinewidth
  12668. 0.88549 0.01472 moveto
  12669. 0.88549 0.01847 lineto
  12670. stroke
  12671. grestore
  12672. gsave
  12673. 0.001 setlinewidth
  12674. 0.97619 0.01472 moveto
  12675. 0.97619 0.01847 lineto
  12676. stroke
  12677. grestore
  12678. [(x)] 1.025 0.01472 -1 0 Mshowa
  12679. gsave
  12680. 0.002 setlinewidth
  12681. 0 0.01472 moveto
  12682. 1 0.01472 lineto
  12683. stroke
  12684. grestore
  12685. gsave
  12686. 0.002 setlinewidth
  12687. 0.02381 0.13244 moveto
  12688. 0.03006 0.13244 lineto
  12689. stroke
  12690. grestore
  12691. [(0.2)] 0.01131 0.13244 1 0 Mshowa
  12692. gsave
  12693. 0.002 setlinewidth
  12694. 0.02381 0.25016 moveto
  12695. 0.03006 0.25016 lineto
  12696. stroke
  12697. grestore
  12698. [(0.4)] 0.01131 0.25016 1 0 Mshowa
  12699. gsave
  12700. 0.002 setlinewidth
  12701. 0.02381 0.36788 moveto
  12702. 0.03006 0.36788 lineto
  12703. stroke
  12704. grestore
  12705. [(0.6)] 0.01131 0.36788 1 0 Mshowa
  12706. gsave
  12707. 0.002 setlinewidth
  12708. 0.02381 0.4856 moveto
  12709. 0.03006 0.4856 lineto
  12710. stroke
  12711. grestore
  12712. [(0.8)] 0.01131 0.4856 1 0 Mshowa
  12713. gsave
  12714. 0.002 setlinewidth
  12715. 0.02381 0.60332 moveto
  12716. 0.03006 0.60332 lineto
  12717. stroke
  12718. grestore
  12719. [(1)] 0.01131 0.60332 1 0 Mshowa
  12720. gsave
  12721. 0.001 setlinewidth
  12722. 0.02381 0.03826 moveto
  12723. 0.02756 0.03826 lineto
  12724. stroke
  12725. grestore
  12726. gsave
  12727. 0.001 setlinewidth
  12728. 0.02381 0.0618 moveto
  12729. 0.02756 0.0618 lineto
  12730. stroke
  12731. grestore
  12732. gsave
  12733. 0.001 setlinewidth
  12734. 0.02381 0.08535 moveto
  12735. 0.02756 0.08535 lineto
  12736. stroke
  12737. grestore
  12738. gsave
  12739. 0.001 setlinewidth
  12740. 0.02381 0.10889 moveto
  12741. 0.02756 0.10889 lineto
  12742. stroke
  12743. grestore
  12744. gsave
  12745. 0.001 setlinewidth
  12746. 0.02381 0.15598 moveto
  12747. 0.02756 0.15598 lineto
  12748. stroke
  12749. grestore
  12750. gsave
  12751. 0.001 setlinewidth
  12752. 0.02381 0.17952 moveto
  12753. 0.02756 0.17952 lineto
  12754. stroke
  12755. grestore
  12756. gsave
  12757. 0.001 setlinewidth
  12758. 0.02381 0.20307 moveto
  12759. 0.02756 0.20307 lineto
  12760. stroke
  12761. grestore
  12762. gsave
  12763. 0.001 setlinewidth
  12764. 0.02381 0.22661 moveto
  12765. 0.02756 0.22661 lineto
  12766. stroke
  12767. grestore
  12768. gsave
  12769. 0.001 setlinewidth
  12770. 0.02381 0.2737 moveto
  12771. 0.02756 0.2737 lineto
  12772. stroke
  12773. grestore
  12774. gsave
  12775. 0.001 setlinewidth
  12776. 0.02381 0.29724 moveto
  12777. 0.02756 0.29724 lineto
  12778. stroke
  12779. grestore
  12780. gsave
  12781. 0.001 setlinewidth
  12782. 0.02381 0.32079 moveto
  12783. 0.02756 0.32079 lineto
  12784. stroke
  12785. grestore
  12786. gsave
  12787. 0.001 setlinewidth
  12788. 0.02381 0.34433 moveto
  12789. 0.02756 0.34433 lineto
  12790. stroke
  12791. grestore
  12792. gsave
  12793. 0.001 setlinewidth
  12794. 0.02381 0.39142 moveto
  12795. 0.02756 0.39142 lineto
  12796. stroke
  12797. grestore
  12798. gsave
  12799. 0.001 setlinewidth
  12800. 0.02381 0.41497 moveto
  12801. 0.02756 0.41497 lineto
  12802. stroke
  12803. grestore
  12804. gsave
  12805. 0.001 setlinewidth
  12806. 0.02381 0.43851 moveto
  12807. 0.02756 0.43851 lineto
  12808. stroke
  12809. grestore
  12810. gsave
  12811. 0.001 setlinewidth
  12812. 0.02381 0.46205 moveto
  12813. 0.02756 0.46205 lineto
  12814. stroke
  12815. grestore
  12816. gsave
  12817. 0.001 setlinewidth
  12818. 0.02381 0.50914 moveto
  12819. 0.02756 0.50914 lineto
  12820. stroke
  12821. grestore
  12822. gsave
  12823. 0.001 setlinewidth
  12824. 0.02381 0.53269 moveto
  12825. 0.02756 0.53269 lineto
  12826. stroke
  12827. grestore
  12828. gsave
  12829. 0.001 setlinewidth
  12830. 0.02381 0.55623 moveto
  12831. 0.02756 0.55623 lineto
  12832. stroke
  12833. grestore
  12834. gsave
  12835. 0.001 setlinewidth
  12836. 0.02381 0.57977 moveto
  12837. 0.02756 0.57977 lineto
  12838. stroke
  12839. grestore
  12840. [(y)] 0.02381 0.61803 0 -4 Mshowa
  12841. gsave
  12842. 0.002 setlinewidth
  12843. 0.02381 0 moveto
  12844. 0.02381 0.61803 lineto
  12845. stroke
  12846. grestore
  12847. grestore
  12848. 0 0 moveto
  12849. 1 0 lineto
  12850. 1 0.61803 lineto
  12851. 0 0.61803 lineto
  12852. closepath
  12853. clip
  12854. newpath
  12855. gsave
  12856. gsave
  12857. 0 0 1 setrgbcolor
  12858. [ ] 0 setdash
  12859. 1 Mabswid
  12860. 0.06916 0.30902 moveto
  12861. 0.11451 0.45617 lineto
  12862. 0.15986 0.3458 lineto
  12863. 0.20522 0.44927 lineto
  12864. 0.25057 0.35591 lineto
  12865. 0.29592 0.44496 lineto
  12866. 0.34127 0.36198 lineto
  12867. 0.38662 0.44187 lineto
  12868. 0.43197 0.3662 lineto
  12869. 0.47732 0.4395 lineto
  12870. 0.52268 0.36939 lineto
  12871. 0.56803 0.43759 lineto
  12872. 0.61338 0.37191 lineto
  12873. 0.65873 0.43601 lineto
  12874. 0.70408 0.37398 lineto
  12875. 0.74943 0.43466 lineto
  12876. 0.79478 0.37571 lineto
  12877. 0.84014 0.4335 lineto
  12878. 0.88549 0.37719 lineto
  12879. 0.93084 0.43248 lineto
  12880. 0.97619 0.37848 lineto
  12881. stroke
  12882. [ ] 0 setdash
  12883. 6 Mabswid
  12884. 0.06916 0.30902 Mdot
  12885. 0.11451 0.45617 Mdot
  12886. 0.15986 0.3458 Mdot
  12887. 0.20522 0.44927 Mdot
  12888. 0.25057 0.35591 Mdot
  12889. 0.29592 0.44496 Mdot
  12890. 0.34127 0.36198 Mdot
  12891. 0.38662 0.44187 Mdot
  12892. 0.43197 0.3662 Mdot
  12893. 0.47732 0.4395 Mdot
  12894. 0.52268 0.36939 Mdot
  12895. 0.56803 0.43759 Mdot
  12896. 0.61338 0.37191 Mdot
  12897. 0.65873 0.43601 Mdot
  12898. 0.70408 0.37398 Mdot
  12899. 0.74943 0.43466 Mdot
  12900. 0.79478 0.37571 Mdot
  12901. 0.84014 0.4335 Mdot
  12902. 0.88549 0.37719 Mdot
  12903. 0.93084 0.43248 Mdot
  12904. 0.97619 0.37848 Mdot
  12905. grestore
  12906. grestore
  12907. % End of Graphics
  12908. MathPictureEnd
  12909. :[font = input; Cclosed; preserveAspect; startGroup; ]
  12910. data2 = Sort[Table[{Random[],Random[]},{10}]]
  12911. :[font = output; output; inactive; preserveAspect; endGroup; ]
  12912. {{0.02574789389722448, 0.6792422414582639}, 
  12913.   {0.147815175902732, 0.05471107200895684}, 
  12914.   {0.3774073139085124, 0.256020952243411}, 
  12915.   {0.556948531021831, 0.6620461425626082}, 
  12916.   {0.5616326427840396, 0.6597134800552671}, 
  12917.   {0.796992079824444, 0.3512547153697287}, 
  12918.   {0.807848876313906, 0.1790964083641432}, 
  12919.   {0.872267164857527, 0.895173594108207}, 
  12920.   {0.911069309706214, 0.843767210483344}, 
  12921.   {0.913441260060213, 0.3481982837502836}}
  12922. ;[o]
  12923. {{0.0257479, 0.679242}, {0.147815, 0.0547111}, {0.377407, 0.256021}, 
  12924.  
  12925.   {0.556949, 0.662046}, {0.561633, 0.659713}, {0.796992, 0.351255}, 
  12926.  
  12927.   {0.807849, 0.179096}, {0.872267, 0.895174}, {0.911069, 0.843767}, 
  12928.  
  12929.   {0.913441, 0.348198}}
  12930. :[font = input; Cclosed; preserveAspect; startGroup; ]
  12931. PlotE[data2,{0,1},{0,1},NoLines];
  12932. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; endGroup; ]
  12933. %!
  12934. %%Creator: Mathematica
  12935. %%AspectRatio: 0.61803 
  12936. MathPictureStart
  12937. /Courier findfont 10  scalefont  setfont
  12938. % Scaling calculations
  12939. 0.02381 0.952381 0.014715 0.588604 [
  12940. [(0.2)] 0.21429 0.01472 0 2 Msboxa
  12941. [(0.4)] 0.40476 0.01472 0 2 Msboxa
  12942. [(0.6)] 0.59524 0.01472 0 2 Msboxa
  12943. [(0.8)] 0.78571 0.01472 0 2 Msboxa
  12944. [(1)] 0.97619 0.01472 0 2 Msboxa
  12945. [(x)] 1.025 0.01472 -1 0 Msboxa
  12946. [(0.2)] 0.01131 0.13244 1 0 Msboxa
  12947. [(0.4)] 0.01131 0.25016 1 0 Msboxa
  12948. [(0.6)] 0.01131 0.36788 1 0 Msboxa
  12949. [(0.8)] 0.01131 0.4856 1 0 Msboxa
  12950. [(1)] 0.01131 0.60332 1 0 Msboxa
  12951. [(y)] 0.02381 0.61803 0 -4 Msboxa
  12952. [ -0.001 -0.001 0 0 ]
  12953. [ 1.001 0.61903 0 0 ]
  12954. ] MathScale
  12955. % Start of Graphics
  12956. 1 setlinecap
  12957. 1 setlinejoin
  12958. newpath
  12959. %%Object: Graphics
  12960. [ ] 0 setdash
  12961. 0 setgray
  12962. gsave
  12963. gsave
  12964. 0.002 setlinewidth
  12965. 0.21429 0.01472 moveto
  12966. 0.21429 0.02097 lineto
  12967. stroke
  12968. grestore
  12969. [(0.2)] 0.21429 0.01472 0 2 Mshowa
  12970. gsave
  12971. 0.002 setlinewidth
  12972. 0.40476 0.01472 moveto
  12973. 0.40476 0.02097 lineto
  12974. stroke
  12975. grestore
  12976. [(0.4)] 0.40476 0.01472 0 2 Mshowa
  12977. gsave
  12978. 0.002 setlinewidth
  12979. 0.59524 0.01472 moveto
  12980. 0.59524 0.02097 lineto
  12981. stroke
  12982. grestore
  12983. [(0.6)] 0.59524 0.01472 0 2 Mshowa
  12984. gsave
  12985. 0.002 setlinewidth
  12986. 0.78571 0.01472 moveto
  12987. 0.78571 0.02097 lineto
  12988. stroke
  12989. grestore
  12990. [(0.8)] 0.78571 0.01472 0 2 Mshowa
  12991. gsave
  12992. 0.002 setlinewidth
  12993. 0.97619 0.01472 moveto
  12994. 0.97619 0.02097 lineto
  12995. stroke
  12996. grestore
  12997. [(1)] 0.97619 0.01472 0 2 Mshowa
  12998. gsave
  12999. 0.001 setlinewidth
  13000. 0.0619 0.01472 moveto
  13001. 0.0619 0.01847 lineto
  13002. stroke
  13003. grestore
  13004. gsave
  13005. 0.001 setlinewidth
  13006. 0.1 0.01472 moveto
  13007. 0.1 0.01847 lineto
  13008. stroke
  13009. grestore
  13010. gsave
  13011. 0.001 setlinewidth
  13012. 0.1381 0.01472 moveto
  13013. 0.1381 0.01847 lineto
  13014. stroke
  13015. grestore
  13016. gsave
  13017. 0.001 setlinewidth
  13018. 0.17619 0.01472 moveto
  13019. 0.17619 0.01847 lineto
  13020. stroke
  13021. grestore
  13022. gsave
  13023. 0.001 setlinewidth
  13024. 0.25238 0.01472 moveto
  13025. 0.25238 0.01847 lineto
  13026. stroke
  13027. grestore
  13028. gsave
  13029. 0.001 setlinewidth
  13030. 0.29048 0.01472 moveto
  13031. 0.29048 0.01847 lineto
  13032. stroke
  13033. grestore
  13034. gsave
  13035. 0.001 setlinewidth
  13036. 0.32857 0.01472 moveto
  13037. 0.32857 0.01847 lineto
  13038. stroke
  13039. grestore
  13040. gsave
  13041. 0.001 setlinewidth
  13042. 0.36667 0.01472 moveto
  13043. 0.36667 0.01847 lineto
  13044. stroke
  13045. grestore
  13046. gsave
  13047. 0.001 setlinewidth
  13048. 0.44286 0.01472 moveto
  13049. 0.44286 0.01847 lineto
  13050. stroke
  13051. grestore
  13052. gsave
  13053. 0.001 setlinewidth
  13054. 0.48095 0.01472 moveto
  13055. 0.48095 0.01847 lineto
  13056. stroke
  13057. grestore
  13058. gsave
  13059. 0.001 setlinewidth
  13060. 0.51905 0.01472 moveto
  13061. 0.51905 0.01847 lineto
  13062. stroke
  13063. grestore
  13064. gsave
  13065. 0.001 setlinewidth
  13066. 0.55714 0.01472 moveto
  13067. 0.55714 0.01847 lineto
  13068. stroke
  13069. grestore
  13070. gsave
  13071. 0.001 setlinewidth
  13072. 0.63333 0.01472 moveto
  13073. 0.63333 0.01847 lineto
  13074. stroke
  13075. grestore
  13076. gsave
  13077. 0.001 setlinewidth
  13078. 0.67143 0.01472 moveto
  13079. 0.67143 0.01847 lineto
  13080. stroke
  13081. grestore
  13082. gsave
  13083. 0.001 setlinewidth
  13084. 0.70952 0.01472 moveto
  13085. 0.70952 0.01847 lineto
  13086. stroke
  13087. grestore
  13088. gsave
  13089. 0.001 setlinewidth
  13090. 0.74762 0.01472 moveto
  13091. 0.74762 0.01847 lineto
  13092. stroke
  13093. grestore
  13094. gsave
  13095. 0.001 setlinewidth
  13096. 0.82381 0.01472 moveto
  13097. 0.82381 0.01847 lineto
  13098. stroke
  13099. grestore
  13100. gsave
  13101. 0.001 setlinewidth
  13102. 0.8619 0.01472 moveto
  13103. 0.8619 0.01847 lineto
  13104. stroke
  13105. grestore
  13106. gsave
  13107. 0.001 setlinewidth
  13108. 0.9 0.01472 moveto
  13109. 0.9 0.01847 lineto
  13110. stroke
  13111. grestore
  13112. gsave
  13113. 0.001 setlinewidth
  13114. 0.9381 0.01472 moveto
  13115. 0.9381 0.01847 lineto
  13116. stroke
  13117. grestore
  13118. [(x)] 1.025 0.01472 -1 0 Mshowa
  13119. gsave
  13120. 0.002 setlinewidth
  13121. 0 0.01472 moveto
  13122. 1 0.01472 lineto
  13123. stroke
  13124. grestore
  13125. gsave
  13126. 0.002 setlinewidth
  13127. 0.02381 0.13244 moveto
  13128. 0.03006 0.13244 lineto
  13129. stroke
  13130. grestore
  13131. [(0.2)] 0.01131 0.13244 1 0 Mshowa
  13132. gsave
  13133. 0.002 setlinewidth
  13134. 0.02381 0.25016 moveto
  13135. 0.03006 0.25016 lineto
  13136. stroke
  13137. grestore
  13138. [(0.4)] 0.01131 0.25016 1 0 Mshowa
  13139. gsave
  13140. 0.002 setlinewidth
  13141. 0.02381 0.36788 moveto
  13142. 0.03006 0.36788 lineto
  13143. stroke
  13144. grestore
  13145. [(0.6)] 0.01131 0.36788 1 0 Mshowa
  13146. gsave
  13147. 0.002 setlinewidth
  13148. 0.02381 0.4856 moveto
  13149. 0.03006 0.4856 lineto
  13150. stroke
  13151. grestore
  13152. [(0.8)] 0.01131 0.4856 1 0 Mshowa
  13153. gsave
  13154. 0.002 setlinewidth
  13155. 0.02381 0.60332 moveto
  13156. 0.03006 0.60332 lineto
  13157. stroke
  13158. grestore
  13159. [(1)] 0.01131 0.60332 1 0 Mshowa
  13160. gsave
  13161. 0.001 setlinewidth
  13162. 0.02381 0.03826 moveto
  13163. 0.02756 0.03826 lineto
  13164. stroke
  13165. grestore
  13166. gsave
  13167. 0.001 setlinewidth
  13168. 0.02381 0.0618 moveto
  13169. 0.02756 0.0618 lineto
  13170. stroke
  13171. grestore
  13172. gsave
  13173. 0.001 setlinewidth
  13174. 0.02381 0.08535 moveto
  13175. 0.02756 0.08535 lineto
  13176. stroke
  13177. grestore
  13178. gsave
  13179. 0.001 setlinewidth
  13180. 0.02381 0.10889 moveto
  13181. 0.02756 0.10889 lineto
  13182. stroke
  13183. grestore
  13184. gsave
  13185. 0.001 setlinewidth
  13186. 0.02381 0.15598 moveto
  13187. 0.02756 0.15598 lineto
  13188. stroke
  13189. grestore
  13190. gsave
  13191. 0.001 setlinewidth
  13192. 0.02381 0.17952 moveto
  13193. 0.02756 0.17952 lineto
  13194. stroke
  13195. grestore
  13196. gsave
  13197. 0.001 setlinewidth
  13198. 0.02381 0.20307 moveto
  13199. 0.02756 0.20307 lineto
  13200. stroke
  13201. grestore
  13202. gsave
  13203. 0.001 setlinewidth
  13204. 0.02381 0.22661 moveto
  13205. 0.02756 0.22661 lineto
  13206. stroke
  13207. grestore
  13208. gsave
  13209. 0.001 setlinewidth
  13210. 0.02381 0.2737 moveto
  13211. 0.02756 0.2737 lineto
  13212. stroke
  13213. grestore
  13214. gsave
  13215. 0.001 setlinewidth
  13216. 0.02381 0.29724 moveto
  13217. 0.02756 0.29724 lineto
  13218. stroke
  13219. grestore
  13220. gsave
  13221. 0.001 setlinewidth
  13222. 0.02381 0.32079 moveto
  13223. 0.02756 0.32079 lineto
  13224. stroke
  13225. grestore
  13226. gsave
  13227. 0.001 setlinewidth
  13228. 0.02381 0.34433 moveto
  13229. 0.02756 0.34433 lineto
  13230. stroke
  13231. grestore
  13232. gsave
  13233. 0.001 setlinewidth
  13234. 0.02381 0.39142 moveto
  13235. 0.02756 0.39142 lineto
  13236. stroke
  13237. grestore
  13238. gsave
  13239. 0.001 setlinewidth
  13240. 0.02381 0.41497 moveto
  13241. 0.02756 0.41497 lineto
  13242. stroke
  13243. grestore
  13244. gsave
  13245. 0.001 setlinewidth
  13246. 0.02381 0.43851 moveto
  13247. 0.02756 0.43851 lineto
  13248. stroke
  13249. grestore
  13250. gsave
  13251. 0.001 setlinewidth
  13252. 0.02381 0.46205 moveto
  13253. 0.02756 0.46205 lineto
  13254. stroke
  13255. grestore
  13256. gsave
  13257. 0.001 setlinewidth
  13258. 0.02381 0.50914 moveto
  13259. 0.02756 0.50914 lineto
  13260. stroke
  13261. grestore
  13262. gsave
  13263. 0.001 setlinewidth
  13264. 0.02381 0.53269 moveto
  13265. 0.02756 0.53269 lineto
  13266. stroke
  13267. grestore
  13268. gsave
  13269. 0.001 setlinewidth
  13270. 0.02381 0.55623 moveto
  13271. 0.02756 0.55623 lineto
  13272. stroke
  13273. grestore
  13274. gsave
  13275. 0.001 setlinewidth
  13276. 0.02381 0.57977 moveto
  13277. 0.02756 0.57977 lineto
  13278. stroke
  13279. grestore
  13280. [(y)] 0.02381 0.61803 0 -4 Mshowa
  13281. gsave
  13282. 0.002 setlinewidth
  13283. 0.02381 0 moveto
  13284. 0.02381 0.61803 lineto
  13285. stroke
  13286. grestore
  13287. grestore
  13288. 0 0 moveto
  13289. 1 0 lineto
  13290. 1 0.61803 lineto
  13291. 0 0.61803 lineto
  13292. closepath
  13293. clip
  13294. newpath
  13295. gsave
  13296. gsave
  13297. 0 0 1 setrgbcolor
  13298. [ ] 0 setdash
  13299. 4 Mabswid
  13300. 0.04833 0.41452 Mdot
  13301. 0.16459 0.04692 Mdot
  13302. 0.38325 0.16541 Mdot
  13303. 0.55424 0.4044 Mdot
  13304. 0.5587 0.40302 Mdot
  13305. 0.78285 0.22146 Mdot
  13306. 0.79319 0.12013 Mdot
  13307. 0.85454 0.54162 Mdot
  13308. 0.89149 0.51136 Mdot
  13309. 0.89375 0.21967 Mdot
  13310. grestore
  13311. grestore
  13312. % End of Graphics
  13313. MathPictureEnd
  13314. :[font = subsubsection; inactive; preserveAspect; ]
  13315. Equations
  13316. :[font = input; Cclosed; nowordwrap; preserveAspect; startGroup; ]
  13317. PlotE[x^2 + y^2 == 1,y == 1/2,x == 1/2,x == y^2,
  13318. {-1,1},{-1,1},SameScale];
  13319. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 266; pictureHeight = 266; endGroup; ]
  13320. %!
  13321. %%Creator: Mathematica
  13322. %%AspectRatio: 1 
  13323. MathPictureStart
  13324. /Courier findfont 10  scalefont  setfont
  13325. % Scaling calculations
  13326. 0.5 0.47619 0.5 0.47619 [
  13327. [(-1)] 0.02381 0.5 0 2 Msboxa
  13328. [(-0.5)] 0.2619 0.5 0 2 Msboxa
  13329. [(0.5)] 0.7381 0.5 0 2 Msboxa
  13330. [(1)] 0.97619 0.5 0 2 Msboxa
  13331. [(x)] 1.025 0.5 -1 0 Msboxa
  13332. [(-1)] 0.4875 0.02381 1 0 Msboxa
  13333. [(-0.5)] 0.4875 0.2619 1 0 Msboxa
  13334. [(0.5)] 0.4875 0.7381 1 0 Msboxa
  13335. [(1)] 0.4875 0.97619 1 0 Msboxa
  13336. [(y)] 0.5 1 0 -4 Msboxa
  13337. [ -0.001 -0.001 0 0 ]
  13338. [ 1.001 1.001 0 0 ]
  13339. ] MathScale
  13340. % Start of Graphics
  13341. 1 setlinecap
  13342. 1 setlinejoin
  13343. newpath
  13344. %%Object: Graphics
  13345. [ ] 0 setdash
  13346. 0 setgray
  13347. gsave
  13348. gsave
  13349. 0.002 setlinewidth
  13350. 0.02381 0.5 moveto
  13351. 0.02381 0.50625 lineto
  13352. stroke
  13353. grestore
  13354. [(-1)] 0.02381 0.5 0 2 Mshowa
  13355. gsave
  13356. 0.002 setlinewidth
  13357. 0.2619 0.5 moveto
  13358. 0.2619 0.50625 lineto
  13359. stroke
  13360. grestore
  13361. [(-0.5)] 0.2619 0.5 0 2 Mshowa
  13362. gsave
  13363. 0.002 setlinewidth
  13364. 0.7381 0.5 moveto
  13365. 0.7381 0.50625 lineto
  13366. stroke
  13367. grestore
  13368. [(0.5)] 0.7381 0.5 0 2 Mshowa
  13369. gsave
  13370. 0.002 setlinewidth
  13371. 0.97619 0.5 moveto
  13372. 0.97619 0.50625 lineto
  13373. stroke
  13374. grestore
  13375. [(1)] 0.97619 0.5 0 2 Mshowa
  13376. gsave
  13377. 0.001 setlinewidth
  13378. 0.07143 0.5 moveto
  13379. 0.07143 0.50375 lineto
  13380. stroke
  13381. grestore
  13382. gsave
  13383. 0.001 setlinewidth
  13384. 0.11905 0.5 moveto
  13385. 0.11905 0.50375 lineto
  13386. stroke
  13387. grestore
  13388. gsave
  13389. 0.001 setlinewidth
  13390. 0.16667 0.5 moveto
  13391. 0.16667 0.50375 lineto
  13392. stroke
  13393. grestore
  13394. gsave
  13395. 0.001 setlinewidth
  13396. 0.21429 0.5 moveto
  13397. 0.21429 0.50375 lineto
  13398. stroke
  13399. grestore
  13400. gsave
  13401. 0.001 setlinewidth
  13402. 0.30952 0.5 moveto
  13403. 0.30952 0.50375 lineto
  13404. stroke
  13405. grestore
  13406. gsave
  13407. 0.001 setlinewidth
  13408. 0.35714 0.5 moveto
  13409. 0.35714 0.50375 lineto
  13410. stroke
  13411. grestore
  13412. gsave
  13413. 0.001 setlinewidth
  13414. 0.40476 0.5 moveto
  13415. 0.40476 0.50375 lineto
  13416. stroke
  13417. grestore
  13418. gsave
  13419. 0.001 setlinewidth
  13420. 0.45238 0.5 moveto
  13421. 0.45238 0.50375 lineto
  13422. stroke
  13423. grestore
  13424. gsave
  13425. 0.001 setlinewidth
  13426. 0.54762 0.5 moveto
  13427. 0.54762 0.50375 lineto
  13428. stroke
  13429. grestore
  13430. gsave
  13431. 0.001 setlinewidth
  13432. 0.59524 0.5 moveto
  13433. 0.59524 0.50375 lineto
  13434. stroke
  13435. grestore
  13436. gsave
  13437. 0.001 setlinewidth
  13438. 0.64286 0.5 moveto
  13439. 0.64286 0.50375 lineto
  13440. stroke
  13441. grestore
  13442. gsave
  13443. 0.001 setlinewidth
  13444. 0.69048 0.5 moveto
  13445. 0.69048 0.50375 lineto
  13446. stroke
  13447. grestore
  13448. gsave
  13449. 0.001 setlinewidth
  13450. 0.78571 0.5 moveto
  13451. 0.78571 0.50375 lineto
  13452. stroke
  13453. grestore
  13454. gsave
  13455. 0.001 setlinewidth
  13456. 0.83333 0.5 moveto
  13457. 0.83333 0.50375 lineto
  13458. stroke
  13459. grestore
  13460. gsave
  13461. 0.001 setlinewidth
  13462. 0.88095 0.5 moveto
  13463. 0.88095 0.50375 lineto
  13464. stroke
  13465. grestore
  13466. gsave
  13467. 0.001 setlinewidth
  13468. 0.92857 0.5 moveto
  13469. 0.92857 0.50375 lineto
  13470. stroke
  13471. grestore
  13472. [(x)] 1.025 0.5 -1 0 Mshowa
  13473. gsave
  13474. 0.002 setlinewidth
  13475. 0 0.5 moveto
  13476. 1 0.5 lineto
  13477. stroke
  13478. grestore
  13479. gsave
  13480. 0.002 setlinewidth
  13481. 0.5 0.02381 moveto
  13482. 0.50625 0.02381 lineto
  13483. stroke
  13484. grestore
  13485. [(-1)] 0.4875 0.02381 1 0 Mshowa
  13486. gsave
  13487. 0.002 setlinewidth
  13488. 0.5 0.2619 moveto
  13489. 0.50625 0.2619 lineto
  13490. stroke
  13491. grestore
  13492. [(-0.5)] 0.4875 0.2619 1 0 Mshowa
  13493. gsave
  13494. 0.002 setlinewidth
  13495. 0.5 0.7381 moveto
  13496. 0.50625 0.7381 lineto
  13497. stroke
  13498. grestore
  13499. [(0.5)] 0.4875 0.7381 1 0 Mshowa
  13500. gsave
  13501. 0.002 setlinewidth
  13502. 0.5 0.97619 moveto
  13503. 0.50625 0.97619 lineto
  13504. stroke
  13505. grestore
  13506. [(1)] 0.4875 0.97619 1 0 Mshowa
  13507. gsave
  13508. 0.001 setlinewidth
  13509. 0.5 0.07143 moveto
  13510. 0.50375 0.07143 lineto
  13511. stroke
  13512. grestore
  13513. gsave
  13514. 0.001 setlinewidth
  13515. 0.5 0.11905 moveto
  13516. 0.50375 0.11905 lineto
  13517. stroke
  13518. grestore
  13519. gsave
  13520. 0.001 setlinewidth
  13521. 0.5 0.16667 moveto
  13522. 0.50375 0.16667 lineto
  13523. stroke
  13524. grestore
  13525. gsave
  13526. 0.001 setlinewidth
  13527. 0.5 0.21429 moveto
  13528. 0.50375 0.21429 lineto
  13529. stroke
  13530. grestore
  13531. gsave
  13532. 0.001 setlinewidth
  13533. 0.5 0.30952 moveto
  13534. 0.50375 0.30952 lineto
  13535. stroke
  13536. grestore
  13537. gsave
  13538. 0.001 setlinewidth
  13539. 0.5 0.35714 moveto
  13540. 0.50375 0.35714 lineto
  13541. stroke
  13542. grestore
  13543. gsave
  13544. 0.001 setlinewidth
  13545. 0.5 0.40476 moveto
  13546. 0.50375 0.40476 lineto
  13547. stroke
  13548. grestore
  13549. gsave
  13550. 0.001 setlinewidth
  13551. 0.5 0.45238 moveto
  13552. 0.50375 0.45238 lineto
  13553. stroke
  13554. grestore
  13555. gsave
  13556. 0.001 setlinewidth
  13557. 0.5 0.54762 moveto
  13558. 0.50375 0.54762 lineto
  13559. stroke
  13560. grestore
  13561. gsave
  13562. 0.001 setlinewidth
  13563. 0.5 0.59524 moveto
  13564. 0.50375 0.59524 lineto
  13565. stroke
  13566. grestore
  13567. gsave
  13568. 0.001 setlinewidth
  13569. 0.5 0.64286 moveto
  13570. 0.50375 0.64286 lineto
  13571. stroke
  13572. grestore
  13573. gsave
  13574. 0.001 setlinewidth
  13575. 0.5 0.69048 moveto
  13576. 0.50375 0.69048 lineto
  13577. stroke
  13578. grestore
  13579. gsave
  13580. 0.001 setlinewidth
  13581. 0.5 0.78571 moveto
  13582. 0.50375 0.78571 lineto
  13583. stroke
  13584. grestore
  13585. gsave
  13586. 0.001 setlinewidth
  13587. 0.5 0.83333 moveto
  13588. 0.50375 0.83333 lineto
  13589. stroke
  13590. grestore
  13591. gsave
  13592. 0.001 setlinewidth
  13593. 0.5 0.88095 moveto
  13594. 0.50375 0.88095 lineto
  13595. stroke
  13596. grestore
  13597. gsave
  13598. 0.001 setlinewidth
  13599. 0.5 0.92857 moveto
  13600. 0.50375 0.92857 lineto
  13601. stroke
  13602. grestore
  13603. [(y)] 0.5 1 0 -4 Mshowa
  13604. gsave
  13605. 0.002 setlinewidth
  13606. 0.5 0 moveto
  13607. 0.5 1 lineto
  13608. stroke
  13609. grestore
  13610. grestore
  13611. 0 0 moveto
  13612. 1 0 lineto
  13613. 1 1 lineto
  13614. 0 1 lineto
  13615. closepath
  13616. clip
  13617. newpath
  13618. gsave
  13619. gsave
  13620. 0 0 1 setrgbcolor
  13621. [ ] 0 setdash
  13622. 1 Mabswid
  13623. 0.02381 0.5 moveto
  13624. 0.02505 0.53434 lineto
  13625. 0.02629 0.54854 lineto
  13626. 0.02877 0.56855 lineto
  13627. 0.03125 0.58385 lineto
  13628. 0.03373 0.59669 lineto
  13629. 0.04365 0.63602 lineto
  13630. 0.05357 0.66571 lineto
  13631. 0.06349 0.69031 lineto
  13632. 0.10317 0.76322 lineto
  13633. 0.14286 0.81497 lineto
  13634. 0.18254 0.85493 lineto
  13635. 0.22222 0.88678 lineto
  13636. 0.2619 0.91239 lineto
  13637. 0.30159 0.93289 lineto
  13638. 0.34127 0.94896 lineto
  13639. 0.38095 0.96107 lineto
  13640. 0.40079 0.96574 lineto
  13641. 0.42063 0.96953 lineto
  13642. 0.44048 0.97246 lineto
  13643. 0.4504 0.9736 lineto
  13644. 0.46032 0.97453 lineto
  13645. 0.47024 0.97526 lineto
  13646. 0.4752 0.97554 lineto
  13647. 0.48016 0.97578 lineto
  13648. 0.48512 0.97596 lineto
  13649. 0.4876 0.97603 lineto
  13650. 0.49008 0.97609 lineto
  13651. 0.49256 0.97613 lineto
  13652. 0.4938 0.97615 lineto
  13653. 0.49504 0.97616 lineto
  13654. 0.49628 0.97618 lineto
  13655. 0.49752 0.97618 lineto
  13656. 0.49876 0.97619 lineto
  13657. 0.5 0.97619 lineto
  13658. 0.50124 0.97619 lineto
  13659. 0.50248 0.97618 lineto
  13660. 0.50372 0.97618 lineto
  13661. 0.50496 0.97616 lineto
  13662. 0.5062 0.97615 lineto
  13663. 0.50744 0.97613 lineto
  13664. 0.50992 0.97609 lineto
  13665. 0.5124 0.97603 lineto
  13666. 0.51488 0.97596 lineto
  13667. 0.51984 0.97578 lineto
  13668. 0.5248 0.97554 lineto
  13669. 0.52976 0.97526 lineto
  13670. 0.53968 0.97453 lineto
  13671. 0.5496 0.9736 lineto
  13672. 0.55952 0.97246 lineto
  13673. Mistroke
  13674. 0.57937 0.96953 lineto
  13675. 0.59921 0.96574 lineto
  13676. 0.61905 0.96107 lineto
  13677. 0.65873 0.94896 lineto
  13678. 0.69841 0.93289 lineto
  13679. 0.7381 0.91239 lineto
  13680. 0.77778 0.88678 lineto
  13681. 0.81746 0.85493 lineto
  13682. 0.85714 0.81497 lineto
  13683. 0.89683 0.76322 lineto
  13684. 0.91667 0.73053 lineto
  13685. 0.93651 0.69031 lineto
  13686. 0.94643 0.66571 lineto
  13687. 0.95635 0.63602 lineto
  13688. 0.96131 0.61811 lineto
  13689. 0.96627 0.59669 lineto
  13690. 0.96875 0.58385 lineto
  13691. 0.97123 0.56855 lineto
  13692. 0.97247 0.55941 lineto
  13693. 0.97371 0.54854 lineto
  13694. 0.97495 0.53434 lineto
  13695. 0.97619 0.5 lineto
  13696. Mfstroke
  13697. 0.02381 0.5 moveto
  13698. 0.02505 0.46566 lineto
  13699. 0.02629 0.45146 lineto
  13700. 0.02877 0.43145 lineto
  13701. 0.03125 0.41615 lineto
  13702. 0.03373 0.40331 lineto
  13703. 0.04365 0.36398 lineto
  13704. 0.05357 0.33429 lineto
  13705. 0.06349 0.30969 lineto
  13706. 0.10317 0.23678 lineto
  13707. 0.14286 0.18503 lineto
  13708. 0.18254 0.14507 lineto
  13709. 0.22222 0.11322 lineto
  13710. 0.2619 0.08761 lineto
  13711. 0.30159 0.06711 lineto
  13712. 0.34127 0.05104 lineto
  13713. 0.38095 0.03893 lineto
  13714. 0.40079 0.03426 lineto
  13715. 0.42063 0.03047 lineto
  13716. 0.44048 0.02754 lineto
  13717. 0.4504 0.0264 lineto
  13718. 0.46032 0.02547 lineto
  13719. 0.47024 0.02474 lineto
  13720. 0.4752 0.02446 lineto
  13721. 0.48016 0.02422 lineto
  13722. 0.48512 0.02404 lineto
  13723. 0.4876 0.02397 lineto
  13724. 0.49008 0.02391 lineto
  13725. 0.49256 0.02387 lineto
  13726. 0.4938 0.02385 lineto
  13727. 0.49504 0.02384 lineto
  13728. 0.49628 0.02382 lineto
  13729. 0.49752 0.02382 lineto
  13730. 0.49876 0.02381 lineto
  13731. 0.5 0.02381 lineto
  13732. 0.50124 0.02381 lineto
  13733. 0.50248 0.02382 lineto
  13734. 0.50372 0.02382 lineto
  13735. 0.50496 0.02384 lineto
  13736. 0.5062 0.02385 lineto
  13737. 0.50744 0.02387 lineto
  13738. 0.50992 0.02391 lineto
  13739. 0.5124 0.02397 lineto
  13740. 0.51488 0.02404 lineto
  13741. 0.51984 0.02422 lineto
  13742. 0.5248 0.02446 lineto
  13743. 0.52976 0.02474 lineto
  13744. 0.53968 0.02547 lineto
  13745. 0.5496 0.0264 lineto
  13746. 0.55952 0.02754 lineto
  13747. Mistroke
  13748. 0.57937 0.03047 lineto
  13749. 0.59921 0.03426 lineto
  13750. 0.61905 0.03893 lineto
  13751. 0.65873 0.05104 lineto
  13752. 0.69841 0.06711 lineto
  13753. 0.7381 0.08761 lineto
  13754. 0.77778 0.11322 lineto
  13755. 0.81746 0.14507 lineto
  13756. 0.85714 0.18503 lineto
  13757. 0.89683 0.23678 lineto
  13758. 0.91667 0.26947 lineto
  13759. 0.93651 0.30969 lineto
  13760. 0.94643 0.33429 lineto
  13761. 0.95635 0.36398 lineto
  13762. 0.96131 0.38189 lineto
  13763. 0.96627 0.40331 lineto
  13764. 0.96875 0.41615 lineto
  13765. 0.97123 0.43145 lineto
  13766. 0.97247 0.44059 lineto
  13767. 0.97371 0.45146 lineto
  13768. 0.97495 0.46566 lineto
  13769. 0.97619 0.5 lineto
  13770. Mfstroke
  13771. grestore
  13772. gsave
  13773. 1 0 0 setrgbcolor
  13774. [ ] 0 setdash
  13775. 1 Mabswid
  13776. 0.02381 0.7381 moveto
  13777. 0.06349 0.7381 lineto
  13778. 0.10317 0.7381 lineto
  13779. 0.14286 0.7381 lineto
  13780. 0.18254 0.7381 lineto
  13781. 0.22222 0.7381 lineto
  13782. 0.2619 0.7381 lineto
  13783. 0.30159 0.7381 lineto
  13784. 0.34127 0.7381 lineto
  13785. 0.38095 0.7381 lineto
  13786. 0.42063 0.7381 lineto
  13787. 0.46032 0.7381 lineto
  13788. 0.5 0.7381 lineto
  13789. 0.53968 0.7381 lineto
  13790. 0.57937 0.7381 lineto
  13791. 0.61905 0.7381 lineto
  13792. 0.65873 0.7381 lineto
  13793. 0.69841 0.7381 lineto
  13794. 0.7381 0.7381 lineto
  13795. 0.77778 0.7381 lineto
  13796. 0.81746 0.7381 lineto
  13797. 0.85714 0.7381 lineto
  13798. 0.89683 0.7381 lineto
  13799. 0.93651 0.7381 lineto
  13800. 0.97619 0.7381 lineto
  13801. stroke
  13802. grestore
  13803. gsave
  13804. 0 1 0 setrgbcolor
  13805. [ ] 0 setdash
  13806. 1 Mabswid
  13807. 0.7381 0.02381 moveto
  13808. 0.7381 0.06349 lineto
  13809. 0.7381 0.10317 lineto
  13810. 0.7381 0.14286 lineto
  13811. 0.7381 0.18254 lineto
  13812. 0.7381 0.22222 lineto
  13813. 0.7381 0.2619 lineto
  13814. 0.7381 0.30159 lineto
  13815. 0.7381 0.34127 lineto
  13816. 0.7381 0.38095 lineto
  13817. 0.7381 0.42063 lineto
  13818. 0.7381 0.46032 lineto
  13819. 0.7381 0.5 lineto
  13820. 0.7381 0.53968 lineto
  13821. 0.7381 0.57937 lineto
  13822. 0.7381 0.61905 lineto
  13823. 0.7381 0.65873 lineto
  13824. 0.7381 0.69841 lineto
  13825. 0.7381 0.7381 lineto
  13826. 0.7381 0.77778 lineto
  13827. 0.7381 0.81746 lineto
  13828. 0.7381 0.85714 lineto
  13829. 0.7381 0.89683 lineto
  13830. 0.7381 0.93651 lineto
  13831. 0.7381 0.97619 lineto
  13832. stroke
  13833. grestore
  13834. gsave
  13835. 0 0 0 setrgbcolor
  13836. [ ] 0 setdash
  13837. 1 Mabswid
  13838. 0.97619 0.02381 moveto
  13839. 0.90013 0.06349 lineto
  13840. 0.83069 0.10317 lineto
  13841. 0.76786 0.14286 lineto
  13842. 0.71164 0.18254 lineto
  13843. 0.66204 0.22222 lineto
  13844. 0.61905 0.2619 lineto
  13845. 0.58267 0.30159 lineto
  13846. 0.55291 0.34127 lineto
  13847. 0.52976 0.38095 lineto
  13848. 0.52067 0.40079 lineto
  13849. 0.51323 0.42063 lineto
  13850. 0.50744 0.44048 lineto
  13851. 0.50517 0.4504 lineto
  13852. 0.50331 0.46032 lineto
  13853. 0.50186 0.47024 lineto
  13854. 0.50129 0.4752 lineto
  13855. 0.50083 0.48016 lineto
  13856. 0.50047 0.48512 lineto
  13857. 0.50032 0.4876 lineto
  13858. 0.50021 0.49008 lineto
  13859. 0.50012 0.49256 lineto
  13860. 0.50008 0.4938 lineto
  13861. 0.50005 0.49504 lineto
  13862. 0.50003 0.49628 lineto
  13863. 0.50001 0.49752 lineto
  13864. 0.5 0.49876 lineto
  13865. 0.5 0.5 lineto
  13866. 0.5 0.50124 lineto
  13867. 0.50001 0.50248 lineto
  13868. 0.50003 0.50372 lineto
  13869. 0.50005 0.50496 lineto
  13870. 0.50008 0.5062 lineto
  13871. 0.50012 0.50744 lineto
  13872. 0.50021 0.50992 lineto
  13873. 0.50032 0.5124 lineto
  13874. 0.50047 0.51488 lineto
  13875. 0.50083 0.51984 lineto
  13876. 0.50129 0.5248 lineto
  13877. 0.50186 0.52976 lineto
  13878. 0.50331 0.53968 lineto
  13879. 0.50517 0.5496 lineto
  13880. 0.50744 0.55952 lineto
  13881. 0.51323 0.57937 lineto
  13882. 0.52067 0.59921 lineto
  13883. 0.52976 0.61905 lineto
  13884. 0.55291 0.65873 lineto
  13885. 0.58267 0.69841 lineto
  13886. 0.61905 0.7381 lineto
  13887. 0.66204 0.77778 lineto
  13888. Mistroke
  13889. 0.71164 0.81746 lineto
  13890. 0.76786 0.85714 lineto
  13891. 0.83069 0.89683 lineto
  13892. 0.90013 0.93651 lineto
  13893. 0.97619 0.97619 lineto
  13894. Mfstroke
  13895. grestore
  13896. grestore
  13897. % End of Graphics
  13898. MathPictureEnd
  13899. :[font = subsubsection; inactive; preserveAspect; ]
  13900. Parametric Equations
  13901. :[font = input; Cclosed; nowordwrap; preserveAspect; startGroup; ]
  13902. PlotE[{(1-Cos[t])Cos[t],(1-Cos[t])Sin[t]},{t,0,2Pi},SameScale];
  13903. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 230; pictureHeight = 266; endGroup; endGroup; ]
  13904. %!
  13905. %%Creator: Mathematica
  13906. %%AspectRatio: 1.1547 
  13907. MathPictureStart
  13908. /Courier findfont 10  scalefont  setfont
  13909. % Scaling calculations
  13910. 0.87037 0.42328 0.57735 0.42328 [
  13911. [(-2)] 0.02381 0.57735 0 2 Msboxa
  13912. [(-1.5)] 0.23545 0.57735 0 2 Msboxa
  13913. [(-1)] 0.44709 0.57735 0 2 Msboxa
  13914. [(-0.5)] 0.65873 0.57735 0 2 Msboxa
  13915. [(x)] 1.025 0.57735 -1 0 Msboxa
  13916. [(-1)] 0.85787 0.15407 1 0 Msboxa
  13917. [(-0.5)] 0.85787 0.36571 1 0 Msboxa
  13918. [(0.5)] 0.85787 0.78899 1 0 Msboxa
  13919. [(1)] 0.85787 1.00063 1 0 Msboxa
  13920. [(y)] 0.87037 1.1547 0 -4 Msboxa
  13921. [ -0.001 -0.001 0 0 ]
  13922. [ 1.001 1.1557 0 0 ]
  13923. ] MathScale
  13924. % Start of Graphics
  13925. 1 setlinecap
  13926. 1 setlinejoin
  13927. newpath
  13928. %%Object: Graphics
  13929. [ ] 0 setdash
  13930. 0 setgray
  13931. gsave
  13932. gsave
  13933. 0.002 setlinewidth
  13934. 0.02381 0.57735 moveto
  13935. 0.02381 0.5836 lineto
  13936. stroke
  13937. grestore
  13938. [(-2)] 0.02381 0.57735 0 2 Mshowa
  13939. gsave
  13940. 0.002 setlinewidth
  13941. 0.23545 0.57735 moveto
  13942. 0.23545 0.5836 lineto
  13943. stroke
  13944. grestore
  13945. [(-1.5)] 0.23545 0.57735 0 2 Mshowa
  13946. gsave
  13947. 0.002 setlinewidth
  13948. 0.44709 0.57735 moveto
  13949. 0.44709 0.5836 lineto
  13950. stroke
  13951. grestore
  13952. [(-1)] 0.44709 0.57735 0 2 Mshowa
  13953. gsave
  13954. 0.002 setlinewidth
  13955. 0.65873 0.57735 moveto
  13956. 0.65873 0.5836 lineto
  13957. stroke
  13958. grestore
  13959. [(-0.5)] 0.65873 0.57735 0 2 Mshowa
  13960. gsave
  13961. 0.001 setlinewidth
  13962. 0.06614 0.57735 moveto
  13963. 0.06614 0.5811 lineto
  13964. stroke
  13965. grestore
  13966. gsave
  13967. 0.001 setlinewidth
  13968. 0.10847 0.57735 moveto
  13969. 0.10847 0.5811 lineto
  13970. stroke
  13971. grestore
  13972. gsave
  13973. 0.001 setlinewidth
  13974. 0.15079 0.57735 moveto
  13975. 0.15079 0.5811 lineto
  13976. stroke
  13977. grestore
  13978. gsave
  13979. 0.001 setlinewidth
  13980. 0.19312 0.57735 moveto
  13981. 0.19312 0.5811 lineto
  13982. stroke
  13983. grestore
  13984. gsave
  13985. 0.001 setlinewidth
  13986. 0.27778 0.57735 moveto
  13987. 0.27778 0.5811 lineto
  13988. stroke
  13989. grestore
  13990. gsave
  13991. 0.001 setlinewidth
  13992. 0.32011 0.57735 moveto
  13993. 0.32011 0.5811 lineto
  13994. stroke
  13995. grestore
  13996. gsave
  13997. 0.001 setlinewidth
  13998. 0.36243 0.57735 moveto
  13999. 0.36243 0.5811 lineto
  14000. stroke
  14001. grestore
  14002. gsave
  14003. 0.001 setlinewidth
  14004. 0.40476 0.57735 moveto
  14005. 0.40476 0.5811 lineto
  14006. stroke
  14007. grestore
  14008. gsave
  14009. 0.001 setlinewidth
  14010. 0.48942 0.57735 moveto
  14011. 0.48942 0.5811 lineto
  14012. stroke
  14013. grestore
  14014. gsave
  14015. 0.001 setlinewidth
  14016. 0.53175 0.57735 moveto
  14017. 0.53175 0.5811 lineto
  14018. stroke
  14019. grestore
  14020. gsave
  14021. 0.001 setlinewidth
  14022. 0.57407 0.57735 moveto
  14023. 0.57407 0.5811 lineto
  14024. stroke
  14025. grestore
  14026. gsave
  14027. 0.001 setlinewidth
  14028. 0.6164 0.57735 moveto
  14029. 0.6164 0.5811 lineto
  14030. stroke
  14031. grestore
  14032. gsave
  14033. 0.001 setlinewidth
  14034. 0.70106 0.57735 moveto
  14035. 0.70106 0.5811 lineto
  14036. stroke
  14037. grestore
  14038. gsave
  14039. 0.001 setlinewidth
  14040. 0.74339 0.57735 moveto
  14041. 0.74339 0.5811 lineto
  14042. stroke
  14043. grestore
  14044. gsave
  14045. 0.001 setlinewidth
  14046. 0.78571 0.57735 moveto
  14047. 0.78571 0.5811 lineto
  14048. stroke
  14049. grestore
  14050. gsave
  14051. 0.001 setlinewidth
  14052. 0.82804 0.57735 moveto
  14053. 0.82804 0.5811 lineto
  14054. stroke
  14055. grestore
  14056. gsave
  14057. 0.001 setlinewidth
  14058. 0.9127 0.57735 moveto
  14059. 0.9127 0.5811 lineto
  14060. stroke
  14061. grestore
  14062. gsave
  14063. 0.001 setlinewidth
  14064. 0.95503 0.57735 moveto
  14065. 0.95503 0.5811 lineto
  14066. stroke
  14067. grestore
  14068. gsave
  14069. 0.001 setlinewidth
  14070. 0.99735 0.57735 moveto
  14071. 0.99735 0.5811 lineto
  14072. stroke
  14073. grestore
  14074. [(x)] 1.025 0.57735 -1 0 Mshowa
  14075. gsave
  14076. 0.002 setlinewidth
  14077. 0 0.57735 moveto
  14078. 1 0.57735 lineto
  14079. stroke
  14080. grestore
  14081. gsave
  14082. 0.002 setlinewidth
  14083. 0.87037 0.15407 moveto
  14084. 0.87662 0.15407 lineto
  14085. stroke
  14086. grestore
  14087. [(-1)] 0.85787 0.15407 1 0 Mshowa
  14088. gsave
  14089. 0.002 setlinewidth
  14090. 0.87037 0.36571 moveto
  14091. 0.87662 0.36571 lineto
  14092. stroke
  14093. grestore
  14094. [(-0.5)] 0.85787 0.36571 1 0 Mshowa
  14095. gsave
  14096. 0.002 setlinewidth
  14097. 0.87037 0.78899 moveto
  14098. 0.87662 0.78899 lineto
  14099. stroke
  14100. grestore
  14101. [(0.5)] 0.85787 0.78899 1 0 Mshowa
  14102. gsave
  14103. 0.002 setlinewidth
  14104. 0.87037 1.00063 moveto
  14105. 0.87662 1.00063 lineto
  14106. stroke
  14107. grestore
  14108. [(1)] 0.85787 1.00063 1 0 Mshowa
  14109. gsave
  14110. 0.001 setlinewidth
  14111. 0.87037 0.1964 moveto
  14112. 0.87412 0.1964 lineto
  14113. stroke
  14114. grestore
  14115. gsave
  14116. 0.001 setlinewidth
  14117. 0.87037 0.23873 moveto
  14118. 0.87412 0.23873 lineto
  14119. stroke
  14120. grestore
  14121. gsave
  14122. 0.001 setlinewidth
  14123. 0.87037 0.28105 moveto
  14124. 0.87412 0.28105 lineto
  14125. stroke
  14126. grestore
  14127. gsave
  14128. 0.001 setlinewidth
  14129. 0.87037 0.32338 moveto
  14130. 0.87412 0.32338 lineto
  14131. stroke
  14132. grestore
  14133. gsave
  14134. 0.001 setlinewidth
  14135. 0.87037 0.40804 moveto
  14136. 0.87412 0.40804 lineto
  14137. stroke
  14138. grestore
  14139. gsave
  14140. 0.001 setlinewidth
  14141. 0.87037 0.45037 moveto
  14142. 0.87412 0.45037 lineto
  14143. stroke
  14144. grestore
  14145. gsave
  14146. 0.001 setlinewidth
  14147. 0.87037 0.49269 moveto
  14148. 0.87412 0.49269 lineto
  14149. stroke
  14150. grestore
  14151. gsave
  14152. 0.001 setlinewidth
  14153. 0.87037 0.53502 moveto
  14154. 0.87412 0.53502 lineto
  14155. stroke
  14156. grestore
  14157. gsave
  14158. 0.001 setlinewidth
  14159. 0.87037 0.61968 moveto
  14160. 0.87412 0.61968 lineto
  14161. stroke
  14162. grestore
  14163. gsave
  14164. 0.001 setlinewidth
  14165. 0.87037 0.66201 moveto
  14166. 0.87412 0.66201 lineto
  14167. stroke
  14168. grestore
  14169. gsave
  14170. 0.001 setlinewidth
  14171. 0.87037 0.70433 moveto
  14172. 0.87412 0.70433 lineto
  14173. stroke
  14174. grestore
  14175. gsave
  14176. 0.001 setlinewidth
  14177. 0.87037 0.74666 moveto
  14178. 0.87412 0.74666 lineto
  14179. stroke
  14180. grestore
  14181. gsave
  14182. 0.001 setlinewidth
  14183. 0.87037 0.83132 moveto
  14184. 0.87412 0.83132 lineto
  14185. stroke
  14186. grestore
  14187. gsave
  14188. 0.001 setlinewidth
  14189. 0.87037 0.87365 moveto
  14190. 0.87412 0.87365 lineto
  14191. stroke
  14192. grestore
  14193. gsave
  14194. 0.001 setlinewidth
  14195. 0.87037 0.91597 moveto
  14196. 0.87412 0.91597 lineto
  14197. stroke
  14198. grestore
  14199. gsave
  14200. 0.001 setlinewidth
  14201. 0.87037 0.9583 moveto
  14202. 0.87412 0.9583 lineto
  14203. stroke
  14204. grestore
  14205. gsave
  14206. 0.001 setlinewidth
  14207. 0.87037 0.11174 moveto
  14208. 0.87412 0.11174 lineto
  14209. stroke
  14210. grestore
  14211. gsave
  14212. 0.001 setlinewidth
  14213. 0.87037 0.06941 moveto
  14214. 0.87412 0.06941 lineto
  14215. stroke
  14216. grestore
  14217. gsave
  14218. 0.001 setlinewidth
  14219. 0.87037 0.02709 moveto
  14220. 0.87412 0.02709 lineto
  14221. stroke
  14222. grestore
  14223. gsave
  14224. 0.001 setlinewidth
  14225. 0.87037 1.04296 moveto
  14226. 0.87412 1.04296 lineto
  14227. stroke
  14228. grestore
  14229. gsave
  14230. 0.001 setlinewidth
  14231. 0.87037 1.08529 moveto
  14232. 0.87412 1.08529 lineto
  14233. stroke
  14234. grestore
  14235. gsave
  14236. 0.001 setlinewidth
  14237. 0.87037 1.12761 moveto
  14238. 0.87412 1.12761 lineto
  14239. stroke
  14240. grestore
  14241. [(y)] 0.87037 1.1547 0 -4 Mshowa
  14242. gsave
  14243. 0.002 setlinewidth
  14244. 0.87037 0 moveto
  14245. 0.87037 1.1547 lineto
  14246. stroke
  14247. grestore
  14248. grestore
  14249. 0 0 moveto
  14250. 1 0 lineto
  14251. 1 1.1547 lineto
  14252. 0 1.1547 lineto
  14253. closepath
  14254. clip
  14255. newpath
  14256. gsave
  14257. gsave
  14258. 0 0 1 setrgbcolor
  14259. [ ] 0 setdash
  14260. 1 Mabswid
  14261. 0.87037 0.57735 moveto
  14262. 0.87038 0.57735 lineto
  14263. 0.87043 0.57735 lineto
  14264. 0.8705 0.57735 lineto
  14265. 0.8706 0.57736 lineto
  14266. 0.87072 0.57736 lineto
  14267. 0.87088 0.57738 lineto
  14268. 0.87127 0.57741 lineto
  14269. 0.87178 0.57747 lineto
  14270. 0.8724 0.57755 lineto
  14271. 0.87396 0.57782 lineto
  14272. 0.87595 0.57827 lineto
  14273. 0.87835 0.57894 lineto
  14274. 0.8843 0.58108 lineto
  14275. 0.89164 0.58457 lineto
  14276. 0.90014 0.58968 lineto
  14277. 0.90952 0.59666 lineto
  14278. 0.91948 0.6057 lineto
  14279. 0.93976 0.6306 lineto
  14280. 0.94934 0.64661 lineto
  14281. 0.95803 0.66501 lineto
  14282. 0.96544 0.68576 lineto
  14283. 0.96855 0.69698 lineto
  14284. 0.97118 0.70873 lineto
  14285. 0.97331 0.721 lineto
  14286. 0.97417 0.72732 lineto
  14287. 0.97488 0.73377 lineto
  14288. 0.97545 0.74032 lineto
  14289. 0.97567 0.74364 lineto
  14290. 0.97586 0.74699 lineto
  14291. 0.976 0.75036 lineto
  14292. 0.97611 0.75376 lineto
  14293. 0.97617 0.75719 lineto
  14294. 0.97619 0.76064 lineto
  14295. 0.97617 0.76411 lineto
  14296. 0.9761 0.76761 lineto
  14297. 0.976 0.77113 lineto
  14298. 0.97584 0.77468 lineto
  14299. 0.9754 0.78183 lineto
  14300. 0.97478 0.78907 lineto
  14301. 0.97397 0.79639 lineto
  14302. 0.97297 0.80378 lineto
  14303. 0.97036 0.81876 lineto
  14304. 0.96695 0.83396 lineto
  14305. 0.96269 0.84933 lineto
  14306. 0.95157 0.88039 lineto
  14307. 0.93684 0.91151 lineto
  14308. 0.91841 0.94223 lineto
  14309. 0.89624 0.9721 lineto
  14310. 0.87037 1.00063 lineto
  14311. Mistroke
  14312. 0.80791 1.05179 lineto
  14313. 0.77168 1.07349 lineto
  14314. 0.73246 1.09203 lineto
  14315. 0.71183 1.09999 lineto
  14316. 0.69058 1.10701 lineto
  14317. 0.66875 1.11305 lineto
  14318. 0.6464 1.11806 lineto
  14319. 0.62358 1.12202 lineto
  14320. 0.61202 1.12359 lineto
  14321. 0.60036 1.12488 lineto
  14322. 0.58861 1.1259 lineto
  14323. 0.5827 1.1263 lineto
  14324. 0.57678 1.12662 lineto
  14325. 0.57084 1.12688 lineto
  14326. 0.56488 1.12706 lineto
  14327. 0.5589 1.12717 lineto
  14328. 0.55291 1.12721 lineto
  14329. 0.54691 1.12717 lineto
  14330. 0.54089 1.12706 lineto
  14331. 0.53486 1.12687 lineto
  14332. 0.52882 1.12662 lineto
  14333. 0.52276 1.12628 lineto
  14334. 0.5167 1.12587 lineto
  14335. 0.50456 1.12483 lineto
  14336. 0.49239 1.12348 lineto
  14337. 0.48021 1.12182 lineto
  14338. 0.45583 1.11759 lineto
  14339. 0.43149 1.11212 lineto
  14340. 0.40727 1.10542 lineto
  14341. 0.35943 1.08829 lineto
  14342. 0.31287 1.06627 lineto
  14343. 0.26814 1.03946 lineto
  14344. 0.22579 1.00804 lineto
  14345. 0.18634 0.97228 lineto
  14346. 0.11802 0.88898 lineto
  14347. 0.09001 0.84225 lineto
  14348. 0.06659 0.79272 lineto
  14349. 0.04805 0.74092 lineto
  14350. 0.04069 0.71433 lineto
  14351. 0.03464 0.68738 lineto
  14352. 0.02991 0.66013 lineto
  14353. 0.02805 0.64642 lineto
  14354. 0.02653 0.63266 lineto
  14355. 0.02534 0.61886 lineto
  14356. 0.02487 0.61196 lineto
  14357. 0.02449 0.60504 lineto
  14358. 0.02419 0.59812 lineto
  14359. 0.02398 0.5912 lineto
  14360. 0.02385 0.58428 lineto
  14361. 0.02381 0.57735 lineto
  14362. Mistroke
  14363. 0.02385 0.57042 lineto
  14364. 0.02398 0.5635 lineto
  14365. 0.02419 0.55658 lineto
  14366. 0.02449 0.54966 lineto
  14367. 0.02534 0.53584 lineto
  14368. 0.02653 0.52204 lineto
  14369. 0.02805 0.50828 lineto
  14370. 0.02991 0.49457 lineto
  14371. 0.03464 0.46732 lineto
  14372. 0.04069 0.44037 lineto
  14373. 0.04805 0.41378 lineto
  14374. 0.06659 0.36198 lineto
  14375. 0.09001 0.31245 lineto
  14376. 0.11802 0.26572 lineto
  14377. 0.15026 0.22223 lineto
  14378. 0.18634 0.18242 lineto
  14379. 0.22579 0.14666 lineto
  14380. 0.26814 0.11524 lineto
  14381. 0.31287 0.08843 lineto
  14382. 0.35943 0.06641 lineto
  14383. 0.40727 0.04928 lineto
  14384. 0.43149 0.04258 lineto
  14385. 0.45583 0.03711 lineto
  14386. 0.48021 0.03288 lineto
  14387. 0.49239 0.03122 lineto
  14388. 0.50456 0.02988 lineto
  14389. 0.5167 0.02883 lineto
  14390. 0.52276 0.02842 lineto
  14391. 0.52882 0.02809 lineto
  14392. 0.53486 0.02783 lineto
  14393. 0.54089 0.02764 lineto
  14394. 0.54691 0.02753 lineto
  14395. 0.55291 0.02749 lineto
  14396. 0.5589 0.02753 lineto
  14397. 0.56488 0.02764 lineto
  14398. 0.57084 0.02782 lineto
  14399. 0.57678 0.02808 lineto
  14400. 0.58861 0.0288 lineto
  14401. 0.60036 0.02982 lineto
  14402. 0.61202 0.03111 lineto
  14403. 0.62358 0.03268 lineto
  14404. 0.6464 0.03664 lineto
  14405. 0.66875 0.04166 lineto
  14406. 0.69058 0.04769 lineto
  14407. 0.73246 0.06267 lineto
  14408. 0.77168 0.08121 lineto
  14409. 0.80791 0.10291 lineto
  14410. 0.84088 0.12735 lineto
  14411. 0.87037 0.15407 lineto
  14412. 0.89624 0.1826 lineto
  14413. Mistroke
  14414. 0.91841 0.21247 lineto
  14415. 0.93684 0.24319 lineto
  14416. 0.95157 0.27431 lineto
  14417. 0.95757 0.28988 lineto
  14418. 0.96269 0.30537 lineto
  14419. 0.96695 0.32074 lineto
  14420. 0.97036 0.33594 lineto
  14421. 0.97297 0.35092 lineto
  14422. 0.97397 0.35831 lineto
  14423. 0.97478 0.36563 lineto
  14424. 0.9754 0.37287 lineto
  14425. 0.97565 0.37646 lineto
  14426. 0.97584 0.38002 lineto
  14427. 0.976 0.38357 lineto
  14428. 0.9761 0.38709 lineto
  14429. 0.97617 0.39059 lineto
  14430. 0.97619 0.39406 lineto
  14431. 0.97617 0.39752 lineto
  14432. 0.97611 0.40094 lineto
  14433. 0.976 0.40434 lineto
  14434. 0.97586 0.40771 lineto
  14435. 0.97545 0.41438 lineto
  14436. 0.97488 0.42094 lineto
  14437. 0.97417 0.42738 lineto
  14438. 0.97331 0.4337 lineto
  14439. 0.97118 0.44597 lineto
  14440. 0.96855 0.45772 lineto
  14441. 0.96544 0.46894 lineto
  14442. 0.95803 0.48969 lineto
  14443. 0.94934 0.50809 lineto
  14444. 0.93976 0.5241 lineto
  14445. 0.92968 0.53772 lineto
  14446. 0.91948 0.549 lineto
  14447. 0.90952 0.55804 lineto
  14448. 0.90014 0.56502 lineto
  14449. 0.89164 0.57013 lineto
  14450. 0.8843 0.57362 lineto
  14451. 0.87835 0.57576 lineto
  14452. 0.87595 0.57643 lineto
  14453. 0.87396 0.57688 lineto
  14454. 0.8724 0.57715 lineto
  14455. 0.87178 0.57723 lineto
  14456. 0.87127 0.57729 lineto
  14457. 0.87088 0.57733 lineto
  14458. 0.87072 0.57734 lineto
  14459. 0.8706 0.57734 lineto
  14460. 0.8705 0.57735 lineto
  14461. 0.87043 0.57735 lineto
  14462. 0.87038 0.57735 lineto
  14463. 0.87037 0.57735 lineto
  14464. Mistroke
  14465. Mfstroke
  14466. grestore
  14467. grestore
  14468. % End of Graphics
  14469. MathPictureEnd
  14470. :[font = subsection; inactive; Cclosed; preserveAspect; startGroup; ]
  14471. Geometric Objects
  14472. :[font = text; inactive; preserveAspect; ]
  14473. At this time the option syntax is used for including geometric objects.
  14474. Other alternatives may be provided in future versions.
  14475. :[font = subsubsection; inactive; preserveAspect; ]
  14476. Points
  14477. :[font = input; Cclosed; nowordwrap; preserveAspect; startGroup; ]
  14478. PlotE[1/(1+x^2),{-2,2},
  14479. Points->{-2,-1,0,1,2,
  14480. {1.5,0.75,Red,Open,Coords,XLine,YLine,Dotted,"here",Above,Left}}];
  14481. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; endGroup; ]
  14482. %!
  14483. %%Creator: Mathematica
  14484. %%AspectRatio: 0.61803 
  14485. MathPictureStart
  14486. /Courier findfont 10  scalefont  setfont
  14487. % Scaling calculations
  14488. 0.5 0.238095 -0.132436 0.735755 [
  14489. [(-2)] 0.02381 0.60332 0 2 Msboxa
  14490. [(-1)] 0.2619 0.60332 0 2 Msboxa
  14491. [(1)] 0.7381 0.60332 0 2 Msboxa
  14492. [(2)] 0.97619 0.60332 0 2 Msboxa
  14493. [(x)] 1.025 0.60332 -1 0 Msboxa
  14494. [(0.2)] 0.4875 0.01472 1 0 Msboxa
  14495. [(0.4)] 0.4875 0.16187 1 0 Msboxa
  14496. [(0.6)] 0.4875 0.30902 1 0 Msboxa
  14497. [(0.8)] 0.4875 0.45617 1 0 Msboxa
  14498. [(y)] 0.5 0.61803 0 -4 Msboxa
  14499. [ -0.001 -0.001 0 0 ]
  14500. [ 1.001 0.61903 0 0 ]
  14501. ] MathScale
  14502. % Start of Graphics
  14503. 1 setlinecap
  14504. 1 setlinejoin
  14505. newpath
  14506. %%Object: Graphics
  14507. [ ] 0 setdash
  14508. 0 setgray
  14509. gsave
  14510. gsave
  14511. 0.002 setlinewidth
  14512. 0.02381 0.60332 moveto
  14513. 0.02381 0.60957 lineto
  14514. stroke
  14515. grestore
  14516. [(-2)] 0.02381 0.60332 0 2 Mshowa
  14517. gsave
  14518. 0.002 setlinewidth
  14519. 0.2619 0.60332 moveto
  14520. 0.2619 0.60957 lineto
  14521. stroke
  14522. grestore
  14523. [(-1)] 0.2619 0.60332 0 2 Mshowa
  14524. gsave
  14525. 0.002 setlinewidth
  14526. 0.7381 0.60332 moveto
  14527. 0.7381 0.60957 lineto
  14528. stroke
  14529. grestore
  14530. [(1)] 0.7381 0.60332 0 2 Mshowa
  14531. gsave
  14532. 0.002 setlinewidth
  14533. 0.97619 0.60332 moveto
  14534. 0.97619 0.60957 lineto
  14535. stroke
  14536. grestore
  14537. [(2)] 0.97619 0.60332 0 2 Mshowa
  14538. gsave
  14539. 0.001 setlinewidth
  14540. 0.07143 0.60332 moveto
  14541. 0.07143 0.60707 lineto
  14542. stroke
  14543. grestore
  14544. gsave
  14545. 0.001 setlinewidth
  14546. 0.11905 0.60332 moveto
  14547. 0.11905 0.60707 lineto
  14548. stroke
  14549. grestore
  14550. gsave
  14551. 0.001 setlinewidth
  14552. 0.16667 0.60332 moveto
  14553. 0.16667 0.60707 lineto
  14554. stroke
  14555. grestore
  14556. gsave
  14557. 0.001 setlinewidth
  14558. 0.21429 0.60332 moveto
  14559. 0.21429 0.60707 lineto
  14560. stroke
  14561. grestore
  14562. gsave
  14563. 0.001 setlinewidth
  14564. 0.30952 0.60332 moveto
  14565. 0.30952 0.60707 lineto
  14566. stroke
  14567. grestore
  14568. gsave
  14569. 0.001 setlinewidth
  14570. 0.35714 0.60332 moveto
  14571. 0.35714 0.60707 lineto
  14572. stroke
  14573. grestore
  14574. gsave
  14575. 0.001 setlinewidth
  14576. 0.40476 0.60332 moveto
  14577. 0.40476 0.60707 lineto
  14578. stroke
  14579. grestore
  14580. gsave
  14581. 0.001 setlinewidth
  14582. 0.45238 0.60332 moveto
  14583. 0.45238 0.60707 lineto
  14584. stroke
  14585. grestore
  14586. gsave
  14587. 0.001 setlinewidth
  14588. 0.54762 0.60332 moveto
  14589. 0.54762 0.60707 lineto
  14590. stroke
  14591. grestore
  14592. gsave
  14593. 0.001 setlinewidth
  14594. 0.59524 0.60332 moveto
  14595. 0.59524 0.60707 lineto
  14596. stroke
  14597. grestore
  14598. gsave
  14599. 0.001 setlinewidth
  14600. 0.64286 0.60332 moveto
  14601. 0.64286 0.60707 lineto
  14602. stroke
  14603. grestore
  14604. gsave
  14605. 0.001 setlinewidth
  14606. 0.69048 0.60332 moveto
  14607. 0.69048 0.60707 lineto
  14608. stroke
  14609. grestore
  14610. gsave
  14611. 0.001 setlinewidth
  14612. 0.78571 0.60332 moveto
  14613. 0.78571 0.60707 lineto
  14614. stroke
  14615. grestore
  14616. gsave
  14617. 0.001 setlinewidth
  14618. 0.83333 0.60332 moveto
  14619. 0.83333 0.60707 lineto
  14620. stroke
  14621. grestore
  14622. gsave
  14623. 0.001 setlinewidth
  14624. 0.88095 0.60332 moveto
  14625. 0.88095 0.60707 lineto
  14626. stroke
  14627. grestore
  14628. gsave
  14629. 0.001 setlinewidth
  14630. 0.92857 0.60332 moveto
  14631. 0.92857 0.60707 lineto
  14632. stroke
  14633. grestore
  14634. [(x)] 1.025 0.60332 -1 0 Mshowa
  14635. gsave
  14636. 0.002 setlinewidth
  14637. 0 0.60332 moveto
  14638. 1 0.60332 lineto
  14639. stroke
  14640. grestore
  14641. gsave
  14642. 0.002 setlinewidth
  14643. 0.5 0.01472 moveto
  14644. 0.50625 0.01472 lineto
  14645. stroke
  14646. grestore
  14647. [(0.2)] 0.4875 0.01472 1 0 Mshowa
  14648. gsave
  14649. 0.002 setlinewidth
  14650. 0.5 0.16187 moveto
  14651. 0.50625 0.16187 lineto
  14652. stroke
  14653. grestore
  14654. [(0.4)] 0.4875 0.16187 1 0 Mshowa
  14655. gsave
  14656. 0.002 setlinewidth
  14657. 0.5 0.30902 moveto
  14658. 0.50625 0.30902 lineto
  14659. stroke
  14660. grestore
  14661. [(0.6)] 0.4875 0.30902 1 0 Mshowa
  14662. gsave
  14663. 0.002 setlinewidth
  14664. 0.5 0.45617 moveto
  14665. 0.50625 0.45617 lineto
  14666. stroke
  14667. grestore
  14668. [(0.8)] 0.4875 0.45617 1 0 Mshowa
  14669. gsave
  14670. 0.001 setlinewidth
  14671. 0.5 0.04415 moveto
  14672. 0.50375 0.04415 lineto
  14673. stroke
  14674. grestore
  14675. gsave
  14676. 0.001 setlinewidth
  14677. 0.5 0.07358 moveto
  14678. 0.50375 0.07358 lineto
  14679. stroke
  14680. grestore
  14681. gsave
  14682. 0.001 setlinewidth
  14683. 0.5 0.10301 moveto
  14684. 0.50375 0.10301 lineto
  14685. stroke
  14686. grestore
  14687. gsave
  14688. 0.001 setlinewidth
  14689. 0.5 0.13244 moveto
  14690. 0.50375 0.13244 lineto
  14691. stroke
  14692. grestore
  14693. gsave
  14694. 0.001 setlinewidth
  14695. 0.5 0.1913 moveto
  14696. 0.50375 0.1913 lineto
  14697. stroke
  14698. grestore
  14699. gsave
  14700. 0.001 setlinewidth
  14701. 0.5 0.22073 moveto
  14702. 0.50375 0.22073 lineto
  14703. stroke
  14704. grestore
  14705. gsave
  14706. 0.001 setlinewidth
  14707. 0.5 0.25016 moveto
  14708. 0.50375 0.25016 lineto
  14709. stroke
  14710. grestore
  14711. gsave
  14712. 0.001 setlinewidth
  14713. 0.5 0.27959 moveto
  14714. 0.50375 0.27959 lineto
  14715. stroke
  14716. grestore
  14717. gsave
  14718. 0.001 setlinewidth
  14719. 0.5 0.33845 moveto
  14720. 0.50375 0.33845 lineto
  14721. stroke
  14722. grestore
  14723. gsave
  14724. 0.001 setlinewidth
  14725. 0.5 0.36788 moveto
  14726. 0.50375 0.36788 lineto
  14727. stroke
  14728. grestore
  14729. gsave
  14730. 0.001 setlinewidth
  14731. 0.5 0.39731 moveto
  14732. 0.50375 0.39731 lineto
  14733. stroke
  14734. grestore
  14735. gsave
  14736. 0.001 setlinewidth
  14737. 0.5 0.42674 moveto
  14738. 0.50375 0.42674 lineto
  14739. stroke
  14740. grestore
  14741. gsave
  14742. 0.001 setlinewidth
  14743. 0.5 0.4856 moveto
  14744. 0.50375 0.4856 lineto
  14745. stroke
  14746. grestore
  14747. gsave
  14748. 0.001 setlinewidth
  14749. 0.5 0.51503 moveto
  14750. 0.50375 0.51503 lineto
  14751. stroke
  14752. grestore
  14753. gsave
  14754. 0.001 setlinewidth
  14755. 0.5 0.54446 moveto
  14756. 0.50375 0.54446 lineto
  14757. stroke
  14758. grestore
  14759. gsave
  14760. 0.001 setlinewidth
  14761. 0.5 0.57389 moveto
  14762. 0.50375 0.57389 lineto
  14763. stroke
  14764. grestore
  14765. [(y)] 0.5 0.61803 0 -4 Mshowa
  14766. gsave
  14767. 0.002 setlinewidth
  14768. 0.5 0 moveto
  14769. 0.5 0.61803 lineto
  14770. stroke
  14771. grestore
  14772. grestore
  14773. 0 0 moveto
  14774. 1 0 lineto
  14775. 1 0.61803 lineto
  14776. 0 0.61803 lineto
  14777. closepath
  14778. clip
  14779. newpath
  14780. gsave
  14781. gsave
  14782. 0 0 1 setrgbcolor
  14783. [ ] 0 setdash
  14784. 1 Mabswid
  14785. 0.02381 0.01472 moveto
  14786. 0.06349 0.03627 lineto
  14787. 0.10317 0.06232 lineto
  14788. 0.14286 0.09395 lineto
  14789. 0.18254 0.13244 lineto
  14790. 0.22222 0.17918 lineto
  14791. 0.2619 0.23544 lineto
  14792. 0.30159 0.30178 lineto
  14793. 0.34127 0.37693 lineto
  14794. 0.38095 0.45617 lineto
  14795. 0.42063 0.52974 lineto
  14796. 0.44048 0.56004 lineto
  14797. 0.4504 0.57271 lineto
  14798. 0.46032 0.58343 lineto
  14799. 0.47024 0.592 lineto
  14800. 0.4752 0.59542 lineto
  14801. 0.48016 0.59824 lineto
  14802. 0.48512 0.60046 lineto
  14803. 0.4876 0.60133 lineto
  14804. 0.49008 0.60204 lineto
  14805. 0.49256 0.6026 lineto
  14806. 0.4938 0.60282 lineto
  14807. 0.49504 0.603 lineto
  14808. 0.49628 0.60314 lineto
  14809. 0.49752 0.60324 lineto
  14810. 0.49876 0.6033 lineto
  14811. 0.5 0.60332 lineto
  14812. 0.50124 0.6033 lineto
  14813. 0.50248 0.60324 lineto
  14814. 0.50372 0.60314 lineto
  14815. 0.50496 0.603 lineto
  14816. 0.5062 0.60282 lineto
  14817. 0.50744 0.6026 lineto
  14818. 0.50992 0.60204 lineto
  14819. 0.5124 0.60133 lineto
  14820. 0.51488 0.60046 lineto
  14821. 0.51984 0.59824 lineto
  14822. 0.52976 0.592 lineto
  14823. 0.53968 0.58343 lineto
  14824. 0.55952 0.56004 lineto
  14825. 0.57937 0.52974 lineto
  14826. 0.61905 0.45617 lineto
  14827. 0.65873 0.37693 lineto
  14828. 0.69841 0.30178 lineto
  14829. 0.7381 0.23544 lineto
  14830. 0.77778 0.17918 lineto
  14831. 0.81746 0.13244 lineto
  14832. 0.85714 0.09395 lineto
  14833. 0.89683 0.06232 lineto
  14834. 0.93651 0.03627 lineto
  14835. Mistroke
  14836. 0.97619 0.01472 lineto
  14837. Mfstroke
  14838. grestore
  14839. grestore
  14840. gsave
  14841. 1 0 0 setrgbcolor
  14842. [ 8 4 ] 0 Mabsdash
  14843. 1 Mabswid
  14844. 0.85714 0.41349 moveto
  14845. 0.85714 0.60332 lineto
  14846. stroke
  14847. grestore
  14848. gsave
  14849. 1 0 0 setrgbcolor
  14850. [ 8 4 ] 0 Mabsdash
  14851. 1 Mabswid
  14852. 0.84762 0.41938 moveto
  14853. 0.5 0.41938 lineto
  14854. stroke
  14855. grestore
  14856. gsave
  14857. 0 0 1 setrgbcolor
  14858. [ ] 0 setdash
  14859. 6 Mabswid
  14860. 0.02381 0.01472 Mdot
  14861. grestore
  14862. gsave
  14863. 0 0 1 setrgbcolor
  14864. [ ] 0 setdash
  14865. 6 Mabswid
  14866. 0.2619 0.23544 Mdot
  14867. grestore
  14868. gsave
  14869. 0 0 1 setrgbcolor
  14870. [ ] 0 setdash
  14871. 6 Mabswid
  14872. 0.5 0.60332 Mdot
  14873. grestore
  14874. gsave
  14875. 0 0 1 setrgbcolor
  14876. [ ] 0 setdash
  14877. 6 Mabswid
  14878. 0.7381 0.23544 Mdot
  14879. grestore
  14880. gsave
  14881. 0 0 1 setrgbcolor
  14882. [ ] 0 setdash
  14883. 6 Mabswid
  14884. 0.97619 0.01472 Mdot
  14885. grestore
  14886. gsave
  14887. 1 0 0 setrgbcolor
  14888. [ ] 0 setdash
  14889. 6 Mabswid
  14890. 0.85714 0.41938 Mdot
  14891. 1 1 1 setrgbcolor
  14892. 4 Mabswid
  14893. 0.85714 0.41938 Mdot
  14894. gsave
  14895. 1 0 0 setrgbcolor
  14896. [(here)] 0.85714 0.41938 2 -3 Mshowa
  14897. grestore
  14898. gsave
  14899. 1 0 0 setrgbcolor
  14900. [(\(1.5,0.75\))] 0.85714 0.41938 0 3 Mshowa
  14901. grestore
  14902. grestore
  14903. % End of Graphics
  14904. MathPictureEnd
  14905. :[font = text; inactive; nowordwrap; preserveAspect; ]
  14906. Note: the keywords Red, Open, etc. in the last point can also be given in lower case.
  14907. ;[s]
  14908. 5:0,0;19,1;22,2;24,3;28,4;86,-1;
  14909. 5:1,13,10,Times,0,14,0,0,0;1,10,8,Courier,1,12,0,0,0;1,13,10,Times,0,14,0,0,0;1,10,8,Courier,1,12,0,0,0;1,13,10,Times,0,14,0,0,0;
  14910. :[font = subsubsection; inactive; preserveAspect; ]
  14911. Lines & TangentLines
  14912. :[font = input; Cclosed; preserveAspect; startGroup; ]
  14913. PlotE[1/(1+x^2),{-3,3},
  14914. Lines->{{-2,2},{0,2},{-2,0}},
  14915. LineStyle->Green,LineDots->True];
  14916. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; endGroup; ]
  14917. %!
  14918. %%Creator: Mathematica
  14919. %%AspectRatio: 0.61803 
  14920. MathPictureStart
  14921. /Courier findfont 10  scalefont  setfont
  14922. % Scaling calculations
  14923. 0.5 0.15873 0.014715 0.588604 [
  14924. [(-3)] 0.02381 0.01472 0 2 Msboxa
  14925. [(-2)] 0.18254 0.01472 0 2 Msboxa
  14926. [(-1)] 0.34127 0.01472 0 2 Msboxa
  14927. [(1)] 0.65873 0.01472 0 2 Msboxa
  14928. [(2)] 0.81746 0.01472 0 2 Msboxa
  14929. [(3)] 0.97619 0.01472 0 2 Msboxa
  14930. [(x)] 1.025 0.01472 -1 0 Msboxa
  14931. [(0.2)] 0.4875 0.13244 1 0 Msboxa
  14932. [(0.4)] 0.4875 0.25016 1 0 Msboxa
  14933. [(0.6)] 0.4875 0.36788 1 0 Msboxa
  14934. [(0.8)] 0.4875 0.4856 1 0 Msboxa
  14935. [(1)] 0.4875 0.60332 1 0 Msboxa
  14936. [(y)] 0.5 0.61803 0 -4 Msboxa
  14937. [ -0.001 -0.001 0 0 ]
  14938. [ 1.001 0.61903 0 0 ]
  14939. ] MathScale
  14940. % Start of Graphics
  14941. 1 setlinecap
  14942. 1 setlinejoin
  14943. newpath
  14944. %%Object: Graphics
  14945. [ ] 0 setdash
  14946. 0 setgray
  14947. gsave
  14948. gsave
  14949. 0.002 setlinewidth
  14950. 0.02381 0.01472 moveto
  14951. 0.02381 0.02097 lineto
  14952. stroke
  14953. grestore
  14954. [(-3)] 0.02381 0.01472 0 2 Mshowa
  14955. gsave
  14956. 0.002 setlinewidth
  14957. 0.18254 0.01472 moveto
  14958. 0.18254 0.02097 lineto
  14959. stroke
  14960. grestore
  14961. [(-2)] 0.18254 0.01472 0 2 Mshowa
  14962. gsave
  14963. 0.002 setlinewidth
  14964. 0.34127 0.01472 moveto
  14965. 0.34127 0.02097 lineto
  14966. stroke
  14967. grestore
  14968. [(-1)] 0.34127 0.01472 0 2 Mshowa
  14969. gsave
  14970. 0.002 setlinewidth
  14971. 0.65873 0.01472 moveto
  14972. 0.65873 0.02097 lineto
  14973. stroke
  14974. grestore
  14975. [(1)] 0.65873 0.01472 0 2 Mshowa
  14976. gsave
  14977. 0.002 setlinewidth
  14978. 0.81746 0.01472 moveto
  14979. 0.81746 0.02097 lineto
  14980. stroke
  14981. grestore
  14982. [(2)] 0.81746 0.01472 0 2 Mshowa
  14983. gsave
  14984. 0.002 setlinewidth
  14985. 0.97619 0.01472 moveto
  14986. 0.97619 0.02097 lineto
  14987. stroke
  14988. grestore
  14989. [(3)] 0.97619 0.01472 0 2 Mshowa
  14990. gsave
  14991. 0.001 setlinewidth
  14992. 0.05556 0.01472 moveto
  14993. 0.05556 0.01847 lineto
  14994. stroke
  14995. grestore
  14996. gsave
  14997. 0.001 setlinewidth
  14998. 0.0873 0.01472 moveto
  14999. 0.0873 0.01847 lineto
  15000. stroke
  15001. grestore
  15002. gsave
  15003. 0.001 setlinewidth
  15004. 0.11905 0.01472 moveto
  15005. 0.11905 0.01847 lineto
  15006. stroke
  15007. grestore
  15008. gsave
  15009. 0.001 setlinewidth
  15010. 0.15079 0.01472 moveto
  15011. 0.15079 0.01847 lineto
  15012. stroke
  15013. grestore
  15014. gsave
  15015. 0.001 setlinewidth
  15016. 0.21429 0.01472 moveto
  15017. 0.21429 0.01847 lineto
  15018. stroke
  15019. grestore
  15020. gsave
  15021. 0.001 setlinewidth
  15022. 0.24603 0.01472 moveto
  15023. 0.24603 0.01847 lineto
  15024. stroke
  15025. grestore
  15026. gsave
  15027. 0.001 setlinewidth
  15028. 0.27778 0.01472 moveto
  15029. 0.27778 0.01847 lineto
  15030. stroke
  15031. grestore
  15032. gsave
  15033. 0.001 setlinewidth
  15034. 0.30952 0.01472 moveto
  15035. 0.30952 0.01847 lineto
  15036. stroke
  15037. grestore
  15038. gsave
  15039. 0.001 setlinewidth
  15040. 0.37302 0.01472 moveto
  15041. 0.37302 0.01847 lineto
  15042. stroke
  15043. grestore
  15044. gsave
  15045. 0.001 setlinewidth
  15046. 0.40476 0.01472 moveto
  15047. 0.40476 0.01847 lineto
  15048. stroke
  15049. grestore
  15050. gsave
  15051. 0.001 setlinewidth
  15052. 0.43651 0.01472 moveto
  15053. 0.43651 0.01847 lineto
  15054. stroke
  15055. grestore
  15056. gsave
  15057. 0.001 setlinewidth
  15058. 0.46825 0.01472 moveto
  15059. 0.46825 0.01847 lineto
  15060. stroke
  15061. grestore
  15062. gsave
  15063. 0.001 setlinewidth
  15064. 0.53175 0.01472 moveto
  15065. 0.53175 0.01847 lineto
  15066. stroke
  15067. grestore
  15068. gsave
  15069. 0.001 setlinewidth
  15070. 0.56349 0.01472 moveto
  15071. 0.56349 0.01847 lineto
  15072. stroke
  15073. grestore
  15074. gsave
  15075. 0.001 setlinewidth
  15076. 0.59524 0.01472 moveto
  15077. 0.59524 0.01847 lineto
  15078. stroke
  15079. grestore
  15080. gsave
  15081. 0.001 setlinewidth
  15082. 0.62698 0.01472 moveto
  15083. 0.62698 0.01847 lineto
  15084. stroke
  15085. grestore
  15086. gsave
  15087. 0.001 setlinewidth
  15088. 0.69048 0.01472 moveto
  15089. 0.69048 0.01847 lineto
  15090. stroke
  15091. grestore
  15092. gsave
  15093. 0.001 setlinewidth
  15094. 0.72222 0.01472 moveto
  15095. 0.72222 0.01847 lineto
  15096. stroke
  15097. grestore
  15098. gsave
  15099. 0.001 setlinewidth
  15100. 0.75397 0.01472 moveto
  15101. 0.75397 0.01847 lineto
  15102. stroke
  15103. grestore
  15104. gsave
  15105. 0.001 setlinewidth
  15106. 0.78571 0.01472 moveto
  15107. 0.78571 0.01847 lineto
  15108. stroke
  15109. grestore
  15110. gsave
  15111. 0.001 setlinewidth
  15112. 0.84921 0.01472 moveto
  15113. 0.84921 0.01847 lineto
  15114. stroke
  15115. grestore
  15116. gsave
  15117. 0.001 setlinewidth
  15118. 0.88095 0.01472 moveto
  15119. 0.88095 0.01847 lineto
  15120. stroke
  15121. grestore
  15122. gsave
  15123. 0.001 setlinewidth
  15124. 0.9127 0.01472 moveto
  15125. 0.9127 0.01847 lineto
  15126. stroke
  15127. grestore
  15128. gsave
  15129. 0.001 setlinewidth
  15130. 0.94444 0.01472 moveto
  15131. 0.94444 0.01847 lineto
  15132. stroke
  15133. grestore
  15134. [(x)] 1.025 0.01472 -1 0 Mshowa
  15135. gsave
  15136. 0.002 setlinewidth
  15137. 0 0.01472 moveto
  15138. 1 0.01472 lineto
  15139. stroke
  15140. grestore
  15141. gsave
  15142. 0.002 setlinewidth
  15143. 0.5 0.13244 moveto
  15144. 0.50625 0.13244 lineto
  15145. stroke
  15146. grestore
  15147. [(0.2)] 0.4875 0.13244 1 0 Mshowa
  15148. gsave
  15149. 0.002 setlinewidth
  15150. 0.5 0.25016 moveto
  15151. 0.50625 0.25016 lineto
  15152. stroke
  15153. grestore
  15154. [(0.4)] 0.4875 0.25016 1 0 Mshowa
  15155. gsave
  15156. 0.002 setlinewidth
  15157. 0.5 0.36788 moveto
  15158. 0.50625 0.36788 lineto
  15159. stroke
  15160. grestore
  15161. [(0.6)] 0.4875 0.36788 1 0 Mshowa
  15162. gsave
  15163. 0.002 setlinewidth
  15164. 0.5 0.4856 moveto
  15165. 0.50625 0.4856 lineto
  15166. stroke
  15167. grestore
  15168. [(0.8)] 0.4875 0.4856 1 0 Mshowa
  15169. gsave
  15170. 0.002 setlinewidth
  15171. 0.5 0.60332 moveto
  15172. 0.50625 0.60332 lineto
  15173. stroke
  15174. grestore
  15175. [(1)] 0.4875 0.60332 1 0 Mshowa
  15176. gsave
  15177. 0.001 setlinewidth
  15178. 0.5 0.03826 moveto
  15179. 0.50375 0.03826 lineto
  15180. stroke
  15181. grestore
  15182. gsave
  15183. 0.001 setlinewidth
  15184. 0.5 0.0618 moveto
  15185. 0.50375 0.0618 lineto
  15186. stroke
  15187. grestore
  15188. gsave
  15189. 0.001 setlinewidth
  15190. 0.5 0.08535 moveto
  15191. 0.50375 0.08535 lineto
  15192. stroke
  15193. grestore
  15194. gsave
  15195. 0.001 setlinewidth
  15196. 0.5 0.10889 moveto
  15197. 0.50375 0.10889 lineto
  15198. stroke
  15199. grestore
  15200. gsave
  15201. 0.001 setlinewidth
  15202. 0.5 0.15598 moveto
  15203. 0.50375 0.15598 lineto
  15204. stroke
  15205. grestore
  15206. gsave
  15207. 0.001 setlinewidth
  15208. 0.5 0.17952 moveto
  15209. 0.50375 0.17952 lineto
  15210. stroke
  15211. grestore
  15212. gsave
  15213. 0.001 setlinewidth
  15214. 0.5 0.20307 moveto
  15215. 0.50375 0.20307 lineto
  15216. stroke
  15217. grestore
  15218. gsave
  15219. 0.001 setlinewidth
  15220. 0.5 0.22661 moveto
  15221. 0.50375 0.22661 lineto
  15222. stroke
  15223. grestore
  15224. gsave
  15225. 0.001 setlinewidth
  15226. 0.5 0.2737 moveto
  15227. 0.50375 0.2737 lineto
  15228. stroke
  15229. grestore
  15230. gsave
  15231. 0.001 setlinewidth
  15232. 0.5 0.29724 moveto
  15233. 0.50375 0.29724 lineto
  15234. stroke
  15235. grestore
  15236. gsave
  15237. 0.001 setlinewidth
  15238. 0.5 0.32079 moveto
  15239. 0.50375 0.32079 lineto
  15240. stroke
  15241. grestore
  15242. gsave
  15243. 0.001 setlinewidth
  15244. 0.5 0.34433 moveto
  15245. 0.50375 0.34433 lineto
  15246. stroke
  15247. grestore
  15248. gsave
  15249. 0.001 setlinewidth
  15250. 0.5 0.39142 moveto
  15251. 0.50375 0.39142 lineto
  15252. stroke
  15253. grestore
  15254. gsave
  15255. 0.001 setlinewidth
  15256. 0.5 0.41497 moveto
  15257. 0.50375 0.41497 lineto
  15258. stroke
  15259. grestore
  15260. gsave
  15261. 0.001 setlinewidth
  15262. 0.5 0.43851 moveto
  15263. 0.50375 0.43851 lineto
  15264. stroke
  15265. grestore
  15266. gsave
  15267. 0.001 setlinewidth
  15268. 0.5 0.46205 moveto
  15269. 0.50375 0.46205 lineto
  15270. stroke
  15271. grestore
  15272. gsave
  15273. 0.001 setlinewidth
  15274. 0.5 0.50914 moveto
  15275. 0.50375 0.50914 lineto
  15276. stroke
  15277. grestore
  15278. gsave
  15279. 0.001 setlinewidth
  15280. 0.5 0.53269 moveto
  15281. 0.50375 0.53269 lineto
  15282. stroke
  15283. grestore
  15284. gsave
  15285. 0.001 setlinewidth
  15286. 0.5 0.55623 moveto
  15287. 0.50375 0.55623 lineto
  15288. stroke
  15289. grestore
  15290. gsave
  15291. 0.001 setlinewidth
  15292. 0.5 0.57977 moveto
  15293. 0.50375 0.57977 lineto
  15294. stroke
  15295. grestore
  15296. [(y)] 0.5 0.61803 0 -4 Mshowa
  15297. gsave
  15298. 0.002 setlinewidth
  15299. 0.5 0 moveto
  15300. 0.5 0.61803 lineto
  15301. stroke
  15302. grestore
  15303. grestore
  15304. 0 0 moveto
  15305. 1 0 lineto
  15306. 1 0.61803 lineto
  15307. 0 0.61803 lineto
  15308. closepath
  15309. clip
  15310. newpath
  15311. gsave
  15312. gsave
  15313. 0 0 1 setrgbcolor
  15314. [ ] 0 setdash
  15315. 1 Mabswid
  15316. 0.02381 0.07358 moveto
  15317. 0.06349 0.08346 lineto
  15318. 0.10317 0.0959 lineto
  15319. 0.14286 0.1118 lineto
  15320. 0.18254 0.13244 lineto
  15321. 0.22222 0.1596 lineto
  15322. 0.2619 0.19582 lineto
  15323. 0.30159 0.24441 lineto
  15324. 0.34127 0.30902 lineto
  15325. 0.38095 0.39142 lineto
  15326. 0.42063 0.4856 lineto
  15327. 0.44048 0.53075 lineto
  15328. 0.4504 0.55095 lineto
  15329. 0.46032 0.5687 lineto
  15330. 0.47024 0.58333 lineto
  15331. 0.4752 0.58929 lineto
  15332. 0.48016 0.59426 lineto
  15333. 0.48512 0.59819 lineto
  15334. 0.4876 0.59975 lineto
  15335. 0.49008 0.60103 lineto
  15336. 0.49256 0.60203 lineto
  15337. 0.4938 0.60242 lineto
  15338. 0.49504 0.60274 lineto
  15339. 0.49628 0.603 lineto
  15340. 0.49752 0.60318 lineto
  15341. 0.49876 0.60328 lineto
  15342. 0.5 0.60332 lineto
  15343. 0.50124 0.60328 lineto
  15344. 0.50248 0.60318 lineto
  15345. 0.50372 0.603 lineto
  15346. 0.50496 0.60274 lineto
  15347. 0.50744 0.60203 lineto
  15348. 0.50992 0.60103 lineto
  15349. 0.51488 0.59819 lineto
  15350. 0.51984 0.59426 lineto
  15351. 0.52976 0.58333 lineto
  15352. 0.53968 0.5687 lineto
  15353. 0.57937 0.4856 lineto
  15354. 0.61905 0.39142 lineto
  15355. 0.65873 0.30902 lineto
  15356. 0.69841 0.24441 lineto
  15357. 0.7381 0.19582 lineto
  15358. 0.77778 0.1596 lineto
  15359. 0.81746 0.13244 lineto
  15360. 0.85714 0.1118 lineto
  15361. 0.89683 0.0959 lineto
  15362. 0.93651 0.08346 lineto
  15363. 0.97619 0.07358 lineto
  15364. stroke
  15365. grestore
  15366. grestore
  15367. gsave
  15368. 0 1 0 setrgbcolor
  15369. [ ] 0 setdash
  15370. 1 Mabswid
  15371. 0.18254 0.13244 moveto
  15372. 0.81746 0.13244 lineto
  15373. stroke
  15374. grestore
  15375. gsave
  15376. 0 1 0 setrgbcolor
  15377. [ ] 0 setdash
  15378. 1 Mabswid
  15379. 0.5 0.60332 moveto
  15380. 0.81746 0.13244 lineto
  15381. stroke
  15382. grestore
  15383. gsave
  15384. 0 1 0 setrgbcolor
  15385. [ ] 0 setdash
  15386. 1 Mabswid
  15387. 0.18254 0.13244 moveto
  15388. 0.5 0.60332 lineto
  15389. stroke
  15390. grestore
  15391. gsave
  15392. 0 1 0 setrgbcolor
  15393. [ ] 0 setdash
  15394. 6 Mabswid
  15395. 0.18254 0.13244 Mdot
  15396. grestore
  15397. gsave
  15398. 0 1 0 setrgbcolor
  15399. [ ] 0 setdash
  15400. 6 Mabswid
  15401. 0.81746 0.13244 Mdot
  15402. grestore
  15403. gsave
  15404. 0 1 0 setrgbcolor
  15405. [ ] 0 setdash
  15406. 6 Mabswid
  15407. 0.5 0.60332 Mdot
  15408. grestore
  15409. gsave
  15410. 0 1 0 setrgbcolor
  15411. [ ] 0 setdash
  15412. 6 Mabswid
  15413. 0.81746 0.13244 Mdot
  15414. grestore
  15415. gsave
  15416. 0 1 0 setrgbcolor
  15417. [ ] 0 setdash
  15418. 6 Mabswid
  15419. 0.18254 0.13244 Mdot
  15420. grestore
  15421. gsave
  15422. 0 1 0 setrgbcolor
  15423. [ ] 0 setdash
  15424. 6 Mabswid
  15425. 0.5 0.60332 Mdot
  15426. grestore
  15427. % End of Graphics
  15428. MathPictureEnd
  15429. :[font = input; Cclosed; preserveAspect; startGroup; ]
  15430. PlotE[x^3,{-1,1},All,SameScale,
  15431. TangentLines->{-0.5,0.5},LineDots->True];
  15432. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 266; pictureHeight = 266; endGroup; ]
  15433. %!
  15434. %%Creator: Mathematica
  15435. %%AspectRatio: 1 
  15436. MathPictureStart
  15437. /Courier findfont 10  scalefont  setfont
  15438. % Scaling calculations
  15439. 0.5 0.47619 0.5 0.47619 [
  15440. [(-1)] 0.02381 0.5 0 2 Msboxa
  15441. [(-0.5)] 0.2619 0.5 0 2 Msboxa
  15442. [(0.5)] 0.7381 0.5 0 2 Msboxa
  15443. [(1)] 0.97619 0.5 0 2 Msboxa
  15444. [(x)] 1.025 0.5 -1 0 Msboxa
  15445. [(-1)] 0.4875 0.02381 1 0 Msboxa
  15446. [(-0.5)] 0.4875 0.2619 1 0 Msboxa
  15447. [(0.5)] 0.4875 0.7381 1 0 Msboxa
  15448. [(1)] 0.4875 0.97619 1 0 Msboxa
  15449. [(y)] 0.5 1 0 -4 Msboxa
  15450. [ -0.001 -0.001 0 0 ]
  15451. [ 1.001 1.001 0 0 ]
  15452. ] MathScale
  15453. % Start of Graphics
  15454. 1 setlinecap
  15455. 1 setlinejoin
  15456. newpath
  15457. %%Object: Graphics
  15458. [ ] 0 setdash
  15459. 0 setgray
  15460. gsave
  15461. gsave
  15462. 0.002 setlinewidth
  15463. 0.02381 0.5 moveto
  15464. 0.02381 0.50625 lineto
  15465. stroke
  15466. grestore
  15467. [(-1)] 0.02381 0.5 0 2 Mshowa
  15468. gsave
  15469. 0.002 setlinewidth
  15470. 0.2619 0.5 moveto
  15471. 0.2619 0.50625 lineto
  15472. stroke
  15473. grestore
  15474. [(-0.5)] 0.2619 0.5 0 2 Mshowa
  15475. gsave
  15476. 0.002 setlinewidth
  15477. 0.7381 0.5 moveto
  15478. 0.7381 0.50625 lineto
  15479. stroke
  15480. grestore
  15481. [(0.5)] 0.7381 0.5 0 2 Mshowa
  15482. gsave
  15483. 0.002 setlinewidth
  15484. 0.97619 0.5 moveto
  15485. 0.97619 0.50625 lineto
  15486. stroke
  15487. grestore
  15488. [(1)] 0.97619 0.5 0 2 Mshowa
  15489. gsave
  15490. 0.001 setlinewidth
  15491. 0.07143 0.5 moveto
  15492. 0.07143 0.50375 lineto
  15493. stroke
  15494. grestore
  15495. gsave
  15496. 0.001 setlinewidth
  15497. 0.11905 0.5 moveto
  15498. 0.11905 0.50375 lineto
  15499. stroke
  15500. grestore
  15501. gsave
  15502. 0.001 setlinewidth
  15503. 0.16667 0.5 moveto
  15504. 0.16667 0.50375 lineto
  15505. stroke
  15506. grestore
  15507. gsave
  15508. 0.001 setlinewidth
  15509. 0.21429 0.5 moveto
  15510. 0.21429 0.50375 lineto
  15511. stroke
  15512. grestore
  15513. gsave
  15514. 0.001 setlinewidth
  15515. 0.30952 0.5 moveto
  15516. 0.30952 0.50375 lineto
  15517. stroke
  15518. grestore
  15519. gsave
  15520. 0.001 setlinewidth
  15521. 0.35714 0.5 moveto
  15522. 0.35714 0.50375 lineto
  15523. stroke
  15524. grestore
  15525. gsave
  15526. 0.001 setlinewidth
  15527. 0.40476 0.5 moveto
  15528. 0.40476 0.50375 lineto
  15529. stroke
  15530. grestore
  15531. gsave
  15532. 0.001 setlinewidth
  15533. 0.45238 0.5 moveto
  15534. 0.45238 0.50375 lineto
  15535. stroke
  15536. grestore
  15537. gsave
  15538. 0.001 setlinewidth
  15539. 0.54762 0.5 moveto
  15540. 0.54762 0.50375 lineto
  15541. stroke
  15542. grestore
  15543. gsave
  15544. 0.001 setlinewidth
  15545. 0.59524 0.5 moveto
  15546. 0.59524 0.50375 lineto
  15547. stroke
  15548. grestore
  15549. gsave
  15550. 0.001 setlinewidth
  15551. 0.64286 0.5 moveto
  15552. 0.64286 0.50375 lineto
  15553. stroke
  15554. grestore
  15555. gsave
  15556. 0.001 setlinewidth
  15557. 0.69048 0.5 moveto
  15558. 0.69048 0.50375 lineto
  15559. stroke
  15560. grestore
  15561. gsave
  15562. 0.001 setlinewidth
  15563. 0.78571 0.5 moveto
  15564. 0.78571 0.50375 lineto
  15565. stroke
  15566. grestore
  15567. gsave
  15568. 0.001 setlinewidth
  15569. 0.83333 0.5 moveto
  15570. 0.83333 0.50375 lineto
  15571. stroke
  15572. grestore
  15573. gsave
  15574. 0.001 setlinewidth
  15575. 0.88095 0.5 moveto
  15576. 0.88095 0.50375 lineto
  15577. stroke
  15578. grestore
  15579. gsave
  15580. 0.001 setlinewidth
  15581. 0.92857 0.5 moveto
  15582. 0.92857 0.50375 lineto
  15583. stroke
  15584. grestore
  15585. [(x)] 1.025 0.5 -1 0 Mshowa
  15586. gsave
  15587. 0.002 setlinewidth
  15588. 0 0.5 moveto
  15589. 1 0.5 lineto
  15590. stroke
  15591. grestore
  15592. gsave
  15593. 0.002 setlinewidth
  15594. 0.5 0.02381 moveto
  15595. 0.50625 0.02381 lineto
  15596. stroke
  15597. grestore
  15598. [(-1)] 0.4875 0.02381 1 0 Mshowa
  15599. gsave
  15600. 0.002 setlinewidth
  15601. 0.5 0.2619 moveto
  15602. 0.50625 0.2619 lineto
  15603. stroke
  15604. grestore
  15605. [(-0.5)] 0.4875 0.2619 1 0 Mshowa
  15606. gsave
  15607. 0.002 setlinewidth
  15608. 0.5 0.7381 moveto
  15609. 0.50625 0.7381 lineto
  15610. stroke
  15611. grestore
  15612. [(0.5)] 0.4875 0.7381 1 0 Mshowa
  15613. gsave
  15614. 0.002 setlinewidth
  15615. 0.5 0.97619 moveto
  15616. 0.50625 0.97619 lineto
  15617. stroke
  15618. grestore
  15619. [(1)] 0.4875 0.97619 1 0 Mshowa
  15620. gsave
  15621. 0.001 setlinewidth
  15622. 0.5 0.07143 moveto
  15623. 0.50375 0.07143 lineto
  15624. stroke
  15625. grestore
  15626. gsave
  15627. 0.001 setlinewidth
  15628. 0.5 0.11905 moveto
  15629. 0.50375 0.11905 lineto
  15630. stroke
  15631. grestore
  15632. gsave
  15633. 0.001 setlinewidth
  15634. 0.5 0.16667 moveto
  15635. 0.50375 0.16667 lineto
  15636. stroke
  15637. grestore
  15638. gsave
  15639. 0.001 setlinewidth
  15640. 0.5 0.21429 moveto
  15641. 0.50375 0.21429 lineto
  15642. stroke
  15643. grestore
  15644. gsave
  15645. 0.001 setlinewidth
  15646. 0.5 0.30952 moveto
  15647. 0.50375 0.30952 lineto
  15648. stroke
  15649. grestore
  15650. gsave
  15651. 0.001 setlinewidth
  15652. 0.5 0.35714 moveto
  15653. 0.50375 0.35714 lineto
  15654. stroke
  15655. grestore
  15656. gsave
  15657. 0.001 setlinewidth
  15658. 0.5 0.40476 moveto
  15659. 0.50375 0.40476 lineto
  15660. stroke
  15661. grestore
  15662. gsave
  15663. 0.001 setlinewidth
  15664. 0.5 0.45238 moveto
  15665. 0.50375 0.45238 lineto
  15666. stroke
  15667. grestore
  15668. gsave
  15669. 0.001 setlinewidth
  15670. 0.5 0.54762 moveto
  15671. 0.50375 0.54762 lineto
  15672. stroke
  15673. grestore
  15674. gsave
  15675. 0.001 setlinewidth
  15676. 0.5 0.59524 moveto
  15677. 0.50375 0.59524 lineto
  15678. stroke
  15679. grestore
  15680. gsave
  15681. 0.001 setlinewidth
  15682. 0.5 0.64286 moveto
  15683. 0.50375 0.64286 lineto
  15684. stroke
  15685. grestore
  15686. gsave
  15687. 0.001 setlinewidth
  15688. 0.5 0.69048 moveto
  15689. 0.50375 0.69048 lineto
  15690. stroke
  15691. grestore
  15692. gsave
  15693. 0.001 setlinewidth
  15694. 0.5 0.78571 moveto
  15695. 0.50375 0.78571 lineto
  15696. stroke
  15697. grestore
  15698. gsave
  15699. 0.001 setlinewidth
  15700. 0.5 0.83333 moveto
  15701. 0.50375 0.83333 lineto
  15702. stroke
  15703. grestore
  15704. gsave
  15705. 0.001 setlinewidth
  15706. 0.5 0.88095 moveto
  15707. 0.50375 0.88095 lineto
  15708. stroke
  15709. grestore
  15710. gsave
  15711. 0.001 setlinewidth
  15712. 0.5 0.92857 moveto
  15713. 0.50375 0.92857 lineto
  15714. stroke
  15715. grestore
  15716. [(y)] 0.5 1 0 -4 Mshowa
  15717. gsave
  15718. 0.002 setlinewidth
  15719. 0.5 0 moveto
  15720. 0.5 1 lineto
  15721. stroke
  15722. grestore
  15723. grestore
  15724. 0 0 moveto
  15725. 1 0 lineto
  15726. 1 1 lineto
  15727. 0 1 lineto
  15728. closepath
  15729. clip
  15730. newpath
  15731. gsave
  15732. gsave
  15733. 0 0 1 setrgbcolor
  15734. [ ] 0 setdash
  15735. 1 Mabswid
  15736. 0.02381 0.02381 moveto
  15737. 0.06349 0.13321 lineto
  15738. 0.10317 0.22443 lineto
  15739. 0.14286 0.29911 lineto
  15740. 0.18254 0.35891 lineto
  15741. 0.22222 0.40548 lineto
  15742. 0.2619 0.44048 lineto
  15743. 0.28175 0.45415 lineto
  15744. 0.30159 0.46555 lineto
  15745. 0.32143 0.47489 lineto
  15746. 0.34127 0.48236 lineto
  15747. 0.36111 0.48818 lineto
  15748. 0.38095 0.49256 lineto
  15749. 0.39087 0.49427 lineto
  15750. 0.40079 0.49569 lineto
  15751. 0.41071 0.49686 lineto
  15752. 0.42063 0.4978 lineto
  15753. 0.43056 0.49852 lineto
  15754. 0.44048 0.49907 lineto
  15755. 0.44544 0.49928 lineto
  15756. 0.4504 0.49946 lineto
  15757. 0.45536 0.49961 lineto
  15758. 0.46032 0.49972 lineto
  15759. 0.46528 0.49982 lineto
  15760. 0.47024 0.49988 lineto
  15761. 0.47272 0.49991 lineto
  15762. 0.4752 0.49993 lineto
  15763. 0.47768 0.49995 lineto
  15764. 0.48016 0.49997 lineto
  15765. 0.48264 0.49998 lineto
  15766. 0.48512 0.49999 lineto
  15767. 0.48636 0.49999 lineto
  15768. 0.4876 0.49999 lineto
  15769. 0.48884 0.49999 lineto
  15770. 0.49008 0.5 lineto
  15771. 0.49132 0.5 lineto
  15772. 0.49256 0.5 lineto
  15773. 0.4938 0.5 lineto
  15774. 0.49504 0.5 lineto
  15775. 0.5 0.5 lineto
  15776. 0.50124 0.5 lineto
  15777. 0.50248 0.5 lineto
  15778. 0.50372 0.5 lineto
  15779. 0.50496 0.5 lineto
  15780. 0.5062 0.5 lineto
  15781. 0.50744 0.5 lineto
  15782. 0.50868 0.5 lineto
  15783. 0.50992 0.5 lineto
  15784. 0.5124 0.50001 lineto
  15785. 0.51364 0.50001 lineto
  15786. Mistroke
  15787. 0.51488 0.50001 lineto
  15788. 0.51736 0.50002 lineto
  15789. 0.51984 0.50003 lineto
  15790. 0.52232 0.50005 lineto
  15791. 0.5248 0.50007 lineto
  15792. 0.52976 0.50012 lineto
  15793. 0.53472 0.50018 lineto
  15794. 0.53968 0.50028 lineto
  15795. 0.54464 0.50039 lineto
  15796. 0.5496 0.50054 lineto
  15797. 0.55952 0.50093 lineto
  15798. 0.56944 0.50148 lineto
  15799. 0.57937 0.5022 lineto
  15800. 0.58929 0.50314 lineto
  15801. 0.59921 0.50431 lineto
  15802. 0.61905 0.50744 lineto
  15803. 0.63889 0.51182 lineto
  15804. 0.65873 0.51764 lineto
  15805. 0.67857 0.52511 lineto
  15806. 0.69841 0.53445 lineto
  15807. 0.7381 0.55952 lineto
  15808. 0.77778 0.59452 lineto
  15809. 0.81746 0.64109 lineto
  15810. 0.85714 0.70089 lineto
  15811. 0.89683 0.77557 lineto
  15812. 0.93651 0.86679 lineto
  15813. 0.97619 0.97619 lineto
  15814. Mfstroke
  15815. grestore
  15816. grestore
  15817. gsave
  15818. 1 0 1 setrgbcolor
  15819. [ ] 0 setdash
  15820. 1 Mabswid
  15821. 0.02381 0.2619 moveto
  15822. 0.97619 0.97619 lineto
  15823. stroke
  15824. grestore
  15825. gsave
  15826. 1 0 1 setrgbcolor
  15827. [ ] 0 setdash
  15828. 1 Mabswid
  15829. 0.02381 0.02381 moveto
  15830. 0.97619 0.7381 lineto
  15831. stroke
  15832. grestore
  15833. gsave
  15834. 1 0 1 setrgbcolor
  15835. [ ] 0 setdash
  15836. 6 Mabswid
  15837. 0.2619 0.44048 Mdot
  15838. grestore
  15839. gsave
  15840. 1 0 1 setrgbcolor
  15841. [ ] 0 setdash
  15842. 6 Mabswid
  15843. 0.7381 0.55952 Mdot
  15844. grestore
  15845. % End of Graphics
  15846. MathPictureEnd
  15847. :[font = input; Cclosed; preserveAspect; startGroup; ]
  15848. PlotE[{-3,3},{-3,3},SameScale,
  15849. Lines->{{{-2,2},{1,-1},Red,Dots},{{0,1},Horizontal,Green},
  15850. {{2,0},Vertical,Cyan},{{-2,-1},Slope->1/2,Magenta,Dotted},
  15851. {{-3,-2},{1.5,-1},Extend,Dots,Gray,XCoord}}];
  15852. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 266; pictureHeight = 266; endGroup; ]
  15853. %!
  15854. %%Creator: Mathematica
  15855. %%AspectRatio: 1 
  15856. MathPictureStart
  15857. /Courier findfont 10  scalefont  setfont
  15858. % Scaling calculations
  15859. 0.5 0.15873 0.5 0.15873 [
  15860. [(-3)] 0.02381 0.5 0 2 Msboxa
  15861. [(-2)] 0.18254 0.5 0 2 Msboxa
  15862. [(-1)] 0.34127 0.5 0 2 Msboxa
  15863. [(1)] 0.65873 0.5 0 2 Msboxa
  15864. [(2)] 0.81746 0.5 0 2 Msboxa
  15865. [(3)] 0.97619 0.5 0 2 Msboxa
  15866. [(x)] 1.025 0.5 -1 0 Msboxa
  15867. [(-3)] 0.4875 0.02381 1 0 Msboxa
  15868. [(-2)] 0.4875 0.18254 1 0 Msboxa
  15869. [(-1)] 0.4875 0.34127 1 0 Msboxa
  15870. [(1)] 0.4875 0.65873 1 0 Msboxa
  15871. [(2)] 0.4875 0.81746 1 0 Msboxa
  15872. [(3)] 0.4875 0.97619 1 0 Msboxa
  15873. [(y)] 0.5 1 0 -4 Msboxa
  15874. [ -0.001 -0.001 0 0 ]
  15875. [ 1.001 1.001 0 0 ]
  15876. ] MathScale
  15877. % Start of Graphics
  15878. 1 setlinecap
  15879. 1 setlinejoin
  15880. newpath
  15881. %%Object: Graphics
  15882. [ ] 0 setdash
  15883. 0 setgray
  15884. gsave
  15885. gsave
  15886. 0.002 setlinewidth
  15887. 0.02381 0.5 moveto
  15888. 0.02381 0.50625 lineto
  15889. stroke
  15890. grestore
  15891. [(-3)] 0.02381 0.5 0 2 Mshowa
  15892. gsave
  15893. 0.002 setlinewidth
  15894. 0.18254 0.5 moveto
  15895. 0.18254 0.50625 lineto
  15896. stroke
  15897. grestore
  15898. [(-2)] 0.18254 0.5 0 2 Mshowa
  15899. gsave
  15900. 0.002 setlinewidth
  15901. 0.34127 0.5 moveto
  15902. 0.34127 0.50625 lineto
  15903. stroke
  15904. grestore
  15905. [(-1)] 0.34127 0.5 0 2 Mshowa
  15906. gsave
  15907. 0.002 setlinewidth
  15908. 0.65873 0.5 moveto
  15909. 0.65873 0.50625 lineto
  15910. stroke
  15911. grestore
  15912. [(1)] 0.65873 0.5 0 2 Mshowa
  15913. gsave
  15914. 0.002 setlinewidth
  15915. 0.81746 0.5 moveto
  15916. 0.81746 0.50625 lineto
  15917. stroke
  15918. grestore
  15919. [(2)] 0.81746 0.5 0 2 Mshowa
  15920. gsave
  15921. 0.002 setlinewidth
  15922. 0.97619 0.5 moveto
  15923. 0.97619 0.50625 lineto
  15924. stroke
  15925. grestore
  15926. [(3)] 0.97619 0.5 0 2 Mshowa
  15927. gsave
  15928. 0.001 setlinewidth
  15929. 0.05556 0.5 moveto
  15930. 0.05556 0.50375 lineto
  15931. stroke
  15932. grestore
  15933. gsave
  15934. 0.001 setlinewidth
  15935. 0.0873 0.5 moveto
  15936. 0.0873 0.50375 lineto
  15937. stroke
  15938. grestore
  15939. gsave
  15940. 0.001 setlinewidth
  15941. 0.11905 0.5 moveto
  15942. 0.11905 0.50375 lineto
  15943. stroke
  15944. grestore
  15945. gsave
  15946. 0.001 setlinewidth
  15947. 0.15079 0.5 moveto
  15948. 0.15079 0.50375 lineto
  15949. stroke
  15950. grestore
  15951. gsave
  15952. 0.001 setlinewidth
  15953. 0.21429 0.5 moveto
  15954. 0.21429 0.50375 lineto
  15955. stroke
  15956. grestore
  15957. gsave
  15958. 0.001 setlinewidth
  15959. 0.24603 0.5 moveto
  15960. 0.24603 0.50375 lineto
  15961. stroke
  15962. grestore
  15963. gsave
  15964. 0.001 setlinewidth
  15965. 0.27778 0.5 moveto
  15966. 0.27778 0.50375 lineto
  15967. stroke
  15968. grestore
  15969. gsave
  15970. 0.001 setlinewidth
  15971. 0.30952 0.5 moveto
  15972. 0.30952 0.50375 lineto
  15973. stroke
  15974. grestore
  15975. gsave
  15976. 0.001 setlinewidth
  15977. 0.37302 0.5 moveto
  15978. 0.37302 0.50375 lineto
  15979. stroke
  15980. grestore
  15981. gsave
  15982. 0.001 setlinewidth
  15983. 0.40476 0.5 moveto
  15984. 0.40476 0.50375 lineto
  15985. stroke
  15986. grestore
  15987. gsave
  15988. 0.001 setlinewidth
  15989. 0.43651 0.5 moveto
  15990. 0.43651 0.50375 lineto
  15991. stroke
  15992. grestore
  15993. gsave
  15994. 0.001 setlinewidth
  15995. 0.46825 0.5 moveto
  15996. 0.46825 0.50375 lineto
  15997. stroke
  15998. grestore
  15999. gsave
  16000. 0.001 setlinewidth
  16001. 0.53175 0.5 moveto
  16002. 0.53175 0.50375 lineto
  16003. stroke
  16004. grestore
  16005. gsave
  16006. 0.001 setlinewidth
  16007. 0.56349 0.5 moveto
  16008. 0.56349 0.50375 lineto
  16009. stroke
  16010. grestore
  16011. gsave
  16012. 0.001 setlinewidth
  16013. 0.59524 0.5 moveto
  16014. 0.59524 0.50375 lineto
  16015. stroke
  16016. grestore
  16017. gsave
  16018. 0.001 setlinewidth
  16019. 0.62698 0.5 moveto
  16020. 0.62698 0.50375 lineto
  16021. stroke
  16022. grestore
  16023. gsave
  16024. 0.001 setlinewidth
  16025. 0.69048 0.5 moveto
  16026. 0.69048 0.50375 lineto
  16027. stroke
  16028. grestore
  16029. gsave
  16030. 0.001 setlinewidth
  16031. 0.72222 0.5 moveto
  16032. 0.72222 0.50375 lineto
  16033. stroke
  16034. grestore
  16035. gsave
  16036. 0.001 setlinewidth
  16037. 0.75397 0.5 moveto
  16038. 0.75397 0.50375 lineto
  16039. stroke
  16040. grestore
  16041. gsave
  16042. 0.001 setlinewidth
  16043. 0.78571 0.5 moveto
  16044. 0.78571 0.50375 lineto
  16045. stroke
  16046. grestore
  16047. gsave
  16048. 0.001 setlinewidth
  16049. 0.84921 0.5 moveto
  16050. 0.84921 0.50375 lineto
  16051. stroke
  16052. grestore
  16053. gsave
  16054. 0.001 setlinewidth
  16055. 0.88095 0.5 moveto
  16056. 0.88095 0.50375 lineto
  16057. stroke
  16058. grestore
  16059. gsave
  16060. 0.001 setlinewidth
  16061. 0.9127 0.5 moveto
  16062. 0.9127 0.50375 lineto
  16063. stroke
  16064. grestore
  16065. gsave
  16066. 0.001 setlinewidth
  16067. 0.94444 0.5 moveto
  16068. 0.94444 0.50375 lineto
  16069. stroke
  16070. grestore
  16071. [(x)] 1.025 0.5 -1 0 Mshowa
  16072. gsave
  16073. 0.002 setlinewidth
  16074. 0 0.5 moveto
  16075. 1 0.5 lineto
  16076. stroke
  16077. grestore
  16078. gsave
  16079. 0.002 setlinewidth
  16080. 0.5 0.02381 moveto
  16081. 0.50625 0.02381 lineto
  16082. stroke
  16083. grestore
  16084. [(-3)] 0.4875 0.02381 1 0 Mshowa
  16085. gsave
  16086. 0.002 setlinewidth
  16087. 0.5 0.18254 moveto
  16088. 0.50625 0.18254 lineto
  16089. stroke
  16090. grestore
  16091. [(-2)] 0.4875 0.18254 1 0 Mshowa
  16092. gsave
  16093. 0.002 setlinewidth
  16094. 0.5 0.34127 moveto
  16095. 0.50625 0.34127 lineto
  16096. stroke
  16097. grestore
  16098. [(-1)] 0.4875 0.34127 1 0 Mshowa
  16099. gsave
  16100. 0.002 setlinewidth
  16101. 0.5 0.65873 moveto
  16102. 0.50625 0.65873 lineto
  16103. stroke
  16104. grestore
  16105. [(1)] 0.4875 0.65873 1 0 Mshowa
  16106. gsave
  16107. 0.002 setlinewidth
  16108. 0.5 0.81746 moveto
  16109. 0.50625 0.81746 lineto
  16110. stroke
  16111. grestore
  16112. [(2)] 0.4875 0.81746 1 0 Mshowa
  16113. gsave
  16114. 0.002 setlinewidth
  16115. 0.5 0.97619 moveto
  16116. 0.50625 0.97619 lineto
  16117. stroke
  16118. grestore
  16119. [(3)] 0.4875 0.97619 1 0 Mshowa
  16120. gsave
  16121. 0.001 setlinewidth
  16122. 0.5 0.05556 moveto
  16123. 0.50375 0.05556 lineto
  16124. stroke
  16125. grestore
  16126. gsave
  16127. 0.001 setlinewidth
  16128. 0.5 0.0873 moveto
  16129. 0.50375 0.0873 lineto
  16130. stroke
  16131. grestore
  16132. gsave
  16133. 0.001 setlinewidth
  16134. 0.5 0.11905 moveto
  16135. 0.50375 0.11905 lineto
  16136. stroke
  16137. grestore
  16138. gsave
  16139. 0.001 setlinewidth
  16140. 0.5 0.15079 moveto
  16141. 0.50375 0.15079 lineto
  16142. stroke
  16143. grestore
  16144. gsave
  16145. 0.001 setlinewidth
  16146. 0.5 0.21429 moveto
  16147. 0.50375 0.21429 lineto
  16148. stroke
  16149. grestore
  16150. gsave
  16151. 0.001 setlinewidth
  16152. 0.5 0.24603 moveto
  16153. 0.50375 0.24603 lineto
  16154. stroke
  16155. grestore
  16156. gsave
  16157. 0.001 setlinewidth
  16158. 0.5 0.27778 moveto
  16159. 0.50375 0.27778 lineto
  16160. stroke
  16161. grestore
  16162. gsave
  16163. 0.001 setlinewidth
  16164. 0.5 0.30952 moveto
  16165. 0.50375 0.30952 lineto
  16166. stroke
  16167. grestore
  16168. gsave
  16169. 0.001 setlinewidth
  16170. 0.5 0.37302 moveto
  16171. 0.50375 0.37302 lineto
  16172. stroke
  16173. grestore
  16174. gsave
  16175. 0.001 setlinewidth
  16176. 0.5 0.40476 moveto
  16177. 0.50375 0.40476 lineto
  16178. stroke
  16179. grestore
  16180. gsave
  16181. 0.001 setlinewidth
  16182. 0.5 0.43651 moveto
  16183. 0.50375 0.43651 lineto
  16184. stroke
  16185. grestore
  16186. gsave
  16187. 0.001 setlinewidth
  16188. 0.5 0.46825 moveto
  16189. 0.50375 0.46825 lineto
  16190. stroke
  16191. grestore
  16192. gsave
  16193. 0.001 setlinewidth
  16194. 0.5 0.53175 moveto
  16195. 0.50375 0.53175 lineto
  16196. stroke
  16197. grestore
  16198. gsave
  16199. 0.001 setlinewidth
  16200. 0.5 0.56349 moveto
  16201. 0.50375 0.56349 lineto
  16202. stroke
  16203. grestore
  16204. gsave
  16205. 0.001 setlinewidth
  16206. 0.5 0.59524 moveto
  16207. 0.50375 0.59524 lineto
  16208. stroke
  16209. grestore
  16210. gsave
  16211. 0.001 setlinewidth
  16212. 0.5 0.62698 moveto
  16213. 0.50375 0.62698 lineto
  16214. stroke
  16215. grestore
  16216. gsave
  16217. 0.001 setlinewidth
  16218. 0.5 0.69048 moveto
  16219. 0.50375 0.69048 lineto
  16220. stroke
  16221. grestore
  16222. gsave
  16223. 0.001 setlinewidth
  16224. 0.5 0.72222 moveto
  16225. 0.50375 0.72222 lineto
  16226. stroke
  16227. grestore
  16228. gsave
  16229. 0.001 setlinewidth
  16230. 0.5 0.75397 moveto
  16231. 0.50375 0.75397 lineto
  16232. stroke
  16233. grestore
  16234. gsave
  16235. 0.001 setlinewidth
  16236. 0.5 0.78571 moveto
  16237. 0.50375 0.78571 lineto
  16238. stroke
  16239. grestore
  16240. gsave
  16241. 0.001 setlinewidth
  16242. 0.5 0.84921 moveto
  16243. 0.50375 0.84921 lineto
  16244. stroke
  16245. grestore
  16246. gsave
  16247. 0.001 setlinewidth
  16248. 0.5 0.88095 moveto
  16249. 0.50375 0.88095 lineto
  16250. stroke
  16251. grestore
  16252. gsave
  16253. 0.001 setlinewidth
  16254. 0.5 0.9127 moveto
  16255. 0.50375 0.9127 lineto
  16256. stroke
  16257. grestore
  16258. gsave
  16259. 0.001 setlinewidth
  16260. 0.5 0.94444 moveto
  16261. 0.50375 0.94444 lineto
  16262. stroke
  16263. grestore
  16264. [(y)] 0.5 1 0 -4 Mshowa
  16265. gsave
  16266. 0.002 setlinewidth
  16267. 0.5 0 moveto
  16268. 0.5 1 lineto
  16269. stroke
  16270. grestore
  16271. grestore
  16272. 0 0 moveto
  16273. 1 0 lineto
  16274. 1 1 lineto
  16275. 0 1 lineto
  16276. closepath
  16277. clip
  16278. newpath
  16279. gsave
  16280. gsave
  16281. 1 1 1 setrgbcolor
  16282. [ ] 0 setdash
  16283. 1 Mabswid
  16284. 0.02381 0.02381 moveto
  16285. 0.06349 0.06349 lineto
  16286. 0.10317 0.10317 lineto
  16287. 0.14286 0.14286 lineto
  16288. 0.18254 0.18254 lineto
  16289. 0.22222 0.22222 lineto
  16290. 0.2619 0.2619 lineto
  16291. 0.30159 0.30159 lineto
  16292. 0.34127 0.34127 lineto
  16293. 0.38095 0.38095 lineto
  16294. 0.42063 0.42063 lineto
  16295. 0.46032 0.46032 lineto
  16296. 0.5 0.5 lineto
  16297. 0.53968 0.53968 lineto
  16298. 0.57937 0.57937 lineto
  16299. 0.61905 0.61905 lineto
  16300. 0.65873 0.65873 lineto
  16301. 0.69841 0.69841 lineto
  16302. 0.7381 0.7381 lineto
  16303. 0.77778 0.77778 lineto
  16304. 0.81746 0.81746 lineto
  16305. 0.85714 0.85714 lineto
  16306. 0.89683 0.89683 lineto
  16307. 0.93651 0.93651 lineto
  16308. 0.97619 0.97619 lineto
  16309. stroke
  16310. grestore
  16311. grestore
  16312. gsave
  16313. 1 0 0 setrgbcolor
  16314. [ ] 0 setdash
  16315. 1 Mabswid
  16316. 0.18254 0.81746 moveto
  16317. 0.65873 0.34127 lineto
  16318. stroke
  16319. grestore
  16320. gsave
  16321. 0 1 0 setrgbcolor
  16322. [ ] 0 setdash
  16323. 1 Mabswid
  16324. 0.02381 0.65873 moveto
  16325. 0.97619 0.65873 lineto
  16326. stroke
  16327. grestore
  16328. gsave
  16329. 0 1 1 setrgbcolor
  16330. [ ] 0 setdash
  16331. 1 Mabswid
  16332. 0.81746 0.02381 moveto
  16333. 0.81746 0.97619 lineto
  16334. stroke
  16335. grestore
  16336. gsave
  16337. 1 0 1 setrgbcolor
  16338. [ 8 4 ] 0 Mabsdash
  16339. 1 Mabswid
  16340. 0.02381 0.2619 moveto
  16341. 0.97619 0.7381 lineto
  16342. stroke
  16343. grestore
  16344. gsave
  16345. 0.75 0.75 0.75 setrgbcolor
  16346. [ ] 0 setdash
  16347. 1 Mabswid
  16348. 0.02381 0.18254 moveto
  16349. 0.97619 0.39418 lineto
  16350. stroke
  16351. gsave
  16352. [(-3.)] 0.02381 0.18254 0 3 Mshowa
  16353. grestore
  16354. gsave
  16355. [(1.5)] 0.7381 0.34127 0 3 Mshowa
  16356. grestore
  16357. grestore
  16358. gsave
  16359. 1 0 0 setrgbcolor
  16360. [ ] 0 setdash
  16361. 6 Mabswid
  16362. 0.18254 0.81746 Mdot
  16363. grestore
  16364. gsave
  16365. 1 0 0 setrgbcolor
  16366. [ ] 0 setdash
  16367. 6 Mabswid
  16368. 0.65873 0.34127 Mdot
  16369. grestore
  16370. gsave
  16371. 0.75 0.75 0.75 setrgbcolor
  16372. [ ] 0 setdash
  16373. 6 Mabswid
  16374. 0.02381 0.18254 Mdot
  16375. grestore
  16376. gsave
  16377. 0.75 0.75 0.75 setrgbcolor
  16378. [ ] 0 setdash
  16379. 6 Mabswid
  16380. 0.7381 0.34127 Mdot
  16381. grestore
  16382. % End of Graphics
  16383. MathPictureEnd
  16384. :[font = subsubsection; inactive; preserveAspect; ]
  16385. Vectors & Arrows
  16386. :[font = input; Cclosed; preserveAspect; startGroup; ]
  16387. Clear[v,w];
  16388. v = {1.5,0.6};
  16389. w = {0.7,-1.2};
  16390. PlotE[{-2,2},{-2,2},Arrows->{v,w,Red},Vectors->{w-v,Red},
  16391. Points->{{v,w,w-v},Coords,Blue}];
  16392. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; endGroup; ]
  16393. %!
  16394. %%Creator: Mathematica
  16395. %%AspectRatio: 0.61803 
  16396. MathPictureStart
  16397. /Courier findfont 10  scalefont  setfont
  16398. % Scaling calculations
  16399. 0.5 0.238095 0.309017 0.147151 [
  16400. [(-2)] 0.02381 0.30902 0 2 Msboxa
  16401. [(-1)] 0.2619 0.30902 0 2 Msboxa
  16402. [(1)] 0.7381 0.30902 0 2 Msboxa
  16403. [(2)] 0.97619 0.30902 0 2 Msboxa
  16404. [(x)] 1.025 0.30902 -1 0 Msboxa
  16405. [(-2)] 0.4875 0.01472 1 0 Msboxa
  16406. [(-1)] 0.4875 0.16187 1 0 Msboxa
  16407. [(1)] 0.4875 0.45617 1 0 Msboxa
  16408. [(2)] 0.4875 0.60332 1 0 Msboxa
  16409. [(y)] 0.5 0.61803 0 -4 Msboxa
  16410. [ -0.001 -0.001 0 0 ]
  16411. [ 1.001 0.61903 0 0 ]
  16412. ] MathScale
  16413. % Start of Graphics
  16414. 1 setlinecap
  16415. 1 setlinejoin
  16416. newpath
  16417. %%Object: Graphics
  16418. [ ] 0 setdash
  16419. 0 setgray
  16420. gsave
  16421. gsave
  16422. 0.002 setlinewidth
  16423. 0.02381 0.30902 moveto
  16424. 0.02381 0.31527 lineto
  16425. stroke
  16426. grestore
  16427. [(-2)] 0.02381 0.30902 0 2 Mshowa
  16428. gsave
  16429. 0.002 setlinewidth
  16430. 0.2619 0.30902 moveto
  16431. 0.2619 0.31527 lineto
  16432. stroke
  16433. grestore
  16434. [(-1)] 0.2619 0.30902 0 2 Mshowa
  16435. gsave
  16436. 0.002 setlinewidth
  16437. 0.7381 0.30902 moveto
  16438. 0.7381 0.31527 lineto
  16439. stroke
  16440. grestore
  16441. [(1)] 0.7381 0.30902 0 2 Mshowa
  16442. gsave
  16443. 0.002 setlinewidth
  16444. 0.97619 0.30902 moveto
  16445. 0.97619 0.31527 lineto
  16446. stroke
  16447. grestore
  16448. [(2)] 0.97619 0.30902 0 2 Mshowa
  16449. gsave
  16450. 0.001 setlinewidth
  16451. 0.07143 0.30902 moveto
  16452. 0.07143 0.31277 lineto
  16453. stroke
  16454. grestore
  16455. gsave
  16456. 0.001 setlinewidth
  16457. 0.11905 0.30902 moveto
  16458. 0.11905 0.31277 lineto
  16459. stroke
  16460. grestore
  16461. gsave
  16462. 0.001 setlinewidth
  16463. 0.16667 0.30902 moveto
  16464. 0.16667 0.31277 lineto
  16465. stroke
  16466. grestore
  16467. gsave
  16468. 0.001 setlinewidth
  16469. 0.21429 0.30902 moveto
  16470. 0.21429 0.31277 lineto
  16471. stroke
  16472. grestore
  16473. gsave
  16474. 0.001 setlinewidth
  16475. 0.30952 0.30902 moveto
  16476. 0.30952 0.31277 lineto
  16477. stroke
  16478. grestore
  16479. gsave
  16480. 0.001 setlinewidth
  16481. 0.35714 0.30902 moveto
  16482. 0.35714 0.31277 lineto
  16483. stroke
  16484. grestore
  16485. gsave
  16486. 0.001 setlinewidth
  16487. 0.40476 0.30902 moveto
  16488. 0.40476 0.31277 lineto
  16489. stroke
  16490. grestore
  16491. gsave
  16492. 0.001 setlinewidth
  16493. 0.45238 0.30902 moveto
  16494. 0.45238 0.31277 lineto
  16495. stroke
  16496. grestore
  16497. gsave
  16498. 0.001 setlinewidth
  16499. 0.54762 0.30902 moveto
  16500. 0.54762 0.31277 lineto
  16501. stroke
  16502. grestore
  16503. gsave
  16504. 0.001 setlinewidth
  16505. 0.59524 0.30902 moveto
  16506. 0.59524 0.31277 lineto
  16507. stroke
  16508. grestore
  16509. gsave
  16510. 0.001 setlinewidth
  16511. 0.64286 0.30902 moveto
  16512. 0.64286 0.31277 lineto
  16513. stroke
  16514. grestore
  16515. gsave
  16516. 0.001 setlinewidth
  16517. 0.69048 0.30902 moveto
  16518. 0.69048 0.31277 lineto
  16519. stroke
  16520. grestore
  16521. gsave
  16522. 0.001 setlinewidth
  16523. 0.78571 0.30902 moveto
  16524. 0.78571 0.31277 lineto
  16525. stroke
  16526. grestore
  16527. gsave
  16528. 0.001 setlinewidth
  16529. 0.83333 0.30902 moveto
  16530. 0.83333 0.31277 lineto
  16531. stroke
  16532. grestore
  16533. gsave
  16534. 0.001 setlinewidth
  16535. 0.88095 0.30902 moveto
  16536. 0.88095 0.31277 lineto
  16537. stroke
  16538. grestore
  16539. gsave
  16540. 0.001 setlinewidth
  16541. 0.92857 0.30902 moveto
  16542. 0.92857 0.31277 lineto
  16543. stroke
  16544. grestore
  16545. [(x)] 1.025 0.30902 -1 0 Mshowa
  16546. gsave
  16547. 0.002 setlinewidth
  16548. 0 0.30902 moveto
  16549. 1 0.30902 lineto
  16550. stroke
  16551. grestore
  16552. gsave
  16553. 0.002 setlinewidth
  16554. 0.5 0.01472 moveto
  16555. 0.50625 0.01472 lineto
  16556. stroke
  16557. grestore
  16558. [(-2)] 0.4875 0.01472 1 0 Mshowa
  16559. gsave
  16560. 0.002 setlinewidth
  16561. 0.5 0.16187 moveto
  16562. 0.50625 0.16187 lineto
  16563. stroke
  16564. grestore
  16565. [(-1)] 0.4875 0.16187 1 0 Mshowa
  16566. gsave
  16567. 0.002 setlinewidth
  16568. 0.5 0.45617 moveto
  16569. 0.50625 0.45617 lineto
  16570. stroke
  16571. grestore
  16572. [(1)] 0.4875 0.45617 1 0 Mshowa
  16573. gsave
  16574. 0.002 setlinewidth
  16575. 0.5 0.60332 moveto
  16576. 0.50625 0.60332 lineto
  16577. stroke
  16578. grestore
  16579. [(2)] 0.4875 0.60332 1 0 Mshowa
  16580. gsave
  16581. 0.001 setlinewidth
  16582. 0.5 0.04415 moveto
  16583. 0.50375 0.04415 lineto
  16584. stroke
  16585. grestore
  16586. gsave
  16587. 0.001 setlinewidth
  16588. 0.5 0.07358 moveto
  16589. 0.50375 0.07358 lineto
  16590. stroke
  16591. grestore
  16592. gsave
  16593. 0.001 setlinewidth
  16594. 0.5 0.10301 moveto
  16595. 0.50375 0.10301 lineto
  16596. stroke
  16597. grestore
  16598. gsave
  16599. 0.001 setlinewidth
  16600. 0.5 0.13244 moveto
  16601. 0.50375 0.13244 lineto
  16602. stroke
  16603. grestore
  16604. gsave
  16605. 0.001 setlinewidth
  16606. 0.5 0.1913 moveto
  16607. 0.50375 0.1913 lineto
  16608. stroke
  16609. grestore
  16610. gsave
  16611. 0.001 setlinewidth
  16612. 0.5 0.22073 moveto
  16613. 0.50375 0.22073 lineto
  16614. stroke
  16615. grestore
  16616. gsave
  16617. 0.001 setlinewidth
  16618. 0.5 0.25016 moveto
  16619. 0.50375 0.25016 lineto
  16620. stroke
  16621. grestore
  16622. gsave
  16623. 0.001 setlinewidth
  16624. 0.5 0.27959 moveto
  16625. 0.50375 0.27959 lineto
  16626. stroke
  16627. grestore
  16628. gsave
  16629. 0.001 setlinewidth
  16630. 0.5 0.33845 moveto
  16631. 0.50375 0.33845 lineto
  16632. stroke
  16633. grestore
  16634. gsave
  16635. 0.001 setlinewidth
  16636. 0.5 0.36788 moveto
  16637. 0.50375 0.36788 lineto
  16638. stroke
  16639. grestore
  16640. gsave
  16641. 0.001 setlinewidth
  16642. 0.5 0.39731 moveto
  16643. 0.50375 0.39731 lineto
  16644. stroke
  16645. grestore
  16646. gsave
  16647. 0.001 setlinewidth
  16648. 0.5 0.42674 moveto
  16649. 0.50375 0.42674 lineto
  16650. stroke
  16651. grestore
  16652. gsave
  16653. 0.001 setlinewidth
  16654. 0.5 0.4856 moveto
  16655. 0.50375 0.4856 lineto
  16656. stroke
  16657. grestore
  16658. gsave
  16659. 0.001 setlinewidth
  16660. 0.5 0.51503 moveto
  16661. 0.50375 0.51503 lineto
  16662. stroke
  16663. grestore
  16664. gsave
  16665. 0.001 setlinewidth
  16666. 0.5 0.54446 moveto
  16667. 0.50375 0.54446 lineto
  16668. stroke
  16669. grestore
  16670. gsave
  16671. 0.001 setlinewidth
  16672. 0.5 0.57389 moveto
  16673. 0.50375 0.57389 lineto
  16674. stroke
  16675. grestore
  16676. [(y)] 0.5 0.61803 0 -4 Mshowa
  16677. gsave
  16678. 0.002 setlinewidth
  16679. 0.5 0 moveto
  16680. 0.5 0.61803 lineto
  16681. stroke
  16682. grestore
  16683. grestore
  16684. 0 0 moveto
  16685. 1 0 lineto
  16686. 1 0.61803 lineto
  16687. 0 0.61803 lineto
  16688. closepath
  16689. clip
  16690. newpath
  16691. gsave
  16692. gsave
  16693. 1 1 1 setrgbcolor
  16694. [ ] 0 setdash
  16695. 1 Mabswid
  16696. 0.02381 0.01472 moveto
  16697. 0.06349 0.03924 lineto
  16698. 0.10317 0.06377 lineto
  16699. 0.14286 0.08829 lineto
  16700. 0.18254 0.11282 lineto
  16701. 0.22222 0.13734 lineto
  16702. 0.2619 0.16187 lineto
  16703. 0.30159 0.18639 lineto
  16704. 0.34127 0.21092 lineto
  16705. 0.38095 0.23544 lineto
  16706. 0.42063 0.25997 lineto
  16707. 0.46032 0.28449 lineto
  16708. 0.5 0.30902 lineto
  16709. 0.53968 0.33354 lineto
  16710. 0.57937 0.35807 lineto
  16711. 0.61905 0.38259 lineto
  16712. 0.65873 0.40712 lineto
  16713. 0.69841 0.43164 lineto
  16714. 0.7381 0.45617 lineto
  16715. 0.77778 0.48069 lineto
  16716. 0.81746 0.50522 lineto
  16717. 0.85714 0.52974 lineto
  16718. 0.89683 0.55427 lineto
  16719. 0.93651 0.57879 lineto
  16720. 0.97619 0.60332 lineto
  16721. stroke
  16722. grestore
  16723. grestore
  16724. gsave
  16725. 1 0 0 setrgbcolor
  16726. [ ] 0 setdash
  16727. 1 Mabswid
  16728. 0.5 0.30902 moveto
  16729. 0.30952 0.04415 lineto
  16730. stroke
  16731. 0.30952 0.04415 moveto
  16732. 0.33881 0.05736 lineto
  16733. 0.31273 0.07611 lineto
  16734. 0.30952 0.04415 lineto
  16735. fill
  16736. grestore
  16737. gsave
  16738. 1 0 0 setrgbcolor
  16739. [ ] 0 setdash
  16740. 1 Mabswid
  16741. 0.85714 0.39731 moveto
  16742. 0.66667 0.13244 lineto
  16743. stroke
  16744. 0.66667 0.13244 moveto
  16745. 0.69595 0.14565 lineto
  16746. 0.66988 0.1644 lineto
  16747. 0.66667 0.13244 lineto
  16748. fill
  16749. grestore
  16750. gsave
  16751. 0 0 1 setrgbcolor
  16752. [ ] 0 setdash
  16753. 6 Mabswid
  16754. 0.85714 0.39731 Mdot
  16755. gsave
  16756. [(\(1.5,0.6\))] 0.85714 0.39731 0 3 Mshowa
  16757. grestore
  16758. grestore
  16759. gsave
  16760. 0 0 1 setrgbcolor
  16761. [ ] 0 setdash
  16762. 6 Mabswid
  16763. 0.66667 0.13244 Mdot
  16764. gsave
  16765. [(\(0.7,-1.2\))] 0.66667 0.13244 0 3 Mshowa
  16766. grestore
  16767. grestore
  16768. gsave
  16769. 0 0 1 setrgbcolor
  16770. [ ] 0 setdash
  16771. 6 Mabswid
  16772. 0.30952 0.04415 Mdot
  16773. gsave
  16774. [(\(-0.8,-1.8\))] 0.30952 0.04415 0 3 Mshowa
  16775. grestore
  16776. grestore
  16777. % End of Graphics
  16778. MathPictureEnd
  16779. :[font = subsubsection; inactive; preserveAspect; ]
  16780. Rectangles
  16781. :[font = input; Cclosed; nowordwrap; preserveAspect; startGroup; ]
  16782. PlotE[1+Sin[4x],{0,2},{0,2},SameScale,
  16783. Rectangles->{{0,0,1,1,Fill,Yellow,Edges,Red},
  16784. {1.2,0.7,1.8,1.5,Edges,Green,Dotted,Dots,Blue}}];
  16785. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 266; pictureHeight = 266; endGroup; ]
  16786. %!
  16787. %%Creator: Mathematica
  16788. %%AspectRatio: 1 
  16789. MathPictureStart
  16790. /Courier findfont 10  scalefont  setfont
  16791. % Scaling calculations
  16792. 0.02381 0.47619 0.02381 0.47619 [
  16793. [(0.5)] 0.2619 0.02381 0 2 Msboxa
  16794. [(1)] 0.5 0.02381 0 2 Msboxa
  16795. [(1.5)] 0.7381 0.02381 0 2 Msboxa
  16796. [(2)] 0.97619 0.02381 0 2 Msboxa
  16797. [(x)] 1.025 0.02381 -1 0 Msboxa
  16798. [(0.5)] 0.01131 0.2619 1 0 Msboxa
  16799. [(1)] 0.01131 0.5 1 0 Msboxa
  16800. [(1.5)] 0.01131 0.7381 1 0 Msboxa
  16801. [(2)] 0.01131 0.97619 1 0 Msboxa
  16802. [(y)] 0.02381 1 0 -4 Msboxa
  16803. [ -0.001 -0.001 0 0 ]
  16804. [ 1.001 1.001 0 0 ]
  16805. ] MathScale
  16806. % Start of Graphics
  16807. 1 setlinecap
  16808. 1 setlinejoin
  16809. newpath
  16810. %%Object: Graphics
  16811. [ ] 0 setdash
  16812. 0 setgray
  16813. gsave
  16814. gsave
  16815. 0.002 setlinewidth
  16816. 0.2619 0.02381 moveto
  16817. 0.2619 0.03006 lineto
  16818. stroke
  16819. grestore
  16820. [(0.5)] 0.2619 0.02381 0 2 Mshowa
  16821. gsave
  16822. 0.002 setlinewidth
  16823. 0.5 0.02381 moveto
  16824. 0.5 0.03006 lineto
  16825. stroke
  16826. grestore
  16827. [(1)] 0.5 0.02381 0 2 Mshowa
  16828. gsave
  16829. 0.002 setlinewidth
  16830. 0.7381 0.02381 moveto
  16831. 0.7381 0.03006 lineto
  16832. stroke
  16833. grestore
  16834. [(1.5)] 0.7381 0.02381 0 2 Mshowa
  16835. gsave
  16836. 0.002 setlinewidth
  16837. 0.97619 0.02381 moveto
  16838. 0.97619 0.03006 lineto
  16839. stroke
  16840. grestore
  16841. [(2)] 0.97619 0.02381 0 2 Mshowa
  16842. gsave
  16843. 0.001 setlinewidth
  16844. 0.07143 0.02381 moveto
  16845. 0.07143 0.02756 lineto
  16846. stroke
  16847. grestore
  16848. gsave
  16849. 0.001 setlinewidth
  16850. 0.11905 0.02381 moveto
  16851. 0.11905 0.02756 lineto
  16852. stroke
  16853. grestore
  16854. gsave
  16855. 0.001 setlinewidth
  16856. 0.16667 0.02381 moveto
  16857. 0.16667 0.02756 lineto
  16858. stroke
  16859. grestore
  16860. gsave
  16861. 0.001 setlinewidth
  16862. 0.21429 0.02381 moveto
  16863. 0.21429 0.02756 lineto
  16864. stroke
  16865. grestore
  16866. gsave
  16867. 0.001 setlinewidth
  16868. 0.30952 0.02381 moveto
  16869. 0.30952 0.02756 lineto
  16870. stroke
  16871. grestore
  16872. gsave
  16873. 0.001 setlinewidth
  16874. 0.35714 0.02381 moveto
  16875. 0.35714 0.02756 lineto
  16876. stroke
  16877. grestore
  16878. gsave
  16879. 0.001 setlinewidth
  16880. 0.40476 0.02381 moveto
  16881. 0.40476 0.02756 lineto
  16882. stroke
  16883. grestore
  16884. gsave
  16885. 0.001 setlinewidth
  16886. 0.45238 0.02381 moveto
  16887. 0.45238 0.02756 lineto
  16888. stroke
  16889. grestore
  16890. gsave
  16891. 0.001 setlinewidth
  16892. 0.54762 0.02381 moveto
  16893. 0.54762 0.02756 lineto
  16894. stroke
  16895. grestore
  16896. gsave
  16897. 0.001 setlinewidth
  16898. 0.59524 0.02381 moveto
  16899. 0.59524 0.02756 lineto
  16900. stroke
  16901. grestore
  16902. gsave
  16903. 0.001 setlinewidth
  16904. 0.64286 0.02381 moveto
  16905. 0.64286 0.02756 lineto
  16906. stroke
  16907. grestore
  16908. gsave
  16909. 0.001 setlinewidth
  16910. 0.69048 0.02381 moveto
  16911. 0.69048 0.02756 lineto
  16912. stroke
  16913. grestore
  16914. gsave
  16915. 0.001 setlinewidth
  16916. 0.78571 0.02381 moveto
  16917. 0.78571 0.02756 lineto
  16918. stroke
  16919. grestore
  16920. gsave
  16921. 0.001 setlinewidth
  16922. 0.83333 0.02381 moveto
  16923. 0.83333 0.02756 lineto
  16924. stroke
  16925. grestore
  16926. gsave
  16927. 0.001 setlinewidth
  16928. 0.88095 0.02381 moveto
  16929. 0.88095 0.02756 lineto
  16930. stroke
  16931. grestore
  16932. gsave
  16933. 0.001 setlinewidth
  16934. 0.92857 0.02381 moveto
  16935. 0.92857 0.02756 lineto
  16936. stroke
  16937. grestore
  16938. [(x)] 1.025 0.02381 -1 0 Mshowa
  16939. gsave
  16940. 0.002 setlinewidth
  16941. 0 0.02381 moveto
  16942. 1 0.02381 lineto
  16943. stroke
  16944. grestore
  16945. gsave
  16946. 0.002 setlinewidth
  16947. 0.02381 0.2619 moveto
  16948. 0.03006 0.2619 lineto
  16949. stroke
  16950. grestore
  16951. [(0.5)] 0.01131 0.2619 1 0 Mshowa
  16952. gsave
  16953. 0.002 setlinewidth
  16954. 0.02381 0.5 moveto
  16955. 0.03006 0.5 lineto
  16956. stroke
  16957. grestore
  16958. [(1)] 0.01131 0.5 1 0 Mshowa
  16959. gsave
  16960. 0.002 setlinewidth
  16961. 0.02381 0.7381 moveto
  16962. 0.03006 0.7381 lineto
  16963. stroke
  16964. grestore
  16965. [(1.5)] 0.01131 0.7381 1 0 Mshowa
  16966. gsave
  16967. 0.002 setlinewidth
  16968. 0.02381 0.97619 moveto
  16969. 0.03006 0.97619 lineto
  16970. stroke
  16971. grestore
  16972. [(2)] 0.01131 0.97619 1 0 Mshowa
  16973. gsave
  16974. 0.001 setlinewidth
  16975. 0.02381 0.07143 moveto
  16976. 0.02756 0.07143 lineto
  16977. stroke
  16978. grestore
  16979. gsave
  16980. 0.001 setlinewidth
  16981. 0.02381 0.11905 moveto
  16982. 0.02756 0.11905 lineto
  16983. stroke
  16984. grestore
  16985. gsave
  16986. 0.001 setlinewidth
  16987. 0.02381 0.16667 moveto
  16988. 0.02756 0.16667 lineto
  16989. stroke
  16990. grestore
  16991. gsave
  16992. 0.001 setlinewidth
  16993. 0.02381 0.21429 moveto
  16994. 0.02756 0.21429 lineto
  16995. stroke
  16996. grestore
  16997. gsave
  16998. 0.001 setlinewidth
  16999. 0.02381 0.30952 moveto
  17000. 0.02756 0.30952 lineto
  17001. stroke
  17002. grestore
  17003. gsave
  17004. 0.001 setlinewidth
  17005. 0.02381 0.35714 moveto
  17006. 0.02756 0.35714 lineto
  17007. stroke
  17008. grestore
  17009. gsave
  17010. 0.001 setlinewidth
  17011. 0.02381 0.40476 moveto
  17012. 0.02756 0.40476 lineto
  17013. stroke
  17014. grestore
  17015. gsave
  17016. 0.001 setlinewidth
  17017. 0.02381 0.45238 moveto
  17018. 0.02756 0.45238 lineto
  17019. stroke
  17020. grestore
  17021. gsave
  17022. 0.001 setlinewidth
  17023. 0.02381 0.54762 moveto
  17024. 0.02756 0.54762 lineto
  17025. stroke
  17026. grestore
  17027. gsave
  17028. 0.001 setlinewidth
  17029. 0.02381 0.59524 moveto
  17030. 0.02756 0.59524 lineto
  17031. stroke
  17032. grestore
  17033. gsave
  17034. 0.001 setlinewidth
  17035. 0.02381 0.64286 moveto
  17036. 0.02756 0.64286 lineto
  17037. stroke
  17038. grestore
  17039. gsave
  17040. 0.001 setlinewidth
  17041. 0.02381 0.69048 moveto
  17042. 0.02756 0.69048 lineto
  17043. stroke
  17044. grestore
  17045. gsave
  17046. 0.001 setlinewidth
  17047. 0.02381 0.78571 moveto
  17048. 0.02756 0.78571 lineto
  17049. stroke
  17050. grestore
  17051. gsave
  17052. 0.001 setlinewidth
  17053. 0.02381 0.83333 moveto
  17054. 0.02756 0.83333 lineto
  17055. stroke
  17056. grestore
  17057. gsave
  17058. 0.001 setlinewidth
  17059. 0.02381 0.88095 moveto
  17060. 0.02756 0.88095 lineto
  17061. stroke
  17062. grestore
  17063. gsave
  17064. 0.001 setlinewidth
  17065. 0.02381 0.92857 moveto
  17066. 0.02756 0.92857 lineto
  17067. stroke
  17068. grestore
  17069. [(y)] 0.02381 1 0 -4 Mshowa
  17070. gsave
  17071. 0.002 setlinewidth
  17072. 0.02381 0 moveto
  17073. 0.02381 1 lineto
  17074. stroke
  17075. grestore
  17076. grestore
  17077. 0 0 moveto
  17078. 1 0 lineto
  17079. 1 1 lineto
  17080. 0 1 lineto
  17081. closepath
  17082. clip
  17083. newpath
  17084. gsave
  17085. 0 1 0 setrgbcolor
  17086. [ 8 4 ] 0 Mabsdash
  17087. 1 Mabswid
  17088. 0.59524 0.35714 moveto
  17089. 0.88095 0.35714 lineto
  17090. 0.88095 0.7381 lineto
  17091. 0.59524 0.7381 lineto
  17092. 0.59524 0.35714 lineto
  17093. stroke
  17094. 0 0 1 setrgbcolor
  17095. [ ] 0 setdash
  17096. 4 Mabswid
  17097. 0.59524 0.35714 Mdot
  17098. 0.88095 0.35714 Mdot
  17099. 0.88095 0.7381 Mdot
  17100. 0.59524 0.7381 Mdot
  17101. 0.59524 0.35714 Mdot
  17102. grestore
  17103. gsave
  17104. 1 1 0 setrgbcolor
  17105. 0.02381 0.02381 moveto
  17106. 0.5 0.02381 lineto
  17107. 0.5 0.5 lineto
  17108. 0.02381 0.5 lineto
  17109. 0.02381 0.02381 lineto
  17110. fill
  17111. 1 0 0 setrgbcolor
  17112. [ ] 0 setdash
  17113. 1 Mabswid
  17114. 0.02381 0.02381 moveto
  17115. 0.5 0.02381 lineto
  17116. 0.5 0.5 lineto
  17117. 0.02381 0.5 lineto
  17118. 0.02381 0.02381 lineto
  17119. stroke
  17120. grestore
  17121. gsave
  17122. gsave
  17123. 0 0 1 setrgbcolor
  17124. [ ] 0 setdash
  17125. 1 Mabswid
  17126. 0.02381 0.5 moveto
  17127. 0.06349 0.65581 lineto
  17128. 0.10317 0.79446 lineto
  17129. 0.12302 0.85247 lineto
  17130. 0.14286 0.9007 lineto
  17131. 0.1627 0.93783 lineto
  17132. 0.17262 0.9519 lineto
  17133. 0.18254 0.96283 lineto
  17134. 0.1875 0.96709 lineto
  17135. 0.19246 0.97055 lineto
  17136. 0.19494 0.97197 lineto
  17137. 0.19742 0.97318 lineto
  17138. 0.1999 0.97419 lineto
  17139. 0.20238 0.975 lineto
  17140. 0.20362 0.97532 lineto
  17141. 0.20486 0.9756 lineto
  17142. 0.2061 0.97582 lineto
  17143. 0.20734 0.97599 lineto
  17144. 0.20858 0.97611 lineto
  17145. 0.20982 0.97617 lineto
  17146. 0.21106 0.97619 lineto
  17147. 0.2123 0.97615 lineto
  17148. 0.21354 0.97607 lineto
  17149. 0.21478 0.97593 lineto
  17150. 0.21602 0.97573 lineto
  17151. 0.21726 0.97549 lineto
  17152. 0.22222 0.974 lineto
  17153. 0.2247 0.97295 lineto
  17154. 0.22718 0.97169 lineto
  17155. 0.23214 0.96856 lineto
  17156. 0.24206 0.95987 lineto
  17157. 0.25198 0.94799 lineto
  17158. 0.2619 0.933 lineto
  17159. 0.28175 0.89412 lineto
  17160. 0.30159 0.84433 lineto
  17161. 0.34127 0.71775 lineto
  17162. 0.38095 0.5672 lineto
  17163. 0.42063 0.40925 lineto
  17164. 0.46032 0.2613 lineto
  17165. 0.48016 0.19625 lineto
  17166. 0.5 0.13962 lineto
  17167. 0.51984 0.09297 lineto
  17168. 0.52976 0.07381 lineto
  17169. 0.53968 0.05761 lineto
  17170. 0.5496 0.04448 lineto
  17171. 0.55456 0.03909 lineto
  17172. 0.55952 0.03451 lineto
  17173. 0.56448 0.03073 lineto
  17174. 0.56944 0.02777 lineto
  17175. 0.57192 0.0266 lineto
  17176. Mistroke
  17177. 0.5744 0.02563 lineto
  17178. 0.57688 0.02486 lineto
  17179. 0.57937 0.02431 lineto
  17180. 0.58061 0.02411 lineto
  17181. 0.58185 0.02396 lineto
  17182. 0.58309 0.02386 lineto
  17183. 0.58433 0.02381 lineto
  17184. 0.58557 0.02382 lineto
  17185. 0.58681 0.02388 lineto
  17186. 0.58805 0.02399 lineto
  17187. 0.58929 0.02415 lineto
  17188. 0.59053 0.02436 lineto
  17189. 0.59177 0.02462 lineto
  17190. 0.59425 0.02531 lineto
  17191. 0.59673 0.02619 lineto
  17192. 0.59921 0.02729 lineto
  17193. 0.60417 0.03009 lineto
  17194. 0.60913 0.03371 lineto
  17195. 0.61905 0.04337 lineto
  17196. 0.62897 0.0562 lineto
  17197. 0.63889 0.07211 lineto
  17198. 0.65873 0.1127 lineto
  17199. 0.69841 0.22467 lineto
  17200. 0.7381 0.36695 lineto
  17201. 0.77778 0.52387 lineto
  17202. 0.81746 0.67817 lineto
  17203. 0.85714 0.81285 lineto
  17204. 0.87698 0.86807 lineto
  17205. 0.89683 0.91309 lineto
  17206. 0.90675 0.93138 lineto
  17207. 0.91667 0.94667 lineto
  17208. 0.92659 0.95886 lineto
  17209. 0.93651 0.96786 lineto
  17210. 0.94147 0.97115 lineto
  17211. 0.94395 0.97249 lineto
  17212. 0.94643 0.97362 lineto
  17213. 0.94891 0.97455 lineto
  17214. 0.95139 0.97527 lineto
  17215. 0.95263 0.97555 lineto
  17216. 0.95387 0.97578 lineto
  17217. 0.95511 0.97596 lineto
  17218. 0.95635 0.97609 lineto
  17219. 0.95759 0.97617 lineto
  17220. 0.95883 0.97619 lineto
  17221. 0.96007 0.97616 lineto
  17222. 0.96131 0.97609 lineto
  17223. 0.96255 0.97596 lineto
  17224. 0.96379 0.97577 lineto
  17225. 0.96627 0.97526 lineto
  17226. 0.96875 0.97453 lineto
  17227. Mistroke
  17228. 0.97123 0.9736 lineto
  17229. 0.97619 0.97112 lineto
  17230. Mfstroke
  17231. grestore
  17232. grestore
  17233. % End of Graphics
  17234. MathPictureEnd
  17235. :[font = subsubsection; inactive; preserveAspect; ]
  17236. Polygons
  17237. :[font = input; Cclosed; preserveAspect; startGroup; ]
  17238. poly6 = {Re[#],Im[#]}& /@ Table[Exp[2 Pi I k/6],{k,0,5}];
  17239. PlotE[{-1,1},{-1,1},SameScale,
  17240. Polygons->Join[poly6,{Edges,Gray,Dots,Red}]];
  17241. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 266; pictureHeight = 266; endGroup; ]
  17242. %!
  17243. %%Creator: Mathematica
  17244. %%AspectRatio: 1 
  17245. MathPictureStart
  17246. /Courier findfont 10  scalefont  setfont
  17247. % Scaling calculations
  17248. 0.5 0.47619 0.5 0.47619 [
  17249. [(-1)] 0.02381 0.5 0 2 Msboxa
  17250. [(-0.5)] 0.2619 0.5 0 2 Msboxa
  17251. [(0.5)] 0.7381 0.5 0 2 Msboxa
  17252. [(1)] 0.97619 0.5 0 2 Msboxa
  17253. [(x)] 1.025 0.5 -1 0 Msboxa
  17254. [(-1)] 0.4875 0.02381 1 0 Msboxa
  17255. [(-0.5)] 0.4875 0.2619 1 0 Msboxa
  17256. [(0.5)] 0.4875 0.7381 1 0 Msboxa
  17257. [(1)] 0.4875 0.97619 1 0 Msboxa
  17258. [(y)] 0.5 1 0 -4 Msboxa
  17259. [ -0.001 -0.001 0 0 ]
  17260. [ 1.001 1.001 0 0 ]
  17261. ] MathScale
  17262. % Start of Graphics
  17263. 1 setlinecap
  17264. 1 setlinejoin
  17265. newpath
  17266. %%Object: Graphics
  17267. [ ] 0 setdash
  17268. 0 setgray
  17269. gsave
  17270. gsave
  17271. 0.002 setlinewidth
  17272. 0.02381 0.5 moveto
  17273. 0.02381 0.50625 lineto
  17274. stroke
  17275. grestore
  17276. [(-1)] 0.02381 0.5 0 2 Mshowa
  17277. gsave
  17278. 0.002 setlinewidth
  17279. 0.2619 0.5 moveto
  17280. 0.2619 0.50625 lineto
  17281. stroke
  17282. grestore
  17283. [(-0.5)] 0.2619 0.5 0 2 Mshowa
  17284. gsave
  17285. 0.002 setlinewidth
  17286. 0.7381 0.5 moveto
  17287. 0.7381 0.50625 lineto
  17288. stroke
  17289. grestore
  17290. [(0.5)] 0.7381 0.5 0 2 Mshowa
  17291. gsave
  17292. 0.002 setlinewidth
  17293. 0.97619 0.5 moveto
  17294. 0.97619 0.50625 lineto
  17295. stroke
  17296. grestore
  17297. [(1)] 0.97619 0.5 0 2 Mshowa
  17298. gsave
  17299. 0.001 setlinewidth
  17300. 0.07143 0.5 moveto
  17301. 0.07143 0.50375 lineto
  17302. stroke
  17303. grestore
  17304. gsave
  17305. 0.001 setlinewidth
  17306. 0.11905 0.5 moveto
  17307. 0.11905 0.50375 lineto
  17308. stroke
  17309. grestore
  17310. gsave
  17311. 0.001 setlinewidth
  17312. 0.16667 0.5 moveto
  17313. 0.16667 0.50375 lineto
  17314. stroke
  17315. grestore
  17316. gsave
  17317. 0.001 setlinewidth
  17318. 0.21429 0.5 moveto
  17319. 0.21429 0.50375 lineto
  17320. stroke
  17321. grestore
  17322. gsave
  17323. 0.001 setlinewidth
  17324. 0.30952 0.5 moveto
  17325. 0.30952 0.50375 lineto
  17326. stroke
  17327. grestore
  17328. gsave
  17329. 0.001 setlinewidth
  17330. 0.35714 0.5 moveto
  17331. 0.35714 0.50375 lineto
  17332. stroke
  17333. grestore
  17334. gsave
  17335. 0.001 setlinewidth
  17336. 0.40476 0.5 moveto
  17337. 0.40476 0.50375 lineto
  17338. stroke
  17339. grestore
  17340. gsave
  17341. 0.001 setlinewidth
  17342. 0.45238 0.5 moveto
  17343. 0.45238 0.50375 lineto
  17344. stroke
  17345. grestore
  17346. gsave
  17347. 0.001 setlinewidth
  17348. 0.54762 0.5 moveto
  17349. 0.54762 0.50375 lineto
  17350. stroke
  17351. grestore
  17352. gsave
  17353. 0.001 setlinewidth
  17354. 0.59524 0.5 moveto
  17355. 0.59524 0.50375 lineto
  17356. stroke
  17357. grestore
  17358. gsave
  17359. 0.001 setlinewidth
  17360. 0.64286 0.5 moveto
  17361. 0.64286 0.50375 lineto
  17362. stroke
  17363. grestore
  17364. gsave
  17365. 0.001 setlinewidth
  17366. 0.69048 0.5 moveto
  17367. 0.69048 0.50375 lineto
  17368. stroke
  17369. grestore
  17370. gsave
  17371. 0.001 setlinewidth
  17372. 0.78571 0.5 moveto
  17373. 0.78571 0.50375 lineto
  17374. stroke
  17375. grestore
  17376. gsave
  17377. 0.001 setlinewidth
  17378. 0.83333 0.5 moveto
  17379. 0.83333 0.50375 lineto
  17380. stroke
  17381. grestore
  17382. gsave
  17383. 0.001 setlinewidth
  17384. 0.88095 0.5 moveto
  17385. 0.88095 0.50375 lineto
  17386. stroke
  17387. grestore
  17388. gsave
  17389. 0.001 setlinewidth
  17390. 0.92857 0.5 moveto
  17391. 0.92857 0.50375 lineto
  17392. stroke
  17393. grestore
  17394. [(x)] 1.025 0.5 -1 0 Mshowa
  17395. gsave
  17396. 0.002 setlinewidth
  17397. 0 0.5 moveto
  17398. 1 0.5 lineto
  17399. stroke
  17400. grestore
  17401. gsave
  17402. 0.002 setlinewidth
  17403. 0.5 0.02381 moveto
  17404. 0.50625 0.02381 lineto
  17405. stroke
  17406. grestore
  17407. [(-1)] 0.4875 0.02381 1 0 Mshowa
  17408. gsave
  17409. 0.002 setlinewidth
  17410. 0.5 0.2619 moveto
  17411. 0.50625 0.2619 lineto
  17412. stroke
  17413. grestore
  17414. [(-0.5)] 0.4875 0.2619 1 0 Mshowa
  17415. gsave
  17416. 0.002 setlinewidth
  17417. 0.5 0.7381 moveto
  17418. 0.50625 0.7381 lineto
  17419. stroke
  17420. grestore
  17421. [(0.5)] 0.4875 0.7381 1 0 Mshowa
  17422. gsave
  17423. 0.002 setlinewidth
  17424. 0.5 0.97619 moveto
  17425. 0.50625 0.97619 lineto
  17426. stroke
  17427. grestore
  17428. [(1)] 0.4875 0.97619 1 0 Mshowa
  17429. gsave
  17430. 0.001 setlinewidth
  17431. 0.5 0.07143 moveto
  17432. 0.50375 0.07143 lineto
  17433. stroke
  17434. grestore
  17435. gsave
  17436. 0.001 setlinewidth
  17437. 0.5 0.11905 moveto
  17438. 0.50375 0.11905 lineto
  17439. stroke
  17440. grestore
  17441. gsave
  17442. 0.001 setlinewidth
  17443. 0.5 0.16667 moveto
  17444. 0.50375 0.16667 lineto
  17445. stroke
  17446. grestore
  17447. gsave
  17448. 0.001 setlinewidth
  17449. 0.5 0.21429 moveto
  17450. 0.50375 0.21429 lineto
  17451. stroke
  17452. grestore
  17453. gsave
  17454. 0.001 setlinewidth
  17455. 0.5 0.30952 moveto
  17456. 0.50375 0.30952 lineto
  17457. stroke
  17458. grestore
  17459. gsave
  17460. 0.001 setlinewidth
  17461. 0.5 0.35714 moveto
  17462. 0.50375 0.35714 lineto
  17463. stroke
  17464. grestore
  17465. gsave
  17466. 0.001 setlinewidth
  17467. 0.5 0.40476 moveto
  17468. 0.50375 0.40476 lineto
  17469. stroke
  17470. grestore
  17471. gsave
  17472. 0.001 setlinewidth
  17473. 0.5 0.45238 moveto
  17474. 0.50375 0.45238 lineto
  17475. stroke
  17476. grestore
  17477. gsave
  17478. 0.001 setlinewidth
  17479. 0.5 0.54762 moveto
  17480. 0.50375 0.54762 lineto
  17481. stroke
  17482. grestore
  17483. gsave
  17484. 0.001 setlinewidth
  17485. 0.5 0.59524 moveto
  17486. 0.50375 0.59524 lineto
  17487. stroke
  17488. grestore
  17489. gsave
  17490. 0.001 setlinewidth
  17491. 0.5 0.64286 moveto
  17492. 0.50375 0.64286 lineto
  17493. stroke
  17494. grestore
  17495. gsave
  17496. 0.001 setlinewidth
  17497. 0.5 0.69048 moveto
  17498. 0.50375 0.69048 lineto
  17499. stroke
  17500. grestore
  17501. gsave
  17502. 0.001 setlinewidth
  17503. 0.5 0.78571 moveto
  17504. 0.50375 0.78571 lineto
  17505. stroke
  17506. grestore
  17507. gsave
  17508. 0.001 setlinewidth
  17509. 0.5 0.83333 moveto
  17510. 0.50375 0.83333 lineto
  17511. stroke
  17512. grestore
  17513. gsave
  17514. 0.001 setlinewidth
  17515. 0.5 0.88095 moveto
  17516. 0.50375 0.88095 lineto
  17517. stroke
  17518. grestore
  17519. gsave
  17520. 0.001 setlinewidth
  17521. 0.5 0.92857 moveto
  17522. 0.50375 0.92857 lineto
  17523. stroke
  17524. grestore
  17525. [(y)] 0.5 1 0 -4 Mshowa
  17526. gsave
  17527. 0.002 setlinewidth
  17528. 0.5 0 moveto
  17529. 0.5 1 lineto
  17530. stroke
  17531. grestore
  17532. grestore
  17533. 0 0 moveto
  17534. 1 0 lineto
  17535. 1 1 lineto
  17536. 0 1 lineto
  17537. closepath
  17538. clip
  17539. newpath
  17540. gsave
  17541. 0.75 0.75 0.75 setrgbcolor
  17542. [ ] 0 setdash
  17543. 1 Mabswid
  17544. 0.97619 0.5 moveto
  17545. 0.7381 0.91239 lineto
  17546. 0.2619 0.91239 lineto
  17547. 0.02381 0.5 lineto
  17548. 0.2619 0.08761 lineto
  17549. 0.7381 0.08761 lineto
  17550. 0.97619 0.5 lineto
  17551. stroke
  17552. 1 0 0 setrgbcolor
  17553. [ ] 0 setdash
  17554. 4 Mabswid
  17555. 0.97619 0.5 Mdot
  17556. 0.7381 0.91239 Mdot
  17557. 0.2619 0.91239 Mdot
  17558. 0.02381 0.5 Mdot
  17559. 0.2619 0.08761 Mdot
  17560. 0.7381 0.08761 Mdot
  17561. 0.97619 0.5 Mdot
  17562. grestore
  17563. gsave
  17564. gsave
  17565. 1 1 1 setrgbcolor
  17566. [ ] 0 setdash
  17567. 1 Mabswid
  17568. 0.02381 0.02381 moveto
  17569. 0.06349 0.06349 lineto
  17570. 0.10317 0.10317 lineto
  17571. 0.14286 0.14286 lineto
  17572. 0.18254 0.18254 lineto
  17573. 0.22222 0.22222 lineto
  17574. 0.2619 0.2619 lineto
  17575. 0.30159 0.30159 lineto
  17576. 0.34127 0.34127 lineto
  17577. 0.38095 0.38095 lineto
  17578. 0.42063 0.42063 lineto
  17579. 0.46032 0.46032 lineto
  17580. 0.5 0.5 lineto
  17581. 0.53968 0.53968 lineto
  17582. 0.57937 0.57937 lineto
  17583. 0.61905 0.61905 lineto
  17584. 0.65873 0.65873 lineto
  17585. 0.69841 0.69841 lineto
  17586. 0.7381 0.7381 lineto
  17587. 0.77778 0.77778 lineto
  17588. 0.81746 0.81746 lineto
  17589. 0.85714 0.85714 lineto
  17590. 0.89683 0.89683 lineto
  17591. 0.93651 0.93651 lineto
  17592. 0.97619 0.97619 lineto
  17593. stroke
  17594. grestore
  17595. grestore
  17596. % End of Graphics
  17597. MathPictureEnd
  17598. :[font = subsubsection; inactive; preserveAspect; ]
  17599. Regions
  17600. :[font = input; Cclosed; dontPreserveAspect; startGroup; ]
  17601. PlotE[{0,Pi},{0,1},
  17602. Regions->
  17603. {{0,Pi,Sin[x]/3,Sin[x]/2,Fill,Blue},
  17604. {0,1,Sin[y]/2,Sin[y],Fill,Green}}];
  17605. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; endGroup; endGroup; endGroup; endGroup; ]
  17606. %!
  17607. %%Creator: Mathematica
  17608. %%AspectRatio: 0.61803 
  17609. MathPictureStart
  17610. /Courier findfont 10  scalefont  setfont
  17611. % Scaling calculations
  17612. 0.02381 0.303152 0.014715 0.588604 [
  17613. [(pi/6)] 0.18254 0.01472 0 2 Msboxa
  17614. [(pi/3)] 0.34127 0.01472 0 2 Msboxa
  17615. [(pi/2)] 0.5 0.01472 0 2 Msboxa
  17616. [(2pi/3)] 0.65873 0.01472 0 2 Msboxa
  17617. [(5pi/6)] 0.81746 0.01472 0 2 Msboxa
  17618. [(pi)] 0.97619 0.01472 0 2 Msboxa
  17619. [(x)] 1.025 0.01472 -1 0 Msboxa
  17620. [(0.2)] 0.01131 0.13244 1 0 Msboxa
  17621. [(0.4)] 0.01131 0.25016 1 0 Msboxa
  17622. [(0.6)] 0.01131 0.36788 1 0 Msboxa
  17623. [(0.8)] 0.01131 0.4856 1 0 Msboxa
  17624. [(1)] 0.01131 0.60332 1 0 Msboxa
  17625. [(y)] 0.02381 0.61803 0 -4 Msboxa
  17626. [ -0.001 -0.001 0 0 ]
  17627. [ 1.001 0.61903 0 0 ]
  17628. ] MathScale
  17629. % Start of Graphics
  17630. 1 setlinecap
  17631. 1 setlinejoin
  17632. newpath
  17633. %%Object: Graphics
  17634. [ ] 0 setdash
  17635. 0 setgray
  17636. gsave
  17637. gsave
  17638. 0.002 setlinewidth
  17639. 0.18254 0.01472 moveto
  17640. 0.18254 0.02097 lineto
  17641. stroke
  17642. grestore
  17643. [(pi/6)] 0.18254 0.01472 0 2 Mshowa
  17644. gsave
  17645. 0.002 setlinewidth
  17646. 0.34127 0.01472 moveto
  17647. 0.34127 0.02097 lineto
  17648. stroke
  17649. grestore
  17650. [(pi/3)] 0.34127 0.01472 0 2 Mshowa
  17651. gsave
  17652. 0.002 setlinewidth
  17653. 0.5 0.01472 moveto
  17654. 0.5 0.02097 lineto
  17655. stroke
  17656. grestore
  17657. [(pi/2)] 0.5 0.01472 0 2 Mshowa
  17658. gsave
  17659. 0.002 setlinewidth
  17660. 0.65873 0.01472 moveto
  17661. 0.65873 0.02097 lineto
  17662. stroke
  17663. grestore
  17664. [(2pi/3)] 0.65873 0.01472 0 2 Mshowa
  17665. gsave
  17666. 0.002 setlinewidth
  17667. 0.81746 0.01472 moveto
  17668. 0.81746 0.02097 lineto
  17669. stroke
  17670. grestore
  17671. [(5pi/6)] 0.81746 0.01472 0 2 Mshowa
  17672. gsave
  17673. 0.002 setlinewidth
  17674. 0.97619 0.01472 moveto
  17675. 0.97619 0.02097 lineto
  17676. stroke
  17677. grestore
  17678. [(pi)] 0.97619 0.01472 0 2 Mshowa
  17679. [(x)] 1.025 0.01472 -1 0 Mshowa
  17680. gsave
  17681. 0.002 setlinewidth
  17682. 0 0.01472 moveto
  17683. 1 0.01472 lineto
  17684. stroke
  17685. grestore
  17686. gsave
  17687. 0.002 setlinewidth
  17688. 0.02381 0.13244 moveto
  17689. 0.03006 0.13244 lineto
  17690. stroke
  17691. grestore
  17692. [(0.2)] 0.01131 0.13244 1 0 Mshowa
  17693. gsave
  17694. 0.002 setlinewidth
  17695. 0.02381 0.25016 moveto
  17696. 0.03006 0.25016 lineto
  17697. stroke
  17698. grestore
  17699. [(0.4)] 0.01131 0.25016 1 0 Mshowa
  17700. gsave
  17701. 0.002 setlinewidth
  17702. 0.02381 0.36788 moveto
  17703. 0.03006 0.36788 lineto
  17704. stroke
  17705. grestore
  17706. [(0.6)] 0.01131 0.36788 1 0 Mshowa
  17707. gsave
  17708. 0.002 setlinewidth
  17709. 0.02381 0.4856 moveto
  17710. 0.03006 0.4856 lineto
  17711. stroke
  17712. grestore
  17713. [(0.8)] 0.01131 0.4856 1 0 Mshowa
  17714. gsave
  17715. 0.002 setlinewidth
  17716. 0.02381 0.60332 moveto
  17717. 0.03006 0.60332 lineto
  17718. stroke
  17719. grestore
  17720. [(1)] 0.01131 0.60332 1 0 Mshowa
  17721. gsave
  17722. 0.001 setlinewidth
  17723. 0.02381 0.03826 moveto
  17724. 0.02756 0.03826 lineto
  17725. stroke
  17726. grestore
  17727. gsave
  17728. 0.001 setlinewidth
  17729. 0.02381 0.0618 moveto
  17730. 0.02756 0.0618 lineto
  17731. stroke
  17732. grestore
  17733. gsave
  17734. 0.001 setlinewidth
  17735. 0.02381 0.08535 moveto
  17736. 0.02756 0.08535 lineto
  17737. stroke
  17738. grestore
  17739. gsave
  17740. 0.001 setlinewidth
  17741. 0.02381 0.10889 moveto
  17742. 0.02756 0.10889 lineto
  17743. stroke
  17744. grestore
  17745. gsave
  17746. 0.001 setlinewidth
  17747. 0.02381 0.15598 moveto
  17748. 0.02756 0.15598 lineto
  17749. stroke
  17750. grestore
  17751. gsave
  17752. 0.001 setlinewidth
  17753. 0.02381 0.17952 moveto
  17754. 0.02756 0.17952 lineto
  17755. stroke
  17756. grestore
  17757. gsave
  17758. 0.001 setlinewidth
  17759. 0.02381 0.20307 moveto
  17760. 0.02756 0.20307 lineto
  17761. stroke
  17762. grestore
  17763. gsave
  17764. 0.001 setlinewidth
  17765. 0.02381 0.22661 moveto
  17766. 0.02756 0.22661 lineto
  17767. stroke
  17768. grestore
  17769. gsave
  17770. 0.001 setlinewidth
  17771. 0.02381 0.2737 moveto
  17772. 0.02756 0.2737 lineto
  17773. stroke
  17774. grestore
  17775. gsave
  17776. 0.001 setlinewidth
  17777. 0.02381 0.29724 moveto
  17778. 0.02756 0.29724 lineto
  17779. stroke
  17780. grestore
  17781. gsave
  17782. 0.001 setlinewidth
  17783. 0.02381 0.32079 moveto
  17784. 0.02756 0.32079 lineto
  17785. stroke
  17786. grestore
  17787. gsave
  17788. 0.001 setlinewidth
  17789. 0.02381 0.34433 moveto
  17790. 0.02756 0.34433 lineto
  17791. stroke
  17792. grestore
  17793. gsave
  17794. 0.001 setlinewidth
  17795. 0.02381 0.39142 moveto
  17796. 0.02756 0.39142 lineto
  17797. stroke
  17798. grestore
  17799. gsave
  17800. 0.001 setlinewidth
  17801. 0.02381 0.41497 moveto
  17802. 0.02756 0.41497 lineto
  17803. stroke
  17804. grestore
  17805. gsave
  17806. 0.001 setlinewidth
  17807. 0.02381 0.43851 moveto
  17808. 0.02756 0.43851 lineto
  17809. stroke
  17810. grestore
  17811. gsave
  17812. 0.001 setlinewidth
  17813. 0.02381 0.46205 moveto
  17814. 0.02756 0.46205 lineto
  17815. stroke
  17816. grestore
  17817. gsave
  17818. 0.001 setlinewidth
  17819. 0.02381 0.50914 moveto
  17820. 0.02756 0.50914 lineto
  17821. stroke
  17822. grestore
  17823. gsave
  17824. 0.001 setlinewidth
  17825. 0.02381 0.53269 moveto
  17826. 0.02756 0.53269 lineto
  17827. stroke
  17828. grestore
  17829. gsave
  17830. 0.001 setlinewidth
  17831. 0.02381 0.55623 moveto
  17832. 0.02756 0.55623 lineto
  17833. stroke
  17834. grestore
  17835. gsave
  17836. 0.001 setlinewidth
  17837. 0.02381 0.57977 moveto
  17838. 0.02756 0.57977 lineto
  17839. stroke
  17840. grestore
  17841. [(y)] 0.02381 0.61803 0 -4 Mshowa
  17842. gsave
  17843. 0.002 setlinewidth
  17844. 0.02381 0 moveto
  17845. 0.02381 0.61803 lineto
  17846. stroke
  17847. grestore
  17848. grestore
  17849. 0 0 moveto
  17850. 1 0 lineto
  17851. 1 0.61803 lineto
  17852. 0 0.61803 lineto
  17853. closepath
  17854. clip
  17855. newpath
  17856. gsave
  17857. 0 1 0 setrgbcolor
  17858. 0.02381 0.01472 moveto
  17859. 0.03644 0.03924 lineto
  17860. 0.04904 0.06377 lineto
  17861. 0.0616 0.08829 lineto
  17862. 0.0741 0.11282 lineto
  17863. 0.08651 0.13734 lineto
  17864. 0.09881 0.16187 lineto
  17865. 0.11098 0.18639 lineto
  17866. 0.123 0.21092 lineto
  17867. 0.13485 0.23544 lineto
  17868. 0.1465 0.25997 lineto
  17869. 0.15794 0.28449 lineto
  17870. 0.16915 0.30902 lineto
  17871. 0.1801 0.33354 lineto
  17872. 0.19079 0.35807 lineto
  17873. 0.20118 0.38259 lineto
  17874. 0.21127 0.40712 lineto
  17875. 0.22103 0.43164 lineto
  17876. 0.23045 0.45617 lineto
  17877. 0.23951 0.48069 lineto
  17878. 0.2482 0.50522 lineto
  17879. 0.25649 0.52974 lineto
  17880. 0.26438 0.55427 lineto
  17881. 0.27186 0.57879 lineto
  17882. 0.2789 0.60332 lineto
  17883. 0.15136 0.60332 lineto
  17884. 0.2789 0.60332 lineto
  17885. 0.15136 0.60332 lineto
  17886. 0.14783 0.57879 lineto
  17887. 0.1441 0.55427 lineto
  17888. 0.14015 0.52974 lineto
  17889. 0.136 0.50522 lineto
  17890. 0.13166 0.48069 lineto
  17891. 0.12713 0.45617 lineto
  17892. 0.12242 0.43164 lineto
  17893. 0.11754 0.40712 lineto
  17894. 0.1125 0.38259 lineto
  17895. 0.1073 0.35807 lineto
  17896. 0.10196 0.33354 lineto
  17897. 0.09648 0.30902 lineto
  17898. 0.09088 0.28449 lineto
  17899. 0.08515 0.25997 lineto
  17900. 0.07933 0.23544 lineto
  17901. 0.0734 0.21092 lineto
  17902. 0.0674 0.18639 lineto
  17903. 0.06131 0.16187 lineto
  17904. 0.05516 0.13734 lineto
  17905. 0.04896 0.11282 lineto
  17906. 0.04271 0.08829 lineto
  17907. 0.03643 0.06377 lineto
  17908. 0.03012 0.03924 lineto
  17909. 0.02381 0.01472 lineto
  17910. 0.02381 0.01472 lineto
  17911. 0.02381 0.01472 lineto
  17912. fill
  17913. grestore
  17914. gsave
  17915. 0 0 1 setrgbcolor
  17916. 0.97619 0.01472 moveto
  17917. 0.97619 0.01472 lineto
  17918. 0.97619 0.01472 lineto
  17919. 0.93651 0.05313 lineto
  17920. 0.89683 0.09089 lineto
  17921. 0.85714 0.12734 lineto
  17922. 0.81746 0.16187 lineto
  17923. 0.77778 0.19387 lineto
  17924. 0.7381 0.22282 lineto
  17925. 0.69841 0.2482 lineto
  17926. 0.65873 0.26959 lineto
  17927. 0.61905 0.28661 lineto
  17928. 0.57937 0.29899 lineto
  17929. 0.55952 0.30336 lineto
  17930. 0.5496 0.30509 lineto
  17931. 0.53968 0.3065 lineto
  17932. 0.52976 0.3076 lineto
  17933. 0.5248 0.30803 lineto
  17934. 0.51984 0.30839 lineto
  17935. 0.51488 0.30866 lineto
  17936. 0.5124 0.30877 lineto
  17937. 0.50992 0.30886 lineto
  17938. 0.50744 0.30893 lineto
  17939. 0.50496 0.30898 lineto
  17940. 0.50372 0.30899 lineto
  17941. 0.50248 0.30901 lineto
  17942. 0.50124 0.30901 lineto
  17943. 0.5 0.30902 lineto
  17944. 0.49876 0.30901 lineto
  17945. 0.49752 0.30901 lineto
  17946. 0.49628 0.30899 lineto
  17947. 0.49504 0.30898 lineto
  17948. 0.4938 0.30896 lineto
  17949. 0.49256 0.30893 lineto
  17950. 0.49008 0.30886 lineto
  17951. 0.4876 0.30877 lineto
  17952. 0.48512 0.30866 lineto
  17953. 0.48016 0.30839 lineto
  17954. 0.4752 0.30803 lineto
  17955. 0.47024 0.3076 lineto
  17956. 0.46032 0.3065 lineto
  17957. 0.4504 0.30509 lineto
  17958. 0.44048 0.30336 lineto
  17959. 0.42063 0.29899 lineto
  17960. 0.38095 0.28661 lineto
  17961. 0.34127 0.26959 lineto
  17962. 0.30159 0.2482 lineto
  17963. 0.2619 0.22282 lineto
  17964. 0.22222 0.19387 lineto
  17965. 0.18254 0.16187 lineto
  17966. 0.14286 0.12734 lineto
  17967. 0.10317 0.09089 lineto
  17968. 0.06349 0.05313 lineto
  17969. 0.02381 0.01472 lineto
  17970. 0.02381 0.01472 lineto
  17971. 0.02381 0.01472 lineto
  17972. 0.02381 0.01472 lineto
  17973. 0.06349 0.04032 lineto
  17974. 0.10317 0.0655 lineto
  17975. 0.14286 0.0898 lineto
  17976. 0.18254 0.11282 lineto
  17977. 0.22222 0.13415 lineto
  17978. 0.2619 0.15345 lineto
  17979. 0.30159 0.17037 lineto
  17980. 0.34127 0.18463 lineto
  17981. 0.38095 0.19598 lineto
  17982. 0.42063 0.20423 lineto
  17983. 0.44048 0.20715 lineto
  17984. 0.4504 0.2083 lineto
  17985. 0.46032 0.20924 lineto
  17986. 0.47024 0.20997 lineto
  17987. 0.4752 0.21026 lineto
  17988. 0.48016 0.2105 lineto
  17989. 0.48512 0.21068 lineto
  17990. 0.4876 0.21075 lineto
  17991. 0.49008 0.21081 lineto
  17992. 0.49256 0.21086 lineto
  17993. 0.4938 0.21088 lineto
  17994. 0.49504 0.21089 lineto
  17995. 0.49628 0.2109 lineto
  17996. 0.49752 0.21091 lineto
  17997. 0.49876 0.21091 lineto
  17998. 0.5 0.21092 lineto
  17999. 0.50124 0.21091 lineto
  18000. 0.50248 0.21091 lineto
  18001. 0.50372 0.2109 lineto
  18002. 0.50496 0.21089 lineto
  18003. 0.50744 0.21086 lineto
  18004. 0.50992 0.21081 lineto
  18005. 0.5124 0.21075 lineto
  18006. 0.51488 0.21068 lineto
  18007. 0.51984 0.2105 lineto
  18008. 0.5248 0.21026 lineto
  18009. 0.52976 0.20997 lineto
  18010. 0.53968 0.20924 lineto
  18011. 0.5496 0.2083 lineto
  18012. 0.55952 0.20715 lineto
  18013. 0.57937 0.20423 lineto
  18014. 0.61905 0.19598 lineto
  18015. 0.65873 0.18463 lineto
  18016. 0.69841 0.17037 lineto
  18017. 0.7381 0.15345 lineto
  18018. 0.77778 0.13415 lineto
  18019. 0.81746 0.11282 lineto
  18020. 0.85714 0.0898 lineto
  18021. 0.89683 0.0655 lineto
  18022. 0.93651 0.04032 lineto
  18023. 0.97619 0.01472 lineto
  18024. 0.97619 0.01472 lineto
  18025. fill
  18026. grestore
  18027. gsave
  18028. gsave
  18029. 1 1 1 setrgbcolor
  18030. [ ] 0 setdash
  18031. 1 Mabswid
  18032. 0.02381 0.01472 moveto
  18033. 0.06349 0.09176 lineto
  18034. 0.10317 0.16881 lineto
  18035. 0.14286 0.24586 lineto
  18036. 0.18254 0.32291 lineto
  18037. 0.22222 0.39996 lineto
  18038. 0.2619 0.477 lineto
  18039. 0.30159 0.55405 lineto
  18040. stroke
  18041. 0.33454 0.61803 moveto
  18042. 0.30159 0.55405 lineto
  18043. stroke
  18044. stroke
  18045. stroke
  18046. stroke
  18047. stroke
  18048. stroke
  18049. stroke
  18050. stroke
  18051. stroke
  18052. stroke
  18053. stroke
  18054. stroke
  18055. stroke
  18056. stroke
  18057. stroke
  18058. stroke
  18059. stroke
  18060. stroke
  18061. grestore
  18062. grestore
  18063. % End of Graphics
  18064. MathPictureEnd
  18065. :[font = subtitle; inactive; Cclosed; preserveAspect; startGroup; ]
  18066. Graphics Utilities
  18067. :[font = subsection; inactive; preserveAspect; ]
  18068. Zoom
  18069. :[font = input; dontPreserveAspect; ]
  18070. Clear[p,x];
  18071. p[x_]:= x^5 - 15x^4 + 85x^3 - 225x^2 + 274x - 120;
  18072. :[font = text; inactive; preserveAspect; ]
  18073. The Zoom command accepts a function, a starting point or x-value, domain and range intervals, a zoom factor and an optional number of iterations.
  18074. ;[s]
  18075. 3:0,0;4,1;8,2;146,-1;
  18076. 3:1,13,10,Times,0,14,0,0,0;1,10,8,Courier,1,12,0,0,0;1,13,10,Times,0,14,0,0,0;
  18077. :[font = input; Cclosed; dontPreserveAspect; startGroup; ]
  18078. Zoom[p[x],1.5,{0,6},{-10,10},5,3];
  18079. :[font = postscript; PostScript; formatAsPostScript; output; inactive; Cclosed; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; startGroup; ]
  18080. %!
  18081. %%Creator: Mathematica
  18082. %%AspectRatio: 0.61803 
  18083. MathPictureStart
  18084. /Courier findfont 10  scalefont  setfont
  18085. % Scaling calculations
  18086. 0.02381 0.15873 0.309017 0.02943 [
  18087. [(1)] 0.18254 0.30902 0 2 Msboxa
  18088. [(2)] 0.34127 0.30902 0 2 Msboxa
  18089. [(3)] 0.5 0.30902 0 2 Msboxa
  18090. [(4)] 0.65873 0.30902 0 2 Msboxa
  18091. [(5)] 0.81746 0.30902 0 2 Msboxa
  18092. [(6)] 0.97619 0.30902 0 2 Msboxa
  18093. [(x)] 1.025 0.30902 -1 0 Msboxa
  18094. [(Magnification: 1)] 0.5 0.61803 0 -2 0 0 1 Mouter Mrotsboxa
  18095. [(-10)] 0.01131 0.01472 1 0 Msboxa
  18096. [(-5)] 0.01131 0.16187 1 0 Msboxa
  18097. [(5)] 0.01131 0.45617 1 0 Msboxa
  18098. [(10)] 0.01131 0.60332 1 0 Msboxa
  18099. [ -0.001 -0.001 0 0 ]
  18100. [ 1.001 0.61903 0 0 ]
  18101. ] MathScale
  18102. % Start of Graphics
  18103. 1 setlinecap
  18104. 1 setlinejoin
  18105. newpath
  18106. %%Object: Graphics
  18107. [ ] 0 setdash
  18108. 0 setgray
  18109. gsave
  18110. gsave
  18111. 0.002 setlinewidth
  18112. 0.18254 0.30902 moveto
  18113. 0.18254 0.31527 lineto
  18114. stroke
  18115. grestore
  18116. [(1)] 0.18254 0.30902 0 2 Mshowa
  18117. gsave
  18118. 0.002 setlinewidth
  18119. 0.34127 0.30902 moveto
  18120. 0.34127 0.31527 lineto
  18121. stroke
  18122. grestore
  18123. [(2)] 0.34127 0.30902 0 2 Mshowa
  18124. gsave
  18125. 0.002 setlinewidth
  18126. 0.5 0.30902 moveto
  18127. 0.5 0.31527 lineto
  18128. stroke
  18129. grestore
  18130. [(3)] 0.5 0.30902 0 2 Mshowa
  18131. gsave
  18132. 0.002 setlinewidth
  18133. 0.65873 0.30902 moveto
  18134. 0.65873 0.31527 lineto
  18135. stroke
  18136. grestore
  18137. [(4)] 0.65873 0.30902 0 2 Mshowa
  18138. gsave
  18139. 0.002 setlinewidth
  18140. 0.81746 0.30902 moveto
  18141. 0.81746 0.31527 lineto
  18142. stroke
  18143. grestore
  18144. [(5)] 0.81746 0.30902 0 2 Mshowa
  18145. gsave
  18146. 0.002 setlinewidth
  18147. 0.97619 0.30902 moveto
  18148. 0.97619 0.31527 lineto
  18149. stroke
  18150. grestore
  18151. [(6)] 0.97619 0.30902 0 2 Mshowa
  18152. gsave
  18153. 0.001 setlinewidth
  18154. 0.05556 0.30902 moveto
  18155. 0.05556 0.31277 lineto
  18156. stroke
  18157. grestore
  18158. gsave
  18159. 0.001 setlinewidth
  18160. 0.0873 0.30902 moveto
  18161. 0.0873 0.31277 lineto
  18162. stroke
  18163. grestore
  18164. gsave
  18165. 0.001 setlinewidth
  18166. 0.11905 0.30902 moveto
  18167. 0.11905 0.31277 lineto
  18168. stroke
  18169. grestore
  18170. gsave
  18171. 0.001 setlinewidth
  18172. 0.15079 0.30902 moveto
  18173. 0.15079 0.31277 lineto
  18174. stroke
  18175. grestore
  18176. gsave
  18177. 0.001 setlinewidth
  18178. 0.21429 0.30902 moveto
  18179. 0.21429 0.31277 lineto
  18180. stroke
  18181. grestore
  18182. gsave
  18183. 0.001 setlinewidth
  18184. 0.24603 0.30902 moveto
  18185. 0.24603 0.31277 lineto
  18186. stroke
  18187. grestore
  18188. gsave
  18189. 0.001 setlinewidth
  18190. 0.27778 0.30902 moveto
  18191. 0.27778 0.31277 lineto
  18192. stroke
  18193. grestore
  18194. gsave
  18195. 0.001 setlinewidth
  18196. 0.30952 0.30902 moveto
  18197. 0.30952 0.31277 lineto
  18198. stroke
  18199. grestore
  18200. gsave
  18201. 0.001 setlinewidth
  18202. 0.37302 0.30902 moveto
  18203. 0.37302 0.31277 lineto
  18204. stroke
  18205. grestore
  18206. gsave
  18207. 0.001 setlinewidth
  18208. 0.40476 0.30902 moveto
  18209. 0.40476 0.31277 lineto
  18210. stroke
  18211. grestore
  18212. gsave
  18213. 0.001 setlinewidth
  18214. 0.43651 0.30902 moveto
  18215. 0.43651 0.31277 lineto
  18216. stroke
  18217. grestore
  18218. gsave
  18219. 0.001 setlinewidth
  18220. 0.46825 0.30902 moveto
  18221. 0.46825 0.31277 lineto
  18222. stroke
  18223. grestore
  18224. gsave
  18225. 0.001 setlinewidth
  18226. 0.53175 0.30902 moveto
  18227. 0.53175 0.31277 lineto
  18228. stroke
  18229. grestore
  18230. gsave
  18231. 0.001 setlinewidth
  18232. 0.56349 0.30902 moveto
  18233. 0.56349 0.31277 lineto
  18234. stroke
  18235. grestore
  18236. gsave
  18237. 0.001 setlinewidth
  18238. 0.59524 0.30902 moveto
  18239. 0.59524 0.31277 lineto
  18240. stroke
  18241. grestore
  18242. gsave
  18243. 0.001 setlinewidth
  18244. 0.62698 0.30902 moveto
  18245. 0.62698 0.31277 lineto
  18246. stroke
  18247. grestore
  18248. gsave
  18249. 0.001 setlinewidth
  18250. 0.69048 0.30902 moveto
  18251. 0.69048 0.31277 lineto
  18252. stroke
  18253. grestore
  18254. gsave
  18255. 0.001 setlinewidth
  18256. 0.72222 0.30902 moveto
  18257. 0.72222 0.31277 lineto
  18258. stroke
  18259. grestore
  18260. gsave
  18261. 0.001 setlinewidth
  18262. 0.75397 0.30902 moveto
  18263. 0.75397 0.31277 lineto
  18264. stroke
  18265. grestore
  18266. gsave
  18267. 0.001 setlinewidth
  18268. 0.78571 0.30902 moveto
  18269. 0.78571 0.31277 lineto
  18270. stroke
  18271. grestore
  18272. gsave
  18273. 0.001 setlinewidth
  18274. 0.84921 0.30902 moveto
  18275. 0.84921 0.31277 lineto
  18276. stroke
  18277. grestore
  18278. gsave
  18279. 0.001 setlinewidth
  18280. 0.88095 0.30902 moveto
  18281. 0.88095 0.31277 lineto
  18282. stroke
  18283. grestore
  18284. gsave
  18285. 0.001 setlinewidth
  18286. 0.9127 0.30902 moveto
  18287. 0.9127 0.31277 lineto
  18288. stroke
  18289. grestore
  18290. gsave
  18291. 0.001 setlinewidth
  18292. 0.94444 0.30902 moveto
  18293. 0.94444 0.31277 lineto
  18294. stroke
  18295. grestore
  18296. [(x)] 1.025 0.30902 -1 0 Mshowa
  18297. gsave
  18298. 0.002 setlinewidth
  18299. 0 0.30902 moveto
  18300. 1 0.30902 lineto
  18301. stroke
  18302. grestore
  18303. [(Magnification: 1)] 0.5 0.61803 0 -2 0 0 1 Mouter Mrotshowa
  18304. gsave
  18305. 0.002 setlinewidth
  18306. 0.02381 0.01472 moveto
  18307. 0.03006 0.01472 lineto
  18308. stroke
  18309. grestore
  18310. [(-10)] 0.01131 0.01472 1 0 Mshowa
  18311. gsave
  18312. 0.002 setlinewidth
  18313. 0.02381 0.16187 moveto
  18314. 0.03006 0.16187 lineto
  18315. stroke
  18316. grestore
  18317. [(-5)] 0.01131 0.16187 1 0 Mshowa
  18318. gsave
  18319. 0.002 setlinewidth
  18320. 0.02381 0.45617 moveto
  18321. 0.03006 0.45617 lineto
  18322. stroke
  18323. grestore
  18324. [(5)] 0.01131 0.45617 1 0 Mshowa
  18325. gsave
  18326. 0.002 setlinewidth
  18327. 0.02381 0.60332 moveto
  18328. 0.03006 0.60332 lineto
  18329. stroke
  18330. grestore
  18331. [(10)] 0.01131 0.60332 1 0 Mshowa
  18332. gsave
  18333. 0.001 setlinewidth
  18334. 0.02381 0.04415 moveto
  18335. 0.02756 0.04415 lineto
  18336. stroke
  18337. grestore
  18338. gsave
  18339. 0.001 setlinewidth
  18340. 0.02381 0.07358 moveto
  18341. 0.02756 0.07358 lineto
  18342. stroke
  18343. grestore
  18344. gsave
  18345. 0.001 setlinewidth
  18346. 0.02381 0.10301 moveto
  18347. 0.02756 0.10301 lineto
  18348. stroke
  18349. grestore
  18350. gsave
  18351. 0.001 setlinewidth
  18352. 0.02381 0.13244 moveto
  18353. 0.02756 0.13244 lineto
  18354. stroke
  18355. grestore
  18356. gsave
  18357. 0.001 setlinewidth
  18358. 0.02381 0.1913 moveto
  18359. 0.02756 0.1913 lineto
  18360. stroke
  18361. grestore
  18362. gsave
  18363. 0.001 setlinewidth
  18364. 0.02381 0.22073 moveto
  18365. 0.02756 0.22073 lineto
  18366. stroke
  18367. grestore
  18368. gsave
  18369. 0.001 setlinewidth
  18370. 0.02381 0.25016 moveto
  18371. 0.02756 0.25016 lineto
  18372. stroke
  18373. grestore
  18374. gsave
  18375. 0.001 setlinewidth
  18376. 0.02381 0.27959 moveto
  18377. 0.02756 0.27959 lineto
  18378. stroke
  18379. grestore
  18380. gsave
  18381. 0.001 setlinewidth
  18382. 0.02381 0.33845 moveto
  18383. 0.02756 0.33845 lineto
  18384. stroke
  18385. grestore
  18386. gsave
  18387. 0.001 setlinewidth
  18388. 0.02381 0.36788 moveto
  18389. 0.02756 0.36788 lineto
  18390. stroke
  18391. grestore
  18392. gsave
  18393. 0.001 setlinewidth
  18394. 0.02381 0.39731 moveto
  18395. 0.02756 0.39731 lineto
  18396. stroke
  18397. grestore
  18398. gsave
  18399. 0.001 setlinewidth
  18400. 0.02381 0.42674 moveto
  18401. 0.02756 0.42674 lineto
  18402. stroke
  18403. grestore
  18404. gsave
  18405. 0.001 setlinewidth
  18406. 0.02381 0.4856 moveto
  18407. 0.02756 0.4856 lineto
  18408. stroke
  18409. grestore
  18410. gsave
  18411. 0.001 setlinewidth
  18412. 0.02381 0.51503 moveto
  18413. 0.02756 0.51503 lineto
  18414. stroke
  18415. grestore
  18416. gsave
  18417. 0.001 setlinewidth
  18418. 0.02381 0.54446 moveto
  18419. 0.02756 0.54446 lineto
  18420. stroke
  18421. grestore
  18422. gsave
  18423. 0.001 setlinewidth
  18424. 0.02381 0.57389 moveto
  18425. 0.02756 0.57389 lineto
  18426. stroke
  18427. grestore
  18428. gsave
  18429. 0.002 setlinewidth
  18430. 0.02381 0 moveto
  18431. 0.02381 0.61803 lineto
  18432. stroke
  18433. grestore
  18434. grestore
  18435. 0 0 moveto
  18436. 1 0 lineto
  18437. 1 0.61803 lineto
  18438. 0 0.61803 lineto
  18439. closepath
  18440. clip
  18441. newpath
  18442. gsave
  18443. 1 0 0 setrgbcolor
  18444. [ 0.01 ] 0 setdash
  18445. 1 Mabswid
  18446. 0.16667 0.34672 moveto
  18447. 0.35714 0.34672 lineto
  18448. 0.35714 0.46445 lineto
  18449. 0.16667 0.46445 lineto
  18450. 0.16667 0.34672 lineto
  18451. stroke
  18452. grestore
  18453. gsave
  18454. gsave
  18455. 0 0 1 setrgbcolor
  18456. [ ] 0 setdash
  18457. 1 Mabswid
  18458. stroke
  18459. stroke
  18460. stroke
  18461. stroke
  18462. stroke
  18463. stroke
  18464. stroke
  18465. 0.14082 0 moveto
  18466. 0.14286 0.02319 lineto
  18467. stroke
  18468. 0.14286 0.02319 moveto
  18469. 0.15278 0.11769 lineto
  18470. 0.1627 0.19565 lineto
  18471. 0.17262 0.25887 lineto
  18472. 0.18254 0.30902 lineto
  18473. 0.19246 0.34766 lineto
  18474. 0.19742 0.36313 lineto
  18475. 0.20238 0.37626 lineto
  18476. 0.20734 0.38721 lineto
  18477. 0.2123 0.39615 lineto
  18478. 0.21726 0.40323 lineto
  18479. 0.22222 0.4086 lineto
  18480. 0.2247 0.41069 lineto
  18481. 0.22718 0.4124 lineto
  18482. 0.22966 0.41375 lineto
  18483. 0.2309 0.4143 lineto
  18484. 0.23214 0.41476 lineto
  18485. 0.23338 0.41514 lineto
  18486. 0.23462 0.41544 lineto
  18487. 0.23586 0.41566 lineto
  18488. 0.2371 0.41581 lineto
  18489. 0.23834 0.41588 lineto
  18490. 0.23958 0.41588 lineto
  18491. 0.24082 0.41581 lineto
  18492. 0.24206 0.41568 lineto
  18493. 0.2433 0.41547 lineto
  18494. 0.24454 0.4152 lineto
  18495. 0.24702 0.41448 lineto
  18496. 0.2495 0.41351 lineto
  18497. 0.25198 0.41232 lineto
  18498. 0.2619 0.40558 lineto
  18499. 0.27183 0.39625 lineto
  18500. 0.28175 0.38504 lineto
  18501. 0.30159 0.35946 lineto
  18502. 0.32143 0.33306 lineto
  18503. 0.34127 0.30902 lineto
  18504. 0.35119 0.29859 lineto
  18505. 0.36111 0.2895 lineto
  18506. 0.37103 0.28188 lineto
  18507. 0.38095 0.27582 lineto
  18508. 0.38591 0.2734 lineto
  18509. 0.39087 0.27138 lineto
  18510. 0.39583 0.26977 lineto
  18511. 0.39831 0.26911 lineto
  18512. 0.40079 0.26856 lineto
  18513. 0.40327 0.26811 lineto
  18514. 0.40575 0.26775 lineto
  18515. 0.40699 0.26761 lineto
  18516. 0.40823 0.26749 lineto
  18517. 0.40947 0.2674 lineto
  18518. Mistroke
  18519. 0.41071 0.26733 lineto
  18520. 0.41195 0.26729 lineto
  18521. 0.41319 0.26727 lineto
  18522. 0.41443 0.26727 lineto
  18523. 0.41567 0.2673 lineto
  18524. 0.41691 0.26734 lineto
  18525. 0.41815 0.26742 lineto
  18526. 0.41939 0.26751 lineto
  18527. 0.42063 0.26763 lineto
  18528. 0.42312 0.26793 lineto
  18529. 0.4256 0.26833 lineto
  18530. 0.43056 0.26936 lineto
  18531. 0.43552 0.27073 lineto
  18532. 0.44048 0.27241 lineto
  18533. 0.46032 0.28186 lineto
  18534. 0.48016 0.29459 lineto
  18535. 0.5 0.30902 lineto
  18536. 0.51984 0.32345 lineto
  18537. 0.53968 0.33618 lineto
  18538. 0.5496 0.3414 lineto
  18539. 0.55952 0.34562 lineto
  18540. 0.56448 0.3473 lineto
  18541. 0.56944 0.34867 lineto
  18542. 0.57192 0.34923 lineto
  18543. 0.5744 0.34971 lineto
  18544. 0.57688 0.3501 lineto
  18545. 0.57813 0.35026 lineto
  18546. 0.57937 0.3504 lineto
  18547. 0.58061 0.35052 lineto
  18548. 0.58185 0.35062 lineto
  18549. 0.58309 0.35069 lineto
  18550. 0.58433 0.35074 lineto
  18551. 0.58557 0.35076 lineto
  18552. 0.58681 0.35077 lineto
  18553. 0.58805 0.35075 lineto
  18554. 0.58929 0.3507 lineto
  18555. 0.59053 0.35063 lineto
  18556. 0.59177 0.35054 lineto
  18557. 0.59425 0.35028 lineto
  18558. 0.59673 0.34993 lineto
  18559. 0.59921 0.34947 lineto
  18560. 0.60417 0.34827 lineto
  18561. 0.60913 0.34665 lineto
  18562. 0.61905 0.34221 lineto
  18563. 0.62897 0.33616 lineto
  18564. 0.63889 0.32854 lineto
  18565. 0.65873 0.30902 lineto
  18566. 0.69841 0.25858 lineto
  18567. 0.71825 0.23299 lineto
  18568. 0.72817 0.22178 lineto
  18569. Mistroke
  18570. 0.7381 0.21245 lineto
  18571. 0.74306 0.20871 lineto
  18572. 0.74802 0.20571 lineto
  18573. 0.7505 0.20452 lineto
  18574. 0.75298 0.20356 lineto
  18575. 0.75422 0.20316 lineto
  18576. 0.75546 0.20283 lineto
  18577. 0.7567 0.20256 lineto
  18578. 0.75794 0.20236 lineto
  18579. 0.75918 0.20222 lineto
  18580. 0.76042 0.20215 lineto
  18581. 0.76166 0.20215 lineto
  18582. 0.7629 0.20223 lineto
  18583. 0.76414 0.20237 lineto
  18584. 0.76538 0.2026 lineto
  18585. 0.76662 0.2029 lineto
  18586. 0.76786 0.20328 lineto
  18587. 0.77034 0.20428 lineto
  18588. 0.77282 0.20564 lineto
  18589. 0.77778 0.20943 lineto
  18590. 0.78274 0.2148 lineto
  18591. 0.7877 0.22188 lineto
  18592. 0.79266 0.23082 lineto
  18593. 0.79762 0.24178 lineto
  18594. 0.80754 0.27037 lineto
  18595. 0.81746 0.30902 lineto
  18596. 0.82738 0.35917 lineto
  18597. 0.8373 0.42238 lineto
  18598. 0.84722 0.50035 lineto
  18599. 0.85714 0.59484 lineto
  18600. Mfstroke
  18601. 0.85901 0.61803 moveto
  18602. 0.85714 0.59484 lineto
  18603. stroke
  18604. stroke
  18605. stroke
  18606. stroke
  18607. stroke
  18608. stroke
  18609. grestore
  18610. grestore
  18611. gsave
  18612. 1 0 0 setrgbcolor
  18613. [ ] 0 setdash
  18614. 0.01 setlinewidth
  18615. 0.2619 0.40558 Mdot
  18616. grestore
  18617. % End of Graphics
  18618. MathPictureEnd
  18619. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; ]
  18620. %!
  18621. %%Creator: Mathematica
  18622. %%AspectRatio: 0.61803 
  18623. MathPictureStart
  18624. /Courier findfont 10  scalefont  setfont
  18625. % Scaling calculations
  18626. -0.690476 0.793651 -0.173822 0.147151 [
  18627. [(1.2)] 0.2619 0.12048 0 2 Msboxa
  18628. [(1.4)] 0.42063 0.12048 0 2 Msboxa
  18629. [(1.6)] 0.57937 0.12048 0 2 Msboxa
  18630. [(1.8)] 0.7381 0.12048 0 2 Msboxa
  18631. [(2)] 0.89683 0.12048 0 2 Msboxa
  18632. [(x)] 1.025 0.12048 -1 0 Msboxa
  18633. [(Magnification: 5)] 0.5 0.61803 0 -2 0 0 1 Mouter Mrotsboxa
  18634. [(3)] 0.09067 0.26763 1 0 Msboxa
  18635. [(4)] 0.09067 0.41478 1 0 Msboxa
  18636. [(5)] 0.09067 0.56193 1 0 Msboxa
  18637. [ -0.001 -0.001 0 0 ]
  18638. [ 1.001 0.61903 0 0 ]
  18639. ] MathScale
  18640. % Start of Graphics
  18641. 1 setlinecap
  18642. 1 setlinejoin
  18643. newpath
  18644. %%Object: Graphics
  18645. [ ] 0 setdash
  18646. 0 setgray
  18647. gsave
  18648. gsave
  18649. 0.002 setlinewidth
  18650. 0.2619 0.12048 moveto
  18651. 0.2619 0.12673 lineto
  18652. stroke
  18653. grestore
  18654. [(1.2)] 0.2619 0.12048 0 2 Mshowa
  18655. gsave
  18656. 0.002 setlinewidth
  18657. 0.42063 0.12048 moveto
  18658. 0.42063 0.12673 lineto
  18659. stroke
  18660. grestore
  18661. [(1.4)] 0.42063 0.12048 0 2 Mshowa
  18662. gsave
  18663. 0.002 setlinewidth
  18664. 0.57937 0.12048 moveto
  18665. 0.57937 0.12673 lineto
  18666. stroke
  18667. grestore
  18668. [(1.6)] 0.57937 0.12048 0 2 Mshowa
  18669. gsave
  18670. 0.002 setlinewidth
  18671. 0.7381 0.12048 moveto
  18672. 0.7381 0.12673 lineto
  18673. stroke
  18674. grestore
  18675. [(1.8)] 0.7381 0.12048 0 2 Mshowa
  18676. gsave
  18677. 0.002 setlinewidth
  18678. 0.89683 0.12048 moveto
  18679. 0.89683 0.12673 lineto
  18680. stroke
  18681. grestore
  18682. [(2)] 0.89683 0.12048 0 2 Mshowa
  18683. gsave
  18684. 0.001 setlinewidth
  18685. 0.13492 0.12048 moveto
  18686. 0.13492 0.12423 lineto
  18687. stroke
  18688. grestore
  18689. gsave
  18690. 0.001 setlinewidth
  18691. 0.16667 0.12048 moveto
  18692. 0.16667 0.12423 lineto
  18693. stroke
  18694. grestore
  18695. gsave
  18696. 0.001 setlinewidth
  18697. 0.19841 0.12048 moveto
  18698. 0.19841 0.12423 lineto
  18699. stroke
  18700. grestore
  18701. gsave
  18702. 0.001 setlinewidth
  18703. 0.23016 0.12048 moveto
  18704. 0.23016 0.12423 lineto
  18705. stroke
  18706. grestore
  18707. gsave
  18708. 0.001 setlinewidth
  18709. 0.29365 0.12048 moveto
  18710. 0.29365 0.12423 lineto
  18711. stroke
  18712. grestore
  18713. gsave
  18714. 0.001 setlinewidth
  18715. 0.3254 0.12048 moveto
  18716. 0.3254 0.12423 lineto
  18717. stroke
  18718. grestore
  18719. gsave
  18720. 0.001 setlinewidth
  18721. 0.35714 0.12048 moveto
  18722. 0.35714 0.12423 lineto
  18723. stroke
  18724. grestore
  18725. gsave
  18726. 0.001 setlinewidth
  18727. 0.38889 0.12048 moveto
  18728. 0.38889 0.12423 lineto
  18729. stroke
  18730. grestore
  18731. gsave
  18732. 0.001 setlinewidth
  18733. 0.45238 0.12048 moveto
  18734. 0.45238 0.12423 lineto
  18735. stroke
  18736. grestore
  18737. gsave
  18738. 0.001 setlinewidth
  18739. 0.48413 0.12048 moveto
  18740. 0.48413 0.12423 lineto
  18741. stroke
  18742. grestore
  18743. gsave
  18744. 0.001 setlinewidth
  18745. 0.51587 0.12048 moveto
  18746. 0.51587 0.12423 lineto
  18747. stroke
  18748. grestore
  18749. gsave
  18750. 0.001 setlinewidth
  18751. 0.54762 0.12048 moveto
  18752. 0.54762 0.12423 lineto
  18753. stroke
  18754. grestore
  18755. gsave
  18756. 0.001 setlinewidth
  18757. 0.61111 0.12048 moveto
  18758. 0.61111 0.12423 lineto
  18759. stroke
  18760. grestore
  18761. gsave
  18762. 0.001 setlinewidth
  18763. 0.64286 0.12048 moveto
  18764. 0.64286 0.12423 lineto
  18765. stroke
  18766. grestore
  18767. gsave
  18768. 0.001 setlinewidth
  18769. 0.6746 0.12048 moveto
  18770. 0.6746 0.12423 lineto
  18771. stroke
  18772. grestore
  18773. gsave
  18774. 0.001 setlinewidth
  18775. 0.70635 0.12048 moveto
  18776. 0.70635 0.12423 lineto
  18777. stroke
  18778. grestore
  18779. gsave
  18780. 0.001 setlinewidth
  18781. 0.76984 0.12048 moveto
  18782. 0.76984 0.12423 lineto
  18783. stroke
  18784. grestore
  18785. gsave
  18786. 0.001 setlinewidth
  18787. 0.80159 0.12048 moveto
  18788. 0.80159 0.12423 lineto
  18789. stroke
  18790. grestore
  18791. gsave
  18792. 0.001 setlinewidth
  18793. 0.83333 0.12048 moveto
  18794. 0.83333 0.12423 lineto
  18795. stroke
  18796. grestore
  18797. gsave
  18798. 0.001 setlinewidth
  18799. 0.86508 0.12048 moveto
  18800. 0.86508 0.12423 lineto
  18801. stroke
  18802. grestore
  18803. gsave
  18804. 0.001 setlinewidth
  18805. 0.07143 0.12048 moveto
  18806. 0.07143 0.12423 lineto
  18807. stroke
  18808. grestore
  18809. gsave
  18810. 0.001 setlinewidth
  18811. 0.03968 0.12048 moveto
  18812. 0.03968 0.12423 lineto
  18813. stroke
  18814. grestore
  18815. gsave
  18816. 0.001 setlinewidth
  18817. 0.00794 0.12048 moveto
  18818. 0.00794 0.12423 lineto
  18819. stroke
  18820. grestore
  18821. gsave
  18822. 0.001 setlinewidth
  18823. 0.92857 0.12048 moveto
  18824. 0.92857 0.12423 lineto
  18825. stroke
  18826. grestore
  18827. gsave
  18828. 0.001 setlinewidth
  18829. 0.96032 0.12048 moveto
  18830. 0.96032 0.12423 lineto
  18831. stroke
  18832. grestore
  18833. gsave
  18834. 0.001 setlinewidth
  18835. 0.99206 0.12048 moveto
  18836. 0.99206 0.12423 lineto
  18837. stroke
  18838. grestore
  18839. [(x)] 1.025 0.12048 -1 0 Mshowa
  18840. gsave
  18841. 0.002 setlinewidth
  18842. 0 0.12048 moveto
  18843. 1 0.12048 lineto
  18844. stroke
  18845. grestore
  18846. [(Magnification: 5)] 0.5 0.61803 0 -2 0 0 1 Mouter Mrotshowa
  18847. gsave
  18848. 0.002 setlinewidth
  18849. 0.10317 0.26763 moveto
  18850. 0.10942 0.26763 lineto
  18851. stroke
  18852. grestore
  18853. [(3)] 0.09067 0.26763 1 0 Mshowa
  18854. gsave
  18855. 0.002 setlinewidth
  18856. 0.10317 0.41478 moveto
  18857. 0.10942 0.41478 lineto
  18858. stroke
  18859. grestore
  18860. [(4)] 0.09067 0.41478 1 0 Mshowa
  18861. gsave
  18862. 0.002 setlinewidth
  18863. 0.10317 0.56193 moveto
  18864. 0.10942 0.56193 lineto
  18865. stroke
  18866. grestore
  18867. [(5)] 0.09067 0.56193 1 0 Mshowa
  18868. gsave
  18869. 0.001 setlinewidth
  18870. 0.10317 0.14991 moveto
  18871. 0.10692 0.14991 lineto
  18872. stroke
  18873. grestore
  18874. gsave
  18875. 0.001 setlinewidth
  18876. 0.10317 0.17934 moveto
  18877. 0.10692 0.17934 lineto
  18878. stroke
  18879. grestore
  18880. gsave
  18881. 0.001 setlinewidth
  18882. 0.10317 0.20877 moveto
  18883. 0.10692 0.20877 lineto
  18884. stroke
  18885. grestore
  18886. gsave
  18887. 0.001 setlinewidth
  18888. 0.10317 0.2382 moveto
  18889. 0.10692 0.2382 lineto
  18890. stroke
  18891. grestore
  18892. gsave
  18893. 0.001 setlinewidth
  18894. 0.10317 0.29706 moveto
  18895. 0.10692 0.29706 lineto
  18896. stroke
  18897. grestore
  18898. gsave
  18899. 0.001 setlinewidth
  18900. 0.10317 0.32649 moveto
  18901. 0.10692 0.32649 lineto
  18902. stroke
  18903. grestore
  18904. gsave
  18905. 0.001 setlinewidth
  18906. 0.10317 0.35592 moveto
  18907. 0.10692 0.35592 lineto
  18908. stroke
  18909. grestore
  18910. gsave
  18911. 0.001 setlinewidth
  18912. 0.10317 0.38535 moveto
  18913. 0.10692 0.38535 lineto
  18914. stroke
  18915. grestore
  18916. gsave
  18917. 0.001 setlinewidth
  18918. 0.10317 0.44421 moveto
  18919. 0.10692 0.44421 lineto
  18920. stroke
  18921. grestore
  18922. gsave
  18923. 0.001 setlinewidth
  18924. 0.10317 0.47364 moveto
  18925. 0.10692 0.47364 lineto
  18926. stroke
  18927. grestore
  18928. gsave
  18929. 0.001 setlinewidth
  18930. 0.10317 0.50307 moveto
  18931. 0.10692 0.50307 lineto
  18932. stroke
  18933. grestore
  18934. gsave
  18935. 0.001 setlinewidth
  18936. 0.10317 0.5325 moveto
  18937. 0.10692 0.5325 lineto
  18938. stroke
  18939. grestore
  18940. gsave
  18941. 0.001 setlinewidth
  18942. 0.10317 0.09105 moveto
  18943. 0.10692 0.09105 lineto
  18944. stroke
  18945. grestore
  18946. gsave
  18947. 0.001 setlinewidth
  18948. 0.10317 0.06162 moveto
  18949. 0.10692 0.06162 lineto
  18950. stroke
  18951. grestore
  18952. gsave
  18953. 0.001 setlinewidth
  18954. 0.10317 0.03219 moveto
  18955. 0.10692 0.03219 lineto
  18956. stroke
  18957. grestore
  18958. gsave
  18959. 0.001 setlinewidth
  18960. 0.10317 0.00276 moveto
  18961. 0.10692 0.00276 lineto
  18962. stroke
  18963. grestore
  18964. gsave
  18965. 0.001 setlinewidth
  18966. 0.10317 0.59136 moveto
  18967. 0.10692 0.59136 lineto
  18968. stroke
  18969. grestore
  18970. gsave
  18971. 0.002 setlinewidth
  18972. 0.10317 0 moveto
  18973. 0.10317 0.61803 lineto
  18974. stroke
  18975. grestore
  18976. grestore
  18977. 0 0 moveto
  18978. 1 0 lineto
  18979. 1 0.61803 lineto
  18980. 0 0.61803 lineto
  18981. closepath
  18982. clip
  18983. newpath
  18984. gsave
  18985. 1 0 0 setrgbcolor
  18986. [ 0.01 ] 0 setdash
  18987. 1 Mabswid
  18988. 0.40476 0.25016 moveto
  18989. 0.59524 0.25016 lineto
  18990. 0.59524 0.36788 lineto
  18991. 0.40476 0.36788 lineto
  18992. 0.40476 0.25016 lineto
  18993. stroke
  18994. grestore
  18995. gsave
  18996. gsave
  18997. 0 0 1 setrgbcolor
  18998. [ ] 0 setdash
  18999. 1 Mabswid
  19000. stroke
  19001. stroke
  19002. stroke
  19003. stroke
  19004. 0.14759 0 moveto
  19005. 0.18254 0.11077 lineto
  19006. stroke
  19007. 0.18254 0.11077 moveto
  19008. 0.22222 0.20702 lineto
  19009. 0.2619 0.2771 lineto
  19010. 0.28175 0.3033 lineto
  19011. 0.30159 0.32411 lineto
  19012. 0.32143 0.33989 lineto
  19013. 0.33135 0.346 lineto
  19014. 0.34127 0.35098 lineto
  19015. 0.35119 0.35488 lineto
  19016. 0.35615 0.35643 lineto
  19017. 0.36111 0.35773 lineto
  19018. 0.36607 0.35878 lineto
  19019. 0.36855 0.35921 lineto
  19020. 0.37103 0.35958 lineto
  19021. 0.37351 0.35989 lineto
  19022. 0.37599 0.36013 lineto
  19023. 0.37723 0.36024 lineto
  19024. 0.37847 0.36032 lineto
  19025. 0.37971 0.3604 lineto
  19026. 0.38095 0.36046 lineto
  19027. 0.38219 0.3605 lineto
  19028. 0.38343 0.36053 lineto
  19029. 0.38467 0.36054 lineto
  19030. 0.38591 0.36055 lineto
  19031. 0.38715 0.36053 lineto
  19032. 0.38839 0.3605 lineto
  19033. 0.38963 0.36046 lineto
  19034. 0.39087 0.36041 lineto
  19035. 0.39335 0.36026 lineto
  19036. 0.39583 0.36005 lineto
  19037. 0.39831 0.35979 lineto
  19038. 0.40079 0.35947 lineto
  19039. 0.40575 0.35868 lineto
  19040. 0.41071 0.35768 lineto
  19041. 0.42063 0.35507 lineto
  19042. 0.43056 0.35169 lineto
  19043. 0.44048 0.34756 lineto
  19044. 0.46032 0.3372 lineto
  19045. 0.5 0.30902 lineto
  19046. 0.53968 0.27254 lineto
  19047. 0.57937 0.22963 lineto
  19048. 0.61905 0.18197 lineto
  19049. 0.65873 0.13109 lineto
  19050. 0.69841 0.07838 lineto
  19051. 0.7381 0.02508 lineto
  19052. stroke
  19053. 0.75695 0 moveto
  19054. 0.7381 0.02508 lineto
  19055. stroke
  19056. stroke
  19057. stroke
  19058. stroke
  19059. stroke
  19060. stroke
  19061. stroke
  19062. grestore
  19063. grestore
  19064. gsave
  19065. 1 0 0 setrgbcolor
  19066. [ ] 0 setdash
  19067. 0.01 setlinewidth
  19068. 0.5 0.30902 Mdot
  19069. grestore
  19070. % End of Graphics
  19071. MathPictureEnd
  19072. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; ]
  19073. %!
  19074. %%Creator: Mathematica
  19075. %%AspectRatio: 0.61803 
  19076. MathPictureStart
  19077. /Courier findfont 10  scalefont  setfont
  19078. % Scaling calculations
  19079. -5.452381 3.968254 -2.105178 0.735755 [
  19080. [(1.45)] 0.30159 0.10209 0 2 Msboxa
  19081. [(1.5)] 0.5 0.10209 0 2 Msboxa
  19082. [(1.55)] 0.69841 0.10209 0 2 Msboxa
  19083. [(1.6)] 0.89683 0.10209 0 2 Msboxa
  19084. [(x)] 1.025 0.10209 -1 0 Msboxa
  19085. [(Magnification: 25)] 0.5 0.61803 0 -2 0 0 1 Mouter Mrotsboxa
  19086. [(3.2)] 0.09067 0.24924 1 0 Msboxa
  19087. [(3.4)] 0.09067 0.39639 1 0 Msboxa
  19088. [(3.6)] 0.09067 0.54354 1 0 Msboxa
  19089. [ -0.001 -0.001 0 0 ]
  19090. [ 1.001 0.61903 0 0 ]
  19091. ] MathScale
  19092. % Start of Graphics
  19093. 1 setlinecap
  19094. 1 setlinejoin
  19095. newpath
  19096. %%Object: Graphics
  19097. [ ] 0 setdash
  19098. 0 setgray
  19099. gsave
  19100. gsave
  19101. 0.002 setlinewidth
  19102. 0.30159 0.10209 moveto
  19103. 0.30159 0.10834 lineto
  19104. stroke
  19105. grestore
  19106. [(1.45)] 0.30159 0.10209 0 2 Mshowa
  19107. gsave
  19108. 0.002 setlinewidth
  19109. 0.5 0.10209 moveto
  19110. 0.5 0.10834 lineto
  19111. stroke
  19112. grestore
  19113. [(1.5)] 0.5 0.10209 0 2 Mshowa
  19114. gsave
  19115. 0.002 setlinewidth
  19116. 0.69841 0.10209 moveto
  19117. 0.69841 0.10834 lineto
  19118. stroke
  19119. grestore
  19120. [(1.55)] 0.69841 0.10209 0 2 Mshowa
  19121. gsave
  19122. 0.002 setlinewidth
  19123. 0.89683 0.10209 moveto
  19124. 0.89683 0.10834 lineto
  19125. stroke
  19126. grestore
  19127. [(1.6)] 0.89683 0.10209 0 2 Mshowa
  19128. gsave
  19129. 0.001 setlinewidth
  19130. 0.14286 0.10209 moveto
  19131. 0.14286 0.10584 lineto
  19132. stroke
  19133. grestore
  19134. gsave
  19135. 0.001 setlinewidth
  19136. 0.18254 0.10209 moveto
  19137. 0.18254 0.10584 lineto
  19138. stroke
  19139. grestore
  19140. gsave
  19141. 0.001 setlinewidth
  19142. 0.22222 0.10209 moveto
  19143. 0.22222 0.10584 lineto
  19144. stroke
  19145. grestore
  19146. gsave
  19147. 0.001 setlinewidth
  19148. 0.2619 0.10209 moveto
  19149. 0.2619 0.10584 lineto
  19150. stroke
  19151. grestore
  19152. gsave
  19153. 0.001 setlinewidth
  19154. 0.34127 0.10209 moveto
  19155. 0.34127 0.10584 lineto
  19156. stroke
  19157. grestore
  19158. gsave
  19159. 0.001 setlinewidth
  19160. 0.38095 0.10209 moveto
  19161. 0.38095 0.10584 lineto
  19162. stroke
  19163. grestore
  19164. gsave
  19165. 0.001 setlinewidth
  19166. 0.42063 0.10209 moveto
  19167. 0.42063 0.10584 lineto
  19168. stroke
  19169. grestore
  19170. gsave
  19171. 0.001 setlinewidth
  19172. 0.46032 0.10209 moveto
  19173. 0.46032 0.10584 lineto
  19174. stroke
  19175. grestore
  19176. gsave
  19177. 0.001 setlinewidth
  19178. 0.53968 0.10209 moveto
  19179. 0.53968 0.10584 lineto
  19180. stroke
  19181. grestore
  19182. gsave
  19183. 0.001 setlinewidth
  19184. 0.57937 0.10209 moveto
  19185. 0.57937 0.10584 lineto
  19186. stroke
  19187. grestore
  19188. gsave
  19189. 0.001 setlinewidth
  19190. 0.61905 0.10209 moveto
  19191. 0.61905 0.10584 lineto
  19192. stroke
  19193. grestore
  19194. gsave
  19195. 0.001 setlinewidth
  19196. 0.65873 0.10209 moveto
  19197. 0.65873 0.10584 lineto
  19198. stroke
  19199. grestore
  19200. gsave
  19201. 0.001 setlinewidth
  19202. 0.7381 0.10209 moveto
  19203. 0.7381 0.10584 lineto
  19204. stroke
  19205. grestore
  19206. gsave
  19207. 0.001 setlinewidth
  19208. 0.77778 0.10209 moveto
  19209. 0.77778 0.10584 lineto
  19210. stroke
  19211. grestore
  19212. gsave
  19213. 0.001 setlinewidth
  19214. 0.81746 0.10209 moveto
  19215. 0.81746 0.10584 lineto
  19216. stroke
  19217. grestore
  19218. gsave
  19219. 0.001 setlinewidth
  19220. 0.85714 0.10209 moveto
  19221. 0.85714 0.10584 lineto
  19222. stroke
  19223. grestore
  19224. gsave
  19225. 0.001 setlinewidth
  19226. 0.06349 0.10209 moveto
  19227. 0.06349 0.10584 lineto
  19228. stroke
  19229. grestore
  19230. gsave
  19231. 0.001 setlinewidth
  19232. 0.02381 0.10209 moveto
  19233. 0.02381 0.10584 lineto
  19234. stroke
  19235. grestore
  19236. gsave
  19237. 0.001 setlinewidth
  19238. 0.93651 0.10209 moveto
  19239. 0.93651 0.10584 lineto
  19240. stroke
  19241. grestore
  19242. gsave
  19243. 0.001 setlinewidth
  19244. 0.97619 0.10209 moveto
  19245. 0.97619 0.10584 lineto
  19246. stroke
  19247. grestore
  19248. [(x)] 1.025 0.10209 -1 0 Mshowa
  19249. gsave
  19250. 0.002 setlinewidth
  19251. 0 0.10209 moveto
  19252. 1 0.10209 lineto
  19253. stroke
  19254. grestore
  19255. [(Magnification: 25)] 0.5 0.61803 0 -2 0 0 1 Mouter Mrotshowa
  19256. gsave
  19257. 0.002 setlinewidth
  19258. 0.10317 0.24924 moveto
  19259. 0.10942 0.24924 lineto
  19260. stroke
  19261. grestore
  19262. [(3.2)] 0.09067 0.24924 1 0 Mshowa
  19263. gsave
  19264. 0.002 setlinewidth
  19265. 0.10317 0.39639 moveto
  19266. 0.10942 0.39639 lineto
  19267. stroke
  19268. grestore
  19269. [(3.4)] 0.09067 0.39639 1 0 Mshowa
  19270. gsave
  19271. 0.002 setlinewidth
  19272. 0.10317 0.54354 moveto
  19273. 0.10942 0.54354 lineto
  19274. stroke
  19275. grestore
  19276. [(3.6)] 0.09067 0.54354 1 0 Mshowa
  19277. gsave
  19278. 0.001 setlinewidth
  19279. 0.10317 0.13152 moveto
  19280. 0.10692 0.13152 lineto
  19281. stroke
  19282. grestore
  19283. gsave
  19284. 0.001 setlinewidth
  19285. 0.10317 0.16095 moveto
  19286. 0.10692 0.16095 lineto
  19287. stroke
  19288. grestore
  19289. gsave
  19290. 0.001 setlinewidth
  19291. 0.10317 0.19038 moveto
  19292. 0.10692 0.19038 lineto
  19293. stroke
  19294. grestore
  19295. gsave
  19296. 0.001 setlinewidth
  19297. 0.10317 0.21981 moveto
  19298. 0.10692 0.21981 lineto
  19299. stroke
  19300. grestore
  19301. gsave
  19302. 0.001 setlinewidth
  19303. 0.10317 0.27867 moveto
  19304. 0.10692 0.27867 lineto
  19305. stroke
  19306. grestore
  19307. gsave
  19308. 0.001 setlinewidth
  19309. 0.10317 0.3081 moveto
  19310. 0.10692 0.3081 lineto
  19311. stroke
  19312. grestore
  19313. gsave
  19314. 0.001 setlinewidth
  19315. 0.10317 0.33753 moveto
  19316. 0.10692 0.33753 lineto
  19317. stroke
  19318. grestore
  19319. gsave
  19320. 0.001 setlinewidth
  19321. 0.10317 0.36696 moveto
  19322. 0.10692 0.36696 lineto
  19323. stroke
  19324. grestore
  19325. gsave
  19326. 0.001 setlinewidth
  19327. 0.10317 0.42582 moveto
  19328. 0.10692 0.42582 lineto
  19329. stroke
  19330. grestore
  19331. gsave
  19332. 0.001 setlinewidth
  19333. 0.10317 0.45525 moveto
  19334. 0.10692 0.45525 lineto
  19335. stroke
  19336. grestore
  19337. gsave
  19338. 0.001 setlinewidth
  19339. 0.10317 0.48468 moveto
  19340. 0.10692 0.48468 lineto
  19341. stroke
  19342. grestore
  19343. gsave
  19344. 0.001 setlinewidth
  19345. 0.10317 0.51411 moveto
  19346. 0.10692 0.51411 lineto
  19347. stroke
  19348. grestore
  19349. gsave
  19350. 0.001 setlinewidth
  19351. 0.10317 0.07266 moveto
  19352. 0.10692 0.07266 lineto
  19353. stroke
  19354. grestore
  19355. gsave
  19356. 0.001 setlinewidth
  19357. 0.10317 0.04323 moveto
  19358. 0.10692 0.04323 lineto
  19359. stroke
  19360. grestore
  19361. gsave
  19362. 0.001 setlinewidth
  19363. 0.10317 0.0138 moveto
  19364. 0.10692 0.0138 lineto
  19365. stroke
  19366. grestore
  19367. gsave
  19368. 0.001 setlinewidth
  19369. 0.10317 0.57297 moveto
  19370. 0.10692 0.57297 lineto
  19371. stroke
  19372. grestore
  19373. gsave
  19374. 0.001 setlinewidth
  19375. 0.10317 0.6024 moveto
  19376. 0.10692 0.6024 lineto
  19377. stroke
  19378. grestore
  19379. gsave
  19380. 0.002 setlinewidth
  19381. 0.10317 0 moveto
  19382. 0.10317 0.61803 lineto
  19383. stroke
  19384. grestore
  19385. grestore
  19386. 0 0 moveto
  19387. 1 0 lineto
  19388. 1 0.61803 lineto
  19389. 0 0.61803 lineto
  19390. closepath
  19391. clip
  19392. newpath
  19393. gsave
  19394. 1 0 0 setrgbcolor
  19395. [ 0.01 ] 0 setdash
  19396. 1 Mabswid
  19397. 0.40476 0.25016 moveto
  19398. 0.59524 0.25016 lineto
  19399. 0.59524 0.36788 lineto
  19400. 0.40476 0.36788 lineto
  19401. 0.40476 0.25016 lineto
  19402. stroke
  19403. grestore
  19404. gsave
  19405. gsave
  19406. 0 0 1 setrgbcolor
  19407. [ ] 0 setdash
  19408. 1 Mabswid
  19409. 0.02381 0.5582 moveto
  19410. 0.06349 0.55005 lineto
  19411. 0.10317 0.5393 lineto
  19412. 0.14286 0.52606 lineto
  19413. 0.18254 0.51041 lineto
  19414. 0.22222 0.49245 lineto
  19415. 0.2619 0.47226 lineto
  19416. 0.30159 0.44993 lineto
  19417. 0.34127 0.42553 lineto
  19418. 0.38095 0.39916 lineto
  19419. 0.42063 0.3709 lineto
  19420. 0.46032 0.34083 lineto
  19421. 0.5 0.30902 lineto
  19422. 0.53968 0.27555 lineto
  19423. 0.57937 0.24051 lineto
  19424. 0.61905 0.20396 lineto
  19425. 0.65873 0.16599 lineto
  19426. 0.69841 0.12665 lineto
  19427. 0.7381 0.08603 lineto
  19428. 0.77778 0.0442 lineto
  19429. 0.81746 0.00122 lineto
  19430. stroke
  19431. 0.81856 0 moveto
  19432. 0.81746 0.00122 lineto
  19433. stroke
  19434. stroke
  19435. stroke
  19436. stroke
  19437. stroke
  19438. grestore
  19439. grestore
  19440. gsave
  19441. 1 0 0 setrgbcolor
  19442. [ ] 0 setdash
  19443. 0.01 setlinewidth
  19444. 0.5 0.30902 Mdot
  19445. grestore
  19446. % End of Graphics
  19447. MathPictureEnd
  19448. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; endGroup; endGroup; ]
  19449. %!
  19450. %%Creator: Mathematica
  19451. %%AspectRatio: 0.61803 
  19452. MathPictureStart
  19453. /Courier findfont 10  scalefont  setfont
  19454. % Scaling calculations
  19455. -29.261905 19.84127 -11.761959 3.678774 [
  19456. [(1.48)] 0.10317 0.01012 0 2 Msboxa
  19457. [(1.49)] 0.30159 0.01012 0 2 Msboxa
  19458. [(1.51)] 0.69841 0.01012 0 2 Msboxa
  19459. [(1.52)] 0.89683 0.01012 0 2 Msboxa
  19460. [(x)] 1.025 0.01012 -1 0 Msboxa
  19461. [(Magnification: 125)] 0.5 0.61803 0 -2 0 0 1 Mouter Mrotsboxa
  19462. [(3.225)] 0.4875 0.10209 1 0 Msboxa
  19463. [(3.25)] 0.4875 0.19406 1 0 Msboxa
  19464. [(3.275)] 0.4875 0.28602 1 0 Msboxa
  19465. [(3.3)] 0.4875 0.37799 1 0 Msboxa
  19466. [(3.325)] 0.4875 0.46996 1 0 Msboxa
  19467. [(3.35)] 0.4875 0.56193 1 0 Msboxa
  19468. [ -0.001 -0.001 0 0 ]
  19469. [ 1.001 0.61903 0 0 ]
  19470. ] MathScale
  19471. % Start of Graphics
  19472. 1 setlinecap
  19473. 1 setlinejoin
  19474. newpath
  19475. %%Object: Graphics
  19476. [ ] 0 setdash
  19477. 0 setgray
  19478. gsave
  19479. gsave
  19480. 0.002 setlinewidth
  19481. 0.10317 0.01012 moveto
  19482. 0.10317 0.01637 lineto
  19483. stroke
  19484. grestore
  19485. [(1.48)] 0.10317 0.01012 0 2 Mshowa
  19486. gsave
  19487. 0.002 setlinewidth
  19488. 0.30159 0.01012 moveto
  19489. 0.30159 0.01637 lineto
  19490. stroke
  19491. grestore
  19492. [(1.49)] 0.30159 0.01012 0 2 Mshowa
  19493. gsave
  19494. 0.002 setlinewidth
  19495. 0.69841 0.01012 moveto
  19496. 0.69841 0.01637 lineto
  19497. stroke
  19498. grestore
  19499. [(1.51)] 0.69841 0.01012 0 2 Mshowa
  19500. gsave
  19501. 0.002 setlinewidth
  19502. 0.89683 0.01012 moveto
  19503. 0.89683 0.01637 lineto
  19504. stroke
  19505. grestore
  19506. [(1.52)] 0.89683 0.01012 0 2 Mshowa
  19507. gsave
  19508. 0.001 setlinewidth
  19509. 0.14286 0.01012 moveto
  19510. 0.14286 0.01387 lineto
  19511. stroke
  19512. grestore
  19513. gsave
  19514. 0.001 setlinewidth
  19515. 0.18254 0.01012 moveto
  19516. 0.18254 0.01387 lineto
  19517. stroke
  19518. grestore
  19519. gsave
  19520. 0.001 setlinewidth
  19521. 0.22222 0.01012 moveto
  19522. 0.22222 0.01387 lineto
  19523. stroke
  19524. grestore
  19525. gsave
  19526. 0.001 setlinewidth
  19527. 0.2619 0.01012 moveto
  19528. 0.2619 0.01387 lineto
  19529. stroke
  19530. grestore
  19531. gsave
  19532. 0.001 setlinewidth
  19533. 0.34127 0.01012 moveto
  19534. 0.34127 0.01387 lineto
  19535. stroke
  19536. grestore
  19537. gsave
  19538. 0.001 setlinewidth
  19539. 0.38095 0.01012 moveto
  19540. 0.38095 0.01387 lineto
  19541. stroke
  19542. grestore
  19543. gsave
  19544. 0.001 setlinewidth
  19545. 0.42063 0.01012 moveto
  19546. 0.42063 0.01387 lineto
  19547. stroke
  19548. grestore
  19549. gsave
  19550. 0.001 setlinewidth
  19551. 0.46032 0.01012 moveto
  19552. 0.46032 0.01387 lineto
  19553. stroke
  19554. grestore
  19555. gsave
  19556. 0.001 setlinewidth
  19557. 0.53968 0.01012 moveto
  19558. 0.53968 0.01387 lineto
  19559. stroke
  19560. grestore
  19561. gsave
  19562. 0.001 setlinewidth
  19563. 0.57937 0.01012 moveto
  19564. 0.57937 0.01387 lineto
  19565. stroke
  19566. grestore
  19567. gsave
  19568. 0.001 setlinewidth
  19569. 0.61905 0.01012 moveto
  19570. 0.61905 0.01387 lineto
  19571. stroke
  19572. grestore
  19573. gsave
  19574. 0.001 setlinewidth
  19575. 0.65873 0.01012 moveto
  19576. 0.65873 0.01387 lineto
  19577. stroke
  19578. grestore
  19579. gsave
  19580. 0.001 setlinewidth
  19581. 0.7381 0.01012 moveto
  19582. 0.7381 0.01387 lineto
  19583. stroke
  19584. grestore
  19585. gsave
  19586. 0.001 setlinewidth
  19587. 0.77778 0.01012 moveto
  19588. 0.77778 0.01387 lineto
  19589. stroke
  19590. grestore
  19591. gsave
  19592. 0.001 setlinewidth
  19593. 0.81746 0.01012 moveto
  19594. 0.81746 0.01387 lineto
  19595. stroke
  19596. grestore
  19597. gsave
  19598. 0.001 setlinewidth
  19599. 0.85714 0.01012 moveto
  19600. 0.85714 0.01387 lineto
  19601. stroke
  19602. grestore
  19603. gsave
  19604. 0.001 setlinewidth
  19605. 0.06349 0.01012 moveto
  19606. 0.06349 0.01387 lineto
  19607. stroke
  19608. grestore
  19609. gsave
  19610. 0.001 setlinewidth
  19611. 0.02381 0.01012 moveto
  19612. 0.02381 0.01387 lineto
  19613. stroke
  19614. grestore
  19615. gsave
  19616. 0.001 setlinewidth
  19617. 0.93651 0.01012 moveto
  19618. 0.93651 0.01387 lineto
  19619. stroke
  19620. grestore
  19621. gsave
  19622. 0.001 setlinewidth
  19623. 0.97619 0.01012 moveto
  19624. 0.97619 0.01387 lineto
  19625. stroke
  19626. grestore
  19627. [(x)] 1.025 0.01012 -1 0 Mshowa
  19628. gsave
  19629. 0.002 setlinewidth
  19630. 0 0.01012 moveto
  19631. 1 0.01012 lineto
  19632. stroke
  19633. grestore
  19634. [(Magnification: 125)] 0.5 0.61803 0 -2 0 0 1 Mouter Mrotshowa
  19635. gsave
  19636. 0.002 setlinewidth
  19637. 0.5 0.10209 moveto
  19638. 0.50625 0.10209 lineto
  19639. stroke
  19640. grestore
  19641. [(3.225)] 0.4875 0.10209 1 0 Mshowa
  19642. gsave
  19643. 0.002 setlinewidth
  19644. 0.5 0.19406 moveto
  19645. 0.50625 0.19406 lineto
  19646. stroke
  19647. grestore
  19648. [(3.25)] 0.4875 0.19406 1 0 Mshowa
  19649. gsave
  19650. 0.002 setlinewidth
  19651. 0.5 0.28602 moveto
  19652. 0.50625 0.28602 lineto
  19653. stroke
  19654. grestore
  19655. [(3.275)] 0.4875 0.28602 1 0 Mshowa
  19656. gsave
  19657. 0.002 setlinewidth
  19658. 0.5 0.37799 moveto
  19659. 0.50625 0.37799 lineto
  19660. stroke
  19661. grestore
  19662. [(3.3)] 0.4875 0.37799 1 0 Mshowa
  19663. gsave
  19664. 0.002 setlinewidth
  19665. 0.5 0.46996 moveto
  19666. 0.50625 0.46996 lineto
  19667. stroke
  19668. grestore
  19669. [(3.325)] 0.4875 0.46996 1 0 Mshowa
  19670. gsave
  19671. 0.002 setlinewidth
  19672. 0.5 0.56193 moveto
  19673. 0.50625 0.56193 lineto
  19674. stroke
  19675. grestore
  19676. [(3.35)] 0.4875 0.56193 1 0 Mshowa
  19677. gsave
  19678. 0.001 setlinewidth
  19679. 0.5 0.02851 moveto
  19680. 0.50375 0.02851 lineto
  19681. stroke
  19682. grestore
  19683. gsave
  19684. 0.001 setlinewidth
  19685. 0.5 0.0469 moveto
  19686. 0.50375 0.0469 lineto
  19687. stroke
  19688. grestore
  19689. gsave
  19690. 0.001 setlinewidth
  19691. 0.5 0.0653 moveto
  19692. 0.50375 0.0653 lineto
  19693. stroke
  19694. grestore
  19695. gsave
  19696. 0.001 setlinewidth
  19697. 0.5 0.08369 moveto
  19698. 0.50375 0.08369 lineto
  19699. stroke
  19700. grestore
  19701. gsave
  19702. 0.001 setlinewidth
  19703. 0.5 0.12048 moveto
  19704. 0.50375 0.12048 lineto
  19705. stroke
  19706. grestore
  19707. gsave
  19708. 0.001 setlinewidth
  19709. 0.5 0.13887 moveto
  19710. 0.50375 0.13887 lineto
  19711. stroke
  19712. grestore
  19713. gsave
  19714. 0.001 setlinewidth
  19715. 0.5 0.15727 moveto
  19716. 0.50375 0.15727 lineto
  19717. stroke
  19718. grestore
  19719. gsave
  19720. 0.001 setlinewidth
  19721. 0.5 0.17566 moveto
  19722. 0.50375 0.17566 lineto
  19723. stroke
  19724. grestore
  19725. gsave
  19726. 0.001 setlinewidth
  19727. 0.5 0.21245 moveto
  19728. 0.50375 0.21245 lineto
  19729. stroke
  19730. grestore
  19731. gsave
  19732. 0.001 setlinewidth
  19733. 0.5 0.23084 moveto
  19734. 0.50375 0.23084 lineto
  19735. stroke
  19736. grestore
  19737. gsave
  19738. 0.001 setlinewidth
  19739. 0.5 0.24924 moveto
  19740. 0.50375 0.24924 lineto
  19741. stroke
  19742. grestore
  19743. gsave
  19744. 0.001 setlinewidth
  19745. 0.5 0.26763 moveto
  19746. 0.50375 0.26763 lineto
  19747. stroke
  19748. grestore
  19749. gsave
  19750. 0.001 setlinewidth
  19751. 0.5 0.30442 moveto
  19752. 0.50375 0.30442 lineto
  19753. stroke
  19754. grestore
  19755. gsave
  19756. 0.001 setlinewidth
  19757. 0.5 0.32281 moveto
  19758. 0.50375 0.32281 lineto
  19759. stroke
  19760. grestore
  19761. gsave
  19762. 0.001 setlinewidth
  19763. 0.5 0.34121 moveto
  19764. 0.50375 0.34121 lineto
  19765. stroke
  19766. grestore
  19767. gsave
  19768. 0.001 setlinewidth
  19769. 0.5 0.3596 moveto
  19770. 0.50375 0.3596 lineto
  19771. stroke
  19772. grestore
  19773. gsave
  19774. 0.001 setlinewidth
  19775. 0.5 0.39639 moveto
  19776. 0.50375 0.39639 lineto
  19777. stroke
  19778. grestore
  19779. gsave
  19780. 0.001 setlinewidth
  19781. 0.5 0.41478 moveto
  19782. 0.50375 0.41478 lineto
  19783. stroke
  19784. grestore
  19785. gsave
  19786. 0.001 setlinewidth
  19787. 0.5 0.43318 moveto
  19788. 0.50375 0.43318 lineto
  19789. stroke
  19790. grestore
  19791. gsave
  19792. 0.001 setlinewidth
  19793. 0.5 0.45157 moveto
  19794. 0.50375 0.45157 lineto
  19795. stroke
  19796. grestore
  19797. gsave
  19798. 0.001 setlinewidth
  19799. 0.5 0.48836 moveto
  19800. 0.50375 0.48836 lineto
  19801. stroke
  19802. grestore
  19803. gsave
  19804. 0.001 setlinewidth
  19805. 0.5 0.50675 moveto
  19806. 0.50375 0.50675 lineto
  19807. stroke
  19808. grestore
  19809. gsave
  19810. 0.001 setlinewidth
  19811. 0.5 0.52514 moveto
  19812. 0.50375 0.52514 lineto
  19813. stroke
  19814. grestore
  19815. gsave
  19816. 0.001 setlinewidth
  19817. 0.5 0.54354 moveto
  19818. 0.50375 0.54354 lineto
  19819. stroke
  19820. grestore
  19821. gsave
  19822. 0.001 setlinewidth
  19823. 0.5 0.58033 moveto
  19824. 0.50375 0.58033 lineto
  19825. stroke
  19826. grestore
  19827. gsave
  19828. 0.001 setlinewidth
  19829. 0.5 0.59872 moveto
  19830. 0.50375 0.59872 lineto
  19831. stroke
  19832. grestore
  19833. gsave
  19834. 0.001 setlinewidth
  19835. 0.5 0.61711 moveto
  19836. 0.50375 0.61711 lineto
  19837. stroke
  19838. grestore
  19839. gsave
  19840. 0.002 setlinewidth
  19841. 0.5 0 moveto
  19842. 0.5 0.61803 lineto
  19843. stroke
  19844. grestore
  19845. grestore
  19846. 0 0 moveto
  19847. 1 0 lineto
  19848. 1 0.61803 lineto
  19849. 0 0.61803 lineto
  19850. closepath
  19851. clip
  19852. newpath
  19853. gsave
  19854. gsave
  19855. 0 0 1 setrgbcolor
  19856. [ ] 0 setdash
  19857. 1 Mabswid
  19858. stroke
  19859. stroke
  19860. stroke
  19861. 0.10372 0.61803 moveto
  19862. 0.14286 0.58907 lineto
  19863. stroke
  19864. 0.14286 0.58907 moveto
  19865. 0.18254 0.55935 lineto
  19866. 0.22222 0.52927 lineto
  19867. 0.2619 0.49884 lineto
  19868. 0.30159 0.46806 lineto
  19869. 0.34127 0.43693 lineto
  19870. 0.38095 0.40546 lineto
  19871. 0.42063 0.37365 lineto
  19872. 0.46032 0.3415 lineto
  19873. 0.5 0.30902 lineto
  19874. 0.53968 0.2762 lineto
  19875. 0.57937 0.24306 lineto
  19876. 0.61905 0.20959 lineto
  19877. 0.65873 0.1758 lineto
  19878. 0.69841 0.1417 lineto
  19879. 0.7381 0.10727 lineto
  19880. 0.77778 0.07254 lineto
  19881. 0.81746 0.03749 lineto
  19882. 0.85714 0.00214 lineto
  19883. stroke
  19884. 0.85952 0 moveto
  19885. 0.85714 0.00214 lineto
  19886. stroke
  19887. stroke
  19888. stroke
  19889. stroke
  19890. grestore
  19891. grestore
  19892. gsave
  19893. 1 0 0 setrgbcolor
  19894. [ ] 0 setdash
  19895. 0.01 setlinewidth
  19896. 0.5 0.30902 Mdot
  19897. grestore
  19898. % End of Graphics
  19899. MathPictureEnd
  19900. :[font = subsection; inactive; preserveAspect; ]
  19901. Newton
  19902. :[font = text; inactive; preserveAspect; ]
  19903. Newton's Method is used to solve the equation cos(x) = x. You can show the pictures and the table or just the table.
  19904. :[font = input; Cclosed; nowordwrap; dontPreserveAspect; startGroup; ]
  19905. Newton[Cos[x] - x,1,{0.6,1.1},AxesOrigin->{0.6,Automatic}];
  19906. :[font = postscript; PostScript; formatAsPostScript; output; inactive; Cclosed; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; startGroup; ]
  19907. %!
  19908. %%Creator: Mathematica
  19909. %%AspectRatio: 0.61803 
  19910. MathPictureStart
  19911. /Courier findfont 10  scalefont  setfont
  19912. % Scaling calculations
  19913. -1.119048 1.904762 0.451171 0.675206 [
  19914. [(0.6)] 0.02381 0.45117 0 2 Msboxa
  19915. [(0.7)] 0.21429 0.45117 0 2 Msboxa
  19916. [(0.8)] 0.40476 0.45117 0 2 Msboxa
  19917. [(0.9)] 0.59524 0.45117 0 2 Msboxa
  19918. [(1)] 0.78571 0.45117 0 2 Msboxa
  19919. [(1.1)] 0.97619 0.45117 0 2 Msboxa
  19920. [(x)] 1.025 0.45117 -1 0 Msboxa
  19921. [(-0.6)] 0.01131 0.04605 1 0 Msboxa
  19922. [(-0.4)] 0.01131 0.18109 1 0 Msboxa
  19923. [(-0.2)] 0.01131 0.31613 1 0 Msboxa
  19924. [(0.2)] 0.01131 0.58621 1 0 Msboxa
  19925. [(y)] 0.02381 0.61803 0 -4 Msboxa
  19926. [ -0.001 -0.001 0 0 ]
  19927. [ 1.001 0.61903 0 0 ]
  19928. ] MathScale
  19929. % Start of Graphics
  19930. 1 setlinecap
  19931. 1 setlinejoin
  19932. newpath
  19933. %%Object: Graphics
  19934. [ ] 0 setdash
  19935. 0 setgray
  19936. gsave
  19937. gsave
  19938. 0.002 setlinewidth
  19939. 0.02381 0.45117 moveto
  19940. 0.02381 0.45742 lineto
  19941. stroke
  19942. grestore
  19943. [(0.6)] 0.02381 0.45117 0 2 Mshowa
  19944. gsave
  19945. 0.002 setlinewidth
  19946. 0.21429 0.45117 moveto
  19947. 0.21429 0.45742 lineto
  19948. stroke
  19949. grestore
  19950. [(0.7)] 0.21429 0.45117 0 2 Mshowa
  19951. gsave
  19952. 0.002 setlinewidth
  19953. 0.40476 0.45117 moveto
  19954. 0.40476 0.45742 lineto
  19955. stroke
  19956. grestore
  19957. [(0.8)] 0.40476 0.45117 0 2 Mshowa
  19958. gsave
  19959. 0.002 setlinewidth
  19960. 0.59524 0.45117 moveto
  19961. 0.59524 0.45742 lineto
  19962. stroke
  19963. grestore
  19964. [(0.9)] 0.59524 0.45117 0 2 Mshowa
  19965. gsave
  19966. 0.002 setlinewidth
  19967. 0.78571 0.45117 moveto
  19968. 0.78571 0.45742 lineto
  19969. stroke
  19970. grestore
  19971. [(1)] 0.78571 0.45117 0 2 Mshowa
  19972. gsave
  19973. 0.002 setlinewidth
  19974. 0.97619 0.45117 moveto
  19975. 0.97619 0.45742 lineto
  19976. stroke
  19977. grestore
  19978. [(1.1)] 0.97619 0.45117 0 2 Mshowa
  19979. gsave
  19980. 0.001 setlinewidth
  19981. 0.0619 0.45117 moveto
  19982. 0.0619 0.45492 lineto
  19983. stroke
  19984. grestore
  19985. gsave
  19986. 0.001 setlinewidth
  19987. 0.1 0.45117 moveto
  19988. 0.1 0.45492 lineto
  19989. stroke
  19990. grestore
  19991. gsave
  19992. 0.001 setlinewidth
  19993. 0.1381 0.45117 moveto
  19994. 0.1381 0.45492 lineto
  19995. stroke
  19996. grestore
  19997. gsave
  19998. 0.001 setlinewidth
  19999. 0.17619 0.45117 moveto
  20000. 0.17619 0.45492 lineto
  20001. stroke
  20002. grestore
  20003. gsave
  20004. 0.001 setlinewidth
  20005. 0.25238 0.45117 moveto
  20006. 0.25238 0.45492 lineto
  20007. stroke
  20008. grestore
  20009. gsave
  20010. 0.001 setlinewidth
  20011. 0.29048 0.45117 moveto
  20012. 0.29048 0.45492 lineto
  20013. stroke
  20014. grestore
  20015. gsave
  20016. 0.001 setlinewidth
  20017. 0.32857 0.45117 moveto
  20018. 0.32857 0.45492 lineto
  20019. stroke
  20020. grestore
  20021. gsave
  20022. 0.001 setlinewidth
  20023. 0.36667 0.45117 moveto
  20024. 0.36667 0.45492 lineto
  20025. stroke
  20026. grestore
  20027. gsave
  20028. 0.001 setlinewidth
  20029. 0.44286 0.45117 moveto
  20030. 0.44286 0.45492 lineto
  20031. stroke
  20032. grestore
  20033. gsave
  20034. 0.001 setlinewidth
  20035. 0.48095 0.45117 moveto
  20036. 0.48095 0.45492 lineto
  20037. stroke
  20038. grestore
  20039. gsave
  20040. 0.001 setlinewidth
  20041. 0.51905 0.45117 moveto
  20042. 0.51905 0.45492 lineto
  20043. stroke
  20044. grestore
  20045. gsave
  20046. 0.001 setlinewidth
  20047. 0.55714 0.45117 moveto
  20048. 0.55714 0.45492 lineto
  20049. stroke
  20050. grestore
  20051. gsave
  20052. 0.001 setlinewidth
  20053. 0.63333 0.45117 moveto
  20054. 0.63333 0.45492 lineto
  20055. stroke
  20056. grestore
  20057. gsave
  20058. 0.001 setlinewidth
  20059. 0.67143 0.45117 moveto
  20060. 0.67143 0.45492 lineto
  20061. stroke
  20062. grestore
  20063. gsave
  20064. 0.001 setlinewidth
  20065. 0.70952 0.45117 moveto
  20066. 0.70952 0.45492 lineto
  20067. stroke
  20068. grestore
  20069. gsave
  20070. 0.001 setlinewidth
  20071. 0.74762 0.45117 moveto
  20072. 0.74762 0.45492 lineto
  20073. stroke
  20074. grestore
  20075. gsave
  20076. 0.001 setlinewidth
  20077. 0.82381 0.45117 moveto
  20078. 0.82381 0.45492 lineto
  20079. stroke
  20080. grestore
  20081. gsave
  20082. 0.001 setlinewidth
  20083. 0.8619 0.45117 moveto
  20084. 0.8619 0.45492 lineto
  20085. stroke
  20086. grestore
  20087. gsave
  20088. 0.001 setlinewidth
  20089. 0.9 0.45117 moveto
  20090. 0.9 0.45492 lineto
  20091. stroke
  20092. grestore
  20093. gsave
  20094. 0.001 setlinewidth
  20095. 0.9381 0.45117 moveto
  20096. 0.9381 0.45492 lineto
  20097. stroke
  20098. grestore
  20099. [(x)] 1.025 0.45117 -1 0 Mshowa
  20100. gsave
  20101. 0.002 setlinewidth
  20102. 0 0.45117 moveto
  20103. 1 0.45117 lineto
  20104. stroke
  20105. grestore
  20106. gsave
  20107. 0.002 setlinewidth
  20108. 0.02381 0.04605 moveto
  20109. 0.03006 0.04605 lineto
  20110. stroke
  20111. grestore
  20112. [(-0.6)] 0.01131 0.04605 1 0 Mshowa
  20113. gsave
  20114. 0.002 setlinewidth
  20115. 0.02381 0.18109 moveto
  20116. 0.03006 0.18109 lineto
  20117. stroke
  20118. grestore
  20119. [(-0.4)] 0.01131 0.18109 1 0 Mshowa
  20120. gsave
  20121. 0.002 setlinewidth
  20122. 0.02381 0.31613 moveto
  20123. 0.03006 0.31613 lineto
  20124. stroke
  20125. grestore
  20126. [(-0.2)] 0.01131 0.31613 1 0 Mshowa
  20127. gsave
  20128. 0.002 setlinewidth
  20129. 0.02381 0.58621 moveto
  20130. 0.03006 0.58621 lineto
  20131. stroke
  20132. grestore
  20133. [(0.2)] 0.01131 0.58621 1 0 Mshowa
  20134. gsave
  20135. 0.001 setlinewidth
  20136. 0.02381 0.07306 moveto
  20137. 0.02756 0.07306 lineto
  20138. stroke
  20139. grestore
  20140. gsave
  20141. 0.001 setlinewidth
  20142. 0.02381 0.10006 moveto
  20143. 0.02756 0.10006 lineto
  20144. stroke
  20145. grestore
  20146. gsave
  20147. 0.001 setlinewidth
  20148. 0.02381 0.12707 moveto
  20149. 0.02756 0.12707 lineto
  20150. stroke
  20151. grestore
  20152. gsave
  20153. 0.001 setlinewidth
  20154. 0.02381 0.15408 moveto
  20155. 0.02756 0.15408 lineto
  20156. stroke
  20157. grestore
  20158. gsave
  20159. 0.001 setlinewidth
  20160. 0.02381 0.2081 moveto
  20161. 0.02756 0.2081 lineto
  20162. stroke
  20163. grestore
  20164. gsave
  20165. 0.001 setlinewidth
  20166. 0.02381 0.2351 moveto
  20167. 0.02756 0.2351 lineto
  20168. stroke
  20169. grestore
  20170. gsave
  20171. 0.001 setlinewidth
  20172. 0.02381 0.26211 moveto
  20173. 0.02756 0.26211 lineto
  20174. stroke
  20175. grestore
  20176. gsave
  20177. 0.001 setlinewidth
  20178. 0.02381 0.28912 moveto
  20179. 0.02756 0.28912 lineto
  20180. stroke
  20181. grestore
  20182. gsave
  20183. 0.001 setlinewidth
  20184. 0.02381 0.34314 moveto
  20185. 0.02756 0.34314 lineto
  20186. stroke
  20187. grestore
  20188. gsave
  20189. 0.001 setlinewidth
  20190. 0.02381 0.37015 moveto
  20191. 0.02756 0.37015 lineto
  20192. stroke
  20193. grestore
  20194. gsave
  20195. 0.001 setlinewidth
  20196. 0.02381 0.39715 moveto
  20197. 0.02756 0.39715 lineto
  20198. stroke
  20199. grestore
  20200. gsave
  20201. 0.001 setlinewidth
  20202. 0.02381 0.42416 moveto
  20203. 0.02756 0.42416 lineto
  20204. stroke
  20205. grestore
  20206. gsave
  20207. 0.001 setlinewidth
  20208. 0.02381 0.47818 moveto
  20209. 0.02756 0.47818 lineto
  20210. stroke
  20211. grestore
  20212. gsave
  20213. 0.001 setlinewidth
  20214. 0.02381 0.50519 moveto
  20215. 0.02756 0.50519 lineto
  20216. stroke
  20217. grestore
  20218. gsave
  20219. 0.001 setlinewidth
  20220. 0.02381 0.5322 moveto
  20221. 0.02756 0.5322 lineto
  20222. stroke
  20223. grestore
  20224. gsave
  20225. 0.001 setlinewidth
  20226. 0.02381 0.5592 moveto
  20227. 0.02756 0.5592 lineto
  20228. stroke
  20229. grestore
  20230. gsave
  20231. 0.001 setlinewidth
  20232. 0.02381 0.01904 moveto
  20233. 0.02756 0.01904 lineto
  20234. stroke
  20235. grestore
  20236. gsave
  20237. 0.001 setlinewidth
  20238. 0.02381 0.61322 moveto
  20239. 0.02756 0.61322 lineto
  20240. stroke
  20241. grestore
  20242. [(y)] 0.02381 0.61803 0 -4 Mshowa
  20243. gsave
  20244. 0.002 setlinewidth
  20245. 0.02381 0 moveto
  20246. 0.02381 0.61803 lineto
  20247. stroke
  20248. grestore
  20249. grestore
  20250. 0 0 moveto
  20251. 1 0 lineto
  20252. 1 0.61803 lineto
  20253. 0 0.61803 lineto
  20254. closepath
  20255. clip
  20256. newpath
  20257. gsave
  20258. 0 0 0 setrgbcolor
  20259. 0 setlinewidth
  20260. 0.02381 0.45117 moveto
  20261. 0.97619 0.45117 lineto
  20262. stroke
  20263. 0.02381 0.01472 moveto
  20264. 0.02381 0.60332 lineto
  20265. stroke
  20266. grestore
  20267. gsave
  20268. gsave
  20269. 0 0 1 setrgbcolor
  20270. [ ] 0 setdash
  20271. 1 Mabswid
  20272. 0.02381 0.60332 moveto
  20273. 0.06349 0.58119 lineto
  20274. 0.10317 0.55882 lineto
  20275. 0.14286 0.53622 lineto
  20276. 0.18254 0.51338 lineto
  20277. 0.22222 0.49032 lineto
  20278. 0.2619 0.46704 lineto
  20279. 0.30159 0.44353 lineto
  20280. 0.34127 0.41981 lineto
  20281. 0.38095 0.39588 lineto
  20282. 0.42063 0.37175 lineto
  20283. 0.46032 0.34741 lineto
  20284. 0.5 0.32287 lineto
  20285. 0.53968 0.29814 lineto
  20286. 0.57937 0.27322 lineto
  20287. 0.61905 0.24812 lineto
  20288. 0.65873 0.22283 lineto
  20289. 0.69841 0.19738 lineto
  20290. 0.7381 0.17175 lineto
  20291. 0.77778 0.14596 lineto
  20292. 0.81746 0.12001 lineto
  20293. 0.85714 0.0939 lineto
  20294. 0.89683 0.06765 lineto
  20295. 0.93651 0.04125 lineto
  20296. 0.97619 0.01472 lineto
  20297. stroke
  20298. grestore
  20299. grestore
  20300. gsave
  20301. 0 1 0 setrgbcolor
  20302. [ 0.01 ] 0 setdash
  20303. 1 Mabswid
  20304. 0.78571 0.45117 moveto
  20305. 0.78571 0.14078 lineto
  20306. stroke
  20307. grestore
  20308. gsave
  20309. 1 0 1 setrgbcolor
  20310. [ ] 0 setdash
  20311. 1 Mabswid
  20312. stroke
  20313. 0.05459 0.61803 moveto
  20314. 0.97619 0.01644 lineto
  20315. stroke
  20316. 0.97619 0.01644 moveto
  20317. 0 0 rlineto
  20318. grestore
  20319. gsave
  20320. 0 1 0 setrgbcolor
  20321. [ ] 0 setdash
  20322. 6 Mabswid
  20323. 0.78571 0.45117 Mdot
  20324. grestore
  20325. gsave
  20326. 0 0 1 setrgbcolor
  20327. [ ] 0 setdash
  20328. 6 Mabswid
  20329. 0.31022 0.45117 Mdot
  20330. grestore
  20331. gsave
  20332. 1 0 1 setrgbcolor
  20333. [ ] 0 setdash
  20334. 6 Mabswid
  20335. 0.78571 0.14078 Mdot
  20336. grestore
  20337. % End of Graphics
  20338. MathPictureEnd
  20339. :[font = print; inactive; preserveAspect; endGroup; endGroup; ]
  20340.    n   x(n)
  20341.    0   1.
  20342.  
  20343.    1   0.7503638678
  20344. :[font = input; Cclosed; dontPreserveAspect; startGroup; ]
  20345. Newton[Cos[x] - x,1,Steps->5,Places->20];
  20346. :[font = print; inactive; preserveAspect; endGroup; ]
  20347.    n   x(n)
  20348.    0   1.
  20349.  
  20350.    1   0.75036386784024395776
  20351.  
  20352.    2   0.73911289091136159744
  20353.  
  20354.    3   0.7390851333852839936
  20355.  
  20356.    4   0.7390851332151607296
  20357.  
  20358.    5   0.7390851332151607296
  20359. :[font = subsection; inactive; preserveAspect; ]
  20360. Riemann
  20361. :[font = input; Cclosed; preserveAspect; startGroup; ]
  20362. Riemann[Sin[x],{0,Pi/2},8,Left,Draw]
  20363. :[font = postscript; PostScript; formatAsPostScript; output; inactive; Cclosed; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; startGroup; ]
  20364. %!
  20365. %%Creator: Mathematica
  20366. %%AspectRatio: 0.61803 
  20367. MathPictureStart
  20368. /Courier findfont 10  scalefont  setfont
  20369. % Scaling calculations
  20370. 0.02381 0.606305 0.014715 0.588604 [
  20371. [(pi/16)] 0.14286 0.01472 0 2 Msboxa
  20372. [(pi/8)] 0.2619 0.01472 0 2 Msboxa
  20373. [(3pi/16)] 0.38095 0.01472 0 2 Msboxa
  20374. [(pi/4)] 0.5 0.01472 0 2 Msboxa
  20375. [(5pi/16)] 0.61905 0.01472 0 2 Msboxa
  20376. [(3pi/8)] 0.7381 0.01472 0 2 Msboxa
  20377. [(7pi/16)] 0.85714 0.01472 0 2 Msboxa
  20378. [(pi/2)] 0.97619 0.01472 0 2 Msboxa
  20379. [(x)] 1.025 0.01472 -1 0 Msboxa
  20380. [(0.2)] 0.01131 0.13244 1 0 Msboxa
  20381. [(0.4)] 0.01131 0.25016 1 0 Msboxa
  20382. [(0.6)] 0.01131 0.36788 1 0 Msboxa
  20383. [(0.8)] 0.01131 0.4856 1 0 Msboxa
  20384. [(1)] 0.01131 0.60332 1 0 Msboxa
  20385. [(y)] 0.02381 0.61803 0 -4 Msboxa
  20386. [ -0.001 -0.001 0 0 ]
  20387. [ 1.001 0.61903 0 0 ]
  20388. ] MathScale
  20389. % Start of Graphics
  20390. 1 setlinecap
  20391. 1 setlinejoin
  20392. newpath
  20393. %%Object: Graphics
  20394. [ ] 0 setdash
  20395. 0 setgray
  20396. gsave
  20397. gsave
  20398. 0.002 setlinewidth
  20399. 0.14286 0.01472 moveto
  20400. 0.14286 0.02097 lineto
  20401. stroke
  20402. grestore
  20403. [(pi/16)] 0.14286 0.01472 0 2 Mshowa
  20404. gsave
  20405. 0.002 setlinewidth
  20406. 0.2619 0.01472 moveto
  20407. 0.2619 0.02097 lineto
  20408. stroke
  20409. grestore
  20410. [(pi/8)] 0.2619 0.01472 0 2 Mshowa
  20411. gsave
  20412. 0.002 setlinewidth
  20413. 0.38095 0.01472 moveto
  20414. 0.38095 0.02097 lineto
  20415. stroke
  20416. grestore
  20417. [(3pi/16)] 0.38095 0.01472 0 2 Mshowa
  20418. gsave
  20419. 0.002 setlinewidth
  20420. 0.5 0.01472 moveto
  20421. 0.5 0.02097 lineto
  20422. stroke
  20423. grestore
  20424. [(pi/4)] 0.5 0.01472 0 2 Mshowa
  20425. gsave
  20426. 0.002 setlinewidth
  20427. 0.61905 0.01472 moveto
  20428. 0.61905 0.02097 lineto
  20429. stroke
  20430. grestore
  20431. [(5pi/16)] 0.61905 0.01472 0 2 Mshowa
  20432. gsave
  20433. 0.002 setlinewidth
  20434. 0.7381 0.01472 moveto
  20435. 0.7381 0.02097 lineto
  20436. stroke
  20437. grestore
  20438. [(3pi/8)] 0.7381 0.01472 0 2 Mshowa
  20439. gsave
  20440. 0.002 setlinewidth
  20441. 0.85714 0.01472 moveto
  20442. 0.85714 0.02097 lineto
  20443. stroke
  20444. grestore
  20445. [(7pi/16)] 0.85714 0.01472 0 2 Mshowa
  20446. gsave
  20447. 0.002 setlinewidth
  20448. 0.97619 0.01472 moveto
  20449. 0.97619 0.02097 lineto
  20450. stroke
  20451. grestore
  20452. [(pi/2)] 0.97619 0.01472 0 2 Mshowa
  20453. [(x)] 1.025 0.01472 -1 0 Mshowa
  20454. gsave
  20455. 0.002 setlinewidth
  20456. 0 0.01472 moveto
  20457. 1 0.01472 lineto
  20458. stroke
  20459. grestore
  20460. gsave
  20461. 0.002 setlinewidth
  20462. 0.02381 0.13244 moveto
  20463. 0.03006 0.13244 lineto
  20464. stroke
  20465. grestore
  20466. [(0.2)] 0.01131 0.13244 1 0 Mshowa
  20467. gsave
  20468. 0.002 setlinewidth
  20469. 0.02381 0.25016 moveto
  20470. 0.03006 0.25016 lineto
  20471. stroke
  20472. grestore
  20473. [(0.4)] 0.01131 0.25016 1 0 Mshowa
  20474. gsave
  20475. 0.002 setlinewidth
  20476. 0.02381 0.36788 moveto
  20477. 0.03006 0.36788 lineto
  20478. stroke
  20479. grestore
  20480. [(0.6)] 0.01131 0.36788 1 0 Mshowa
  20481. gsave
  20482. 0.002 setlinewidth
  20483. 0.02381 0.4856 moveto
  20484. 0.03006 0.4856 lineto
  20485. stroke
  20486. grestore
  20487. [(0.8)] 0.01131 0.4856 1 0 Mshowa
  20488. gsave
  20489. 0.002 setlinewidth
  20490. 0.02381 0.60332 moveto
  20491. 0.03006 0.60332 lineto
  20492. stroke
  20493. grestore
  20494. [(1)] 0.01131 0.60332 1 0 Mshowa
  20495. gsave
  20496. 0.001 setlinewidth
  20497. 0.02381 0.03826 moveto
  20498. 0.02756 0.03826 lineto
  20499. stroke
  20500. grestore
  20501. gsave
  20502. 0.001 setlinewidth
  20503. 0.02381 0.0618 moveto
  20504. 0.02756 0.0618 lineto
  20505. stroke
  20506. grestore
  20507. gsave
  20508. 0.001 setlinewidth
  20509. 0.02381 0.08535 moveto
  20510. 0.02756 0.08535 lineto
  20511. stroke
  20512. grestore
  20513. gsave
  20514. 0.001 setlinewidth
  20515. 0.02381 0.10889 moveto
  20516. 0.02756 0.10889 lineto
  20517. stroke
  20518. grestore
  20519. gsave
  20520. 0.001 setlinewidth
  20521. 0.02381 0.15598 moveto
  20522. 0.02756 0.15598 lineto
  20523. stroke
  20524. grestore
  20525. gsave
  20526. 0.001 setlinewidth
  20527. 0.02381 0.17952 moveto
  20528. 0.02756 0.17952 lineto
  20529. stroke
  20530. grestore
  20531. gsave
  20532. 0.001 setlinewidth
  20533. 0.02381 0.20307 moveto
  20534. 0.02756 0.20307 lineto
  20535. stroke
  20536. grestore
  20537. gsave
  20538. 0.001 setlinewidth
  20539. 0.02381 0.22661 moveto
  20540. 0.02756 0.22661 lineto
  20541. stroke
  20542. grestore
  20543. gsave
  20544. 0.001 setlinewidth
  20545. 0.02381 0.2737 moveto
  20546. 0.02756 0.2737 lineto
  20547. stroke
  20548. grestore
  20549. gsave
  20550. 0.001 setlinewidth
  20551. 0.02381 0.29724 moveto
  20552. 0.02756 0.29724 lineto
  20553. stroke
  20554. grestore
  20555. gsave
  20556. 0.001 setlinewidth
  20557. 0.02381 0.32079 moveto
  20558. 0.02756 0.32079 lineto
  20559. stroke
  20560. grestore
  20561. gsave
  20562. 0.001 setlinewidth
  20563. 0.02381 0.34433 moveto
  20564. 0.02756 0.34433 lineto
  20565. stroke
  20566. grestore
  20567. gsave
  20568. 0.001 setlinewidth
  20569. 0.02381 0.39142 moveto
  20570. 0.02756 0.39142 lineto
  20571. stroke
  20572. grestore
  20573. gsave
  20574. 0.001 setlinewidth
  20575. 0.02381 0.41497 moveto
  20576. 0.02756 0.41497 lineto
  20577. stroke
  20578. grestore
  20579. gsave
  20580. 0.001 setlinewidth
  20581. 0.02381 0.43851 moveto
  20582. 0.02756 0.43851 lineto
  20583. stroke
  20584. grestore
  20585. gsave
  20586. 0.001 setlinewidth
  20587. 0.02381 0.46205 moveto
  20588. 0.02756 0.46205 lineto
  20589. stroke
  20590. grestore
  20591. gsave
  20592. 0.001 setlinewidth
  20593. 0.02381 0.50914 moveto
  20594. 0.02756 0.50914 lineto
  20595. stroke
  20596. grestore
  20597. gsave
  20598. 0.001 setlinewidth
  20599. 0.02381 0.53269 moveto
  20600. 0.02756 0.53269 lineto
  20601. stroke
  20602. grestore
  20603. gsave
  20604. 0.001 setlinewidth
  20605. 0.02381 0.55623 moveto
  20606. 0.02756 0.55623 lineto
  20607. stroke
  20608. grestore
  20609. gsave
  20610. 0.001 setlinewidth
  20611. 0.02381 0.57977 moveto
  20612. 0.02756 0.57977 lineto
  20613. stroke
  20614. grestore
  20615. [(y)] 0.02381 0.61803 0 -4 Mshowa
  20616. gsave
  20617. 0.002 setlinewidth
  20618. 0.02381 0 moveto
  20619. 0.02381 0.61803 lineto
  20620. stroke
  20621. grestore
  20622. grestore
  20623. 0 0 moveto
  20624. 1 0 lineto
  20625. 1 0.61803 lineto
  20626. 0 0.61803 lineto
  20627. closepath
  20628. clip
  20629. newpath
  20630. gsave
  20631. 0 1 1 setrgbcolor
  20632. gsave
  20633. 0.02381 0.01472 moveto
  20634. 0.02381 0.01472 lineto
  20635. 0.14286 0.01472 lineto
  20636. 0.14286 0.01472 lineto
  20637. fill
  20638. 0.14286 0.01472 moveto
  20639. 0.14286 0.12955 lineto
  20640. 0.2619 0.12955 lineto
  20641. 0.2619 0.01472 lineto
  20642. fill
  20643. 0.2619 0.01472 moveto
  20644. 0.2619 0.23996 lineto
  20645. 0.38095 0.23996 lineto
  20646. 0.38095 0.01472 lineto
  20647. fill
  20648. 0.38095 0.01472 moveto
  20649. 0.38095 0.34173 lineto
  20650. 0.5 0.34173 lineto
  20651. 0.5 0.01472 lineto
  20652. fill
  20653. 0.5 0.01472 moveto
  20654. 0.5 0.43092 lineto
  20655. 0.61905 0.43092 lineto
  20656. 0.61905 0.01472 lineto
  20657. fill
  20658. 0.61905 0.01472 moveto
  20659. 0.61905 0.50412 lineto
  20660. 0.7381 0.50412 lineto
  20661. 0.7381 0.01472 lineto
  20662. fill
  20663. 0.7381 0.01472 moveto
  20664. 0.7381 0.55851 lineto
  20665. 0.85714 0.55851 lineto
  20666. 0.85714 0.01472 lineto
  20667. fill
  20668. 0.85714 0.01472 moveto
  20669. 0.85714 0.59201 lineto
  20670. 0.97619 0.59201 lineto
  20671. 0.97619 0.01472 lineto
  20672. fill
  20673. grestore
  20674. grestore
  20675. gsave
  20676. 1 0 1 setrgbcolor
  20677. gsave
  20678. grestore
  20679. grestore
  20680. gsave
  20681. 0.75 0.75 0.75 setrgbcolor
  20682. gsave
  20683. 0.004 setlinewidth
  20684. 0.02381 0.01472 moveto
  20685. 0.02381 0.01472 lineto
  20686. 0.14286 0.01472 lineto
  20687. 0.14286 0.01472 lineto
  20688. 0.02381 0.01472 lineto
  20689. stroke
  20690. 0.14286 0.01472 moveto
  20691. 0.14286 0.12955 lineto
  20692. 0.2619 0.12955 lineto
  20693. 0.2619 0.01472 lineto
  20694. 0.14286 0.01472 lineto
  20695. stroke
  20696. 0.2619 0.01472 moveto
  20697. 0.2619 0.23996 lineto
  20698. 0.38095 0.23996 lineto
  20699. 0.38095 0.01472 lineto
  20700. 0.2619 0.01472 lineto
  20701. stroke
  20702. 0.38095 0.01472 moveto
  20703. 0.38095 0.34173 lineto
  20704. 0.5 0.34173 lineto
  20705. 0.5 0.01472 lineto
  20706. 0.38095 0.01472 lineto
  20707. stroke
  20708. 0.5 0.01472 moveto
  20709. 0.5 0.43092 lineto
  20710. 0.61905 0.43092 lineto
  20711. 0.61905 0.01472 lineto
  20712. 0.5 0.01472 lineto
  20713. stroke
  20714. 0.61905 0.01472 moveto
  20715. 0.61905 0.50412 lineto
  20716. 0.7381 0.50412 lineto
  20717. 0.7381 0.01472 lineto
  20718. 0.61905 0.01472 lineto
  20719. stroke
  20720. 0.7381 0.01472 moveto
  20721. 0.7381 0.55851 lineto
  20722. 0.85714 0.55851 lineto
  20723. 0.85714 0.01472 lineto
  20724. 0.7381 0.01472 lineto
  20725. stroke
  20726. 0.85714 0.01472 moveto
  20727. 0.85714 0.59201 lineto
  20728. 0.97619 0.59201 lineto
  20729. 0.97619 0.01472 lineto
  20730. 0.85714 0.01472 lineto
  20731. stroke
  20732. grestore
  20733. grestore
  20734. gsave
  20735. 0 0 0 setrgbcolor
  20736. 0 setlinewidth
  20737. 0.02381 0.01472 moveto
  20738. 0.97619 0.01472 lineto
  20739. stroke
  20740. 0.02381 0.01472 moveto
  20741. 0.02381 0.60332 lineto
  20742. stroke
  20743. grestore
  20744. gsave
  20745. gsave
  20746. 0 0 0 setrgbcolor
  20747. [ ] 0 setdash
  20748. 1 Mabswid
  20749. 0.02381 0.01472 moveto
  20750. 0.06349 0.05321 lineto
  20751. 0.10317 0.09154 lineto
  20752. 0.14286 0.12955 lineto
  20753. 0.18254 0.16706 lineto
  20754. 0.22222 0.20392 lineto
  20755. 0.2619 0.23996 lineto
  20756. 0.30159 0.27505 lineto
  20757. 0.34127 0.30902 lineto
  20758. 0.38095 0.34173 lineto
  20759. 0.42063 0.37303 lineto
  20760. 0.46032 0.40281 lineto
  20761. 0.5 0.43092 lineto
  20762. 0.53968 0.45725 lineto
  20763. 0.57937 0.48169 lineto
  20764. 0.61905 0.50412 lineto
  20765. 0.65873 0.52446 lineto
  20766. 0.69841 0.54262 lineto
  20767. 0.7381 0.55851 lineto
  20768. 0.77778 0.57208 lineto
  20769. 0.81746 0.58326 lineto
  20770. 0.85714 0.59201 lineto
  20771. 0.87698 0.59546 lineto
  20772. 0.89683 0.59828 lineto
  20773. 0.91667 0.60048 lineto
  20774. 0.92659 0.60135 lineto
  20775. 0.93651 0.60206 lineto
  20776. 0.94643 0.60261 lineto
  20777. 0.95139 0.60283 lineto
  20778. 0.95635 0.603 lineto
  20779. 0.96131 0.60314 lineto
  20780. 0.96379 0.6032 lineto
  20781. 0.96627 0.60324 lineto
  20782. 0.96875 0.60327 lineto
  20783. 0.96999 0.60329 lineto
  20784. 0.97123 0.6033 lineto
  20785. 0.97247 0.60331 lineto
  20786. 0.97371 0.60331 lineto
  20787. 0.97495 0.60332 lineto
  20788. 0.97619 0.60332 lineto
  20789. stroke
  20790. grestore
  20791. grestore
  20792. gsave
  20793. 1 0 0 setrgbcolor
  20794. [ ] 0 setdash
  20795. 6 Mabswid
  20796. 0.02381 0.01472 Mdot
  20797. grestore
  20798. gsave
  20799. 1 0 0 setrgbcolor
  20800. [ ] 0 setdash
  20801. 6 Mabswid
  20802. 0.14286 0.12955 Mdot
  20803. grestore
  20804. gsave
  20805. 1 0 0 setrgbcolor
  20806. [ ] 0 setdash
  20807. 6 Mabswid
  20808. 0.2619 0.23996 Mdot
  20809. grestore
  20810. gsave
  20811. 1 0 0 setrgbcolor
  20812. [ ] 0 setdash
  20813. 6 Mabswid
  20814. 0.38095 0.34173 Mdot
  20815. grestore
  20816. gsave
  20817. 1 0 0 setrgbcolor
  20818. [ ] 0 setdash
  20819. 6 Mabswid
  20820. 0.5 0.43092 Mdot
  20821. grestore
  20822. gsave
  20823. 1 0 0 setrgbcolor
  20824. [ ] 0 setdash
  20825. 6 Mabswid
  20826. 0.61905 0.50412 Mdot
  20827. grestore
  20828. gsave
  20829. 1 0 0 setrgbcolor
  20830. [ ] 0 setdash
  20831. 6 Mabswid
  20832. 0.7381 0.55851 Mdot
  20833. grestore
  20834. gsave
  20835. 1 0 0 setrgbcolor
  20836. [ ] 0 setdash
  20837. 6 Mabswid
  20838. 0.85714 0.59201 Mdot
  20839. grestore
  20840. % End of Graphics
  20841. MathPictureEnd
  20842. :[font = output; output; inactive; preserveAspect; endGroup; endGroup; ]
  20843. 0.898610401461489
  20844. ;[o]
  20845. 0.89861
  20846. :[font = input; Cclosed; preserveAspect; startGroup; ]
  20847. Riemann[Sin[x],{0,Pi},8,Lower,Draw]
  20848. :[font = postscript; PostScript; formatAsPostScript; output; inactive; Cclosed; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; startGroup; ]
  20849. %!
  20850. %%Creator: Mathematica
  20851. %%AspectRatio: 0.61803 
  20852. MathPictureStart
  20853. /Courier findfont 10  scalefont  setfont
  20854. % Scaling calculations
  20855. 0.02381 0.303152 0.014715 0.588604 [
  20856. [(pi/8)] 0.14286 0.01472 0 2 Msboxa
  20857. [(pi/4)] 0.2619 0.01472 0 2 Msboxa
  20858. [(3pi/8)] 0.38095 0.01472 0 2 Msboxa
  20859. [(pi/2)] 0.5 0.01472 0 2 Msboxa
  20860. [(5pi/8)] 0.61905 0.01472 0 2 Msboxa
  20861. [(3pi/4)] 0.7381 0.01472 0 2 Msboxa
  20862. [(7pi/8)] 0.85714 0.01472 0 2 Msboxa
  20863. [(pi)] 0.97619 0.01472 0 2 Msboxa
  20864. [(x)] 1.025 0.01472 -1 0 Msboxa
  20865. [(0.2)] 0.01131 0.13244 1 0 Msboxa
  20866. [(0.4)] 0.01131 0.25016 1 0 Msboxa
  20867. [(0.6)] 0.01131 0.36788 1 0 Msboxa
  20868. [(0.8)] 0.01131 0.4856 1 0 Msboxa
  20869. [(1)] 0.01131 0.60332 1 0 Msboxa
  20870. [(y)] 0.02381 0.61803 0 -4 Msboxa
  20871. [ -0.001 -0.001 0 0 ]
  20872. [ 1.001 0.61903 0 0 ]
  20873. ] MathScale
  20874. % Start of Graphics
  20875. 1 setlinecap
  20876. 1 setlinejoin
  20877. newpath
  20878. %%Object: Graphics
  20879. [ ] 0 setdash
  20880. 0 setgray
  20881. gsave
  20882. gsave
  20883. 0.002 setlinewidth
  20884. 0.14286 0.01472 moveto
  20885. 0.14286 0.02097 lineto
  20886. stroke
  20887. grestore
  20888. [(pi/8)] 0.14286 0.01472 0 2 Mshowa
  20889. gsave
  20890. 0.002 setlinewidth
  20891. 0.2619 0.01472 moveto
  20892. 0.2619 0.02097 lineto
  20893. stroke
  20894. grestore
  20895. [(pi/4)] 0.2619 0.01472 0 2 Mshowa
  20896. gsave
  20897. 0.002 setlinewidth
  20898. 0.38095 0.01472 moveto
  20899. 0.38095 0.02097 lineto
  20900. stroke
  20901. grestore
  20902. [(3pi/8)] 0.38095 0.01472 0 2 Mshowa
  20903. gsave
  20904. 0.002 setlinewidth
  20905. 0.5 0.01472 moveto
  20906. 0.5 0.02097 lineto
  20907. stroke
  20908. grestore
  20909. [(pi/2)] 0.5 0.01472 0 2 Mshowa
  20910. gsave
  20911. 0.002 setlinewidth
  20912. 0.61905 0.01472 moveto
  20913. 0.61905 0.02097 lineto
  20914. stroke
  20915. grestore
  20916. [(5pi/8)] 0.61905 0.01472 0 2 Mshowa
  20917. gsave
  20918. 0.002 setlinewidth
  20919. 0.7381 0.01472 moveto
  20920. 0.7381 0.02097 lineto
  20921. stroke
  20922. grestore
  20923. [(3pi/4)] 0.7381 0.01472 0 2 Mshowa
  20924. gsave
  20925. 0.002 setlinewidth
  20926. 0.85714 0.01472 moveto
  20927. 0.85714 0.02097 lineto
  20928. stroke
  20929. grestore
  20930. [(7pi/8)] 0.85714 0.01472 0 2 Mshowa
  20931. gsave
  20932. 0.002 setlinewidth
  20933. 0.97619 0.01472 moveto
  20934. 0.97619 0.02097 lineto
  20935. stroke
  20936. grestore
  20937. [(pi)] 0.97619 0.01472 0 2 Mshowa
  20938. [(x)] 1.025 0.01472 -1 0 Mshowa
  20939. gsave
  20940. 0.002 setlinewidth
  20941. 0 0.01472 moveto
  20942. 1 0.01472 lineto
  20943. stroke
  20944. grestore
  20945. gsave
  20946. 0.002 setlinewidth
  20947. 0.02381 0.13244 moveto
  20948. 0.03006 0.13244 lineto
  20949. stroke
  20950. grestore
  20951. [(0.2)] 0.01131 0.13244 1 0 Mshowa
  20952. gsave
  20953. 0.002 setlinewidth
  20954. 0.02381 0.25016 moveto
  20955. 0.03006 0.25016 lineto
  20956. stroke
  20957. grestore
  20958. [(0.4)] 0.01131 0.25016 1 0 Mshowa
  20959. gsave
  20960. 0.002 setlinewidth
  20961. 0.02381 0.36788 moveto
  20962. 0.03006 0.36788 lineto
  20963. stroke
  20964. grestore
  20965. [(0.6)] 0.01131 0.36788 1 0 Mshowa
  20966. gsave
  20967. 0.002 setlinewidth
  20968. 0.02381 0.4856 moveto
  20969. 0.03006 0.4856 lineto
  20970. stroke
  20971. grestore
  20972. [(0.8)] 0.01131 0.4856 1 0 Mshowa
  20973. gsave
  20974. 0.002 setlinewidth
  20975. 0.02381 0.60332 moveto
  20976. 0.03006 0.60332 lineto
  20977. stroke
  20978. grestore
  20979. [(1)] 0.01131 0.60332 1 0 Mshowa
  20980. gsave
  20981. 0.001 setlinewidth
  20982. 0.02381 0.03826 moveto
  20983. 0.02756 0.03826 lineto
  20984. stroke
  20985. grestore
  20986. gsave
  20987. 0.001 setlinewidth
  20988. 0.02381 0.0618 moveto
  20989. 0.02756 0.0618 lineto
  20990. stroke
  20991. grestore
  20992. gsave
  20993. 0.001 setlinewidth
  20994. 0.02381 0.08535 moveto
  20995. 0.02756 0.08535 lineto
  20996. stroke
  20997. grestore
  20998. gsave
  20999. 0.001 setlinewidth
  21000. 0.02381 0.10889 moveto
  21001. 0.02756 0.10889 lineto
  21002. stroke
  21003. grestore
  21004. gsave
  21005. 0.001 setlinewidth
  21006. 0.02381 0.15598 moveto
  21007. 0.02756 0.15598 lineto
  21008. stroke
  21009. grestore
  21010. gsave
  21011. 0.001 setlinewidth
  21012. 0.02381 0.17952 moveto
  21013. 0.02756 0.17952 lineto
  21014. stroke
  21015. grestore
  21016. gsave
  21017. 0.001 setlinewidth
  21018. 0.02381 0.20307 moveto
  21019. 0.02756 0.20307 lineto
  21020. stroke
  21021. grestore
  21022. gsave
  21023. 0.001 setlinewidth
  21024. 0.02381 0.22661 moveto
  21025. 0.02756 0.22661 lineto
  21026. stroke
  21027. grestore
  21028. gsave
  21029. 0.001 setlinewidth
  21030. 0.02381 0.2737 moveto
  21031. 0.02756 0.2737 lineto
  21032. stroke
  21033. grestore
  21034. gsave
  21035. 0.001 setlinewidth
  21036. 0.02381 0.29724 moveto
  21037. 0.02756 0.29724 lineto
  21038. stroke
  21039. grestore
  21040. gsave
  21041. 0.001 setlinewidth
  21042. 0.02381 0.32079 moveto
  21043. 0.02756 0.32079 lineto
  21044. stroke
  21045. grestore
  21046. gsave
  21047. 0.001 setlinewidth
  21048. 0.02381 0.34433 moveto
  21049. 0.02756 0.34433 lineto
  21050. stroke
  21051. grestore
  21052. gsave
  21053. 0.001 setlinewidth
  21054. 0.02381 0.39142 moveto
  21055. 0.02756 0.39142 lineto
  21056. stroke
  21057. grestore
  21058. gsave
  21059. 0.001 setlinewidth
  21060. 0.02381 0.41497 moveto
  21061. 0.02756 0.41497 lineto
  21062. stroke
  21063. grestore
  21064. gsave
  21065. 0.001 setlinewidth
  21066. 0.02381 0.43851 moveto
  21067. 0.02756 0.43851 lineto
  21068. stroke
  21069. grestore
  21070. gsave
  21071. 0.001 setlinewidth
  21072. 0.02381 0.46205 moveto
  21073. 0.02756 0.46205 lineto
  21074. stroke
  21075. grestore
  21076. gsave
  21077. 0.001 setlinewidth
  21078. 0.02381 0.50914 moveto
  21079. 0.02756 0.50914 lineto
  21080. stroke
  21081. grestore
  21082. gsave
  21083. 0.001 setlinewidth
  21084. 0.02381 0.53269 moveto
  21085. 0.02756 0.53269 lineto
  21086. stroke
  21087. grestore
  21088. gsave
  21089. 0.001 setlinewidth
  21090. 0.02381 0.55623 moveto
  21091. 0.02756 0.55623 lineto
  21092. stroke
  21093. grestore
  21094. gsave
  21095. 0.001 setlinewidth
  21096. 0.02381 0.57977 moveto
  21097. 0.02756 0.57977 lineto
  21098. stroke
  21099. grestore
  21100. [(y)] 0.02381 0.61803 0 -4 Mshowa
  21101. gsave
  21102. 0.002 setlinewidth
  21103. 0.02381 0 moveto
  21104. 0.02381 0.61803 lineto
  21105. stroke
  21106. grestore
  21107. grestore
  21108. 0 0 moveto
  21109. 1 0 lineto
  21110. 1 0.61803 lineto
  21111. 0 0.61803 lineto
  21112. closepath
  21113. clip
  21114. newpath
  21115. gsave
  21116. 0 1 1 setrgbcolor
  21117. gsave
  21118. 0.02381 0.01472 moveto
  21119. 0.02381 0.01472 lineto
  21120. 0.14286 0.01472 lineto
  21121. 0.14286 0.01472 lineto
  21122. fill
  21123. 0.14286 0.01472 moveto
  21124. 0.14286 0.23996 lineto
  21125. 0.2619 0.23996 lineto
  21126. 0.2619 0.01472 lineto
  21127. fill
  21128. 0.2619 0.01472 moveto
  21129. 0.2619 0.43092 lineto
  21130. 0.38095 0.43092 lineto
  21131. 0.38095 0.01472 lineto
  21132. fill
  21133. 0.38095 0.01472 moveto
  21134. 0.38095 0.55851 lineto
  21135. 0.5 0.55851 lineto
  21136. 0.5 0.01472 lineto
  21137. fill
  21138. 0.5 0.01472 moveto
  21139. 0.5 0.55851 lineto
  21140. 0.61905 0.55851 lineto
  21141. 0.61905 0.01472 lineto
  21142. fill
  21143. 0.61905 0.01472 moveto
  21144. 0.61905 0.43092 lineto
  21145. 0.7381 0.43092 lineto
  21146. 0.7381 0.01472 lineto
  21147. fill
  21148. 0.7381 0.01472 moveto
  21149. 0.7381 0.23996 lineto
  21150. 0.85714 0.23996 lineto
  21151. 0.85714 0.01472 lineto
  21152. fill
  21153. 0.85714 0.01472 moveto
  21154. 0.85714 0.01472 lineto
  21155. 0.97619 0.01472 lineto
  21156. 0.97619 0.01472 lineto
  21157. fill
  21158. grestore
  21159. grestore
  21160. gsave
  21161. 1 0 1 setrgbcolor
  21162. gsave
  21163. grestore
  21164. grestore
  21165. gsave
  21166. 0.75 0.75 0.75 setrgbcolor
  21167. gsave
  21168. 0.004 setlinewidth
  21169. 0.02381 0.01472 moveto
  21170. 0.02381 0.01472 lineto
  21171. 0.14286 0.01472 lineto
  21172. 0.14286 0.01472 lineto
  21173. 0.02381 0.01472 lineto
  21174. stroke
  21175. 0.14286 0.01472 moveto
  21176. 0.14286 0.23996 lineto
  21177. 0.2619 0.23996 lineto
  21178. 0.2619 0.01472 lineto
  21179. 0.14286 0.01472 lineto
  21180. stroke
  21181. 0.2619 0.01472 moveto
  21182. 0.2619 0.43092 lineto
  21183. 0.38095 0.43092 lineto
  21184. 0.38095 0.01472 lineto
  21185. 0.2619 0.01472 lineto
  21186. stroke
  21187. 0.38095 0.01472 moveto
  21188. 0.38095 0.55851 lineto
  21189. 0.5 0.55851 lineto
  21190. 0.5 0.01472 lineto
  21191. 0.38095 0.01472 lineto
  21192. stroke
  21193. 0.5 0.01472 moveto
  21194. 0.5 0.55851 lineto
  21195. 0.61905 0.55851 lineto
  21196. 0.61905 0.01472 lineto
  21197. 0.5 0.01472 lineto
  21198. stroke
  21199. 0.61905 0.01472 moveto
  21200. 0.61905 0.43092 lineto
  21201. 0.7381 0.43092 lineto
  21202. 0.7381 0.01472 lineto
  21203. 0.61905 0.01472 lineto
  21204. stroke
  21205. 0.7381 0.01472 moveto
  21206. 0.7381 0.23996 lineto
  21207. 0.85714 0.23996 lineto
  21208. 0.85714 0.01472 lineto
  21209. 0.7381 0.01472 lineto
  21210. stroke
  21211. 0.85714 0.01472 moveto
  21212. 0.85714 0.01472 lineto
  21213. 0.97619 0.01472 lineto
  21214. 0.97619 0.01472 lineto
  21215. 0.85714 0.01472 lineto
  21216. stroke
  21217. grestore
  21218. grestore
  21219. gsave
  21220. 0 0 0 setrgbcolor
  21221. 0 setlinewidth
  21222. 0.02381 0.01472 moveto
  21223. 0.97619 0.01472 lineto
  21224. stroke
  21225. 0.02381 0.01472 moveto
  21226. 0.02381 0.60332 lineto
  21227. stroke
  21228. grestore
  21229. gsave
  21230. gsave
  21231. 0 0 0 setrgbcolor
  21232. [ ] 0 setdash
  21233. 1 Mabswid
  21234. 0.02381 0.01472 moveto
  21235. 0.06349 0.09154 lineto
  21236. 0.10317 0.16706 lineto
  21237. 0.14286 0.23996 lineto
  21238. 0.18254 0.30902 lineto
  21239. 0.22222 0.37303 lineto
  21240. 0.2619 0.43092 lineto
  21241. 0.30159 0.48169 lineto
  21242. 0.34127 0.52446 lineto
  21243. 0.38095 0.55851 lineto
  21244. 0.42063 0.58326 lineto
  21245. 0.44048 0.59201 lineto
  21246. 0.4504 0.59546 lineto
  21247. 0.46032 0.59828 lineto
  21248. 0.47024 0.60048 lineto
  21249. 0.4752 0.60135 lineto
  21250. 0.48016 0.60206 lineto
  21251. 0.48512 0.60261 lineto
  21252. 0.4876 0.60283 lineto
  21253. 0.49008 0.603 lineto
  21254. 0.49256 0.60314 lineto
  21255. 0.4938 0.6032 lineto
  21256. 0.49504 0.60324 lineto
  21257. 0.49628 0.60327 lineto
  21258. 0.49752 0.6033 lineto
  21259. 0.49876 0.60331 lineto
  21260. 0.5 0.60332 lineto
  21261. 0.50124 0.60331 lineto
  21262. 0.50248 0.6033 lineto
  21263. 0.50372 0.60327 lineto
  21264. 0.50496 0.60324 lineto
  21265. 0.50744 0.60314 lineto
  21266. 0.50992 0.603 lineto
  21267. 0.5124 0.60283 lineto
  21268. 0.51488 0.60261 lineto
  21269. 0.51984 0.60206 lineto
  21270. 0.5248 0.60135 lineto
  21271. 0.52976 0.60048 lineto
  21272. 0.53968 0.59828 lineto
  21273. 0.5496 0.59546 lineto
  21274. 0.55952 0.59201 lineto
  21275. 0.57937 0.58326 lineto
  21276. 0.61905 0.55851 lineto
  21277. 0.65873 0.52446 lineto
  21278. 0.69841 0.48169 lineto
  21279. 0.7381 0.43092 lineto
  21280. 0.77778 0.37303 lineto
  21281. 0.81746 0.30902 lineto
  21282. 0.85714 0.23996 lineto
  21283. 0.89683 0.16706 lineto
  21284. Mistroke
  21285. 0.93651 0.09154 lineto
  21286. 0.97619 0.01472 lineto
  21287. Mfstroke
  21288. grestore
  21289. grestore
  21290. gsave
  21291. 1 0 0 setrgbcolor
  21292. [ ] 0 setdash
  21293. 6 Mabswid
  21294. 0.02381 0.01472 Mdot
  21295. grestore
  21296. gsave
  21297. 1 0 0 setrgbcolor
  21298. [ ] 0 setdash
  21299. 6 Mabswid
  21300. 0.14286 0.23996 Mdot
  21301. grestore
  21302. gsave
  21303. 1 0 0 setrgbcolor
  21304. [ ] 0 setdash
  21305. 6 Mabswid
  21306. 0.2619 0.43092 Mdot
  21307. grestore
  21308. gsave
  21309. 1 0 0 setrgbcolor
  21310. [ ] 0 setdash
  21311. 6 Mabswid
  21312. 0.38095 0.55851 Mdot
  21313. grestore
  21314. gsave
  21315. 1 0 0 setrgbcolor
  21316. [ ] 0 setdash
  21317. 6 Mabswid
  21318. 0.61905 0.55851 Mdot
  21319. grestore
  21320. gsave
  21321. 1 0 0 setrgbcolor
  21322. [ ] 0 setdash
  21323. 6 Mabswid
  21324. 0.7381 0.43092 Mdot
  21325. grestore
  21326. gsave
  21327. 1 0 0 setrgbcolor
  21328. [ ] 0 setdash
  21329. 6 Mabswid
  21330. 0.85714 0.23996 Mdot
  21331. grestore
  21332. gsave
  21333. 1 0 0 setrgbcolor
  21334. [ ] 0 setdash
  21335. 6 Mabswid
  21336. 0.97619 0.01472 Mdot
  21337. grestore
  21338. % End of Graphics
  21339. MathPictureEnd
  21340. :[font = output; output; inactive; preserveAspect; endGroup; endGroup; ]
  21341. 1.581532520246827
  21342. ;[o]
  21343. 1.58153
  21344. :[font = input; Cclosed; nowordwrap; preserveAspect; startGroup; ]
  21345. Riemann[Sin[x],{0,Pi},{0,Pi/6,Pi/4,Pi/3,Pi/2,2Pi/3,3Pi/4,5Pi/6,Pi},
  21346. Random,Draw]
  21347. :[font = postscript; PostScript; formatAsPostScript; output; inactive; Cclosed; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; startGroup; ]
  21348. %!
  21349. %%Creator: Mathematica
  21350. %%AspectRatio: 0.61803 
  21351. MathPictureStart
  21352. /Courier findfont 10  scalefont  setfont
  21353. % Scaling calculations
  21354. 0.02381 0.303152 0.014715 0.588604 [
  21355. [(pi/6)] 0.18254 0.01472 0 2 Msboxa
  21356. [(pi/4)] 0.2619 0.01472 0 2 Msboxa
  21357. [(pi/3)] 0.34127 0.01472 0 2 Msboxa
  21358. [(pi/2)] 0.5 0.01472 0 2 Msboxa
  21359. [(2pi/3)] 0.65873 0.01472 0 2 Msboxa
  21360. [(3pi/4)] 0.7381 0.01472 0 2 Msboxa
  21361. [(5pi/6)] 0.81746 0.01472 0 2 Msboxa
  21362. [(pi)] 0.97619 0.01472 0 2 Msboxa
  21363. [(x)] 1.025 0.01472 -1 0 Msboxa
  21364. [(0.2)] 0.01131 0.13244 1 0 Msboxa
  21365. [(0.4)] 0.01131 0.25016 1 0 Msboxa
  21366. [(0.6)] 0.01131 0.36788 1 0 Msboxa
  21367. [(0.8)] 0.01131 0.4856 1 0 Msboxa
  21368. [(1)] 0.01131 0.60332 1 0 Msboxa
  21369. [(y)] 0.02381 0.61803 0 -4 Msboxa
  21370. [ -0.001 -0.001 0 0 ]
  21371. [ 1.001 0.61903 0 0 ]
  21372. ] MathScale
  21373. % Start of Graphics
  21374. 1 setlinecap
  21375. 1 setlinejoin
  21376. newpath
  21377. %%Object: Graphics
  21378. [ ] 0 setdash
  21379. 0 setgray
  21380. gsave
  21381. gsave
  21382. 0.002 setlinewidth
  21383. 0.18254 0.01472 moveto
  21384. 0.18254 0.02097 lineto
  21385. stroke
  21386. grestore
  21387. [(pi/6)] 0.18254 0.01472 0 2 Mshowa
  21388. gsave
  21389. 0.002 setlinewidth
  21390. 0.2619 0.01472 moveto
  21391. 0.2619 0.02097 lineto
  21392. stroke
  21393. grestore
  21394. [(pi/4)] 0.2619 0.01472 0 2 Mshowa
  21395. gsave
  21396. 0.002 setlinewidth
  21397. 0.34127 0.01472 moveto
  21398. 0.34127 0.02097 lineto
  21399. stroke
  21400. grestore
  21401. [(pi/3)] 0.34127 0.01472 0 2 Mshowa
  21402. gsave
  21403. 0.002 setlinewidth
  21404. 0.5 0.01472 moveto
  21405. 0.5 0.02097 lineto
  21406. stroke
  21407. grestore
  21408. [(pi/2)] 0.5 0.01472 0 2 Mshowa
  21409. gsave
  21410. 0.002 setlinewidth
  21411. 0.65873 0.01472 moveto
  21412. 0.65873 0.02097 lineto
  21413. stroke
  21414. grestore
  21415. [(2pi/3)] 0.65873 0.01472 0 2 Mshowa
  21416. gsave
  21417. 0.002 setlinewidth
  21418. 0.7381 0.01472 moveto
  21419. 0.7381 0.02097 lineto
  21420. stroke
  21421. grestore
  21422. [(3pi/4)] 0.7381 0.01472 0 2 Mshowa
  21423. gsave
  21424. 0.002 setlinewidth
  21425. 0.81746 0.01472 moveto
  21426. 0.81746 0.02097 lineto
  21427. stroke
  21428. grestore
  21429. [(5pi/6)] 0.81746 0.01472 0 2 Mshowa
  21430. gsave
  21431. 0.002 setlinewidth
  21432. 0.97619 0.01472 moveto
  21433. 0.97619 0.02097 lineto
  21434. stroke
  21435. grestore
  21436. [(pi)] 0.97619 0.01472 0 2 Mshowa
  21437. [(x)] 1.025 0.01472 -1 0 Mshowa
  21438. gsave
  21439. 0.002 setlinewidth
  21440. 0 0.01472 moveto
  21441. 1 0.01472 lineto
  21442. stroke
  21443. grestore
  21444. gsave
  21445. 0.002 setlinewidth
  21446. 0.02381 0.13244 moveto
  21447. 0.03006 0.13244 lineto
  21448. stroke
  21449. grestore
  21450. [(0.2)] 0.01131 0.13244 1 0 Mshowa
  21451. gsave
  21452. 0.002 setlinewidth
  21453. 0.02381 0.25016 moveto
  21454. 0.03006 0.25016 lineto
  21455. stroke
  21456. grestore
  21457. [(0.4)] 0.01131 0.25016 1 0 Mshowa
  21458. gsave
  21459. 0.002 setlinewidth
  21460. 0.02381 0.36788 moveto
  21461. 0.03006 0.36788 lineto
  21462. stroke
  21463. grestore
  21464. [(0.6)] 0.01131 0.36788 1 0 Mshowa
  21465. gsave
  21466. 0.002 setlinewidth
  21467. 0.02381 0.4856 moveto
  21468. 0.03006 0.4856 lineto
  21469. stroke
  21470. grestore
  21471. [(0.8)] 0.01131 0.4856 1 0 Mshowa
  21472. gsave
  21473. 0.002 setlinewidth
  21474. 0.02381 0.60332 moveto
  21475. 0.03006 0.60332 lineto
  21476. stroke
  21477. grestore
  21478. [(1)] 0.01131 0.60332 1 0 Mshowa
  21479. gsave
  21480. 0.001 setlinewidth
  21481. 0.02381 0.03826 moveto
  21482. 0.02756 0.03826 lineto
  21483. stroke
  21484. grestore
  21485. gsave
  21486. 0.001 setlinewidth
  21487. 0.02381 0.0618 moveto
  21488. 0.02756 0.0618 lineto
  21489. stroke
  21490. grestore
  21491. gsave
  21492. 0.001 setlinewidth
  21493. 0.02381 0.08535 moveto
  21494. 0.02756 0.08535 lineto
  21495. stroke
  21496. grestore
  21497. gsave
  21498. 0.001 setlinewidth
  21499. 0.02381 0.10889 moveto
  21500. 0.02756 0.10889 lineto
  21501. stroke
  21502. grestore
  21503. gsave
  21504. 0.001 setlinewidth
  21505. 0.02381 0.15598 moveto
  21506. 0.02756 0.15598 lineto
  21507. stroke
  21508. grestore
  21509. gsave
  21510. 0.001 setlinewidth
  21511. 0.02381 0.17952 moveto
  21512. 0.02756 0.17952 lineto
  21513. stroke
  21514. grestore
  21515. gsave
  21516. 0.001 setlinewidth
  21517. 0.02381 0.20307 moveto
  21518. 0.02756 0.20307 lineto
  21519. stroke
  21520. grestore
  21521. gsave
  21522. 0.001 setlinewidth
  21523. 0.02381 0.22661 moveto
  21524. 0.02756 0.22661 lineto
  21525. stroke
  21526. grestore
  21527. gsave
  21528. 0.001 setlinewidth
  21529. 0.02381 0.2737 moveto
  21530. 0.02756 0.2737 lineto
  21531. stroke
  21532. grestore
  21533. gsave
  21534. 0.001 setlinewidth
  21535. 0.02381 0.29724 moveto
  21536. 0.02756 0.29724 lineto
  21537. stroke
  21538. grestore
  21539. gsave
  21540. 0.001 setlinewidth
  21541. 0.02381 0.32079 moveto
  21542. 0.02756 0.32079 lineto
  21543. stroke
  21544. grestore
  21545. gsave
  21546. 0.001 setlinewidth
  21547. 0.02381 0.34433 moveto
  21548. 0.02756 0.34433 lineto
  21549. stroke
  21550. grestore
  21551. gsave
  21552. 0.001 setlinewidth
  21553. 0.02381 0.39142 moveto
  21554. 0.02756 0.39142 lineto
  21555. stroke
  21556. grestore
  21557. gsave
  21558. 0.001 setlinewidth
  21559. 0.02381 0.41497 moveto
  21560. 0.02756 0.41497 lineto
  21561. stroke
  21562. grestore
  21563. gsave
  21564. 0.001 setlinewidth
  21565. 0.02381 0.43851 moveto
  21566. 0.02756 0.43851 lineto
  21567. stroke
  21568. grestore
  21569. gsave
  21570. 0.001 setlinewidth
  21571. 0.02381 0.46205 moveto
  21572. 0.02756 0.46205 lineto
  21573. stroke
  21574. grestore
  21575. gsave
  21576. 0.001 setlinewidth
  21577. 0.02381 0.50914 moveto
  21578. 0.02756 0.50914 lineto
  21579. stroke
  21580. grestore
  21581. gsave
  21582. 0.001 setlinewidth
  21583. 0.02381 0.53269 moveto
  21584. 0.02756 0.53269 lineto
  21585. stroke
  21586. grestore
  21587. gsave
  21588. 0.001 setlinewidth
  21589. 0.02381 0.55623 moveto
  21590. 0.02756 0.55623 lineto
  21591. stroke
  21592. grestore
  21593. gsave
  21594. 0.001 setlinewidth
  21595. 0.02381 0.57977 moveto
  21596. 0.02756 0.57977 lineto
  21597. stroke
  21598. grestore
  21599. [(y)] 0.02381 0.61803 0 -4 Mshowa
  21600. gsave
  21601. 0.002 setlinewidth
  21602. 0.02381 0 moveto
  21603. 0.02381 0.61803 lineto
  21604. stroke
  21605. grestore
  21606. grestore
  21607. 0 0 moveto
  21608. 1 0 lineto
  21609. 1 0.61803 lineto
  21610. 0 0.61803 lineto
  21611. closepath
  21612. clip
  21613. newpath
  21614. gsave
  21615. 0 1 1 setrgbcolor
  21616. gsave
  21617. 0.02381 0.01472 moveto
  21618. 0.02381 0.02166 lineto
  21619. 0.18254 0.02166 lineto
  21620. 0.18254 0.01472 lineto
  21621. fill
  21622. 0.18254 0.01472 moveto
  21623. 0.18254 0.37289 lineto
  21624. 0.2619 0.37289 lineto
  21625. 0.2619 0.01472 lineto
  21626. fill
  21627. 0.2619 0.01472 moveto
  21628. 0.2619 0.43407 lineto
  21629. 0.34127 0.43407 lineto
  21630. 0.34127 0.01472 lineto
  21631. fill
  21632. 0.34127 0.01472 moveto
  21633. 0.34127 0.5882 lineto
  21634. 0.5 0.5882 lineto
  21635. 0.5 0.01472 lineto
  21636. fill
  21637. 0.5 0.01472 moveto
  21638. 0.5 0.53999 lineto
  21639. 0.65873 0.53999 lineto
  21640. 0.65873 0.01472 lineto
  21641. fill
  21642. 0.65873 0.01472 moveto
  21643. 0.65873 0.50157 lineto
  21644. 0.7381 0.50157 lineto
  21645. 0.7381 0.01472 lineto
  21646. fill
  21647. 0.7381 0.01472 moveto
  21648. 0.7381 0.35105 lineto
  21649. 0.81746 0.35105 lineto
  21650. 0.81746 0.01472 lineto
  21651. fill
  21652. 0.81746 0.01472 moveto
  21653. 0.81746 0.23077 lineto
  21654. 0.97619 0.23077 lineto
  21655. 0.97619 0.01472 lineto
  21656. fill
  21657. grestore
  21658. grestore
  21659. gsave
  21660. 1 0 1 setrgbcolor
  21661. gsave
  21662. grestore
  21663. grestore
  21664. gsave
  21665. 0.75 0.75 0.75 setrgbcolor
  21666. gsave
  21667. 0.004 setlinewidth
  21668. 0.02381 0.01472 moveto
  21669. 0.02381 0.02166 lineto
  21670. 0.18254 0.02166 lineto
  21671. 0.18254 0.01472 lineto
  21672. 0.02381 0.01472 lineto
  21673. stroke
  21674. 0.18254 0.01472 moveto
  21675. 0.18254 0.37289 lineto
  21676. 0.2619 0.37289 lineto
  21677. 0.2619 0.01472 lineto
  21678. 0.18254 0.01472 lineto
  21679. stroke
  21680. 0.2619 0.01472 moveto
  21681. 0.2619 0.43407 lineto
  21682. 0.34127 0.43407 lineto
  21683. 0.34127 0.01472 lineto
  21684. 0.2619 0.01472 lineto
  21685. stroke
  21686. 0.34127 0.01472 moveto
  21687. 0.34127 0.5882 lineto
  21688. 0.5 0.5882 lineto
  21689. 0.5 0.01472 lineto
  21690. 0.34127 0.01472 lineto
  21691. stroke
  21692. 0.5 0.01472 moveto
  21693. 0.5 0.53999 lineto
  21694. 0.65873 0.53999 lineto
  21695. 0.65873 0.01472 lineto
  21696. 0.5 0.01472 lineto
  21697. stroke
  21698. 0.65873 0.01472 moveto
  21699. 0.65873 0.50157 lineto
  21700. 0.7381 0.50157 lineto
  21701. 0.7381 0.01472 lineto
  21702. 0.65873 0.01472 lineto
  21703. stroke
  21704. 0.7381 0.01472 moveto
  21705. 0.7381 0.35105 lineto
  21706. 0.81746 0.35105 lineto
  21707. 0.81746 0.01472 lineto
  21708. 0.7381 0.01472 lineto
  21709. stroke
  21710. 0.81746 0.01472 moveto
  21711. 0.81746 0.23077 lineto
  21712. 0.97619 0.23077 lineto
  21713. 0.97619 0.01472 lineto
  21714. 0.81746 0.01472 lineto
  21715. stroke
  21716. grestore
  21717. grestore
  21718. gsave
  21719. 0 0 0 setrgbcolor
  21720. 0 setlinewidth
  21721. 0.02381 0.01472 moveto
  21722. 0.97619 0.01472 lineto
  21723. stroke
  21724. 0.02381 0.01472 moveto
  21725. 0.02381 0.60332 lineto
  21726. stroke
  21727. grestore
  21728. gsave
  21729. gsave
  21730. 0 0 0 setrgbcolor
  21731. [ ] 0 setdash
  21732. 1 Mabswid
  21733. 0.02381 0.01472 moveto
  21734. 0.06349 0.09154 lineto
  21735. 0.10317 0.16706 lineto
  21736. 0.14286 0.23996 lineto
  21737. 0.18254 0.30902 lineto
  21738. 0.22222 0.37303 lineto
  21739. 0.2619 0.43092 lineto
  21740. 0.30159 0.48169 lineto
  21741. 0.34127 0.52446 lineto
  21742. 0.38095 0.55851 lineto
  21743. 0.42063 0.58326 lineto
  21744. 0.44048 0.59201 lineto
  21745. 0.4504 0.59546 lineto
  21746. 0.46032 0.59828 lineto
  21747. 0.47024 0.60048 lineto
  21748. 0.4752 0.60135 lineto
  21749. 0.48016 0.60206 lineto
  21750. 0.48512 0.60261 lineto
  21751. 0.4876 0.60283 lineto
  21752. 0.49008 0.603 lineto
  21753. 0.49256 0.60314 lineto
  21754. 0.4938 0.6032 lineto
  21755. 0.49504 0.60324 lineto
  21756. 0.49628 0.60327 lineto
  21757. 0.49752 0.6033 lineto
  21758. 0.49876 0.60331 lineto
  21759. 0.5 0.60332 lineto
  21760. 0.50124 0.60331 lineto
  21761. 0.50248 0.6033 lineto
  21762. 0.50372 0.60327 lineto
  21763. 0.50496 0.60324 lineto
  21764. 0.50744 0.60314 lineto
  21765. 0.50992 0.603 lineto
  21766. 0.5124 0.60283 lineto
  21767. 0.51488 0.60261 lineto
  21768. 0.51984 0.60206 lineto
  21769. 0.5248 0.60135 lineto
  21770. 0.52976 0.60048 lineto
  21771. 0.53968 0.59828 lineto
  21772. 0.5496 0.59546 lineto
  21773. 0.55952 0.59201 lineto
  21774. 0.57937 0.58326 lineto
  21775. 0.61905 0.55851 lineto
  21776. 0.65873 0.52446 lineto
  21777. 0.69841 0.48169 lineto
  21778. 0.7381 0.43092 lineto
  21779. 0.77778 0.37303 lineto
  21780. 0.81746 0.30902 lineto
  21781. 0.85714 0.23996 lineto
  21782. 0.89683 0.16706 lineto
  21783. Mistroke
  21784. 0.93651 0.09154 lineto
  21785. 0.97619 0.01472 lineto
  21786. Mfstroke
  21787. grestore
  21788. grestore
  21789. gsave
  21790. 1 0 0 setrgbcolor
  21791. [ ] 0 setdash
  21792. 6 Mabswid
  21793. 0.02738 0.02166 Mdot
  21794. grestore
  21795. gsave
  21796. 1 0 0 setrgbcolor
  21797. [ ] 0 setdash
  21798. 6 Mabswid
  21799. 0.22213 0.37289 Mdot
  21800. grestore
  21801. gsave
  21802. 1 0 0 setrgbcolor
  21803. [ ] 0 setdash
  21804. 6 Mabswid
  21805. 0.26421 0.43407 Mdot
  21806. grestore
  21807. gsave
  21808. 1 0 0 setrgbcolor
  21809. [ ] 0 setdash
  21810. 6 Mabswid
  21811. 0.43113 0.5882 Mdot
  21812. grestore
  21813. gsave
  21814. 1 0 0 setrgbcolor
  21815. [ ] 0 setdash
  21816. 6 Mabswid
  21817. 0.64192 0.53999 Mdot
  21818. grestore
  21819. gsave
  21820. 1 0 0 setrgbcolor
  21821. [ ] 0 setdash
  21822. 6 Mabswid
  21823. 0.68092 0.50157 Mdot
  21824. grestore
  21825. gsave
  21826. 1 0 0 setrgbcolor
  21827. [ ] 0 setdash
  21828. 6 Mabswid
  21829. 0.79181 0.35105 Mdot
  21830. grestore
  21831. gsave
  21832. 1 0 0 setrgbcolor
  21833. [ ] 0 setdash
  21834. 6 Mabswid
  21835. 0.86225 0.23077 Mdot
  21836. grestore
  21837. % End of Graphics
  21838. MathPictureEnd
  21839. :[font = output; output; inactive; preserveAspect; endGroup; endGroup; ]
  21840. 1.887745466338996
  21841. ;[o]
  21842. 1.88775
  21843. :[font = input; Cclosed; nowordwrap; preserveAspect; startGroup; ]
  21844. Riemann[{Sin[x],Cos[x]},{0,Pi/2},10,Mid,Draw]
  21845. :[font = postscript; PostScript; formatAsPostScript; output; inactive; Cclosed; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; startGroup; ]
  21846. %!
  21847. %%Creator: Mathematica
  21848. %%AspectRatio: 0.61803 
  21849. MathPictureStart
  21850. /Courier findfont 10  scalefont  setfont
  21851. % Scaling calculations
  21852. 0.02381 0.606305 0.014715 0.588604 [
  21853. [(0.157)] 0.11905 0.01472 0 2 Msboxa
  21854. [(0.314)] 0.21429 0.01472 0 2 Msboxa
  21855. [(0.471)] 0.30952 0.01472 0 2 Msboxa
  21856. [(0.628)] 0.40476 0.01472 0 2 Msboxa
  21857. [(0.785)] 0.5 0.01472 0 2 Msboxa
  21858. [(0.942)] 0.59524 0.01472 0 2 Msboxa
  21859. [(1.1)] 0.69048 0.01472 0 2 Msboxa
  21860. [(1.26)] 0.78571 0.01472 0 2 Msboxa
  21861. [(1.41)] 0.88095 0.01472 0 2 Msboxa
  21862. [(1.57)] 0.97619 0.01472 0 2 Msboxa
  21863. [(x)] 1.025 0.01472 -1 0 Msboxa
  21864. [(0.2)] 0.01131 0.13244 1 0 Msboxa
  21865. [(0.4)] 0.01131 0.25016 1 0 Msboxa
  21866. [(0.6)] 0.01131 0.36788 1 0 Msboxa
  21867. [(0.8)] 0.01131 0.4856 1 0 Msboxa
  21868. [(1)] 0.01131 0.60332 1 0 Msboxa
  21869. [(y)] 0.02381 0.61803 0 -4 Msboxa
  21870. [ -0.001 -0.001 0 0 ]
  21871. [ 1.001 0.61903 0 0 ]
  21872. ] MathScale
  21873. % Start of Graphics
  21874. 1 setlinecap
  21875. 1 setlinejoin
  21876. newpath
  21877. %%Object: Graphics
  21878. [ ] 0 setdash
  21879. 0 setgray
  21880. gsave
  21881. gsave
  21882. 0.002 setlinewidth
  21883. 0.11905 0.01472 moveto
  21884. 0.11905 0.02097 lineto
  21885. stroke
  21886. grestore
  21887. [(0.157)] 0.11905 0.01472 0 2 Mshowa
  21888. gsave
  21889. 0.002 setlinewidth
  21890. 0.21429 0.01472 moveto
  21891. 0.21429 0.02097 lineto
  21892. stroke
  21893. grestore
  21894. [(0.314)] 0.21429 0.01472 0 2 Mshowa
  21895. gsave
  21896. 0.002 setlinewidth
  21897. 0.30952 0.01472 moveto
  21898. 0.30952 0.02097 lineto
  21899. stroke
  21900. grestore
  21901. [(0.471)] 0.30952 0.01472 0 2 Mshowa
  21902. gsave
  21903. 0.002 setlinewidth
  21904. 0.40476 0.01472 moveto
  21905. 0.40476 0.02097 lineto
  21906. stroke
  21907. grestore
  21908. [(0.628)] 0.40476 0.01472 0 2 Mshowa
  21909. gsave
  21910. 0.002 setlinewidth
  21911. 0.5 0.01472 moveto
  21912. 0.5 0.02097 lineto
  21913. stroke
  21914. grestore
  21915. [(0.785)] 0.5 0.01472 0 2 Mshowa
  21916. gsave
  21917. 0.002 setlinewidth
  21918. 0.59524 0.01472 moveto
  21919. 0.59524 0.02097 lineto
  21920. stroke
  21921. grestore
  21922. [(0.942)] 0.59524 0.01472 0 2 Mshowa
  21923. gsave
  21924. 0.002 setlinewidth
  21925. 0.69048 0.01472 moveto
  21926. 0.69048 0.02097 lineto
  21927. stroke
  21928. grestore
  21929. [(1.1)] 0.69048 0.01472 0 2 Mshowa
  21930. gsave
  21931. 0.002 setlinewidth
  21932. 0.78571 0.01472 moveto
  21933. 0.78571 0.02097 lineto
  21934. stroke
  21935. grestore
  21936. [(1.26)] 0.78571 0.01472 0 2 Mshowa
  21937. gsave
  21938. 0.002 setlinewidth
  21939. 0.88095 0.01472 moveto
  21940. 0.88095 0.02097 lineto
  21941. stroke
  21942. grestore
  21943. [(1.41)] 0.88095 0.01472 0 2 Mshowa
  21944. gsave
  21945. 0.002 setlinewidth
  21946. 0.97619 0.01472 moveto
  21947. 0.97619 0.02097 lineto
  21948. stroke
  21949. grestore
  21950. [(1.57)] 0.97619 0.01472 0 2 Mshowa
  21951. [(x)] 1.025 0.01472 -1 0 Mshowa
  21952. gsave
  21953. 0.002 setlinewidth
  21954. 0 0.01472 moveto
  21955. 1 0.01472 lineto
  21956. stroke
  21957. grestore
  21958. gsave
  21959. 0.002 setlinewidth
  21960. 0.02381 0.13244 moveto
  21961. 0.03006 0.13244 lineto
  21962. stroke
  21963. grestore
  21964. [(0.2)] 0.01131 0.13244 1 0 Mshowa
  21965. gsave
  21966. 0.002 setlinewidth
  21967. 0.02381 0.25016 moveto
  21968. 0.03006 0.25016 lineto
  21969. stroke
  21970. grestore
  21971. [(0.4)] 0.01131 0.25016 1 0 Mshowa
  21972. gsave
  21973. 0.002 setlinewidth
  21974. 0.02381 0.36788 moveto
  21975. 0.03006 0.36788 lineto
  21976. stroke
  21977. grestore
  21978. [(0.6)] 0.01131 0.36788 1 0 Mshowa
  21979. gsave
  21980. 0.002 setlinewidth
  21981. 0.02381 0.4856 moveto
  21982. 0.03006 0.4856 lineto
  21983. stroke
  21984. grestore
  21985. [(0.8)] 0.01131 0.4856 1 0 Mshowa
  21986. gsave
  21987. 0.002 setlinewidth
  21988. 0.02381 0.60332 moveto
  21989. 0.03006 0.60332 lineto
  21990. stroke
  21991. grestore
  21992. [(1)] 0.01131 0.60332 1 0 Mshowa
  21993. gsave
  21994. 0.001 setlinewidth
  21995. 0.02381 0.03826 moveto
  21996. 0.02756 0.03826 lineto
  21997. stroke
  21998. grestore
  21999. gsave
  22000. 0.001 setlinewidth
  22001. 0.02381 0.0618 moveto
  22002. 0.02756 0.0618 lineto
  22003. stroke
  22004. grestore
  22005. gsave
  22006. 0.001 setlinewidth
  22007. 0.02381 0.08535 moveto
  22008. 0.02756 0.08535 lineto
  22009. stroke
  22010. grestore
  22011. gsave
  22012. 0.001 setlinewidth
  22013. 0.02381 0.10889 moveto
  22014. 0.02756 0.10889 lineto
  22015. stroke
  22016. grestore
  22017. gsave
  22018. 0.001 setlinewidth
  22019. 0.02381 0.15598 moveto
  22020. 0.02756 0.15598 lineto
  22021. stroke
  22022. grestore
  22023. gsave
  22024. 0.001 setlinewidth
  22025. 0.02381 0.17952 moveto
  22026. 0.02756 0.17952 lineto
  22027. stroke
  22028. grestore
  22029. gsave
  22030. 0.001 setlinewidth
  22031. 0.02381 0.20307 moveto
  22032. 0.02756 0.20307 lineto
  22033. stroke
  22034. grestore
  22035. gsave
  22036. 0.001 setlinewidth
  22037. 0.02381 0.22661 moveto
  22038. 0.02756 0.22661 lineto
  22039. stroke
  22040. grestore
  22041. gsave
  22042. 0.001 setlinewidth
  22043. 0.02381 0.2737 moveto
  22044. 0.02756 0.2737 lineto
  22045. stroke
  22046. grestore
  22047. gsave
  22048. 0.001 setlinewidth
  22049. 0.02381 0.29724 moveto
  22050. 0.02756 0.29724 lineto
  22051. stroke
  22052. grestore
  22053. gsave
  22054. 0.001 setlinewidth
  22055. 0.02381 0.32079 moveto
  22056. 0.02756 0.32079 lineto
  22057. stroke
  22058. grestore
  22059. gsave
  22060. 0.001 setlinewidth
  22061. 0.02381 0.34433 moveto
  22062. 0.02756 0.34433 lineto
  22063. stroke
  22064. grestore
  22065. gsave
  22066. 0.001 setlinewidth
  22067. 0.02381 0.39142 moveto
  22068. 0.02756 0.39142 lineto
  22069. stroke
  22070. grestore
  22071. gsave
  22072. 0.001 setlinewidth
  22073. 0.02381 0.41497 moveto
  22074. 0.02756 0.41497 lineto
  22075. stroke
  22076. grestore
  22077. gsave
  22078. 0.001 setlinewidth
  22079. 0.02381 0.43851 moveto
  22080. 0.02756 0.43851 lineto
  22081. stroke
  22082. grestore
  22083. gsave
  22084. 0.001 setlinewidth
  22085. 0.02381 0.46205 moveto
  22086. 0.02756 0.46205 lineto
  22087. stroke
  22088. grestore
  22089. gsave
  22090. 0.001 setlinewidth
  22091. 0.02381 0.50914 moveto
  22092. 0.02756 0.50914 lineto
  22093. stroke
  22094. grestore
  22095. gsave
  22096. 0.001 setlinewidth
  22097. 0.02381 0.53269 moveto
  22098. 0.02756 0.53269 lineto
  22099. stroke
  22100. grestore
  22101. gsave
  22102. 0.001 setlinewidth
  22103. 0.02381 0.55623 moveto
  22104. 0.02756 0.55623 lineto
  22105. stroke
  22106. grestore
  22107. gsave
  22108. 0.001 setlinewidth
  22109. 0.02381 0.57977 moveto
  22110. 0.02756 0.57977 lineto
  22111. stroke
  22112. grestore
  22113. [(y)] 0.02381 0.61803 0 -4 Mshowa
  22114. gsave
  22115. 0.002 setlinewidth
  22116. 0.02381 0 moveto
  22117. 0.02381 0.61803 lineto
  22118. stroke
  22119. grestore
  22120. grestore
  22121. 0 0 moveto
  22122. 1 0 lineto
  22123. 1 0.61803 lineto
  22124. 0 0.61803 lineto
  22125. closepath
  22126. clip
  22127. newpath
  22128. gsave
  22129. 0 1 1 setrgbcolor
  22130. gsave
  22131. 0.02381 0.0609 moveto
  22132. 0.02381 0.6015 lineto
  22133. 0.11905 0.6015 lineto
  22134. 0.11905 0.0609 lineto
  22135. fill
  22136. 0.11905 0.15212 moveto
  22137. 0.11905 0.58706 lineto
  22138. 0.21429 0.58706 lineto
  22139. 0.21429 0.15212 lineto
  22140. fill
  22141. 0.21429 0.23996 moveto
  22142. 0.21429 0.55851 lineto
  22143. 0.30952 0.55851 lineto
  22144. 0.30952 0.23996 lineto
  22145. fill
  22146. 0.30952 0.32226 moveto
  22147. 0.30952 0.51658 lineto
  22148. 0.40476 0.51658 lineto
  22149. 0.40476 0.32226 lineto
  22150. fill
  22151. 0.40476 0.39698 moveto
  22152. 0.40476 0.46229 lineto
  22153. 0.5 0.46229 lineto
  22154. 0.5 0.39698 lineto
  22155. fill
  22156. grestore
  22157. grestore
  22158. gsave
  22159. 1 0 1 setrgbcolor
  22160. gsave
  22161. 0.5 0.46229 moveto
  22162. 0.5 0.39698 lineto
  22163. 0.59524 0.39698 lineto
  22164. 0.59524 0.46229 lineto
  22165. fill
  22166. 0.59524 0.51658 moveto
  22167. 0.59524 0.32226 lineto
  22168. 0.69048 0.32226 lineto
  22169. 0.69048 0.51658 lineto
  22170. fill
  22171. 0.69048 0.55851 moveto
  22172. 0.69048 0.23996 lineto
  22173. 0.78571 0.23996 lineto
  22174. 0.78571 0.55851 lineto
  22175. fill
  22176. 0.78571 0.58706 moveto
  22177. 0.78571 0.15212 lineto
  22178. 0.88095 0.15212 lineto
  22179. 0.88095 0.58706 lineto
  22180. fill
  22181. 0.88095 0.6015 moveto
  22182. 0.88095 0.0609 lineto
  22183. 0.97619 0.0609 lineto
  22184. 0.97619 0.6015 lineto
  22185. fill
  22186. grestore
  22187. grestore
  22188. gsave
  22189. 0.75 0.75 0.75 setrgbcolor
  22190. gsave
  22191. 0.004 setlinewidth
  22192. 0.02381 0.0609 moveto
  22193. 0.02381 0.6015 lineto
  22194. 0.11905 0.6015 lineto
  22195. 0.11905 0.0609 lineto
  22196. 0.02381 0.0609 lineto
  22197. stroke
  22198. 0.11905 0.15212 moveto
  22199. 0.11905 0.58706 lineto
  22200. 0.21429 0.58706 lineto
  22201. 0.21429 0.15212 lineto
  22202. 0.11905 0.15212 lineto
  22203. stroke
  22204. 0.21429 0.23996 moveto
  22205. 0.21429 0.55851 lineto
  22206. 0.30952 0.55851 lineto
  22207. 0.30952 0.23996 lineto
  22208. 0.21429 0.23996 lineto
  22209. stroke
  22210. 0.30952 0.32226 moveto
  22211. 0.30952 0.51658 lineto
  22212. 0.40476 0.51658 lineto
  22213. 0.40476 0.32226 lineto
  22214. 0.30952 0.32226 lineto
  22215. stroke
  22216. 0.40476 0.39698 moveto
  22217. 0.40476 0.46229 lineto
  22218. 0.5 0.46229 lineto
  22219. 0.5 0.39698 lineto
  22220. 0.40476 0.39698 lineto
  22221. stroke
  22222. 0.5 0.46229 moveto
  22223. 0.5 0.39698 lineto
  22224. 0.59524 0.39698 lineto
  22225. 0.59524 0.46229 lineto
  22226. 0.5 0.46229 lineto
  22227. stroke
  22228. 0.59524 0.51658 moveto
  22229. 0.59524 0.32226 lineto
  22230. 0.69048 0.32226 lineto
  22231. 0.69048 0.51658 lineto
  22232. 0.59524 0.51658 lineto
  22233. stroke
  22234. 0.69048 0.55851 moveto
  22235. 0.69048 0.23996 lineto
  22236. 0.78571 0.23996 lineto
  22237. 0.78571 0.55851 lineto
  22238. 0.69048 0.55851 lineto
  22239. stroke
  22240. 0.78571 0.58706 moveto
  22241. 0.78571 0.15212 lineto
  22242. 0.88095 0.15212 lineto
  22243. 0.88095 0.58706 lineto
  22244. 0.78571 0.58706 lineto
  22245. stroke
  22246. 0.88095 0.6015 moveto
  22247. 0.88095 0.0609 lineto
  22248. 0.97619 0.0609 lineto
  22249. 0.97619 0.6015 lineto
  22250. 0.88095 0.6015 lineto
  22251. stroke
  22252. grestore
  22253. grestore
  22254. gsave
  22255. 0 0 0 setrgbcolor
  22256. 0 setlinewidth
  22257. 0.02381 0.01472 moveto
  22258. 0.97619 0.01472 lineto
  22259. stroke
  22260. 0.02381 0.01472 moveto
  22261. 0.02381 0.60332 lineto
  22262. stroke
  22263. grestore
  22264. gsave
  22265. gsave
  22266. 0 0 0 setrgbcolor
  22267. [ ] 0 setdash
  22268. 1 Mabswid
  22269. 0.02381 0.01472 moveto
  22270. 0.06349 0.05321 lineto
  22271. 0.10317 0.09154 lineto
  22272. 0.14286 0.12955 lineto
  22273. 0.18254 0.16706 lineto
  22274. 0.22222 0.20392 lineto
  22275. 0.2619 0.23996 lineto
  22276. 0.30159 0.27505 lineto
  22277. 0.34127 0.30902 lineto
  22278. 0.38095 0.34173 lineto
  22279. 0.42063 0.37303 lineto
  22280. 0.46032 0.40281 lineto
  22281. 0.5 0.43092 lineto
  22282. 0.53968 0.45725 lineto
  22283. 0.57937 0.48169 lineto
  22284. 0.61905 0.50412 lineto
  22285. 0.65873 0.52446 lineto
  22286. 0.69841 0.54262 lineto
  22287. 0.7381 0.55851 lineto
  22288. 0.77778 0.57208 lineto
  22289. 0.81746 0.58326 lineto
  22290. 0.85714 0.59201 lineto
  22291. 0.87698 0.59546 lineto
  22292. 0.89683 0.59828 lineto
  22293. 0.91667 0.60048 lineto
  22294. 0.92659 0.60135 lineto
  22295. 0.93651 0.60206 lineto
  22296. 0.94643 0.60261 lineto
  22297. 0.95139 0.60283 lineto
  22298. 0.95635 0.603 lineto
  22299. 0.96131 0.60314 lineto
  22300. 0.96379 0.6032 lineto
  22301. 0.96627 0.60324 lineto
  22302. 0.96875 0.60327 lineto
  22303. 0.96999 0.60329 lineto
  22304. 0.97123 0.6033 lineto
  22305. 0.97247 0.60331 lineto
  22306. 0.97371 0.60331 lineto
  22307. 0.97495 0.60332 lineto
  22308. 0.97619 0.60332 lineto
  22309. stroke
  22310. grestore
  22311. gsave
  22312. 0 0 0 setrgbcolor
  22313. [ ] 0 setdash
  22314. 1 Mabswid
  22315. 0.02381 0.60332 moveto
  22316. 0.02505 0.60332 lineto
  22317. 0.02629 0.60331 lineto
  22318. 0.02753 0.60331 lineto
  22319. 0.02877 0.6033 lineto
  22320. 0.03001 0.60329 lineto
  22321. 0.03125 0.60327 lineto
  22322. 0.03373 0.60324 lineto
  22323. 0.03621 0.6032 lineto
  22324. 0.03869 0.60314 lineto
  22325. 0.04365 0.603 lineto
  22326. 0.04861 0.60283 lineto
  22327. 0.05357 0.60261 lineto
  22328. 0.06349 0.60206 lineto
  22329. 0.07341 0.60135 lineto
  22330. 0.08333 0.60048 lineto
  22331. 0.10317 0.59828 lineto
  22332. 0.12302 0.59546 lineto
  22333. 0.14286 0.59201 lineto
  22334. 0.18254 0.58326 lineto
  22335. 0.22222 0.57208 lineto
  22336. 0.2619 0.55851 lineto
  22337. 0.30159 0.54262 lineto
  22338. 0.34127 0.52446 lineto
  22339. 0.38095 0.50412 lineto
  22340. 0.42063 0.48169 lineto
  22341. 0.46032 0.45725 lineto
  22342. 0.5 0.43092 lineto
  22343. 0.53968 0.40281 lineto
  22344. 0.57937 0.37303 lineto
  22345. 0.61905 0.34173 lineto
  22346. 0.65873 0.30902 lineto
  22347. 0.69841 0.27505 lineto
  22348. 0.7381 0.23996 lineto
  22349. 0.77778 0.20392 lineto
  22350. 0.81746 0.16706 lineto
  22351. 0.85714 0.12955 lineto
  22352. 0.89683 0.09154 lineto
  22353. 0.93651 0.05321 lineto
  22354. 0.97619 0.01472 lineto
  22355. stroke
  22356. grestore
  22357. grestore
  22358. gsave
  22359. 1 0 0 setrgbcolor
  22360. [ ] 0 setdash
  22361. 6 Mabswid
  22362. 0.07143 0.0609 Mdot
  22363. grestore
  22364. gsave
  22365. 1 0 0 setrgbcolor
  22366. [ ] 0 setdash
  22367. 6 Mabswid
  22368. 0.16667 0.15212 Mdot
  22369. grestore
  22370. gsave
  22371. 1 0 0 setrgbcolor
  22372. [ ] 0 setdash
  22373. 6 Mabswid
  22374. 0.2619 0.23996 Mdot
  22375. grestore
  22376. gsave
  22377. 1 0 0 setrgbcolor
  22378. [ ] 0 setdash
  22379. 6 Mabswid
  22380. 0.35714 0.32226 Mdot
  22381. grestore
  22382. gsave
  22383. 1 0 0 setrgbcolor
  22384. [ ] 0 setdash
  22385. 6 Mabswid
  22386. 0.45238 0.39698 Mdot
  22387. grestore
  22388. gsave
  22389. 1 0 0 setrgbcolor
  22390. [ ] 0 setdash
  22391. 6 Mabswid
  22392. 0.54762 0.46229 Mdot
  22393. grestore
  22394. gsave
  22395. 1 0 0 setrgbcolor
  22396. [ ] 0 setdash
  22397. 6 Mabswid
  22398. 0.64286 0.51658 Mdot
  22399. grestore
  22400. gsave
  22401. 1 0 0 setrgbcolor
  22402. [ ] 0 setdash
  22403. 6 Mabswid
  22404. 0.7381 0.55851 Mdot
  22405. grestore
  22406. gsave
  22407. 1 0 0 setrgbcolor
  22408. [ ] 0 setdash
  22409. 6 Mabswid
  22410. 0.83333 0.58706 Mdot
  22411. grestore
  22412. gsave
  22413. 1 0 0 setrgbcolor
  22414. [ ] 0 setdash
  22415. 6 Mabswid
  22416. 0.92857 0.6015 Mdot
  22417. grestore
  22418. gsave
  22419. 1 0 0 setrgbcolor
  22420. [ ] 0 setdash
  22421. 6 Mabswid
  22422. 0.07143 0.6015 Mdot
  22423. grestore
  22424. gsave
  22425. 1 0 0 setrgbcolor
  22426. [ ] 0 setdash
  22427. 6 Mabswid
  22428. 0.16667 0.58706 Mdot
  22429. grestore
  22430. gsave
  22431. 1 0 0 setrgbcolor
  22432. [ ] 0 setdash
  22433. 6 Mabswid
  22434. 0.2619 0.55851 Mdot
  22435. grestore
  22436. gsave
  22437. 1 0 0 setrgbcolor
  22438. [ ] 0 setdash
  22439. 6 Mabswid
  22440. 0.35714 0.51658 Mdot
  22441. grestore
  22442. gsave
  22443. 1 0 0 setrgbcolor
  22444. [ ] 0 setdash
  22445. 6 Mabswid
  22446. 0.45238 0.46229 Mdot
  22447. grestore
  22448. gsave
  22449. 1 0 0 setrgbcolor
  22450. [ ] 0 setdash
  22451. 6 Mabswid
  22452. 0.54762 0.39698 Mdot
  22453. grestore
  22454. gsave
  22455. 1 0 0 setrgbcolor
  22456. [ ] 0 setdash
  22457. 6 Mabswid
  22458. 0.64286 0.32226 Mdot
  22459. grestore
  22460. gsave
  22461. 1 0 0 setrgbcolor
  22462. [ ] 0 setdash
  22463. 6 Mabswid
  22464. 0.7381 0.23996 Mdot
  22465. grestore
  22466. gsave
  22467. 1 0 0 setrgbcolor
  22468. [ ] 0 setdash
  22469. 6 Mabswid
  22470. 0.83333 0.15212 Mdot
  22471. grestore
  22472. gsave
  22473. 1 0 0 setrgbcolor
  22474. [ ] 0 setdash
  22475. 6 Mabswid
  22476. 0.92857 0.0609 Mdot
  22477. grestore
  22478. % End of Graphics
  22479. MathPictureEnd
  22480. :[font = output; output; inactive; preserveAspect; endGroup; endGroup; ]
  22481. 2.775557561562891*10^-17
  22482. ;[o]
  22483.           -17
  22484. 2.77556 10
  22485. :[font = input; Cclosed; nowordwrap; preserveAspect; startGroup; ]
  22486. Riemann[{y^2,4 - y^2},{-2,2},20,Upper,Draw,{0,4},
  22487. Dots->False,Interval->{-Sqrt[2],Sqrt[2]},
  22488. Frame->True]
  22489. :[font = postscript; PostScript; formatAsPostScript; output; inactive; Cclosed; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; startGroup; ]
  22490. %!
  22491. %%Creator: Mathematica
  22492. %%AspectRatio: 0.61803 
  22493. MathPictureStart
  22494. /Courier findfont 10  scalefont  setfont
  22495. % Scaling calculations
  22496. 0.02381 0.238095 0.309017 0.147151 [
  22497. [(0)] 0.02381 0 0 2 Msboxa
  22498. [(1)] 0.2619 0 0 2 Msboxa
  22499. [(2)] 0.5 0 0 2 Msboxa
  22500. [(3)] 0.7381 0 0 2 Msboxa
  22501. [(4)] 0.97619 0 0 2 Msboxa
  22502. [(-2)] -0.0125 0.01472 1 0 Msboxa
  22503. [(-1)] -0.0125 0.16187 1 0 Msboxa
  22504. [(0)] -0.0125 0.30902 1 0 Msboxa
  22505. [(1)] -0.0125 0.45617 1 0 Msboxa
  22506. [(2)] -0.0125 0.60332 1 0 Msboxa
  22507. [(x)] 1.025 0.30902 -1 0 Msboxa
  22508. [ -0.001 -0.001 0 0 ]
  22509. [ 1.001 0.61903 0 0 ]
  22510. ] MathScale
  22511. % Start of Graphics
  22512. 1 setlinecap
  22513. 1 setlinejoin
  22514. newpath
  22515. %%Object: Graphics
  22516. [ ] 0 setdash
  22517. 0 setgray
  22518. gsave
  22519. gsave
  22520. 0.002 setlinewidth
  22521. 0.02381 0 moveto
  22522. 0.02381 0.00625 lineto
  22523. stroke
  22524. grestore
  22525. [(0)] 0.02381 0 0 2 Mshowa
  22526. gsave
  22527. 0.002 setlinewidth
  22528. 0.2619 0 moveto
  22529. 0.2619 0.00625 lineto
  22530. stroke
  22531. grestore
  22532. [(1)] 0.2619 0 0 2 Mshowa
  22533. gsave
  22534. 0.002 setlinewidth
  22535. 0.5 0 moveto
  22536. 0.5 0.00625 lineto
  22537. stroke
  22538. grestore
  22539. [(2)] 0.5 0 0 2 Mshowa
  22540. gsave
  22541. 0.002 setlinewidth
  22542. 0.7381 0 moveto
  22543. 0.7381 0.00625 lineto
  22544. stroke
  22545. grestore
  22546. [(3)] 0.7381 0 0 2 Mshowa
  22547. gsave
  22548. 0.002 setlinewidth
  22549. 0.97619 0 moveto
  22550. 0.97619 0.00625 lineto
  22551. stroke
  22552. grestore
  22553. [(4)] 0.97619 0 0 2 Mshowa
  22554. gsave
  22555. 0.001 setlinewidth
  22556. 0.07143 0 moveto
  22557. 0.07143 0.00375 lineto
  22558. stroke
  22559. grestore
  22560. gsave
  22561. 0.001 setlinewidth
  22562. 0.11905 0 moveto
  22563. 0.11905 0.00375 lineto
  22564. stroke
  22565. grestore
  22566. gsave
  22567. 0.001 setlinewidth
  22568. 0.16667 0 moveto
  22569. 0.16667 0.00375 lineto
  22570. stroke
  22571. grestore
  22572. gsave
  22573. 0.001 setlinewidth
  22574. 0.21429 0 moveto
  22575. 0.21429 0.00375 lineto
  22576. stroke
  22577. grestore
  22578. gsave
  22579. 0.001 setlinewidth
  22580. 0.30952 0 moveto
  22581. 0.30952 0.00375 lineto
  22582. stroke
  22583. grestore
  22584. gsave
  22585. 0.001 setlinewidth
  22586. 0.35714 0 moveto
  22587. 0.35714 0.00375 lineto
  22588. stroke
  22589. grestore
  22590. gsave
  22591. 0.001 setlinewidth
  22592. 0.40476 0 moveto
  22593. 0.40476 0.00375 lineto
  22594. stroke
  22595. grestore
  22596. gsave
  22597. 0.001 setlinewidth
  22598. 0.45238 0 moveto
  22599. 0.45238 0.00375 lineto
  22600. stroke
  22601. grestore
  22602. gsave
  22603. 0.001 setlinewidth
  22604. 0.54762 0 moveto
  22605. 0.54762 0.00375 lineto
  22606. stroke
  22607. grestore
  22608. gsave
  22609. 0.001 setlinewidth
  22610. 0.59524 0 moveto
  22611. 0.59524 0.00375 lineto
  22612. stroke
  22613. grestore
  22614. gsave
  22615. 0.001 setlinewidth
  22616. 0.64286 0 moveto
  22617. 0.64286 0.00375 lineto
  22618. stroke
  22619. grestore
  22620. gsave
  22621. 0.001 setlinewidth
  22622. 0.69048 0 moveto
  22623. 0.69048 0.00375 lineto
  22624. stroke
  22625. grestore
  22626. gsave
  22627. 0.001 setlinewidth
  22628. 0.78571 0 moveto
  22629. 0.78571 0.00375 lineto
  22630. stroke
  22631. grestore
  22632. gsave
  22633. 0.001 setlinewidth
  22634. 0.83333 0 moveto
  22635. 0.83333 0.00375 lineto
  22636. stroke
  22637. grestore
  22638. gsave
  22639. 0.001 setlinewidth
  22640. 0.88095 0 moveto
  22641. 0.88095 0.00375 lineto
  22642. stroke
  22643. grestore
  22644. gsave
  22645. 0.001 setlinewidth
  22646. 0.92857 0 moveto
  22647. 0.92857 0.00375 lineto
  22648. stroke
  22649. grestore
  22650. gsave
  22651. 0.002 setlinewidth
  22652. 0 0 moveto
  22653. 1 0 lineto
  22654. stroke
  22655. grestore
  22656. gsave
  22657. 0.002 setlinewidth
  22658. 0 0.01472 moveto
  22659. 0.00625 0.01472 lineto
  22660. stroke
  22661. grestore
  22662. [(-2)] -0.0125 0.01472 1 0 Mshowa
  22663. gsave
  22664. 0.002 setlinewidth
  22665. 0 0.16187 moveto
  22666. 0.00625 0.16187 lineto
  22667. stroke
  22668. grestore
  22669. [(-1)] -0.0125 0.16187 1 0 Mshowa
  22670. gsave
  22671. 0.002 setlinewidth
  22672. 0 0.30902 moveto
  22673. 0.00625 0.30902 lineto
  22674. stroke
  22675. grestore
  22676. [(0)] -0.0125 0.30902 1 0 Mshowa
  22677. gsave
  22678. 0.002 setlinewidth
  22679. 0 0.45617 moveto
  22680. 0.00625 0.45617 lineto
  22681. stroke
  22682. grestore
  22683. [(1)] -0.0125 0.45617 1 0 Mshowa
  22684. gsave
  22685. 0.002 setlinewidth
  22686. 0 0.60332 moveto
  22687. 0.00625 0.60332 lineto
  22688. stroke
  22689. grestore
  22690. [(2)] -0.0125 0.60332 1 0 Mshowa
  22691. gsave
  22692. 0.001 setlinewidth
  22693. 0 0.04415 moveto
  22694. 0.00375 0.04415 lineto
  22695. stroke
  22696. grestore
  22697. gsave
  22698. 0.001 setlinewidth
  22699. 0 0.07358 moveto
  22700. 0.00375 0.07358 lineto
  22701. stroke
  22702. grestore
  22703. gsave
  22704. 0.001 setlinewidth
  22705. 0 0.10301 moveto
  22706. 0.00375 0.10301 lineto
  22707. stroke
  22708. grestore
  22709. gsave
  22710. 0.001 setlinewidth
  22711. 0 0.13244 moveto
  22712. 0.00375 0.13244 lineto
  22713. stroke
  22714. grestore
  22715. gsave
  22716. 0.001 setlinewidth
  22717. 0 0.1913 moveto
  22718. 0.00375 0.1913 lineto
  22719. stroke
  22720. grestore
  22721. gsave
  22722. 0.001 setlinewidth
  22723. 0 0.22073 moveto
  22724. 0.00375 0.22073 lineto
  22725. stroke
  22726. grestore
  22727. gsave
  22728. 0.001 setlinewidth
  22729. 0 0.25016 moveto
  22730. 0.00375 0.25016 lineto
  22731. stroke
  22732. grestore
  22733. gsave
  22734. 0.001 setlinewidth
  22735. 0 0.27959 moveto
  22736. 0.00375 0.27959 lineto
  22737. stroke
  22738. grestore
  22739. gsave
  22740. 0.001 setlinewidth
  22741. 0 0.33845 moveto
  22742. 0.00375 0.33845 lineto
  22743. stroke
  22744. grestore
  22745. gsave
  22746. 0.001 setlinewidth
  22747. 0 0.36788 moveto
  22748. 0.00375 0.36788 lineto
  22749. stroke
  22750. grestore
  22751. gsave
  22752. 0.001 setlinewidth
  22753. 0 0.39731 moveto
  22754. 0.00375 0.39731 lineto
  22755. stroke
  22756. grestore
  22757. gsave
  22758. 0.001 setlinewidth
  22759. 0 0.42674 moveto
  22760. 0.00375 0.42674 lineto
  22761. stroke
  22762. grestore
  22763. gsave
  22764. 0.001 setlinewidth
  22765. 0 0.4856 moveto
  22766. 0.00375 0.4856 lineto
  22767. stroke
  22768. grestore
  22769. gsave
  22770. 0.001 setlinewidth
  22771. 0 0.51503 moveto
  22772. 0.00375 0.51503 lineto
  22773. stroke
  22774. grestore
  22775. gsave
  22776. 0.001 setlinewidth
  22777. 0 0.54446 moveto
  22778. 0.00375 0.54446 lineto
  22779. stroke
  22780. grestore
  22781. gsave
  22782. 0.001 setlinewidth
  22783. 0 0.57389 moveto
  22784. 0.00375 0.57389 lineto
  22785. stroke
  22786. grestore
  22787. gsave
  22788. 0.002 setlinewidth
  22789. 0 0 moveto
  22790. 0 0.61803 lineto
  22791. stroke
  22792. grestore
  22793. grestore
  22794. gsave
  22795. gsave
  22796. 0.002 setlinewidth
  22797. 0.02381 0.61178 moveto
  22798. 0.02381 0.61803 lineto
  22799. stroke
  22800. grestore
  22801. gsave
  22802. 0.002 setlinewidth
  22803. 0.2619 0.61178 moveto
  22804. 0.2619 0.61803 lineto
  22805. stroke
  22806. grestore
  22807. gsave
  22808. 0.002 setlinewidth
  22809. 0.5 0.61178 moveto
  22810. 0.5 0.61803 lineto
  22811. stroke
  22812. grestore
  22813. gsave
  22814. 0.002 setlinewidth
  22815. 0.7381 0.61178 moveto
  22816. 0.7381 0.61803 lineto
  22817. stroke
  22818. grestore
  22819. gsave
  22820. 0.002 setlinewidth
  22821. 0.97619 0.61178 moveto
  22822. 0.97619 0.61803 lineto
  22823. stroke
  22824. grestore
  22825. gsave
  22826. 0.001 setlinewidth
  22827. 0.07143 0.61428 moveto
  22828. 0.07143 0.61803 lineto
  22829. stroke
  22830. grestore
  22831. gsave
  22832. 0.001 setlinewidth
  22833. 0.11905 0.61428 moveto
  22834. 0.11905 0.61803 lineto
  22835. stroke
  22836. grestore
  22837. gsave
  22838. 0.001 setlinewidth
  22839. 0.16667 0.61428 moveto
  22840. 0.16667 0.61803 lineto
  22841. stroke
  22842. grestore
  22843. gsave
  22844. 0.001 setlinewidth
  22845. 0.21429 0.61428 moveto
  22846. 0.21429 0.61803 lineto
  22847. stroke
  22848. grestore
  22849. gsave
  22850. 0.001 setlinewidth
  22851. 0.30952 0.61428 moveto
  22852. 0.30952 0.61803 lineto
  22853. stroke
  22854. grestore
  22855. gsave
  22856. 0.001 setlinewidth
  22857. 0.35714 0.61428 moveto
  22858. 0.35714 0.61803 lineto
  22859. stroke
  22860. grestore
  22861. gsave
  22862. 0.001 setlinewidth
  22863. 0.40476 0.61428 moveto
  22864. 0.40476 0.61803 lineto
  22865. stroke
  22866. grestore
  22867. gsave
  22868. 0.001 setlinewidth
  22869. 0.45238 0.61428 moveto
  22870. 0.45238 0.61803 lineto
  22871. stroke
  22872. grestore
  22873. gsave
  22874. 0.001 setlinewidth
  22875. 0.54762 0.61428 moveto
  22876. 0.54762 0.61803 lineto
  22877. stroke
  22878. grestore
  22879. gsave
  22880. 0.001 setlinewidth
  22881. 0.59524 0.61428 moveto
  22882. 0.59524 0.61803 lineto
  22883. stroke
  22884. grestore
  22885. gsave
  22886. 0.001 setlinewidth
  22887. 0.64286 0.61428 moveto
  22888. 0.64286 0.61803 lineto
  22889. stroke
  22890. grestore
  22891. gsave
  22892. 0.001 setlinewidth
  22893. 0.69048 0.61428 moveto
  22894. 0.69048 0.61803 lineto
  22895. stroke
  22896. grestore
  22897. gsave
  22898. 0.001 setlinewidth
  22899. 0.78571 0.61428 moveto
  22900. 0.78571 0.61803 lineto
  22901. stroke
  22902. grestore
  22903. gsave
  22904. 0.001 setlinewidth
  22905. 0.83333 0.61428 moveto
  22906. 0.83333 0.61803 lineto
  22907. stroke
  22908. grestore
  22909. gsave
  22910. 0.001 setlinewidth
  22911. 0.88095 0.61428 moveto
  22912. 0.88095 0.61803 lineto
  22913. stroke
  22914. grestore
  22915. gsave
  22916. 0.001 setlinewidth
  22917. 0.92857 0.61428 moveto
  22918. 0.92857 0.61803 lineto
  22919. stroke
  22920. grestore
  22921. gsave
  22922. 0.002 setlinewidth
  22923. 0 0.61803 moveto
  22924. 1 0.61803 lineto
  22925. stroke
  22926. grestore
  22927. gsave
  22928. 0.002 setlinewidth
  22929. 0.99375 0.01472 moveto
  22930. 1 0.01472 lineto
  22931. stroke
  22932. grestore
  22933. gsave
  22934. 0.002 setlinewidth
  22935. 0.99375 0.16187 moveto
  22936. 1 0.16187 lineto
  22937. stroke
  22938. grestore
  22939. gsave
  22940. 0.002 setlinewidth
  22941. 0.99375 0.30902 moveto
  22942. 1 0.30902 lineto
  22943. stroke
  22944. grestore
  22945. gsave
  22946. 0.002 setlinewidth
  22947. 0.99375 0.45617 moveto
  22948. 1 0.45617 lineto
  22949. stroke
  22950. grestore
  22951. gsave
  22952. 0.002 setlinewidth
  22953. 0.99375 0.60332 moveto
  22954. 1 0.60332 lineto
  22955. stroke
  22956. grestore
  22957. gsave
  22958. 0.001 setlinewidth
  22959. 0.99625 0.04415 moveto
  22960. 1 0.04415 lineto
  22961. stroke
  22962. grestore
  22963. gsave
  22964. 0.001 setlinewidth
  22965. 0.99625 0.07358 moveto
  22966. 1 0.07358 lineto
  22967. stroke
  22968. grestore
  22969. gsave
  22970. 0.001 setlinewidth
  22971. 0.99625 0.10301 moveto
  22972. 1 0.10301 lineto
  22973. stroke
  22974. grestore
  22975. gsave
  22976. 0.001 setlinewidth
  22977. 0.99625 0.13244 moveto
  22978. 1 0.13244 lineto
  22979. stroke
  22980. grestore
  22981. gsave
  22982. 0.001 setlinewidth
  22983. 0.99625 0.1913 moveto
  22984. 1 0.1913 lineto
  22985. stroke
  22986. grestore
  22987. gsave
  22988. 0.001 setlinewidth
  22989. 0.99625 0.22073 moveto
  22990. 1 0.22073 lineto
  22991. stroke
  22992. grestore
  22993. gsave
  22994. 0.001 setlinewidth
  22995. 0.99625 0.25016 moveto
  22996. 1 0.25016 lineto
  22997. stroke
  22998. grestore
  22999. gsave
  23000. 0.001 setlinewidth
  23001. 0.99625 0.27959 moveto
  23002. 1 0.27959 lineto
  23003. stroke
  23004. grestore
  23005. gsave
  23006. 0.001 setlinewidth
  23007. 0.99625 0.33845 moveto
  23008. 1 0.33845 lineto
  23009. stroke
  23010. grestore
  23011. gsave
  23012. 0.001 setlinewidth
  23013. 0.99625 0.36788 moveto
  23014. 1 0.36788 lineto
  23015. stroke
  23016. grestore
  23017. gsave
  23018. 0.001 setlinewidth
  23019. 0.99625 0.39731 moveto
  23020. 1 0.39731 lineto
  23021. stroke
  23022. grestore
  23023. gsave
  23024. 0.001 setlinewidth
  23025. 0.99625 0.42674 moveto
  23026. 1 0.42674 lineto
  23027. stroke
  23028. grestore
  23029. gsave
  23030. 0.001 setlinewidth
  23031. 0.99625 0.4856 moveto
  23032. 1 0.4856 lineto
  23033. stroke
  23034. grestore
  23035. gsave
  23036. 0.001 setlinewidth
  23037. 0.99625 0.51503 moveto
  23038. 1 0.51503 lineto
  23039. stroke
  23040. grestore
  23041. gsave
  23042. 0.001 setlinewidth
  23043. 0.99625 0.54446 moveto
  23044. 1 0.54446 lineto
  23045. stroke
  23046. grestore
  23047. gsave
  23048. 0.001 setlinewidth
  23049. 0.99625 0.57389 moveto
  23050. 1 0.57389 lineto
  23051. stroke
  23052. grestore
  23053. gsave
  23054. 0.002 setlinewidth
  23055. 1 0 moveto
  23056. 1 0.61803 lineto
  23057. stroke
  23058. grestore
  23059. grestore
  23060. gsave
  23061. [(x)] 1.025 0.30902 -1 0 Mshowa
  23062. gsave
  23063. 0.002 setlinewidth
  23064. 0 0.30902 moveto
  23065. 1 0.30902 lineto
  23066. stroke
  23067. grestore
  23068. grestore
  23069. 0 0 moveto
  23070. 1 0 lineto
  23071. 1 0.61803 lineto
  23072. 0 0.61803 lineto
  23073. closepath
  23074. clip
  23075. newpath
  23076. gsave
  23077. 0 1 1 setrgbcolor
  23078. gsave
  23079. 0.40952 0.10091 moveto
  23080. 0.40952 0.12172 lineto
  23081. 0.59048 0.12172 lineto
  23082. 0.59048 0.10091 lineto
  23083. fill
  23084. 0.32857 0.12172 moveto
  23085. 0.32857 0.14253 lineto
  23086. 0.67143 0.14253 lineto
  23087. 0.67143 0.12172 lineto
  23088. fill
  23089. 0.25714 0.14253 moveto
  23090. 0.25714 0.16334 lineto
  23091. 0.74286 0.16334 lineto
  23092. 0.74286 0.14253 lineto
  23093. fill
  23094. 0.19524 0.16334 moveto
  23095. 0.19524 0.18416 lineto
  23096. 0.80476 0.18416 lineto
  23097. 0.80476 0.16334 lineto
  23098. fill
  23099. 0.14286 0.18416 moveto
  23100. 0.14286 0.20497 lineto
  23101. 0.85714 0.20497 lineto
  23102. 0.85714 0.18416 lineto
  23103. fill
  23104. 0.1 0.20497 moveto
  23105. 0.1 0.22578 lineto
  23106. 0.9 0.22578 lineto
  23107. 0.9 0.20497 lineto
  23108. fill
  23109. 0.06667 0.22578 moveto
  23110. 0.06667 0.24659 lineto
  23111. 0.93333 0.24659 lineto
  23112. 0.93333 0.22578 lineto
  23113. fill
  23114. 0.04286 0.24659 moveto
  23115. 0.04286 0.2674 lineto
  23116. 0.95714 0.2674 lineto
  23117. 0.95714 0.24659 lineto
  23118. fill
  23119. 0.02857 0.2674 moveto
  23120. 0.02857 0.28821 lineto
  23121. 0.97143 0.28821 lineto
  23122. 0.97143 0.2674 lineto
  23123. fill
  23124. 0.02381 0.28821 moveto
  23125. 0.02381 0.30902 lineto
  23126. 0.97619 0.30902 lineto
  23127. 0.97619 0.28821 lineto
  23128. fill
  23129. 0.02381 0.30902 moveto
  23130. 0.02381 0.32983 lineto
  23131. 0.97619 0.32983 lineto
  23132. 0.97619 0.30902 lineto
  23133. fill
  23134. 0.02857 0.32983 moveto
  23135. 0.02857 0.35064 lineto
  23136. 0.97143 0.35064 lineto
  23137. 0.97143 0.32983 lineto
  23138. fill
  23139. 0.04286 0.35064 moveto
  23140. 0.04286 0.37145 lineto
  23141. 0.95714 0.37145 lineto
  23142. 0.95714 0.35064 lineto
  23143. fill
  23144. 0.06667 0.37145 moveto
  23145. 0.06667 0.39226 lineto
  23146. 0.93333 0.39226 lineto
  23147. 0.93333 0.37145 lineto
  23148. fill
  23149. 0.1 0.39226 moveto
  23150. 0.1 0.41307 lineto
  23151. 0.9 0.41307 lineto
  23152. 0.9 0.39226 lineto
  23153. fill
  23154. 0.14286 0.41307 moveto
  23155. 0.14286 0.43388 lineto
  23156. 0.85714 0.43388 lineto
  23157. 0.85714 0.41307 lineto
  23158. fill
  23159. 0.19524 0.43388 moveto
  23160. 0.19524 0.45469 lineto
  23161. 0.80476 0.45469 lineto
  23162. 0.80476 0.43388 lineto
  23163. fill
  23164. 0.25714 0.45469 moveto
  23165. 0.25714 0.4755 lineto
  23166. 0.74286 0.4755 lineto
  23167. 0.74286 0.45469 lineto
  23168. fill
  23169. 0.32857 0.4755 moveto
  23170. 0.32857 0.49631 lineto
  23171. 0.67143 0.49631 lineto
  23172. 0.67143 0.4755 lineto
  23173. fill
  23174. 0.40952 0.49631 moveto
  23175. 0.40952 0.51712 lineto
  23176. 0.59048 0.51712 lineto
  23177. 0.59048 0.49631 lineto
  23178. fill
  23179. grestore
  23180. grestore
  23181. gsave
  23182. 1 0 1 setrgbcolor
  23183. gsave
  23184. grestore
  23185. grestore
  23186. gsave
  23187. 0.75 0.75 0.75 setrgbcolor
  23188. gsave
  23189. 0.004 setlinewidth
  23190. 0.40952 0.10091 moveto
  23191. 0.40952 0.12172 lineto
  23192. 0.59048 0.12172 lineto
  23193. 0.59048 0.10091 lineto
  23194. 0.40952 0.10091 lineto
  23195. stroke
  23196. 0.32857 0.12172 moveto
  23197. 0.32857 0.14253 lineto
  23198. 0.67143 0.14253 lineto
  23199. 0.67143 0.12172 lineto
  23200. 0.32857 0.12172 lineto
  23201. stroke
  23202. 0.25714 0.14253 moveto
  23203. 0.25714 0.16334 lineto
  23204. 0.74286 0.16334 lineto
  23205. 0.74286 0.14253 lineto
  23206. 0.25714 0.14253 lineto
  23207. stroke
  23208. 0.19524 0.16334 moveto
  23209. 0.19524 0.18416 lineto
  23210. 0.80476 0.18416 lineto
  23211. 0.80476 0.16334 lineto
  23212. 0.19524 0.16334 lineto
  23213. stroke
  23214. 0.14286 0.18416 moveto
  23215. 0.14286 0.20497 lineto
  23216. 0.85714 0.20497 lineto
  23217. 0.85714 0.18416 lineto
  23218. 0.14286 0.18416 lineto
  23219. stroke
  23220. 0.1 0.20497 moveto
  23221. 0.1 0.22578 lineto
  23222. 0.9 0.22578 lineto
  23223. 0.9 0.20497 lineto
  23224. 0.1 0.20497 lineto
  23225. stroke
  23226. 0.06667 0.22578 moveto
  23227. 0.06667 0.24659 lineto
  23228. 0.93333 0.24659 lineto
  23229. 0.93333 0.22578 lineto
  23230. 0.06667 0.22578 lineto
  23231. stroke
  23232. 0.04286 0.24659 moveto
  23233. 0.04286 0.2674 lineto
  23234. 0.95714 0.2674 lineto
  23235. 0.95714 0.24659 lineto
  23236. 0.04286 0.24659 lineto
  23237. stroke
  23238. 0.02857 0.2674 moveto
  23239. 0.02857 0.28821 lineto
  23240. 0.97143 0.28821 lineto
  23241. 0.97143 0.2674 lineto
  23242. 0.02857 0.2674 lineto
  23243. stroke
  23244. 0.02381 0.28821 moveto
  23245. 0.02381 0.30902 lineto
  23246. 0.97619 0.30902 lineto
  23247. 0.97619 0.28821 lineto
  23248. 0.02381 0.28821 lineto
  23249. stroke
  23250. 0.02381 0.30902 moveto
  23251. 0.02381 0.32983 lineto
  23252. 0.97619 0.32983 lineto
  23253. 0.97619 0.30902 lineto
  23254. 0.02381 0.30902 lineto
  23255. stroke
  23256. 0.02857 0.32983 moveto
  23257. 0.02857 0.35064 lineto
  23258. 0.97143 0.35064 lineto
  23259. 0.97143 0.32983 lineto
  23260. 0.02857 0.32983 lineto
  23261. stroke
  23262. 0.04286 0.35064 moveto
  23263. 0.04286 0.37145 lineto
  23264. 0.95714 0.37145 lineto
  23265. 0.95714 0.35064 lineto
  23266. 0.04286 0.35064 lineto
  23267. stroke
  23268. 0.06667 0.37145 moveto
  23269. 0.06667 0.39226 lineto
  23270. 0.93333 0.39226 lineto
  23271. 0.93333 0.37145 lineto
  23272. 0.06667 0.37145 lineto
  23273. stroke
  23274. 0.1 0.39226 moveto
  23275. 0.1 0.41307 lineto
  23276. 0.9 0.41307 lineto
  23277. 0.9 0.39226 lineto
  23278. 0.1 0.39226 lineto
  23279. stroke
  23280. 0.14286 0.41307 moveto
  23281. 0.14286 0.43388 lineto
  23282. 0.85714 0.43388 lineto
  23283. 0.85714 0.41307 lineto
  23284. 0.14286 0.41307 lineto
  23285. stroke
  23286. 0.19524 0.43388 moveto
  23287. 0.19524 0.45469 lineto
  23288. 0.80476 0.45469 lineto
  23289. 0.80476 0.43388 lineto
  23290. 0.19524 0.43388 lineto
  23291. stroke
  23292. 0.25714 0.45469 moveto
  23293. 0.25714 0.4755 lineto
  23294. 0.74286 0.4755 lineto
  23295. 0.74286 0.45469 lineto
  23296. 0.25714 0.45469 lineto
  23297. stroke
  23298. 0.32857 0.4755 moveto
  23299. 0.32857 0.49631 lineto
  23300. 0.67143 0.49631 lineto
  23301. 0.67143 0.4755 lineto
  23302. 0.32857 0.4755 lineto
  23303. stroke
  23304. 0.40952 0.49631 moveto
  23305. 0.40952 0.51712 lineto
  23306. 0.59048 0.51712 lineto
  23307. 0.59048 0.49631 lineto
  23308. 0.40952 0.49631 lineto
  23309. stroke
  23310. grestore
  23311. grestore
  23312. gsave
  23313. 0 0 0 setrgbcolor
  23314. 0 setlinewidth
  23315. 0.02381 0.30902 moveto
  23316. 0.97619 0.30902 lineto
  23317. stroke
  23318. 0.02381 0.01472 moveto
  23319. 0.02381 0.60332 lineto
  23320. stroke
  23321. grestore
  23322. gsave
  23323. gsave
  23324. 0 0 0 setrgbcolor
  23325. [ ] 0 setdash
  23326. 1 Mabswid
  23327. 0.97619 0.01472 moveto
  23328. 0.82407 0.03924 lineto
  23329. 0.68519 0.06377 lineto
  23330. 0.55952 0.08829 lineto
  23331. 0.44709 0.11282 lineto
  23332. 0.34788 0.13734 lineto
  23333. 0.2619 0.16187 lineto
  23334. 0.18915 0.18639 lineto
  23335. 0.12963 0.21092 lineto
  23336. 0.08333 0.23544 lineto
  23337. 0.06515 0.2477 lineto
  23338. 0.05026 0.25997 lineto
  23339. 0.03869 0.27223 lineto
  23340. 0.03414 0.27836 lineto
  23341. 0.03042 0.28449 lineto
  23342. 0.02753 0.29062 lineto
  23343. 0.02639 0.29369 lineto
  23344. 0.02546 0.29675 lineto
  23345. 0.02474 0.29982 lineto
  23346. 0.02446 0.30135 lineto
  23347. 0.02422 0.30289 lineto
  23348. 0.02404 0.30442 lineto
  23349. 0.02397 0.30518 lineto
  23350. 0.02391 0.30595 lineto
  23351. 0.02387 0.30672 lineto
  23352. 0.02384 0.30748 lineto
  23353. 0.02382 0.30825 lineto
  23354. 0.02381 0.30902 lineto
  23355. 0.02382 0.30978 lineto
  23356. 0.02384 0.31055 lineto
  23357. 0.02387 0.31132 lineto
  23358. 0.02391 0.31208 lineto
  23359. 0.02397 0.31285 lineto
  23360. 0.02404 0.31362 lineto
  23361. 0.02422 0.31515 lineto
  23362. 0.02446 0.31668 lineto
  23363. 0.02474 0.31821 lineto
  23364. 0.02546 0.32128 lineto
  23365. 0.02639 0.32435 lineto
  23366. 0.02753 0.32741 lineto
  23367. 0.03042 0.33354 lineto
  23368. 0.03414 0.33967 lineto
  23369. 0.03869 0.3458 lineto
  23370. 0.05026 0.35807 lineto
  23371. 0.06515 0.37033 lineto
  23372. 0.08333 0.38259 lineto
  23373. 0.12963 0.40712 lineto
  23374. 0.18915 0.43164 lineto
  23375. 0.2619 0.45617 lineto
  23376. 0.34788 0.48069 lineto
  23377. Mistroke
  23378. 0.44709 0.50522 lineto
  23379. 0.55952 0.52974 lineto
  23380. 0.68519 0.55427 lineto
  23381. 0.82407 0.57879 lineto
  23382. 0.97619 0.60332 lineto
  23383. Mfstroke
  23384. grestore
  23385. gsave
  23386. 0 0 0 setrgbcolor
  23387. [ ] 0 setdash
  23388. 1 Mabswid
  23389. 0.02381 0.01472 moveto
  23390. 0.17593 0.03924 lineto
  23391. 0.31481 0.06377 lineto
  23392. 0.44048 0.08829 lineto
  23393. 0.55291 0.11282 lineto
  23394. 0.65212 0.13734 lineto
  23395. 0.7381 0.16187 lineto
  23396. 0.81085 0.18639 lineto
  23397. 0.87037 0.21092 lineto
  23398. 0.91667 0.23544 lineto
  23399. 0.93485 0.2477 lineto
  23400. 0.94974 0.25997 lineto
  23401. 0.96131 0.27223 lineto
  23402. 0.96586 0.27836 lineto
  23403. 0.96958 0.28449 lineto
  23404. 0.97247 0.29062 lineto
  23405. 0.97361 0.29369 lineto
  23406. 0.97454 0.29675 lineto
  23407. 0.97526 0.29982 lineto
  23408. 0.97554 0.30135 lineto
  23409. 0.97578 0.30289 lineto
  23410. 0.97596 0.30442 lineto
  23411. 0.97603 0.30518 lineto
  23412. 0.97609 0.30595 lineto
  23413. 0.97613 0.30672 lineto
  23414. 0.97616 0.30748 lineto
  23415. 0.97618 0.30825 lineto
  23416. 0.97619 0.30902 lineto
  23417. 0.97618 0.30978 lineto
  23418. 0.97616 0.31055 lineto
  23419. 0.97613 0.31132 lineto
  23420. 0.97609 0.31208 lineto
  23421. 0.97603 0.31285 lineto
  23422. 0.97596 0.31362 lineto
  23423. 0.97578 0.31515 lineto
  23424. 0.97554 0.31668 lineto
  23425. 0.97526 0.31821 lineto
  23426. 0.97454 0.32128 lineto
  23427. 0.97361 0.32435 lineto
  23428. 0.97247 0.32741 lineto
  23429. 0.96958 0.33354 lineto
  23430. 0.96586 0.33967 lineto
  23431. 0.96131 0.3458 lineto
  23432. 0.94974 0.35807 lineto
  23433. 0.93485 0.37033 lineto
  23434. 0.91667 0.38259 lineto
  23435. 0.87037 0.40712 lineto
  23436. 0.81085 0.43164 lineto
  23437. 0.7381 0.45617 lineto
  23438. 0.65212 0.48069 lineto
  23439. Mistroke
  23440. 0.55291 0.50522 lineto
  23441. 0.44048 0.52974 lineto
  23442. 0.31481 0.55427 lineto
  23443. 0.17593 0.57879 lineto
  23444. 0.02381 0.60332 lineto
  23445. Mfstroke
  23446. grestore
  23447. grestore
  23448. % End of Graphics
  23449. MathPictureEnd
  23450. :[font = output; output; inactive; preserveAspect; endGroup; endGroup; ]
  23451. 8.08930157677411
  23452. ;[o]
  23453. 8.0893
  23454. :[font = subsection; inactive; preserveAspect; ]
  23455. Trapezoidal and Simpson
  23456. :[font = input; Cclosed; preserveAspect; startGroup; ]
  23457. Trapezoidal[Sin[x],{0,Pi},4,Draw]
  23458. :[font = postscript; PostScript; formatAsPostScript; output; inactive; Cclosed; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; startGroup; ]
  23459. %!
  23460. %%Creator: Mathematica
  23461. %%AspectRatio: 0.61803 
  23462. MathPictureStart
  23463. /Courier findfont 10  scalefont  setfont
  23464. % Scaling calculations
  23465. 0.02381 0.303152 0.014715 0.588604 [
  23466. [(pi/6)] 0.18254 0.01472 0 2 Msboxa
  23467. [(pi/3)] 0.34127 0.01472 0 2 Msboxa
  23468. [(pi/2)] 0.5 0.01472 0 2 Msboxa
  23469. [(2pi/3)] 0.65873 0.01472 0 2 Msboxa
  23470. [(5pi/6)] 0.81746 0.01472 0 2 Msboxa
  23471. [(pi)] 0.97619 0.01472 0 2 Msboxa
  23472. [(x)] 1.025 0.01472 -1 0 Msboxa
  23473. [(0.2)] 0.01131 0.13244 1 0 Msboxa
  23474. [(0.4)] 0.01131 0.25016 1 0 Msboxa
  23475. [(0.6)] 0.01131 0.36788 1 0 Msboxa
  23476. [(0.8)] 0.01131 0.4856 1 0 Msboxa
  23477. [(1)] 0.01131 0.60332 1 0 Msboxa
  23478. [(y)] 0.02381 0.61803 0 -4 Msboxa
  23479. [ -0.001 -0.001 0 0 ]
  23480. [ 1.001 0.61903 0 0 ]
  23481. ] MathScale
  23482. % Start of Graphics
  23483. 1 setlinecap
  23484. 1 setlinejoin
  23485. newpath
  23486. %%Object: Graphics
  23487. [ ] 0 setdash
  23488. 0 setgray
  23489. gsave
  23490. gsave
  23491. 0.002 setlinewidth
  23492. 0.18254 0.01472 moveto
  23493. 0.18254 0.02097 lineto
  23494. stroke
  23495. grestore
  23496. [(pi/6)] 0.18254 0.01472 0 2 Mshowa
  23497. gsave
  23498. 0.002 setlinewidth
  23499. 0.34127 0.01472 moveto
  23500. 0.34127 0.02097 lineto
  23501. stroke
  23502. grestore
  23503. [(pi/3)] 0.34127 0.01472 0 2 Mshowa
  23504. gsave
  23505. 0.002 setlinewidth
  23506. 0.5 0.01472 moveto
  23507. 0.5 0.02097 lineto
  23508. stroke
  23509. grestore
  23510. [(pi/2)] 0.5 0.01472 0 2 Mshowa
  23511. gsave
  23512. 0.002 setlinewidth
  23513. 0.65873 0.01472 moveto
  23514. 0.65873 0.02097 lineto
  23515. stroke
  23516. grestore
  23517. [(2pi/3)] 0.65873 0.01472 0 2 Mshowa
  23518. gsave
  23519. 0.002 setlinewidth
  23520. 0.81746 0.01472 moveto
  23521. 0.81746 0.02097 lineto
  23522. stroke
  23523. grestore
  23524. [(5pi/6)] 0.81746 0.01472 0 2 Mshowa
  23525. gsave
  23526. 0.002 setlinewidth
  23527. 0.97619 0.01472 moveto
  23528. 0.97619 0.02097 lineto
  23529. stroke
  23530. grestore
  23531. [(pi)] 0.97619 0.01472 0 2 Mshowa
  23532. [(x)] 1.025 0.01472 -1 0 Mshowa
  23533. gsave
  23534. 0.002 setlinewidth
  23535. 0 0.01472 moveto
  23536. 1 0.01472 lineto
  23537. stroke
  23538. grestore
  23539. gsave
  23540. 0.002 setlinewidth
  23541. 0.02381 0.13244 moveto
  23542. 0.03006 0.13244 lineto
  23543. stroke
  23544. grestore
  23545. [(0.2)] 0.01131 0.13244 1 0 Mshowa
  23546. gsave
  23547. 0.002 setlinewidth
  23548. 0.02381 0.25016 moveto
  23549. 0.03006 0.25016 lineto
  23550. stroke
  23551. grestore
  23552. [(0.4)] 0.01131 0.25016 1 0 Mshowa
  23553. gsave
  23554. 0.002 setlinewidth
  23555. 0.02381 0.36788 moveto
  23556. 0.03006 0.36788 lineto
  23557. stroke
  23558. grestore
  23559. [(0.6)] 0.01131 0.36788 1 0 Mshowa
  23560. gsave
  23561. 0.002 setlinewidth
  23562. 0.02381 0.4856 moveto
  23563. 0.03006 0.4856 lineto
  23564. stroke
  23565. grestore
  23566. [(0.8)] 0.01131 0.4856 1 0 Mshowa
  23567. gsave
  23568. 0.002 setlinewidth
  23569. 0.02381 0.60332 moveto
  23570. 0.03006 0.60332 lineto
  23571. stroke
  23572. grestore
  23573. [(1)] 0.01131 0.60332 1 0 Mshowa
  23574. gsave
  23575. 0.001 setlinewidth
  23576. 0.02381 0.03826 moveto
  23577. 0.02756 0.03826 lineto
  23578. stroke
  23579. grestore
  23580. gsave
  23581. 0.001 setlinewidth
  23582. 0.02381 0.0618 moveto
  23583. 0.02756 0.0618 lineto
  23584. stroke
  23585. grestore
  23586. gsave
  23587. 0.001 setlinewidth
  23588. 0.02381 0.08535 moveto
  23589. 0.02756 0.08535 lineto
  23590. stroke
  23591. grestore
  23592. gsave
  23593. 0.001 setlinewidth
  23594. 0.02381 0.10889 moveto
  23595. 0.02756 0.10889 lineto
  23596. stroke
  23597. grestore
  23598. gsave
  23599. 0.001 setlinewidth
  23600. 0.02381 0.15598 moveto
  23601. 0.02756 0.15598 lineto
  23602. stroke
  23603. grestore
  23604. gsave
  23605. 0.001 setlinewidth
  23606. 0.02381 0.17952 moveto
  23607. 0.02756 0.17952 lineto
  23608. stroke
  23609. grestore
  23610. gsave
  23611. 0.001 setlinewidth
  23612. 0.02381 0.20307 moveto
  23613. 0.02756 0.20307 lineto
  23614. stroke
  23615. grestore
  23616. gsave
  23617. 0.001 setlinewidth
  23618. 0.02381 0.22661 moveto
  23619. 0.02756 0.22661 lineto
  23620. stroke
  23621. grestore
  23622. gsave
  23623. 0.001 setlinewidth
  23624. 0.02381 0.2737 moveto
  23625. 0.02756 0.2737 lineto
  23626. stroke
  23627. grestore
  23628. gsave
  23629. 0.001 setlinewidth
  23630. 0.02381 0.29724 moveto
  23631. 0.02756 0.29724 lineto
  23632. stroke
  23633. grestore
  23634. gsave
  23635. 0.001 setlinewidth
  23636. 0.02381 0.32079 moveto
  23637. 0.02756 0.32079 lineto
  23638. stroke
  23639. grestore
  23640. gsave
  23641. 0.001 setlinewidth
  23642. 0.02381 0.34433 moveto
  23643. 0.02756 0.34433 lineto
  23644. stroke
  23645. grestore
  23646. gsave
  23647. 0.001 setlinewidth
  23648. 0.02381 0.39142 moveto
  23649. 0.02756 0.39142 lineto
  23650. stroke
  23651. grestore
  23652. gsave
  23653. 0.001 setlinewidth
  23654. 0.02381 0.41497 moveto
  23655. 0.02756 0.41497 lineto
  23656. stroke
  23657. grestore
  23658. gsave
  23659. 0.001 setlinewidth
  23660. 0.02381 0.43851 moveto
  23661. 0.02756 0.43851 lineto
  23662. stroke
  23663. grestore
  23664. gsave
  23665. 0.001 setlinewidth
  23666. 0.02381 0.46205 moveto
  23667. 0.02756 0.46205 lineto
  23668. stroke
  23669. grestore
  23670. gsave
  23671. 0.001 setlinewidth
  23672. 0.02381 0.50914 moveto
  23673. 0.02756 0.50914 lineto
  23674. stroke
  23675. grestore
  23676. gsave
  23677. 0.001 setlinewidth
  23678. 0.02381 0.53269 moveto
  23679. 0.02756 0.53269 lineto
  23680. stroke
  23681. grestore
  23682. gsave
  23683. 0.001 setlinewidth
  23684. 0.02381 0.55623 moveto
  23685. 0.02756 0.55623 lineto
  23686. stroke
  23687. grestore
  23688. gsave
  23689. 0.001 setlinewidth
  23690. 0.02381 0.57977 moveto
  23691. 0.02756 0.57977 lineto
  23692. stroke
  23693. grestore
  23694. [(y)] 0.02381 0.61803 0 -4 Mshowa
  23695. gsave
  23696. 0.002 setlinewidth
  23697. 0.02381 0 moveto
  23698. 0.02381 0.61803 lineto
  23699. stroke
  23700. grestore
  23701. grestore
  23702. 0 0 moveto
  23703. 1 0 lineto
  23704. 1 0.61803 lineto
  23705. 0 0.61803 lineto
  23706. closepath
  23707. clip
  23708. newpath
  23709. gsave
  23710. 0 1 1 setrgbcolor
  23711. 0.7381 0.01472 moveto
  23712. 0.7381 0.43092 lineto
  23713. 0.97619 0.01472 lineto
  23714. 0.97619 0.01472 lineto
  23715. 0.7381 0.01472 lineto
  23716. fill
  23717. 0.75 0.75 0.75 setrgbcolor
  23718. [ ] 0 setdash
  23719. 1 Mabswid
  23720. 0.7381 0.01472 moveto
  23721. 0.7381 0.43092 lineto
  23722. 0.97619 0.01472 lineto
  23723. 0.97619 0.01472 lineto
  23724. 0.7381 0.01472 lineto
  23725. stroke
  23726. grestore
  23727. gsave
  23728. 0 1 1 setrgbcolor
  23729. 0.5 0.01472 moveto
  23730. 0.5 0.60332 lineto
  23731. 0.7381 0.43092 lineto
  23732. 0.7381 0.01472 lineto
  23733. 0.5 0.01472 lineto
  23734. fill
  23735. 0.75 0.75 0.75 setrgbcolor
  23736. [ ] 0 setdash
  23737. 1 Mabswid
  23738. 0.5 0.01472 moveto
  23739. 0.5 0.60332 lineto
  23740. 0.7381 0.43092 lineto
  23741. 0.7381 0.01472 lineto
  23742. 0.5 0.01472 lineto
  23743. stroke
  23744. grestore
  23745. gsave
  23746. 0 1 1 setrgbcolor
  23747. 0.2619 0.01472 moveto
  23748. 0.2619 0.43092 lineto
  23749. 0.5 0.60332 lineto
  23750. 0.5 0.01472 lineto
  23751. 0.2619 0.01472 lineto
  23752. fill
  23753. 0.75 0.75 0.75 setrgbcolor
  23754. [ ] 0 setdash
  23755. 1 Mabswid
  23756. 0.2619 0.01472 moveto
  23757. 0.2619 0.43092 lineto
  23758. 0.5 0.60332 lineto
  23759. 0.5 0.01472 lineto
  23760. 0.2619 0.01472 lineto
  23761. stroke
  23762. grestore
  23763. gsave
  23764. 0 1 1 setrgbcolor
  23765. 0.02381 0.01472 moveto
  23766. 0.02381 0.01472 lineto
  23767. 0.2619 0.43092 lineto
  23768. 0.2619 0.01472 lineto
  23769. 0.02381 0.01472 lineto
  23770. fill
  23771. 0.75 0.75 0.75 setrgbcolor
  23772. [ ] 0 setdash
  23773. 1 Mabswid
  23774. 0.02381 0.01472 moveto
  23775. 0.02381 0.01472 lineto
  23776. 0.2619 0.43092 lineto
  23777. 0.2619 0.01472 lineto
  23778. 0.02381 0.01472 lineto
  23779. stroke
  23780. grestore
  23781. gsave
  23782. 0 0 0 setrgbcolor
  23783. 0 setlinewidth
  23784. 0.02381 0.01472 moveto
  23785. 0.97619 0.01472 lineto
  23786. stroke
  23787. 0.02381 0.01472 moveto
  23788. 0.02381 0.60332 lineto
  23789. stroke
  23790. grestore
  23791. gsave
  23792. gsave
  23793. 0 0 0 setrgbcolor
  23794. [ ] 0 setdash
  23795. 1 Mabswid
  23796. 0.02381 0.01472 moveto
  23797. 0.06349 0.09154 lineto
  23798. 0.10317 0.16706 lineto
  23799. 0.14286 0.23996 lineto
  23800. 0.18254 0.30902 lineto
  23801. 0.22222 0.37303 lineto
  23802. 0.2619 0.43092 lineto
  23803. 0.30159 0.48169 lineto
  23804. 0.34127 0.52446 lineto
  23805. 0.38095 0.55851 lineto
  23806. 0.42063 0.58326 lineto
  23807. 0.44048 0.59201 lineto
  23808. 0.4504 0.59546 lineto
  23809. 0.46032 0.59828 lineto
  23810. 0.47024 0.60048 lineto
  23811. 0.4752 0.60135 lineto
  23812. 0.48016 0.60206 lineto
  23813. 0.48512 0.60261 lineto
  23814. 0.4876 0.60283 lineto
  23815. 0.49008 0.603 lineto
  23816. 0.49256 0.60314 lineto
  23817. 0.4938 0.6032 lineto
  23818. 0.49504 0.60324 lineto
  23819. 0.49628 0.60327 lineto
  23820. 0.49752 0.6033 lineto
  23821. 0.49876 0.60331 lineto
  23822. 0.5 0.60332 lineto
  23823. 0.50124 0.60331 lineto
  23824. 0.50248 0.6033 lineto
  23825. 0.50372 0.60327 lineto
  23826. 0.50496 0.60324 lineto
  23827. 0.50744 0.60314 lineto
  23828. 0.50992 0.603 lineto
  23829. 0.5124 0.60283 lineto
  23830. 0.51488 0.60261 lineto
  23831. 0.51984 0.60206 lineto
  23832. 0.5248 0.60135 lineto
  23833. 0.52976 0.60048 lineto
  23834. 0.53968 0.59828 lineto
  23835. 0.5496 0.59546 lineto
  23836. 0.55952 0.59201 lineto
  23837. 0.57937 0.58326 lineto
  23838. 0.61905 0.55851 lineto
  23839. 0.65873 0.52446 lineto
  23840. 0.69841 0.48169 lineto
  23841. 0.7381 0.43092 lineto
  23842. 0.77778 0.37303 lineto
  23843. 0.81746 0.30902 lineto
  23844. 0.85714 0.23996 lineto
  23845. 0.89683 0.16706 lineto
  23846. Mistroke
  23847. 0.93651 0.09154 lineto
  23848. 0.97619 0.01472 lineto
  23849. Mfstroke
  23850. grestore
  23851. gsave
  23852. 1 0 0 setrgbcolor
  23853. [ ] 0 setdash
  23854. 1 Mabswid
  23855. 0.02381 0.01472 moveto
  23856. 0.06349 0.08408 lineto
  23857. 0.10317 0.15345 lineto
  23858. 0.14286 0.22282 lineto
  23859. 0.18254 0.29219 lineto
  23860. 0.22222 0.36155 lineto
  23861. 0.24206 0.39624 lineto
  23862. 0.25198 0.41358 lineto
  23863. 0.25694 0.42225 lineto
  23864. 0.25942 0.42659 lineto
  23865. 0.26066 0.42875 lineto
  23866. 0.2619 0.43092 lineto
  23867. 0.26438 0.43272 lineto
  23868. 0.26687 0.43451 lineto
  23869. 0.27183 0.4381 lineto
  23870. 0.28175 0.44529 lineto
  23871. 0.30159 0.45965 lineto
  23872. 0.34127 0.48839 lineto
  23873. 0.38095 0.51712 lineto
  23874. 0.42063 0.54585 lineto
  23875. 0.46032 0.57459 lineto
  23876. 0.48016 0.58895 lineto
  23877. 0.49008 0.59614 lineto
  23878. 0.49504 0.59973 lineto
  23879. 0.49752 0.60152 lineto
  23880. 0.49876 0.60242 lineto
  23881. 0.5 0.60332 lineto
  23882. 0.50248 0.60152 lineto
  23883. 0.50496 0.59973 lineto
  23884. 0.50992 0.59614 lineto
  23885. 0.51984 0.58895 lineto
  23886. 0.53968 0.57459 lineto
  23887. 0.57937 0.54585 lineto
  23888. 0.61905 0.51712 lineto
  23889. 0.65873 0.48839 lineto
  23890. 0.69841 0.45965 lineto
  23891. 0.71825 0.44529 lineto
  23892. 0.72817 0.4381 lineto
  23893. 0.73313 0.43451 lineto
  23894. 0.73562 0.43272 lineto
  23895. 0.73686 0.43182 lineto
  23896. 0.7381 0.43092 lineto
  23897. 0.74058 0.42659 lineto
  23898. 0.74306 0.42225 lineto
  23899. 0.74802 0.41358 lineto
  23900. 0.75794 0.39624 lineto
  23901. 0.77778 0.36155 lineto
  23902. 0.81746 0.29219 lineto
  23903. 0.85714 0.22282 lineto
  23904. 0.89683 0.15345 lineto
  23905. Mistroke
  23906. 0.93651 0.08408 lineto
  23907. 0.97619 0.01472 lineto
  23908. Mfstroke
  23909. grestore
  23910. grestore
  23911. gsave
  23912. 1 0 0 setrgbcolor
  23913. [ ] 0 setdash
  23914. 6 Mabswid
  23915. 0.02381 0.01472 Mdot
  23916. grestore
  23917. gsave
  23918. 1 0 0 setrgbcolor
  23919. [ ] 0 setdash
  23920. 6 Mabswid
  23921. 0.2619 0.43092 Mdot
  23922. grestore
  23923. gsave
  23924. 1 0 0 setrgbcolor
  23925. [ ] 0 setdash
  23926. 6 Mabswid
  23927. 0.5 0.60332 Mdot
  23928. grestore
  23929. gsave
  23930. 1 0 0 setrgbcolor
  23931. [ ] 0 setdash
  23932. 6 Mabswid
  23933. 0.7381 0.43092 Mdot
  23934. grestore
  23935. gsave
  23936. 1 0 0 setrgbcolor
  23937. [ ] 0 setdash
  23938. 6 Mabswid
  23939. 0.97619 0.01472 Mdot
  23940. grestore
  23941. gsave
  23942. 1 0 0 setrgbcolor
  23943. [ ] 0 setdash
  23944. 6 Mabswid
  23945. 0.02381 0.01472 Mdot
  23946. grestore
  23947. gsave
  23948. 1 0 0 setrgbcolor
  23949. [ ] 0 setdash
  23950. 6 Mabswid
  23951. 0.2619 0.43092 Mdot
  23952. grestore
  23953. gsave
  23954. 1 0 0 setrgbcolor
  23955. [ ] 0 setdash
  23956. 6 Mabswid
  23957. 0.5 0.60332 Mdot
  23958. grestore
  23959. gsave
  23960. 1 0 0 setrgbcolor
  23961. [ ] 0 setdash
  23962. 6 Mabswid
  23963. 0.7381 0.43092 Mdot
  23964. grestore
  23965. gsave
  23966. 1 0 0 setrgbcolor
  23967. [ ] 0 setdash
  23968. 6 Mabswid
  23969. 0.97619 0.01472 Mdot
  23970. grestore
  23971. % End of Graphics
  23972. MathPictureEnd
  23973. :[font = output; output; inactive; preserveAspect; endGroup; endGroup; ]
  23974. 1.89611889793704
  23975. ;[o]
  23976. 1.89612
  23977. :[font = input; Cclosed; preserveAspect; startGroup; ]
  23978. Simpson[Sin[x],{0,Pi},4,Draw]
  23979. :[font = postscript; PostScript; formatAsPostScript; output; inactive; Cclosed; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; startGroup; ]
  23980. %!
  23981. %%Creator: Mathematica
  23982. %%AspectRatio: 0.61803 
  23983. MathPictureStart
  23984. /Courier findfont 10  scalefont  setfont
  23985. % Scaling calculations
  23986. 0.02381 0.303152 0.014715 0.588604 [
  23987. [(pi/6)] 0.18254 0.01472 0 2 Msboxa
  23988. [(pi/3)] 0.34127 0.01472 0 2 Msboxa
  23989. [(pi/2)] 0.5 0.01472 0 2 Msboxa
  23990. [(2pi/3)] 0.65873 0.01472 0 2 Msboxa
  23991. [(5pi/6)] 0.81746 0.01472 0 2 Msboxa
  23992. [(pi)] 0.97619 0.01472 0 2 Msboxa
  23993. [(x)] 1.025 0.01472 -1 0 Msboxa
  23994. [(0.2)] 0.01131 0.13244 1 0 Msboxa
  23995. [(0.4)] 0.01131 0.25016 1 0 Msboxa
  23996. [(0.6)] 0.01131 0.36788 1 0 Msboxa
  23997. [(0.8)] 0.01131 0.4856 1 0 Msboxa
  23998. [(1)] 0.01131 0.60332 1 0 Msboxa
  23999. [(y)] 0.02381 0.61803 0 -4 Msboxa
  24000. [ -0.001 -0.001 0 0 ]
  24001. [ 1.001 0.61903 0 0 ]
  24002. ] MathScale
  24003. % Start of Graphics
  24004. 1 setlinecap
  24005. 1 setlinejoin
  24006. newpath
  24007. %%Object: Graphics
  24008. [ ] 0 setdash
  24009. 0 setgray
  24010. gsave
  24011. gsave
  24012. 0.002 setlinewidth
  24013. 0.18254 0.01472 moveto
  24014. 0.18254 0.02097 lineto
  24015. stroke
  24016. grestore
  24017. [(pi/6)] 0.18254 0.01472 0 2 Mshowa
  24018. gsave
  24019. 0.002 setlinewidth
  24020. 0.34127 0.01472 moveto
  24021. 0.34127 0.02097 lineto
  24022. stroke
  24023. grestore
  24024. [(pi/3)] 0.34127 0.01472 0 2 Mshowa
  24025. gsave
  24026. 0.002 setlinewidth
  24027. 0.5 0.01472 moveto
  24028. 0.5 0.02097 lineto
  24029. stroke
  24030. grestore
  24031. [(pi/2)] 0.5 0.01472 0 2 Mshowa
  24032. gsave
  24033. 0.002 setlinewidth
  24034. 0.65873 0.01472 moveto
  24035. 0.65873 0.02097 lineto
  24036. stroke
  24037. grestore
  24038. [(2pi/3)] 0.65873 0.01472 0 2 Mshowa
  24039. gsave
  24040. 0.002 setlinewidth
  24041. 0.81746 0.01472 moveto
  24042. 0.81746 0.02097 lineto
  24043. stroke
  24044. grestore
  24045. [(5pi/6)] 0.81746 0.01472 0 2 Mshowa
  24046. gsave
  24047. 0.002 setlinewidth
  24048. 0.97619 0.01472 moveto
  24049. 0.97619 0.02097 lineto
  24050. stroke
  24051. grestore
  24052. [(pi)] 0.97619 0.01472 0 2 Mshowa
  24053. [(x)] 1.025 0.01472 -1 0 Mshowa
  24054. gsave
  24055. 0.002 setlinewidth
  24056. 0 0.01472 moveto
  24057. 1 0.01472 lineto
  24058. stroke
  24059. grestore
  24060. gsave
  24061. 0.002 setlinewidth
  24062. 0.02381 0.13244 moveto
  24063. 0.03006 0.13244 lineto
  24064. stroke
  24065. grestore
  24066. [(0.2)] 0.01131 0.13244 1 0 Mshowa
  24067. gsave
  24068. 0.002 setlinewidth
  24069. 0.02381 0.25016 moveto
  24070. 0.03006 0.25016 lineto
  24071. stroke
  24072. grestore
  24073. [(0.4)] 0.01131 0.25016 1 0 Mshowa
  24074. gsave
  24075. 0.002 setlinewidth
  24076. 0.02381 0.36788 moveto
  24077. 0.03006 0.36788 lineto
  24078. stroke
  24079. grestore
  24080. [(0.6)] 0.01131 0.36788 1 0 Mshowa
  24081. gsave
  24082. 0.002 setlinewidth
  24083. 0.02381 0.4856 moveto
  24084. 0.03006 0.4856 lineto
  24085. stroke
  24086. grestore
  24087. [(0.8)] 0.01131 0.4856 1 0 Mshowa
  24088. gsave
  24089. 0.002 setlinewidth
  24090. 0.02381 0.60332 moveto
  24091. 0.03006 0.60332 lineto
  24092. stroke
  24093. grestore
  24094. [(1)] 0.01131 0.60332 1 0 Mshowa
  24095. gsave
  24096. 0.001 setlinewidth
  24097. 0.02381 0.03826 moveto
  24098. 0.02756 0.03826 lineto
  24099. stroke
  24100. grestore
  24101. gsave
  24102. 0.001 setlinewidth
  24103. 0.02381 0.0618 moveto
  24104. 0.02756 0.0618 lineto
  24105. stroke
  24106. grestore
  24107. gsave
  24108. 0.001 setlinewidth
  24109. 0.02381 0.08535 moveto
  24110. 0.02756 0.08535 lineto
  24111. stroke
  24112. grestore
  24113. gsave
  24114. 0.001 setlinewidth
  24115. 0.02381 0.10889 moveto
  24116. 0.02756 0.10889 lineto
  24117. stroke
  24118. grestore
  24119. gsave
  24120. 0.001 setlinewidth
  24121. 0.02381 0.15598 moveto
  24122. 0.02756 0.15598 lineto
  24123. stroke
  24124. grestore
  24125. gsave
  24126. 0.001 setlinewidth
  24127. 0.02381 0.17952 moveto
  24128. 0.02756 0.17952 lineto
  24129. stroke
  24130. grestore
  24131. gsave
  24132. 0.001 setlinewidth
  24133. 0.02381 0.20307 moveto
  24134. 0.02756 0.20307 lineto
  24135. stroke
  24136. grestore
  24137. gsave
  24138. 0.001 setlinewidth
  24139. 0.02381 0.22661 moveto
  24140. 0.02756 0.22661 lineto
  24141. stroke
  24142. grestore
  24143. gsave
  24144. 0.001 setlinewidth
  24145. 0.02381 0.2737 moveto
  24146. 0.02756 0.2737 lineto
  24147. stroke
  24148. grestore
  24149. gsave
  24150. 0.001 setlinewidth
  24151. 0.02381 0.29724 moveto
  24152. 0.02756 0.29724 lineto
  24153. stroke
  24154. grestore
  24155. gsave
  24156. 0.001 setlinewidth
  24157. 0.02381 0.32079 moveto
  24158. 0.02756 0.32079 lineto
  24159. stroke
  24160. grestore
  24161. gsave
  24162. 0.001 setlinewidth
  24163. 0.02381 0.34433 moveto
  24164. 0.02756 0.34433 lineto
  24165. stroke
  24166. grestore
  24167. gsave
  24168. 0.001 setlinewidth
  24169. 0.02381 0.39142 moveto
  24170. 0.02756 0.39142 lineto
  24171. stroke
  24172. grestore
  24173. gsave
  24174. 0.001 setlinewidth
  24175. 0.02381 0.41497 moveto
  24176. 0.02756 0.41497 lineto
  24177. stroke
  24178. grestore
  24179. gsave
  24180. 0.001 setlinewidth
  24181. 0.02381 0.43851 moveto
  24182. 0.02756 0.43851 lineto
  24183. stroke
  24184. grestore
  24185. gsave
  24186. 0.001 setlinewidth
  24187. 0.02381 0.46205 moveto
  24188. 0.02756 0.46205 lineto
  24189. stroke
  24190. grestore
  24191. gsave
  24192. 0.001 setlinewidth
  24193. 0.02381 0.50914 moveto
  24194. 0.02756 0.50914 lineto
  24195. stroke
  24196. grestore
  24197. gsave
  24198. 0.001 setlinewidth
  24199. 0.02381 0.53269 moveto
  24200. 0.02756 0.53269 lineto
  24201. stroke
  24202. grestore
  24203. gsave
  24204. 0.001 setlinewidth
  24205. 0.02381 0.55623 moveto
  24206. 0.02756 0.55623 lineto
  24207. stroke
  24208. grestore
  24209. gsave
  24210. 0.001 setlinewidth
  24211. 0.02381 0.57977 moveto
  24212. 0.02756 0.57977 lineto
  24213. stroke
  24214. grestore
  24215. [(y)] 0.02381 0.61803 0 -4 Mshowa
  24216. gsave
  24217. 0.002 setlinewidth
  24218. 0.02381 0 moveto
  24219. 0.02381 0.61803 lineto
  24220. stroke
  24221. grestore
  24222. grestore
  24223. 0 0 moveto
  24224. 1 0 lineto
  24225. 1 0.61803 lineto
  24226. 0 0.61803 lineto
  24227. closepath
  24228. clip
  24229. newpath
  24230. gsave
  24231. 0 1 1 setrgbcolor
  24232. 0.97619 0.01472 moveto
  24233. 0.97619 0.01472 lineto
  24234. 0.97619 0.01472 lineto
  24235. 0.95635 0.05871 lineto
  24236. 0.93651 0.10101 lineto
  24237. 0.91667 0.14162 lineto
  24238. 0.89683 0.18054 lineto
  24239. 0.87698 0.21776 lineto
  24240. 0.85714 0.25329 lineto
  24241. 0.8373 0.28713 lineto
  24242. 0.81746 0.31928 lineto
  24243. 0.79762 0.34973 lineto
  24244. 0.77778 0.37848 lineto
  24245. 0.75794 0.40555 lineto
  24246. 0.7381 0.43092 lineto
  24247. 0.71825 0.4546 lineto
  24248. 0.69841 0.47658 lineto
  24249. 0.67857 0.49688 lineto
  24250. 0.65873 0.51548 lineto
  24251. 0.63889 0.53238 lineto
  24252. 0.61905 0.5476 lineto
  24253. 0.59921 0.56112 lineto
  24254. 0.57937 0.57294 lineto
  24255. 0.55952 0.58308 lineto
  24256. 0.53968 0.59152 lineto
  24257. 0.51984 0.59826 lineto
  24258. 0.5 0.60332 lineto
  24259. 0.5 0.60332 lineto
  24260. 0.5 0.01472 lineto
  24261. 0.5 0.01472 lineto
  24262. 0.51984 0.01472 lineto
  24263. 0.53968 0.01472 lineto
  24264. 0.55952 0.01472 lineto
  24265. 0.57937 0.01472 lineto
  24266. 0.59921 0.01472 lineto
  24267. 0.61905 0.01472 lineto
  24268. 0.63889 0.01472 lineto
  24269. 0.65873 0.01472 lineto
  24270. 0.67857 0.01472 lineto
  24271. 0.69841 0.01472 lineto
  24272. 0.71825 0.01472 lineto
  24273. 0.7381 0.01472 lineto
  24274. 0.75794 0.01472 lineto
  24275. 0.77778 0.01472 lineto
  24276. 0.79762 0.01472 lineto
  24277. 0.81746 0.01472 lineto
  24278. 0.8373 0.01472 lineto
  24279. 0.85714 0.01472 lineto
  24280. 0.87698 0.01472 lineto
  24281. 0.89683 0.01472 lineto
  24282. 0.91667 0.01472 lineto
  24283. 0.93651 0.01472 lineto
  24284. 0.95635 0.01472 lineto
  24285. 0.97619 0.01472 lineto
  24286. fill
  24287. 0.75 0.75 0.75 setrgbcolor
  24288. [ ] 0 setdash
  24289. 1 Mabswid
  24290. 0.97619 0.01472 moveto
  24291. 0.97619 0.01472 lineto
  24292. 0.97619 0.01472 lineto
  24293. 0.95635 0.05871 lineto
  24294. 0.93651 0.10101 lineto
  24295. 0.91667 0.14162 lineto
  24296. 0.89683 0.18054 lineto
  24297. 0.87698 0.21776 lineto
  24298. 0.85714 0.25329 lineto
  24299. 0.8373 0.28713 lineto
  24300. 0.81746 0.31928 lineto
  24301. 0.79762 0.34973 lineto
  24302. 0.77778 0.37848 lineto
  24303. 0.75794 0.40555 lineto
  24304. 0.7381 0.43092 lineto
  24305. 0.71825 0.4546 lineto
  24306. 0.69841 0.47658 lineto
  24307. 0.67857 0.49688 lineto
  24308. 0.65873 0.51548 lineto
  24309. 0.63889 0.53238 lineto
  24310. 0.61905 0.5476 lineto
  24311. 0.59921 0.56112 lineto
  24312. 0.57937 0.57294 lineto
  24313. 0.55952 0.58308 lineto
  24314. 0.53968 0.59152 lineto
  24315. 0.51984 0.59826 lineto
  24316. 0.5 0.60332 lineto
  24317. 0.5 0.60332 lineto
  24318. 0.5 0.01472 lineto
  24319. 0.5 0.01472 lineto
  24320. 0.51984 0.01472 lineto
  24321. 0.53968 0.01472 lineto
  24322. 0.55952 0.01472 lineto
  24323. 0.57937 0.01472 lineto
  24324. 0.59921 0.01472 lineto
  24325. 0.61905 0.01472 lineto
  24326. 0.63889 0.01472 lineto
  24327. 0.65873 0.01472 lineto
  24328. 0.67857 0.01472 lineto
  24329. 0.69841 0.01472 lineto
  24330. 0.71825 0.01472 lineto
  24331. 0.7381 0.01472 lineto
  24332. 0.75794 0.01472 lineto
  24333. 0.77778 0.01472 lineto
  24334. 0.79762 0.01472 lineto
  24335. 0.81746 0.01472 lineto
  24336. 0.8373 0.01472 lineto
  24337. 0.85714 0.01472 lineto
  24338. 0.87698 0.01472 lineto
  24339. 0.89683 0.01472 lineto
  24340. Mistroke
  24341. 0.91667 0.01472 lineto
  24342. 0.93651 0.01472 lineto
  24343. 0.95635 0.01472 lineto
  24344. 0.97619 0.01472 lineto
  24345. Mfstroke
  24346. grestore
  24347. gsave
  24348. 0 1 1 setrgbcolor
  24349. 0.5 0.01472 moveto
  24350. 0.5 0.60332 lineto
  24351. 0.5 0.60332 lineto
  24352. 0.48016 0.59826 lineto
  24353. 0.46032 0.59152 lineto
  24354. 0.44048 0.58308 lineto
  24355. 0.42063 0.57294 lineto
  24356. 0.40079 0.56112 lineto
  24357. 0.38095 0.5476 lineto
  24358. 0.36111 0.53238 lineto
  24359. 0.34127 0.51548 lineto
  24360. 0.32143 0.49688 lineto
  24361. 0.30159 0.47658 lineto
  24362. 0.28175 0.4546 lineto
  24363. 0.2619 0.43092 lineto
  24364. 0.24206 0.40555 lineto
  24365. 0.22222 0.37848 lineto
  24366. 0.20238 0.34973 lineto
  24367. 0.18254 0.31928 lineto
  24368. 0.1627 0.28713 lineto
  24369. 0.14286 0.25329 lineto
  24370. 0.12302 0.21776 lineto
  24371. 0.10317 0.18054 lineto
  24372. 0.08333 0.14162 lineto
  24373. 0.06349 0.10101 lineto
  24374. 0.04365 0.05871 lineto
  24375. 0.02381 0.01472 lineto
  24376. 0.02381 0.01472 lineto
  24377. 0.02381 0.01472 lineto
  24378. 0.02381 0.01472 lineto
  24379. 0.04365 0.01472 lineto
  24380. 0.06349 0.01472 lineto
  24381. 0.08333 0.01472 lineto
  24382. 0.10317 0.01472 lineto
  24383. 0.12302 0.01472 lineto
  24384. 0.14286 0.01472 lineto
  24385. 0.1627 0.01472 lineto
  24386. 0.18254 0.01472 lineto
  24387. 0.20238 0.01472 lineto
  24388. 0.22222 0.01472 lineto
  24389. 0.24206 0.01472 lineto
  24390. 0.2619 0.01472 lineto
  24391. 0.28175 0.01472 lineto
  24392. 0.30159 0.01472 lineto
  24393. 0.32143 0.01472 lineto
  24394. 0.34127 0.01472 lineto
  24395. 0.36111 0.01472 lineto
  24396. 0.38095 0.01472 lineto
  24397. 0.40079 0.01472 lineto
  24398. 0.42063 0.01472 lineto
  24399. 0.44048 0.01472 lineto
  24400. 0.46032 0.01472 lineto
  24401. 0.48016 0.01472 lineto
  24402. 0.5 0.01472 lineto
  24403. fill
  24404. 0.75 0.75 0.75 setrgbcolor
  24405. [ ] 0 setdash
  24406. 1 Mabswid
  24407. 0.5 0.01472 moveto
  24408. 0.5 0.60332 lineto
  24409. 0.5 0.60332 lineto
  24410. 0.48016 0.59826 lineto
  24411. 0.46032 0.59152 lineto
  24412. 0.44048 0.58308 lineto
  24413. 0.42063 0.57294 lineto
  24414. 0.40079 0.56112 lineto
  24415. 0.38095 0.5476 lineto
  24416. 0.36111 0.53238 lineto
  24417. 0.34127 0.51548 lineto
  24418. 0.32143 0.49688 lineto
  24419. 0.30159 0.47658 lineto
  24420. 0.28175 0.4546 lineto
  24421. 0.2619 0.43092 lineto
  24422. 0.24206 0.40555 lineto
  24423. 0.22222 0.37848 lineto
  24424. 0.20238 0.34973 lineto
  24425. 0.18254 0.31928 lineto
  24426. 0.1627 0.28713 lineto
  24427. 0.14286 0.25329 lineto
  24428. 0.12302 0.21776 lineto
  24429. 0.10317 0.18054 lineto
  24430. 0.08333 0.14162 lineto
  24431. 0.06349 0.10101 lineto
  24432. 0.04365 0.05871 lineto
  24433. 0.02381 0.01472 lineto
  24434. 0.02381 0.01472 lineto
  24435. 0.02381 0.01472 lineto
  24436. 0.02381 0.01472 lineto
  24437. 0.04365 0.01472 lineto
  24438. 0.06349 0.01472 lineto
  24439. 0.08333 0.01472 lineto
  24440. 0.10317 0.01472 lineto
  24441. 0.12302 0.01472 lineto
  24442. 0.14286 0.01472 lineto
  24443. 0.1627 0.01472 lineto
  24444. 0.18254 0.01472 lineto
  24445. 0.20238 0.01472 lineto
  24446. 0.22222 0.01472 lineto
  24447. 0.24206 0.01472 lineto
  24448. 0.2619 0.01472 lineto
  24449. 0.28175 0.01472 lineto
  24450. 0.30159 0.01472 lineto
  24451. 0.32143 0.01472 lineto
  24452. 0.34127 0.01472 lineto
  24453. 0.36111 0.01472 lineto
  24454. 0.38095 0.01472 lineto
  24455. 0.40079 0.01472 lineto
  24456. 0.42063 0.01472 lineto
  24457. Mistroke
  24458. 0.44048 0.01472 lineto
  24459. 0.46032 0.01472 lineto
  24460. 0.48016 0.01472 lineto
  24461. 0.5 0.01472 lineto
  24462. Mfstroke
  24463. grestore
  24464. gsave
  24465. 0 0 0 setrgbcolor
  24466. 0 setlinewidth
  24467. 0.02381 0.01472 moveto
  24468. 0.97619 0.01472 lineto
  24469. stroke
  24470. 0.02381 0.01472 moveto
  24471. 0.02381 0.60332 lineto
  24472. stroke
  24473. grestore
  24474. gsave
  24475. gsave
  24476. 0 0 0 setrgbcolor
  24477. [ ] 0 setdash
  24478. 1 Mabswid
  24479. 0.02381 0.01472 moveto
  24480. 0.06349 0.09154 lineto
  24481. 0.10317 0.16706 lineto
  24482. 0.14286 0.23996 lineto
  24483. 0.18254 0.30902 lineto
  24484. 0.22222 0.37303 lineto
  24485. 0.2619 0.43092 lineto
  24486. 0.30159 0.48169 lineto
  24487. 0.34127 0.52446 lineto
  24488. 0.38095 0.55851 lineto
  24489. 0.42063 0.58326 lineto
  24490. 0.44048 0.59201 lineto
  24491. 0.4504 0.59546 lineto
  24492. 0.46032 0.59828 lineto
  24493. 0.47024 0.60048 lineto
  24494. 0.4752 0.60135 lineto
  24495. 0.48016 0.60206 lineto
  24496. 0.48512 0.60261 lineto
  24497. 0.4876 0.60283 lineto
  24498. 0.49008 0.603 lineto
  24499. 0.49256 0.60314 lineto
  24500. 0.4938 0.6032 lineto
  24501. 0.49504 0.60324 lineto
  24502. 0.49628 0.60327 lineto
  24503. 0.49752 0.6033 lineto
  24504. 0.49876 0.60331 lineto
  24505. 0.5 0.60332 lineto
  24506. 0.50124 0.60331 lineto
  24507. 0.50248 0.6033 lineto
  24508. 0.50372 0.60327 lineto
  24509. 0.50496 0.60324 lineto
  24510. 0.50744 0.60314 lineto
  24511. 0.50992 0.603 lineto
  24512. 0.5124 0.60283 lineto
  24513. 0.51488 0.60261 lineto
  24514. 0.51984 0.60206 lineto
  24515. 0.5248 0.60135 lineto
  24516. 0.52976 0.60048 lineto
  24517. 0.53968 0.59828 lineto
  24518. 0.5496 0.59546 lineto
  24519. 0.55952 0.59201 lineto
  24520. 0.57937 0.58326 lineto
  24521. 0.61905 0.55851 lineto
  24522. 0.65873 0.52446 lineto
  24523. 0.69841 0.48169 lineto
  24524. 0.7381 0.43092 lineto
  24525. 0.77778 0.37303 lineto
  24526. 0.81746 0.30902 lineto
  24527. 0.85714 0.23996 lineto
  24528. 0.89683 0.16706 lineto
  24529. Mistroke
  24530. 0.93651 0.09154 lineto
  24531. 0.97619 0.01472 lineto
  24532. Mfstroke
  24533. grestore
  24534. gsave
  24535. 1 0 0 setrgbcolor
  24536. [ ] 0 setdash
  24537. 1 Mabswid
  24538. 0.02381 0.01472 moveto
  24539. 0.06349 0.10101 lineto
  24540. 0.10317 0.18054 lineto
  24541. 0.14286 0.25329 lineto
  24542. 0.18254 0.31928 lineto
  24543. 0.22222 0.37848 lineto
  24544. 0.2619 0.43092 lineto
  24545. 0.30159 0.47658 lineto
  24546. 0.34127 0.51548 lineto
  24547. 0.38095 0.5476 lineto
  24548. 0.42063 0.57294 lineto
  24549. 0.44048 0.58308 lineto
  24550. 0.46032 0.59152 lineto
  24551. 0.48016 0.59826 lineto
  24552. 0.49008 0.601 lineto
  24553. 0.49504 0.60221 lineto
  24554. 0.49752 0.60278 lineto
  24555. 0.49876 0.60305 lineto
  24556. 0.5 0.60332 lineto
  24557. 0.50248 0.60278 lineto
  24558. 0.50496 0.60221 lineto
  24559. 0.50992 0.601 lineto
  24560. 0.51984 0.59826 lineto
  24561. 0.53968 0.59152 lineto
  24562. 0.57937 0.57294 lineto
  24563. 0.61905 0.5476 lineto
  24564. 0.65873 0.51548 lineto
  24565. 0.69841 0.47658 lineto
  24566. 0.7381 0.43092 lineto
  24567. 0.77778 0.37848 lineto
  24568. 0.81746 0.31928 lineto
  24569. 0.85714 0.25329 lineto
  24570. 0.89683 0.18054 lineto
  24571. 0.93651 0.10101 lineto
  24572. 0.97619 0.01472 lineto
  24573. stroke
  24574. grestore
  24575. grestore
  24576. gsave
  24577. 1 0 0 setrgbcolor
  24578. [ ] 0 setdash
  24579. 6 Mabswid
  24580. 0.02381 0.01472 Mdot
  24581. grestore
  24582. gsave
  24583. 1 0 0 setrgbcolor
  24584. [ ] 0 setdash
  24585. 6 Mabswid
  24586. 0.2619 0.43092 Mdot
  24587. grestore
  24588. gsave
  24589. 1 0 0 setrgbcolor
  24590. [ ] 0 setdash
  24591. 6 Mabswid
  24592. 0.5 0.60332 Mdot
  24593. grestore
  24594. gsave
  24595. 1 0 0 setrgbcolor
  24596. [ ] 0 setdash
  24597. 6 Mabswid
  24598. 0.7381 0.43092 Mdot
  24599. grestore
  24600. gsave
  24601. 1 0 0 setrgbcolor
  24602. [ ] 0 setdash
  24603. 6 Mabswid
  24604. 0.97619 0.01472 Mdot
  24605. grestore
  24606. gsave
  24607. 1 0 0 setrgbcolor
  24608. [ ] 0 setdash
  24609. 6 Mabswid
  24610. 0.02381 0.01472 Mdot
  24611. grestore
  24612. gsave
  24613. 1 0 0 setrgbcolor
  24614. [ ] 0 setdash
  24615. 6 Mabswid
  24616. 0.2619 0.43092 Mdot
  24617. grestore
  24618. gsave
  24619. 1 0 0 setrgbcolor
  24620. [ ] 0 setdash
  24621. 6 Mabswid
  24622. 0.5 0.60332 Mdot
  24623. grestore
  24624. gsave
  24625. 1 0 0 setrgbcolor
  24626. [ ] 0 setdash
  24627. 6 Mabswid
  24628. 0.7381 0.43092 Mdot
  24629. grestore
  24630. gsave
  24631. 1 0 0 setrgbcolor
  24632. [ ] 0 setdash
  24633. 6 Mabswid
  24634. 0.97619 0.01472 Mdot
  24635. grestore
  24636. % End of Graphics
  24637. MathPictureEnd
  24638. :[font = output; output; inactive; preserveAspect; endGroup; endGroup; ]
  24639. 2.004559754984421
  24640. ;[o]
  24641. 2.00456
  24642. :[font = subsection; inactive; preserveAspect; ]
  24643. PlotDirection and PlotConcavity
  24644. :[font = input; Cclosed; preserveAspect; startGroup; ]
  24645. Clear[f,x];
  24646. f[x_]:= x^4 - x^2;
  24647. PlotDirection[f[x],{-2,2}];
  24648. PlotConcavity[f[x],{-2,2}];
  24649. :[font = postscript; PostScript; formatAsPostScript; output; inactive; Cclosed; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; startGroup; ]
  24650. %!
  24651. %%Creator: Mathematica
  24652. %%AspectRatio: 0.61803 
  24653. MathPictureStart
  24654. /Courier findfont 10  scalefont  setfont
  24655. % Scaling calculations
  24656. 0.5 0.238095 0.187133 0.68968 [
  24657. [(-2)] 0.02381 0.18713 0 2 Msboxa
  24658. [(-1)] 0.2619 0.18713 0 2 Msboxa
  24659. [(1)] 0.7381 0.18713 0 2 Msboxa
  24660. [(2)] 0.97619 0.18713 0 2 Msboxa
  24661. [(x)] 1.025 0.18713 -1 0 Msboxa
  24662. [(-0.2)] 0.4875 0.0492 1 0 Msboxa
  24663. [(0.2)] 0.4875 0.32507 1 0 Msboxa
  24664. [(0.4)] 0.4875 0.463 1 0 Msboxa
  24665. [(0.6)] 0.4875 0.60094 1 0 Msboxa
  24666. [(y)] 0.5 0.61803 0 -4 Msboxa
  24667. [ -0.001 -0.001 0 0 ]
  24668. [ 1.001 0.61903 0 0 ]
  24669. ] MathScale
  24670. % Start of Graphics
  24671. 1 setlinecap
  24672. 1 setlinejoin
  24673. newpath
  24674. %%Object: Graphics
  24675. [ ] 0 setdash
  24676. 0 setgray
  24677. gsave
  24678. gsave
  24679. 0.002 setlinewidth
  24680. 0.02381 0.18713 moveto
  24681. 0.02381 0.19338 lineto
  24682. stroke
  24683. grestore
  24684. [(-2)] 0.02381 0.18713 0 2 Mshowa
  24685. gsave
  24686. 0.002 setlinewidth
  24687. 0.2619 0.18713 moveto
  24688. 0.2619 0.19338 lineto
  24689. stroke
  24690. grestore
  24691. [(-1)] 0.2619 0.18713 0 2 Mshowa
  24692. gsave
  24693. 0.002 setlinewidth
  24694. 0.7381 0.18713 moveto
  24695. 0.7381 0.19338 lineto
  24696. stroke
  24697. grestore
  24698. [(1)] 0.7381 0.18713 0 2 Mshowa
  24699. gsave
  24700. 0.002 setlinewidth
  24701. 0.97619 0.18713 moveto
  24702. 0.97619 0.19338 lineto
  24703. stroke
  24704. grestore
  24705. [(2)] 0.97619 0.18713 0 2 Mshowa
  24706. gsave
  24707. 0.001 setlinewidth
  24708. 0.07143 0.18713 moveto
  24709. 0.07143 0.19088 lineto
  24710. stroke
  24711. grestore
  24712. gsave
  24713. 0.001 setlinewidth
  24714. 0.11905 0.18713 moveto
  24715. 0.11905 0.19088 lineto
  24716. stroke
  24717. grestore
  24718. gsave
  24719. 0.001 setlinewidth
  24720. 0.16667 0.18713 moveto
  24721. 0.16667 0.19088 lineto
  24722. stroke
  24723. grestore
  24724. gsave
  24725. 0.001 setlinewidth
  24726. 0.21429 0.18713 moveto
  24727. 0.21429 0.19088 lineto
  24728. stroke
  24729. grestore
  24730. gsave
  24731. 0.001 setlinewidth
  24732. 0.30952 0.18713 moveto
  24733. 0.30952 0.19088 lineto
  24734. stroke
  24735. grestore
  24736. gsave
  24737. 0.001 setlinewidth
  24738. 0.35714 0.18713 moveto
  24739. 0.35714 0.19088 lineto
  24740. stroke
  24741. grestore
  24742. gsave
  24743. 0.001 setlinewidth
  24744. 0.40476 0.18713 moveto
  24745. 0.40476 0.19088 lineto
  24746. stroke
  24747. grestore
  24748. gsave
  24749. 0.001 setlinewidth
  24750. 0.45238 0.18713 moveto
  24751. 0.45238 0.19088 lineto
  24752. stroke
  24753. grestore
  24754. gsave
  24755. 0.001 setlinewidth
  24756. 0.54762 0.18713 moveto
  24757. 0.54762 0.19088 lineto
  24758. stroke
  24759. grestore
  24760. gsave
  24761. 0.001 setlinewidth
  24762. 0.59524 0.18713 moveto
  24763. 0.59524 0.19088 lineto
  24764. stroke
  24765. grestore
  24766. gsave
  24767. 0.001 setlinewidth
  24768. 0.64286 0.18713 moveto
  24769. 0.64286 0.19088 lineto
  24770. stroke
  24771. grestore
  24772. gsave
  24773. 0.001 setlinewidth
  24774. 0.69048 0.18713 moveto
  24775. 0.69048 0.19088 lineto
  24776. stroke
  24777. grestore
  24778. gsave
  24779. 0.001 setlinewidth
  24780. 0.78571 0.18713 moveto
  24781. 0.78571 0.19088 lineto
  24782. stroke
  24783. grestore
  24784. gsave
  24785. 0.001 setlinewidth
  24786. 0.83333 0.18713 moveto
  24787. 0.83333 0.19088 lineto
  24788. stroke
  24789. grestore
  24790. gsave
  24791. 0.001 setlinewidth
  24792. 0.88095 0.18713 moveto
  24793. 0.88095 0.19088 lineto
  24794. stroke
  24795. grestore
  24796. gsave
  24797. 0.001 setlinewidth
  24798. 0.92857 0.18713 moveto
  24799. 0.92857 0.19088 lineto
  24800. stroke
  24801. grestore
  24802. [(x)] 1.025 0.18713 -1 0 Mshowa
  24803. gsave
  24804. 0.002 setlinewidth
  24805. 0 0.18713 moveto
  24806. 1 0.18713 lineto
  24807. stroke
  24808. grestore
  24809. gsave
  24810. 0.002 setlinewidth
  24811. 0.5 0.0492 moveto
  24812. 0.50625 0.0492 lineto
  24813. stroke
  24814. grestore
  24815. [(-0.2)] 0.4875 0.0492 1 0 Mshowa
  24816. gsave
  24817. 0.002 setlinewidth
  24818. 0.5 0.32507 moveto
  24819. 0.50625 0.32507 lineto
  24820. stroke
  24821. grestore
  24822. [(0.2)] 0.4875 0.32507 1 0 Mshowa
  24823. gsave
  24824. 0.002 setlinewidth
  24825. 0.5 0.463 moveto
  24826. 0.50625 0.463 lineto
  24827. stroke
  24828. grestore
  24829. [(0.4)] 0.4875 0.463 1 0 Mshowa
  24830. gsave
  24831. 0.002 setlinewidth
  24832. 0.5 0.60094 moveto
  24833. 0.50625 0.60094 lineto
  24834. stroke
  24835. grestore
  24836. [(0.6)] 0.4875 0.60094 1 0 Mshowa
  24837. gsave
  24838. 0.001 setlinewidth
  24839. 0.5 0.07678 moveto
  24840. 0.50375 0.07678 lineto
  24841. stroke
  24842. grestore
  24843. gsave
  24844. 0.001 setlinewidth
  24845. 0.5 0.10437 moveto
  24846. 0.50375 0.10437 lineto
  24847. stroke
  24848. grestore
  24849. gsave
  24850. 0.001 setlinewidth
  24851. 0.5 0.13196 moveto
  24852. 0.50375 0.13196 lineto
  24853. stroke
  24854. grestore
  24855. gsave
  24856. 0.001 setlinewidth
  24857. 0.5 0.15955 moveto
  24858. 0.50375 0.15955 lineto
  24859. stroke
  24860. grestore
  24861. gsave
  24862. 0.001 setlinewidth
  24863. 0.5 0.21472 moveto
  24864. 0.50375 0.21472 lineto
  24865. stroke
  24866. grestore
  24867. gsave
  24868. 0.001 setlinewidth
  24869. 0.5 0.24231 moveto
  24870. 0.50375 0.24231 lineto
  24871. stroke
  24872. grestore
  24873. gsave
  24874. 0.001 setlinewidth
  24875. 0.5 0.26989 moveto
  24876. 0.50375 0.26989 lineto
  24877. stroke
  24878. grestore
  24879. gsave
  24880. 0.001 setlinewidth
  24881. 0.5 0.29748 moveto
  24882. 0.50375 0.29748 lineto
  24883. stroke
  24884. grestore
  24885. gsave
  24886. 0.001 setlinewidth
  24887. 0.5 0.35266 moveto
  24888. 0.50375 0.35266 lineto
  24889. stroke
  24890. grestore
  24891. gsave
  24892. 0.001 setlinewidth
  24893. 0.5 0.38024 moveto
  24894. 0.50375 0.38024 lineto
  24895. stroke
  24896. grestore
  24897. gsave
  24898. 0.001 setlinewidth
  24899. 0.5 0.40783 moveto
  24900. 0.50375 0.40783 lineto
  24901. stroke
  24902. grestore
  24903. gsave
  24904. 0.001 setlinewidth
  24905. 0.5 0.43542 moveto
  24906. 0.50375 0.43542 lineto
  24907. stroke
  24908. grestore
  24909. gsave
  24910. 0.001 setlinewidth
  24911. 0.5 0.49059 moveto
  24912. 0.50375 0.49059 lineto
  24913. stroke
  24914. grestore
  24915. gsave
  24916. 0.001 setlinewidth
  24917. 0.5 0.51818 moveto
  24918. 0.50375 0.51818 lineto
  24919. stroke
  24920. grestore
  24921. gsave
  24922. 0.001 setlinewidth
  24923. 0.5 0.54577 moveto
  24924. 0.50375 0.54577 lineto
  24925. stroke
  24926. grestore
  24927. gsave
  24928. 0.001 setlinewidth
  24929. 0.5 0.57335 moveto
  24930. 0.50375 0.57335 lineto
  24931. stroke
  24932. grestore
  24933. gsave
  24934. 0.001 setlinewidth
  24935. 0.5 0.02161 moveto
  24936. 0.50375 0.02161 lineto
  24937. stroke
  24938. grestore
  24939. [(y)] 0.5 0.61803 0 -4 Mshowa
  24940. gsave
  24941. 0.002 setlinewidth
  24942. 0.5 0 moveto
  24943. 0.5 0.61803 lineto
  24944. stroke
  24945. grestore
  24946. grestore
  24947. 0 0 moveto
  24948. 1 0 lineto
  24949. 1 0.61803 lineto
  24950. 0 0.61803 lineto
  24951. closepath
  24952. clip
  24953. newpath
  24954. gsave
  24955. gsave
  24956. 0 0 1 setrgbcolor
  24957. [ ] 0 setdash
  24958. 1 Mabswid
  24959. 0.33259 0.01473 moveto
  24960. 0.33383 0.01483 lineto
  24961. 0.33507 0.01499 lineto
  24962. 0.33631 0.01523 lineto
  24963. 0.33879 0.0159 lineto
  24964. 0.34127 0.01684 lineto
  24965. 0.34623 0.01945 lineto
  24966. 0.35119 0.02296 lineto
  24967. 0.36111 0.03231 lineto
  24968. 0.38095 0.05782 lineto
  24969. 0.42063 0.11902 lineto
  24970. 0.44048 0.14672 lineto
  24971. 0.4504 0.1585 lineto
  24972. 0.46032 0.16851 lineto
  24973. 0.47024 0.17653 lineto
  24974. 0.4752 0.17973 lineto
  24975. 0.48016 0.18238 lineto
  24976. 0.48512 0.18445 lineto
  24977. 0.4876 0.18527 lineto
  24978. 0.49008 0.18594 lineto
  24979. 0.49256 0.18646 lineto
  24980. 0.4938 0.18667 lineto
  24981. 0.49504 0.18683 lineto
  24982. 0.49628 0.18696 lineto
  24983. 0.49752 0.18706 lineto
  24984. 0.5 0.18713 lineto
  24985. stroke
  24986. 0.66865 0.01472 moveto
  24987. 0.66989 0.01477 lineto
  24988. 0.67113 0.0149 lineto
  24989. 0.67237 0.01511 lineto
  24990. 0.67361 0.01541 lineto
  24991. 0.67609 0.01624 lineto
  24992. 0.67857 0.01741 lineto
  24993. 0.68105 0.01893 lineto
  24994. 0.68353 0.02083 lineto
  24995. 0.68849 0.02579 lineto
  24996. 0.69345 0.0324 lineto
  24997. 0.69841 0.04079 lineto
  24998. 0.70833 0.06337 lineto
  24999. 0.71825 0.09457 lineto
  25000. 0.72817 0.13545 lineto
  25001. 0.7381 0.18713 lineto
  25002. 0.75794 0.32766 lineto
  25003. 0.77778 0.52612 lineto
  25004. stroke
  25005. grestore
  25006. gsave
  25007. 1 0 0 setrgbcolor
  25008. [ ] 0 setdash
  25009. 1 Mabswid
  25010. stroke
  25011. 0.22222 0.52612 moveto
  25012. 0.24206 0.32766 lineto
  25013. 0.25198 0.25079 lineto
  25014. 0.2619 0.18713 lineto
  25015. 0.27183 0.13545 lineto
  25016. 0.28175 0.09457 lineto
  25017. 0.29167 0.06337 lineto
  25018. 0.29663 0.05107 lineto
  25019. 0.30159 0.04079 lineto
  25020. 0.30655 0.0324 lineto
  25021. 0.31151 0.02579 lineto
  25022. 0.31399 0.02311 lineto
  25023. 0.31647 0.02083 lineto
  25024. 0.31895 0.01893 lineto
  25025. 0.32143 0.01741 lineto
  25026. 0.32391 0.01624 lineto
  25027. 0.32515 0.01578 lineto
  25028. 0.32639 0.01541 lineto
  25029. 0.32763 0.01511 lineto
  25030. 0.32887 0.0149 lineto
  25031. 0.33135 0.01472 lineto
  25032. stroke
  25033. 0.50124 0.18711 moveto
  25034. 0.50248 0.18706 lineto
  25035. 0.50372 0.18696 lineto
  25036. 0.50496 0.18683 lineto
  25037. 0.5062 0.18667 lineto
  25038. 0.50744 0.18646 lineto
  25039. 0.50992 0.18594 lineto
  25040. 0.5124 0.18527 lineto
  25041. 0.51488 0.18445 lineto
  25042. 0.51984 0.18238 lineto
  25043. 0.52976 0.17653 lineto
  25044. 0.53968 0.16851 lineto
  25045. 0.55952 0.14672 lineto
  25046. 0.57937 0.11902 lineto
  25047. 0.59921 0.08818 lineto
  25048. 0.61905 0.05782 lineto
  25049. 0.62897 0.04415 lineto
  25050. 0.63889 0.03231 lineto
  25051. 0.64385 0.02728 lineto
  25052. 0.64881 0.02296 lineto
  25053. 0.65377 0.01945 lineto
  25054. 0.65625 0.01803 lineto
  25055. 0.65873 0.01684 lineto
  25056. 0.66121 0.0159 lineto
  25057. 0.66245 0.01553 lineto
  25058. 0.66369 0.01523 lineto
  25059. 0.66493 0.01499 lineto
  25060. 0.66617 0.01483 lineto
  25061. 0.66741 0.01473 lineto
  25062. stroke
  25063. grestore
  25064. grestore
  25065. % End of Graphics
  25066. MathPictureEnd
  25067. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; endGroup; endGroup; ]
  25068. %!
  25069. %%Creator: Mathematica
  25070. %%AspectRatio: 0.61803 
  25071. MathPictureStart
  25072. /Courier findfont 10  scalefont  setfont
  25073. % Scaling calculations
  25074. 0.5 0.238095 0.251135 0.945691 [
  25075. [(-2)] 0.02381 0.25113 0 2 Msboxa
  25076. [(-1)] 0.2619 0.25113 0 2 Msboxa
  25077. [(1)] 0.7381 0.25113 0 2 Msboxa
  25078. [(2)] 0.97619 0.25113 0 2 Msboxa
  25079. [(x)] 1.025 0.25113 -1 0 Msboxa
  25080. [(-0.2)] 0.4875 0.062 1 0 Msboxa
  25081. [(-0.1)] 0.4875 0.15657 1 0 Msboxa
  25082. [(0.1)] 0.4875 0.3457 1 0 Msboxa
  25083. [(0.2)] 0.4875 0.44027 1 0 Msboxa
  25084. [(0.3)] 0.4875 0.53484 1 0 Msboxa
  25085. [(y)] 0.5 0.61803 0 -4 Msboxa
  25086. [ -0.001 -0.001 0 0 ]
  25087. [ 1.001 0.61903 0 0 ]
  25088. ] MathScale
  25089. % Start of Graphics
  25090. 1 setlinecap
  25091. 1 setlinejoin
  25092. newpath
  25093. %%Object: Graphics
  25094. [ ] 0 setdash
  25095. 0 setgray
  25096. gsave
  25097. gsave
  25098. 0.002 setlinewidth
  25099. 0.02381 0.25113 moveto
  25100. 0.02381 0.25738 lineto
  25101. stroke
  25102. grestore
  25103. [(-2)] 0.02381 0.25113 0 2 Mshowa
  25104. gsave
  25105. 0.002 setlinewidth
  25106. 0.2619 0.25113 moveto
  25107. 0.2619 0.25738 lineto
  25108. stroke
  25109. grestore
  25110. [(-1)] 0.2619 0.25113 0 2 Mshowa
  25111. gsave
  25112. 0.002 setlinewidth
  25113. 0.7381 0.25113 moveto
  25114. 0.7381 0.25738 lineto
  25115. stroke
  25116. grestore
  25117. [(1)] 0.7381 0.25113 0 2 Mshowa
  25118. gsave
  25119. 0.002 setlinewidth
  25120. 0.97619 0.25113 moveto
  25121. 0.97619 0.25738 lineto
  25122. stroke
  25123. grestore
  25124. [(2)] 0.97619 0.25113 0 2 Mshowa
  25125. gsave
  25126. 0.001 setlinewidth
  25127. 0.07143 0.25113 moveto
  25128. 0.07143 0.25488 lineto
  25129. stroke
  25130. grestore
  25131. gsave
  25132. 0.001 setlinewidth
  25133. 0.11905 0.25113 moveto
  25134. 0.11905 0.25488 lineto
  25135. stroke
  25136. grestore
  25137. gsave
  25138. 0.001 setlinewidth
  25139. 0.16667 0.25113 moveto
  25140. 0.16667 0.25488 lineto
  25141. stroke
  25142. grestore
  25143. gsave
  25144. 0.001 setlinewidth
  25145. 0.21429 0.25113 moveto
  25146. 0.21429 0.25488 lineto
  25147. stroke
  25148. grestore
  25149. gsave
  25150. 0.001 setlinewidth
  25151. 0.30952 0.25113 moveto
  25152. 0.30952 0.25488 lineto
  25153. stroke
  25154. grestore
  25155. gsave
  25156. 0.001 setlinewidth
  25157. 0.35714 0.25113 moveto
  25158. 0.35714 0.25488 lineto
  25159. stroke
  25160. grestore
  25161. gsave
  25162. 0.001 setlinewidth
  25163. 0.40476 0.25113 moveto
  25164. 0.40476 0.25488 lineto
  25165. stroke
  25166. grestore
  25167. gsave
  25168. 0.001 setlinewidth
  25169. 0.45238 0.25113 moveto
  25170. 0.45238 0.25488 lineto
  25171. stroke
  25172. grestore
  25173. gsave
  25174. 0.001 setlinewidth
  25175. 0.54762 0.25113 moveto
  25176. 0.54762 0.25488 lineto
  25177. stroke
  25178. grestore
  25179. gsave
  25180. 0.001 setlinewidth
  25181. 0.59524 0.25113 moveto
  25182. 0.59524 0.25488 lineto
  25183. stroke
  25184. grestore
  25185. gsave
  25186. 0.001 setlinewidth
  25187. 0.64286 0.25113 moveto
  25188. 0.64286 0.25488 lineto
  25189. stroke
  25190. grestore
  25191. gsave
  25192. 0.001 setlinewidth
  25193. 0.69048 0.25113 moveto
  25194. 0.69048 0.25488 lineto
  25195. stroke
  25196. grestore
  25197. gsave
  25198. 0.001 setlinewidth
  25199. 0.78571 0.25113 moveto
  25200. 0.78571 0.25488 lineto
  25201. stroke
  25202. grestore
  25203. gsave
  25204. 0.001 setlinewidth
  25205. 0.83333 0.25113 moveto
  25206. 0.83333 0.25488 lineto
  25207. stroke
  25208. grestore
  25209. gsave
  25210. 0.001 setlinewidth
  25211. 0.88095 0.25113 moveto
  25212. 0.88095 0.25488 lineto
  25213. stroke
  25214. grestore
  25215. gsave
  25216. 0.001 setlinewidth
  25217. 0.92857 0.25113 moveto
  25218. 0.92857 0.25488 lineto
  25219. stroke
  25220. grestore
  25221. [(x)] 1.025 0.25113 -1 0 Mshowa
  25222. gsave
  25223. 0.002 setlinewidth
  25224. 0 0.25113 moveto
  25225. 1 0.25113 lineto
  25226. stroke
  25227. grestore
  25228. gsave
  25229. 0.002 setlinewidth
  25230. 0.5 0.062 moveto
  25231. 0.50625 0.062 lineto
  25232. stroke
  25233. grestore
  25234. [(-0.2)] 0.4875 0.062 1 0 Mshowa
  25235. gsave
  25236. 0.002 setlinewidth
  25237. 0.5 0.15657 moveto
  25238. 0.50625 0.15657 lineto
  25239. stroke
  25240. grestore
  25241. [(-0.1)] 0.4875 0.15657 1 0 Mshowa
  25242. gsave
  25243. 0.002 setlinewidth
  25244. 0.5 0.3457 moveto
  25245. 0.50625 0.3457 lineto
  25246. stroke
  25247. grestore
  25248. [(0.1)] 0.4875 0.3457 1 0 Mshowa
  25249. gsave
  25250. 0.002 setlinewidth
  25251. 0.5 0.44027 moveto
  25252. 0.50625 0.44027 lineto
  25253. stroke
  25254. grestore
  25255. [(0.2)] 0.4875 0.44027 1 0 Mshowa
  25256. gsave
  25257. 0.002 setlinewidth
  25258. 0.5 0.53484 moveto
  25259. 0.50625 0.53484 lineto
  25260. stroke
  25261. grestore
  25262. [(0.3)] 0.4875 0.53484 1 0 Mshowa
  25263. gsave
  25264. 0.001 setlinewidth
  25265. 0.5 0.08091 moveto
  25266. 0.50375 0.08091 lineto
  25267. stroke
  25268. grestore
  25269. gsave
  25270. 0.001 setlinewidth
  25271. 0.5 0.09982 moveto
  25272. 0.50375 0.09982 lineto
  25273. stroke
  25274. grestore
  25275. gsave
  25276. 0.001 setlinewidth
  25277. 0.5 0.11874 moveto
  25278. 0.50375 0.11874 lineto
  25279. stroke
  25280. grestore
  25281. gsave
  25282. 0.001 setlinewidth
  25283. 0.5 0.13765 moveto
  25284. 0.50375 0.13765 lineto
  25285. stroke
  25286. grestore
  25287. gsave
  25288. 0.001 setlinewidth
  25289. 0.5 0.17548 moveto
  25290. 0.50375 0.17548 lineto
  25291. stroke
  25292. grestore
  25293. gsave
  25294. 0.001 setlinewidth
  25295. 0.5 0.19439 moveto
  25296. 0.50375 0.19439 lineto
  25297. stroke
  25298. grestore
  25299. gsave
  25300. 0.001 setlinewidth
  25301. 0.5 0.21331 moveto
  25302. 0.50375 0.21331 lineto
  25303. stroke
  25304. grestore
  25305. gsave
  25306. 0.001 setlinewidth
  25307. 0.5 0.23222 moveto
  25308. 0.50375 0.23222 lineto
  25309. stroke
  25310. grestore
  25311. gsave
  25312. 0.001 setlinewidth
  25313. 0.5 0.27005 moveto
  25314. 0.50375 0.27005 lineto
  25315. stroke
  25316. grestore
  25317. gsave
  25318. 0.001 setlinewidth
  25319. 0.5 0.28896 moveto
  25320. 0.50375 0.28896 lineto
  25321. stroke
  25322. grestore
  25323. gsave
  25324. 0.001 setlinewidth
  25325. 0.5 0.30788 moveto
  25326. 0.50375 0.30788 lineto
  25327. stroke
  25328. grestore
  25329. gsave
  25330. 0.001 setlinewidth
  25331. 0.5 0.32679 moveto
  25332. 0.50375 0.32679 lineto
  25333. stroke
  25334. grestore
  25335. gsave
  25336. 0.001 setlinewidth
  25337. 0.5 0.36462 moveto
  25338. 0.50375 0.36462 lineto
  25339. stroke
  25340. grestore
  25341. gsave
  25342. 0.001 setlinewidth
  25343. 0.5 0.38353 moveto
  25344. 0.50375 0.38353 lineto
  25345. stroke
  25346. grestore
  25347. gsave
  25348. 0.001 setlinewidth
  25349. 0.5 0.40245 moveto
  25350. 0.50375 0.40245 lineto
  25351. stroke
  25352. grestore
  25353. gsave
  25354. 0.001 setlinewidth
  25355. 0.5 0.42136 moveto
  25356. 0.50375 0.42136 lineto
  25357. stroke
  25358. grestore
  25359. gsave
  25360. 0.001 setlinewidth
  25361. 0.5 0.45919 moveto
  25362. 0.50375 0.45919 lineto
  25363. stroke
  25364. grestore
  25365. gsave
  25366. 0.001 setlinewidth
  25367. 0.5 0.4781 moveto
  25368. 0.50375 0.4781 lineto
  25369. stroke
  25370. grestore
  25371. gsave
  25372. 0.001 setlinewidth
  25373. 0.5 0.49701 moveto
  25374. 0.50375 0.49701 lineto
  25375. stroke
  25376. grestore
  25377. gsave
  25378. 0.001 setlinewidth
  25379. 0.5 0.51593 moveto
  25380. 0.50375 0.51593 lineto
  25381. stroke
  25382. grestore
  25383. gsave
  25384. 0.001 setlinewidth
  25385. 0.5 0.04308 moveto
  25386. 0.50375 0.04308 lineto
  25387. stroke
  25388. grestore
  25389. gsave
  25390. 0.001 setlinewidth
  25391. 0.5 0.02417 moveto
  25392. 0.50375 0.02417 lineto
  25393. stroke
  25394. grestore
  25395. gsave
  25396. 0.001 setlinewidth
  25397. 0.5 0.00526 moveto
  25398. 0.50375 0.00526 lineto
  25399. stroke
  25400. grestore
  25401. gsave
  25402. 0.001 setlinewidth
  25403. 0.5 0.55376 moveto
  25404. 0.50375 0.55376 lineto
  25405. stroke
  25406. grestore
  25407. gsave
  25408. 0.001 setlinewidth
  25409. 0.5 0.57267 moveto
  25410. 0.50375 0.57267 lineto
  25411. stroke
  25412. grestore
  25413. gsave
  25414. 0.001 setlinewidth
  25415. 0.5 0.59158 moveto
  25416. 0.50375 0.59158 lineto
  25417. stroke
  25418. grestore
  25419. gsave
  25420. 0.001 setlinewidth
  25421. 0.5 0.6105 moveto
  25422. 0.50375 0.6105 lineto
  25423. stroke
  25424. grestore
  25425. [(y)] 0.5 0.61803 0 -4 Mshowa
  25426. gsave
  25427. 0.002 setlinewidth
  25428. 0.5 0 moveto
  25429. 0.5 0.61803 lineto
  25430. stroke
  25431. grestore
  25432. grestore
  25433. 0 0 moveto
  25434. 1 0 lineto
  25435. 1 0.61803 lineto
  25436. 0 0.61803 lineto
  25437. closepath
  25438. clip
  25439. newpath
  25440. gsave
  25441. gsave
  25442. 0 0 1 setrgbcolor
  25443. [ ] 0 setdash
  25444. 1 Mabswid
  25445. stroke
  25446. 0.24206 0.44382 moveto
  25447. 0.25198 0.33843 lineto
  25448. 0.2619 0.25113 lineto
  25449. 0.27183 0.18027 lineto
  25450. 0.28175 0.12421 lineto
  25451. 0.29167 0.08144 lineto
  25452. 0.29663 0.06457 lineto
  25453. 0.30159 0.05047 lineto
  25454. 0.30655 0.03897 lineto
  25455. 0.31151 0.0299 lineto
  25456. 0.31399 0.02623 lineto
  25457. 0.31647 0.0231 lineto
  25458. 0.31895 0.0205 lineto
  25459. 0.32143 0.01841 lineto
  25460. 0.32391 0.0168 lineto
  25461. 0.32515 0.01617 lineto
  25462. 0.32639 0.01566 lineto
  25463. 0.32763 0.01526 lineto
  25464. 0.32887 0.01497 lineto
  25465. 0.33011 0.01479 lineto
  25466. 0.33135 0.01472 lineto
  25467. 0.33259 0.01474 lineto
  25468. 0.33383 0.01487 lineto
  25469. 0.33507 0.0151 lineto
  25470. 0.33631 0.01542 lineto
  25471. 0.33879 0.01635 lineto
  25472. 0.34127 0.01763 lineto
  25473. 0.34623 0.02121 lineto
  25474. 0.35119 0.02603 lineto
  25475. 0.36111 0.03884 lineto
  25476. 0.38095 0.07382 lineto
  25477. 0.40079 0.11546 lineto
  25478. 0.40203 0.11814 lineto
  25479. stroke
  25480. 0.59797 0.11814 moveto
  25481. 0.59921 0.11546 lineto
  25482. 0.61905 0.07382 lineto
  25483. 0.62897 0.05508 lineto
  25484. 0.63889 0.03884 lineto
  25485. 0.64385 0.03194 lineto
  25486. 0.64881 0.02603 lineto
  25487. 0.65377 0.02121 lineto
  25488. 0.65625 0.01926 lineto
  25489. 0.65873 0.01763 lineto
  25490. 0.66121 0.01635 lineto
  25491. 0.66245 0.01584 lineto
  25492. 0.66369 0.01542 lineto
  25493. 0.66493 0.0151 lineto
  25494. 0.66617 0.01487 lineto
  25495. 0.66741 0.01474 lineto
  25496. 0.66865 0.01472 lineto
  25497. 0.66989 0.01479 lineto
  25498. 0.67113 0.01497 lineto
  25499. 0.67237 0.01526 lineto
  25500. 0.67361 0.01566 lineto
  25501. 0.67609 0.0168 lineto
  25502. 0.67857 0.01841 lineto
  25503. 0.68105 0.0205 lineto
  25504. 0.68353 0.0231 lineto
  25505. 0.68849 0.0299 lineto
  25506. 0.69345 0.03897 lineto
  25507. 0.69841 0.05047 lineto
  25508. 0.70833 0.08144 lineto
  25509. 0.71825 0.12421 lineto
  25510. 0.72817 0.18027 lineto
  25511. 0.7381 0.25113 lineto
  25512. 0.75794 0.44382 lineto
  25513. stroke
  25514. grestore
  25515. gsave
  25516. 1 0 0 setrgbcolor
  25517. [ ] 0 setdash
  25518. 1 Mabswid
  25519. 0.40327 0.12082 moveto
  25520. 0.40575 0.12618 lineto
  25521. 0.41071 0.13685 lineto
  25522. 0.42063 0.15773 lineto
  25523. 0.44048 0.19572 lineto
  25524. 0.4504 0.21187 lineto
  25525. 0.46032 0.2256 lineto
  25526. 0.47024 0.23659 lineto
  25527. 0.4752 0.24098 lineto
  25528. 0.48016 0.24461 lineto
  25529. 0.48512 0.24746 lineto
  25530. 0.4876 0.24858 lineto
  25531. 0.49008 0.2495 lineto
  25532. 0.49256 0.25021 lineto
  25533. 0.4938 0.25049 lineto
  25534. 0.49504 0.25072 lineto
  25535. 0.49628 0.2509 lineto
  25536. 0.49752 0.25103 lineto
  25537. 0.49876 0.25111 lineto
  25538. 0.5 0.25113 lineto
  25539. 0.50124 0.25111 lineto
  25540. 0.50248 0.25103 lineto
  25541. 0.50372 0.2509 lineto
  25542. 0.50496 0.25072 lineto
  25543. 0.5062 0.25049 lineto
  25544. 0.50744 0.25021 lineto
  25545. 0.50992 0.2495 lineto
  25546. 0.5124 0.24858 lineto
  25547. 0.51488 0.24746 lineto
  25548. 0.51984 0.24461 lineto
  25549. 0.52976 0.23659 lineto
  25550. 0.53968 0.2256 lineto
  25551. 0.55952 0.19572 lineto
  25552. 0.57937 0.15773 lineto
  25553. 0.58929 0.13685 lineto
  25554. 0.59425 0.12618 lineto
  25555. 0.59673 0.12082 lineto
  25556. stroke
  25557. grestore
  25558. grestore
  25559. % End of Graphics
  25560. MathPictureEnd
  25561. :[font = subsection; inactive; preserveAspect; ]
  25562. InterP
  25563. :[font = input; Cclosed; preserveAspect; startGroup; ]
  25564. Clear[f,g,x,k,data];
  25565. data = Table[{k,Random[Real,{-5,5}]},{k,0,6}];
  25566. f[x_]:= InterP[data,2];
  25567. g[x_]:= InterP[data,3];
  25568. f[x]
  25569. PlotE[data,f[x],{0,6}];
  25570. g[x]
  25571. PlotE[data,g[x],{0,6}];
  25572. :[font = output; output; inactive; Cclosed; preserveAspect; startGroup; ]
  25573. Which[0 <= x <= 2, 4.468367765661388 - 3.724746599924887*x + 
  25574.    1.51415450175968*x^2, 2 <= x <= 4, 
  25575.   51.32097601363247 - 35.32115481906669*x + 5.599206549337814*x^2, 
  25576.   4 <= x <= 6, 37.0183965211972 - 15.7627965827788*x + 1.603528208543044*x^2]
  25577. ;[o]
  25578.                                                   2
  25579. Which[0 <= x <= 2, 4.46837 - 3.72475 x + 1.51415 x , 2 <= x <= 4, 
  25580.  
  25581.                                 2
  25582.   51.321 - 35.3212 x + 5.59921 x , 4 <= x <= 6, 
  25583.  
  25584.                                  2
  25585.   37.0184 - 15.7628 x + 1.60353 x ]
  25586. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; ]
  25587. %!
  25588. %%Creator: Mathematica
  25589. %%AspectRatio: 0.61803 
  25590. MathPictureStart
  25591. /Courier findfont 10  scalefont  setfont
  25592. % Scaling calculations
  25593. 0.02381 0.15873 0.306165 0.066502 [
  25594. [(1)] 0.18254 0.30617 0 2 Msboxa
  25595. [(2)] 0.34127 0.30617 0 2 Msboxa
  25596. [(3)] 0.5 0.30617 0 2 Msboxa
  25597. [(4)] 0.65873 0.30617 0 2 Msboxa
  25598. [(5)] 0.81746 0.30617 0 2 Msboxa
  25599. [(6)] 0.97619 0.30617 0 2 Msboxa
  25600. [(x)] 1.025 0.30617 -1 0 Msboxa
  25601. [(-4)] 0.01131 0.04016 1 0 Msboxa
  25602. [(-2)] 0.01131 0.17316 1 0 Msboxa
  25603. [(2)] 0.01131 0.43917 1 0 Msboxa
  25604. [(4)] 0.01131 0.57217 1 0 Msboxa
  25605. [(y)] 0.02381 0.61803 0 -4 Msboxa
  25606. [ -0.001 -0.001 0 0 ]
  25607. [ 1.001 0.61903 0 0 ]
  25608. ] MathScale
  25609. % Start of Graphics
  25610. 1 setlinecap
  25611. 1 setlinejoin
  25612. newpath
  25613. %%Object: Graphics
  25614. [ ] 0 setdash
  25615. 0 setgray
  25616. gsave
  25617. gsave
  25618. 0.002 setlinewidth
  25619. 0.18254 0.30617 moveto
  25620. 0.18254 0.31242 lineto
  25621. stroke
  25622. grestore
  25623. [(1)] 0.18254 0.30617 0 2 Mshowa
  25624. gsave
  25625. 0.002 setlinewidth
  25626. 0.34127 0.30617 moveto
  25627. 0.34127 0.31242 lineto
  25628. stroke
  25629. grestore
  25630. [(2)] 0.34127 0.30617 0 2 Mshowa
  25631. gsave
  25632. 0.002 setlinewidth
  25633. 0.5 0.30617 moveto
  25634. 0.5 0.31242 lineto
  25635. stroke
  25636. grestore
  25637. [(3)] 0.5 0.30617 0 2 Mshowa
  25638. gsave
  25639. 0.002 setlinewidth
  25640. 0.65873 0.30617 moveto
  25641. 0.65873 0.31242 lineto
  25642. stroke
  25643. grestore
  25644. [(4)] 0.65873 0.30617 0 2 Mshowa
  25645. gsave
  25646. 0.002 setlinewidth
  25647. 0.81746 0.30617 moveto
  25648. 0.81746 0.31242 lineto
  25649. stroke
  25650. grestore
  25651. [(5)] 0.81746 0.30617 0 2 Mshowa
  25652. gsave
  25653. 0.002 setlinewidth
  25654. 0.97619 0.30617 moveto
  25655. 0.97619 0.31242 lineto
  25656. stroke
  25657. grestore
  25658. [(6)] 0.97619 0.30617 0 2 Mshowa
  25659. gsave
  25660. 0.001 setlinewidth
  25661. 0.05556 0.30617 moveto
  25662. 0.05556 0.30992 lineto
  25663. stroke
  25664. grestore
  25665. gsave
  25666. 0.001 setlinewidth
  25667. 0.0873 0.30617 moveto
  25668. 0.0873 0.30992 lineto
  25669. stroke
  25670. grestore
  25671. gsave
  25672. 0.001 setlinewidth
  25673. 0.11905 0.30617 moveto
  25674. 0.11905 0.30992 lineto
  25675. stroke
  25676. grestore
  25677. gsave
  25678. 0.001 setlinewidth
  25679. 0.15079 0.30617 moveto
  25680. 0.15079 0.30992 lineto
  25681. stroke
  25682. grestore
  25683. gsave
  25684. 0.001 setlinewidth
  25685. 0.21429 0.30617 moveto
  25686. 0.21429 0.30992 lineto
  25687. stroke
  25688. grestore
  25689. gsave
  25690. 0.001 setlinewidth
  25691. 0.24603 0.30617 moveto
  25692. 0.24603 0.30992 lineto
  25693. stroke
  25694. grestore
  25695. gsave
  25696. 0.001 setlinewidth
  25697. 0.27778 0.30617 moveto
  25698. 0.27778 0.30992 lineto
  25699. stroke
  25700. grestore
  25701. gsave
  25702. 0.001 setlinewidth
  25703. 0.30952 0.30617 moveto
  25704. 0.30952 0.30992 lineto
  25705. stroke
  25706. grestore
  25707. gsave
  25708. 0.001 setlinewidth
  25709. 0.37302 0.30617 moveto
  25710. 0.37302 0.30992 lineto
  25711. stroke
  25712. grestore
  25713. gsave
  25714. 0.001 setlinewidth
  25715. 0.40476 0.30617 moveto
  25716. 0.40476 0.30992 lineto
  25717. stroke
  25718. grestore
  25719. gsave
  25720. 0.001 setlinewidth
  25721. 0.43651 0.30617 moveto
  25722. 0.43651 0.30992 lineto
  25723. stroke
  25724. grestore
  25725. gsave
  25726. 0.001 setlinewidth
  25727. 0.46825 0.30617 moveto
  25728. 0.46825 0.30992 lineto
  25729. stroke
  25730. grestore
  25731. gsave
  25732. 0.001 setlinewidth
  25733. 0.53175 0.30617 moveto
  25734. 0.53175 0.30992 lineto
  25735. stroke
  25736. grestore
  25737. gsave
  25738. 0.001 setlinewidth
  25739. 0.56349 0.30617 moveto
  25740. 0.56349 0.30992 lineto
  25741. stroke
  25742. grestore
  25743. gsave
  25744. 0.001 setlinewidth
  25745. 0.59524 0.30617 moveto
  25746. 0.59524 0.30992 lineto
  25747. stroke
  25748. grestore
  25749. gsave
  25750. 0.001 setlinewidth
  25751. 0.62698 0.30617 moveto
  25752. 0.62698 0.30992 lineto
  25753. stroke
  25754. grestore
  25755. gsave
  25756. 0.001 setlinewidth
  25757. 0.69048 0.30617 moveto
  25758. 0.69048 0.30992 lineto
  25759. stroke
  25760. grestore
  25761. gsave
  25762. 0.001 setlinewidth
  25763. 0.72222 0.30617 moveto
  25764. 0.72222 0.30992 lineto
  25765. stroke
  25766. grestore
  25767. gsave
  25768. 0.001 setlinewidth
  25769. 0.75397 0.30617 moveto
  25770. 0.75397 0.30992 lineto
  25771. stroke
  25772. grestore
  25773. gsave
  25774. 0.001 setlinewidth
  25775. 0.78571 0.30617 moveto
  25776. 0.78571 0.30992 lineto
  25777. stroke
  25778. grestore
  25779. gsave
  25780. 0.001 setlinewidth
  25781. 0.84921 0.30617 moveto
  25782. 0.84921 0.30992 lineto
  25783. stroke
  25784. grestore
  25785. gsave
  25786. 0.001 setlinewidth
  25787. 0.88095 0.30617 moveto
  25788. 0.88095 0.30992 lineto
  25789. stroke
  25790. grestore
  25791. gsave
  25792. 0.001 setlinewidth
  25793. 0.9127 0.30617 moveto
  25794. 0.9127 0.30992 lineto
  25795. stroke
  25796. grestore
  25797. gsave
  25798. 0.001 setlinewidth
  25799. 0.94444 0.30617 moveto
  25800. 0.94444 0.30992 lineto
  25801. stroke
  25802. grestore
  25803. [(x)] 1.025 0.30617 -1 0 Mshowa
  25804. gsave
  25805. 0.002 setlinewidth
  25806. 0 0.30617 moveto
  25807. 1 0.30617 lineto
  25808. stroke
  25809. grestore
  25810. gsave
  25811. 0.002 setlinewidth
  25812. 0.02381 0.04016 moveto
  25813. 0.03006 0.04016 lineto
  25814. stroke
  25815. grestore
  25816. [(-4)] 0.01131 0.04016 1 0 Mshowa
  25817. gsave
  25818. 0.002 setlinewidth
  25819. 0.02381 0.17316 moveto
  25820. 0.03006 0.17316 lineto
  25821. stroke
  25822. grestore
  25823. [(-2)] 0.01131 0.17316 1 0 Mshowa
  25824. gsave
  25825. 0.002 setlinewidth
  25826. 0.02381 0.43917 moveto
  25827. 0.03006 0.43917 lineto
  25828. stroke
  25829. grestore
  25830. [(2)] 0.01131 0.43917 1 0 Mshowa
  25831. gsave
  25832. 0.002 setlinewidth
  25833. 0.02381 0.57217 moveto
  25834. 0.03006 0.57217 lineto
  25835. stroke
  25836. grestore
  25837. [(4)] 0.01131 0.57217 1 0 Mshowa
  25838. gsave
  25839. 0.001 setlinewidth
  25840. 0.02381 0.06676 moveto
  25841. 0.02756 0.06676 lineto
  25842. stroke
  25843. grestore
  25844. gsave
  25845. 0.001 setlinewidth
  25846. 0.02381 0.09336 moveto
  25847. 0.02756 0.09336 lineto
  25848. stroke
  25849. grestore
  25850. gsave
  25851. 0.001 setlinewidth
  25852. 0.02381 0.11996 moveto
  25853. 0.02756 0.11996 lineto
  25854. stroke
  25855. grestore
  25856. gsave
  25857. 0.001 setlinewidth
  25858. 0.02381 0.14656 moveto
  25859. 0.02756 0.14656 lineto
  25860. stroke
  25861. grestore
  25862. gsave
  25863. 0.001 setlinewidth
  25864. 0.02381 0.19976 moveto
  25865. 0.02756 0.19976 lineto
  25866. stroke
  25867. grestore
  25868. gsave
  25869. 0.001 setlinewidth
  25870. 0.02381 0.22636 moveto
  25871. 0.02756 0.22636 lineto
  25872. stroke
  25873. grestore
  25874. gsave
  25875. 0.001 setlinewidth
  25876. 0.02381 0.25296 moveto
  25877. 0.02756 0.25296 lineto
  25878. stroke
  25879. grestore
  25880. gsave
  25881. 0.001 setlinewidth
  25882. 0.02381 0.27956 moveto
  25883. 0.02756 0.27956 lineto
  25884. stroke
  25885. grestore
  25886. gsave
  25887. 0.001 setlinewidth
  25888. 0.02381 0.33277 moveto
  25889. 0.02756 0.33277 lineto
  25890. stroke
  25891. grestore
  25892. gsave
  25893. 0.001 setlinewidth
  25894. 0.02381 0.35937 moveto
  25895. 0.02756 0.35937 lineto
  25896. stroke
  25897. grestore
  25898. gsave
  25899. 0.001 setlinewidth
  25900. 0.02381 0.38597 moveto
  25901. 0.02756 0.38597 lineto
  25902. stroke
  25903. grestore
  25904. gsave
  25905. 0.001 setlinewidth
  25906. 0.02381 0.41257 moveto
  25907. 0.02756 0.41257 lineto
  25908. stroke
  25909. grestore
  25910. gsave
  25911. 0.001 setlinewidth
  25912. 0.02381 0.46577 moveto
  25913. 0.02756 0.46577 lineto
  25914. stroke
  25915. grestore
  25916. gsave
  25917. 0.001 setlinewidth
  25918. 0.02381 0.49237 moveto
  25919. 0.02756 0.49237 lineto
  25920. stroke
  25921. grestore
  25922. gsave
  25923. 0.001 setlinewidth
  25924. 0.02381 0.51897 moveto
  25925. 0.02756 0.51897 lineto
  25926. stroke
  25927. grestore
  25928. gsave
  25929. 0.001 setlinewidth
  25930. 0.02381 0.54557 moveto
  25931. 0.02756 0.54557 lineto
  25932. stroke
  25933. grestore
  25934. gsave
  25935. 0.001 setlinewidth
  25936. 0.02381 0.01356 moveto
  25937. 0.02756 0.01356 lineto
  25938. stroke
  25939. grestore
  25940. gsave
  25941. 0.001 setlinewidth
  25942. 0.02381 0.59877 moveto
  25943. 0.02756 0.59877 lineto
  25944. stroke
  25945. grestore
  25946. [(y)] 0.02381 0.61803 0 -4 Mshowa
  25947. gsave
  25948. 0.002 setlinewidth
  25949. 0.02381 0 moveto
  25950. 0.02381 0.61803 lineto
  25951. stroke
  25952. grestore
  25953. grestore
  25954. 0 0 moveto
  25955. 1 0 lineto
  25956. 1 0.61803 lineto
  25957. 0 0.61803 lineto
  25958. closepath
  25959. clip
  25960. newpath
  25961. gsave
  25962. gsave
  25963. 0 0 1 setrgbcolor
  25964. [ ] 0 setdash
  25965. 1 Mabswid
  25966. 0.02381 0.60332 moveto
  25967. 0.18254 0.45631 lineto
  25968. 0.34127 0.51069 lineto
  25969. 0.5 0.02356 lineto
  25970. 0.65873 0.28114 lineto
  25971. 0.81746 0.19262 lineto
  25972. 0.97619 0.31738 lineto
  25973. stroke
  25974. [ ] 0 setdash
  25975. 6 Mabswid
  25976. 0.02381 0.60332 Mdot
  25977. 0.18254 0.45631 Mdot
  25978. 0.34127 0.51069 Mdot
  25979. 0.5 0.02356 Mdot
  25980. 0.65873 0.28114 Mdot
  25981. 0.81746 0.19262 Mdot
  25982. 0.97619 0.31738 Mdot
  25983. grestore
  25984. gsave
  25985. 1 0 0 setrgbcolor
  25986. [ ] 0 setdash
  25987. 1 Mabswid
  25988. 0.02381 0.60332 moveto
  25989. 0.06349 0.54769 lineto
  25990. 0.10317 0.50464 lineto
  25991. 0.12302 0.48784 lineto
  25992. 0.14286 0.47418 lineto
  25993. 0.15278 0.46853 lineto
  25994. 0.1627 0.46367 lineto
  25995. 0.17262 0.4596 lineto
  25996. 0.18254 0.45631 lineto
  25997. 0.1875 0.45496 lineto
  25998. 0.19246 0.45381 lineto
  25999. 0.19742 0.45285 lineto
  26000. 0.20238 0.4521 lineto
  26001. 0.20486 0.45179 lineto
  26002. 0.20734 0.45153 lineto
  26003. 0.20982 0.45133 lineto
  26004. 0.21106 0.45124 lineto
  26005. 0.2123 0.45117 lineto
  26006. 0.21354 0.45111 lineto
  26007. 0.21478 0.45106 lineto
  26008. 0.21602 0.45102 lineto
  26009. 0.21726 0.451 lineto
  26010. 0.2185 0.45099 lineto
  26011. 0.21974 0.45099 lineto
  26012. 0.22098 0.451 lineto
  26013. 0.22222 0.45103 lineto
  26014. 0.22346 0.45106 lineto
  26015. 0.2247 0.45111 lineto
  26016. 0.22718 0.45125 lineto
  26017. 0.22966 0.45144 lineto
  26018. 0.23214 0.45167 lineto
  26019. 0.2371 0.45229 lineto
  26020. 0.24206 0.4531 lineto
  26021. 0.25198 0.45532 lineto
  26022. 0.2619 0.45833 lineto
  26023. 0.28175 0.4667 lineto
  26024. 0.30159 0.47822 lineto
  26025. 0.32143 0.49288 lineto
  26026. 0.33135 0.50139 lineto
  26027. 0.33631 0.50594 lineto
  26028. 0.33879 0.50829 lineto
  26029. 0.34003 0.50949 lineto
  26030. 0.34127 0.51069 lineto
  26031. 0.34375 0.49735 lineto
  26032. 0.34623 0.4842 lineto
  26033. 0.35119 0.45843 lineto
  26034. 0.36111 0.40907 lineto
  26035. 0.38095 0.31909 lineto
  26036. 0.40079 0.24074 lineto
  26037. 0.42063 0.17404 lineto
  26038. Mistroke
  26039. 0.44048 0.11896 lineto
  26040. 0.46032 0.07552 lineto
  26041. 0.47024 0.05817 lineto
  26042. 0.48016 0.04372 lineto
  26043. 0.49008 0.03219 lineto
  26044. 0.49504 0.02751 lineto
  26045. 0.5 0.02356 lineto
  26046. 0.50496 0.02034 lineto
  26047. 0.50992 0.01784 lineto
  26048. 0.5124 0.01686 lineto
  26049. 0.51488 0.01607 lineto
  26050. 0.51612 0.01574 lineto
  26051. 0.51736 0.01546 lineto
  26052. 0.5186 0.01522 lineto
  26053. 0.51984 0.01503 lineto
  26054. 0.52108 0.01488 lineto
  26055. 0.52232 0.01478 lineto
  26056. 0.52356 0.01473 lineto
  26057. 0.5248 0.01472 lineto
  26058. 0.52604 0.01475 lineto
  26059. 0.52728 0.01483 lineto
  26060. 0.52852 0.01496 lineto
  26061. 0.52976 0.01513 lineto
  26062. 0.53224 0.01561 lineto
  26063. 0.53472 0.01627 lineto
  26064. 0.53968 0.01814 lineto
  26065. 0.54464 0.02073 lineto
  26066. 0.5496 0.02405 lineto
  26067. 0.55952 0.03288 lineto
  26068. 0.56944 0.04461 lineto
  26069. 0.57937 0.05926 lineto
  26070. 0.59921 0.09727 lineto
  26071. 0.61905 0.14693 lineto
  26072. 0.63889 0.20821 lineto
  26073. 0.64881 0.24322 lineto
  26074. 0.65377 0.26182 lineto
  26075. 0.65625 0.27139 lineto
  26076. 0.65749 0.27624 lineto
  26077. 0.65873 0.28114 lineto
  26078. 0.66121 0.27811 lineto
  26079. 0.66369 0.27514 lineto
  26080. 0.66865 0.26936 lineto
  26081. 0.67857 0.25841 lineto
  26082. 0.69841 0.23901 lineto
  26083. 0.71825 0.22295 lineto
  26084. 0.7381 0.21022 lineto
  26085. 0.74802 0.2051 lineto
  26086. 0.75794 0.20082 lineto
  26087. 0.76786 0.19737 lineto
  26088. 0.77282 0.19596 lineto
  26089. Mistroke
  26090. 0.77778 0.19476 lineto
  26091. 0.78274 0.19376 lineto
  26092. 0.7877 0.19297 lineto
  26093. 0.79018 0.19266 lineto
  26094. 0.79266 0.19239 lineto
  26095. 0.79514 0.19218 lineto
  26096. 0.79638 0.1921 lineto
  26097. 0.79762 0.19202 lineto
  26098. 0.79886 0.19196 lineto
  26099. 0.8001 0.19192 lineto
  26100. 0.80134 0.19188 lineto
  26101. 0.80258 0.19186 lineto
  26102. 0.80382 0.19185 lineto
  26103. 0.80506 0.19186 lineto
  26104. 0.8063 0.19187 lineto
  26105. 0.80754 0.19191 lineto
  26106. 0.80878 0.19195 lineto
  26107. 0.81002 0.19201 lineto
  26108. 0.8125 0.19216 lineto
  26109. 0.81498 0.19236 lineto
  26110. 0.81746 0.19262 lineto
  26111. 0.82242 0.19329 lineto
  26112. 0.82738 0.19417 lineto
  26113. 0.8373 0.19655 lineto
  26114. 0.84722 0.19977 lineto
  26115. 0.85714 0.20382 lineto
  26116. 0.87698 0.21441 lineto
  26117. 0.89683 0.22834 lineto
  26118. 0.93651 0.2662 lineto
  26119. 0.97619 0.31738 lineto
  26120. Mfstroke
  26121. grestore
  26122. grestore
  26123. % End of Graphics
  26124. MathPictureEnd
  26125. :[font = output; output; inactive; preserveAspect; ]
  26126. Which[0 <= x <= 3, 4.468367765661388 - 7.448462593675268*x + 
  26127.    7.09972849238525*x^2 - 1.86185799687519*x^3, 3 <= x <= 6, 
  26128.   -131.2094064643126 + 87.9776819249522*x - 19.42494716464568*x^2 + 
  26129.    1.401898358212582*x^3]
  26130. ;[o]
  26131.                                                   2            3
  26132. Which[0 <= x <= 3, 4.46837 - 7.44846 x + 7.09973 x  - 1.86186 x , 
  26133.  
  26134.                                                2           3
  26135.   3 <= x <= 6, -131.209 + 87.9777 x - 19.4249 x  + 1.4019 x ]
  26136. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; endGroup; endGroup; ]
  26137. %!
  26138. %%Creator: Mathematica
  26139. %%AspectRatio: 0.61803 
  26140. MathPictureStart
  26141. /Courier findfont 10  scalefont  setfont
  26142. % Scaling calculations
  26143. 0.02381 0.15873 0.301633 0.067516 [
  26144. [(1)] 0.18254 0.30163 0 2 Msboxa
  26145. [(2)] 0.34127 0.30163 0 2 Msboxa
  26146. [(3)] 0.5 0.30163 0 2 Msboxa
  26147. [(4)] 0.65873 0.30163 0 2 Msboxa
  26148. [(5)] 0.81746 0.30163 0 2 Msboxa
  26149. [(6)] 0.97619 0.30163 0 2 Msboxa
  26150. [(x)] 1.025 0.30163 -1 0 Msboxa
  26151. [(-4)] 0.01131 0.03157 1 0 Msboxa
  26152. [(-2)] 0.01131 0.1666 1 0 Msboxa
  26153. [(2)] 0.01131 0.43666 1 0 Msboxa
  26154. [(4)] 0.01131 0.5717 1 0 Msboxa
  26155. [(y)] 0.02381 0.61803 0 -4 Msboxa
  26156. [ -0.001 -0.001 0 0 ]
  26157. [ 1.001 0.61903 0 0 ]
  26158. ] MathScale
  26159. % Start of Graphics
  26160. 1 setlinecap
  26161. 1 setlinejoin
  26162. newpath
  26163. %%Object: Graphics
  26164. [ ] 0 setdash
  26165. 0 setgray
  26166. gsave
  26167. gsave
  26168. 0.002 setlinewidth
  26169. 0.18254 0.30163 moveto
  26170. 0.18254 0.30788 lineto
  26171. stroke
  26172. grestore
  26173. [(1)] 0.18254 0.30163 0 2 Mshowa
  26174. gsave
  26175. 0.002 setlinewidth
  26176. 0.34127 0.30163 moveto
  26177. 0.34127 0.30788 lineto
  26178. stroke
  26179. grestore
  26180. [(2)] 0.34127 0.30163 0 2 Mshowa
  26181. gsave
  26182. 0.002 setlinewidth
  26183. 0.5 0.30163 moveto
  26184. 0.5 0.30788 lineto
  26185. stroke
  26186. grestore
  26187. [(3)] 0.5 0.30163 0 2 Mshowa
  26188. gsave
  26189. 0.002 setlinewidth
  26190. 0.65873 0.30163 moveto
  26191. 0.65873 0.30788 lineto
  26192. stroke
  26193. grestore
  26194. [(4)] 0.65873 0.30163 0 2 Mshowa
  26195. gsave
  26196. 0.002 setlinewidth
  26197. 0.81746 0.30163 moveto
  26198. 0.81746 0.30788 lineto
  26199. stroke
  26200. grestore
  26201. [(5)] 0.81746 0.30163 0 2 Mshowa
  26202. gsave
  26203. 0.002 setlinewidth
  26204. 0.97619 0.30163 moveto
  26205. 0.97619 0.30788 lineto
  26206. stroke
  26207. grestore
  26208. [(6)] 0.97619 0.30163 0 2 Mshowa
  26209. gsave
  26210. 0.001 setlinewidth
  26211. 0.05556 0.30163 moveto
  26212. 0.05556 0.30538 lineto
  26213. stroke
  26214. grestore
  26215. gsave
  26216. 0.001 setlinewidth
  26217. 0.0873 0.30163 moveto
  26218. 0.0873 0.30538 lineto
  26219. stroke
  26220. grestore
  26221. gsave
  26222. 0.001 setlinewidth
  26223. 0.11905 0.30163 moveto
  26224. 0.11905 0.30538 lineto
  26225. stroke
  26226. grestore
  26227. gsave
  26228. 0.001 setlinewidth
  26229. 0.15079 0.30163 moveto
  26230. 0.15079 0.30538 lineto
  26231. stroke
  26232. grestore
  26233. gsave
  26234. 0.001 setlinewidth
  26235. 0.21429 0.30163 moveto
  26236. 0.21429 0.30538 lineto
  26237. stroke
  26238. grestore
  26239. gsave
  26240. 0.001 setlinewidth
  26241. 0.24603 0.30163 moveto
  26242. 0.24603 0.30538 lineto
  26243. stroke
  26244. grestore
  26245. gsave
  26246. 0.001 setlinewidth
  26247. 0.27778 0.30163 moveto
  26248. 0.27778 0.30538 lineto
  26249. stroke
  26250. grestore
  26251. gsave
  26252. 0.001 setlinewidth
  26253. 0.30952 0.30163 moveto
  26254. 0.30952 0.30538 lineto
  26255. stroke
  26256. grestore
  26257. gsave
  26258. 0.001 setlinewidth
  26259. 0.37302 0.30163 moveto
  26260. 0.37302 0.30538 lineto
  26261. stroke
  26262. grestore
  26263. gsave
  26264. 0.001 setlinewidth
  26265. 0.40476 0.30163 moveto
  26266. 0.40476 0.30538 lineto
  26267. stroke
  26268. grestore
  26269. gsave
  26270. 0.001 setlinewidth
  26271. 0.43651 0.30163 moveto
  26272. 0.43651 0.30538 lineto
  26273. stroke
  26274. grestore
  26275. gsave
  26276. 0.001 setlinewidth
  26277. 0.46825 0.30163 moveto
  26278. 0.46825 0.30538 lineto
  26279. stroke
  26280. grestore
  26281. gsave
  26282. 0.001 setlinewidth
  26283. 0.53175 0.30163 moveto
  26284. 0.53175 0.30538 lineto
  26285. stroke
  26286. grestore
  26287. gsave
  26288. 0.001 setlinewidth
  26289. 0.56349 0.30163 moveto
  26290. 0.56349 0.30538 lineto
  26291. stroke
  26292. grestore
  26293. gsave
  26294. 0.001 setlinewidth
  26295. 0.59524 0.30163 moveto
  26296. 0.59524 0.30538 lineto
  26297. stroke
  26298. grestore
  26299. gsave
  26300. 0.001 setlinewidth
  26301. 0.62698 0.30163 moveto
  26302. 0.62698 0.30538 lineto
  26303. stroke
  26304. grestore
  26305. gsave
  26306. 0.001 setlinewidth
  26307. 0.69048 0.30163 moveto
  26308. 0.69048 0.30538 lineto
  26309. stroke
  26310. grestore
  26311. gsave
  26312. 0.001 setlinewidth
  26313. 0.72222 0.30163 moveto
  26314. 0.72222 0.30538 lineto
  26315. stroke
  26316. grestore
  26317. gsave
  26318. 0.001 setlinewidth
  26319. 0.75397 0.30163 moveto
  26320. 0.75397 0.30538 lineto
  26321. stroke
  26322. grestore
  26323. gsave
  26324. 0.001 setlinewidth
  26325. 0.78571 0.30163 moveto
  26326. 0.78571 0.30538 lineto
  26327. stroke
  26328. grestore
  26329. gsave
  26330. 0.001 setlinewidth
  26331. 0.84921 0.30163 moveto
  26332. 0.84921 0.30538 lineto
  26333. stroke
  26334. grestore
  26335. gsave
  26336. 0.001 setlinewidth
  26337. 0.88095 0.30163 moveto
  26338. 0.88095 0.30538 lineto
  26339. stroke
  26340. grestore
  26341. gsave
  26342. 0.001 setlinewidth
  26343. 0.9127 0.30163 moveto
  26344. 0.9127 0.30538 lineto
  26345. stroke
  26346. grestore
  26347. gsave
  26348. 0.001 setlinewidth
  26349. 0.94444 0.30163 moveto
  26350. 0.94444 0.30538 lineto
  26351. stroke
  26352. grestore
  26353. [(x)] 1.025 0.30163 -1 0 Mshowa
  26354. gsave
  26355. 0.002 setlinewidth
  26356. 0 0.30163 moveto
  26357. 1 0.30163 lineto
  26358. stroke
  26359. grestore
  26360. gsave
  26361. 0.002 setlinewidth
  26362. 0.02381 0.03157 moveto
  26363. 0.03006 0.03157 lineto
  26364. stroke
  26365. grestore
  26366. [(-4)] 0.01131 0.03157 1 0 Mshowa
  26367. gsave
  26368. 0.002 setlinewidth
  26369. 0.02381 0.1666 moveto
  26370. 0.03006 0.1666 lineto
  26371. stroke
  26372. grestore
  26373. [(-2)] 0.01131 0.1666 1 0 Mshowa
  26374. gsave
  26375. 0.002 setlinewidth
  26376. 0.02381 0.43666 moveto
  26377. 0.03006 0.43666 lineto
  26378. stroke
  26379. grestore
  26380. [(2)] 0.01131 0.43666 1 0 Mshowa
  26381. gsave
  26382. 0.002 setlinewidth
  26383. 0.02381 0.5717 moveto
  26384. 0.03006 0.5717 lineto
  26385. stroke
  26386. grestore
  26387. [(4)] 0.01131 0.5717 1 0 Mshowa
  26388. gsave
  26389. 0.001 setlinewidth
  26390. 0.02381 0.05858 moveto
  26391. 0.02756 0.05858 lineto
  26392. stroke
  26393. grestore
  26394. gsave
  26395. 0.001 setlinewidth
  26396. 0.02381 0.08558 moveto
  26397. 0.02756 0.08558 lineto
  26398. stroke
  26399. grestore
  26400. gsave
  26401. 0.001 setlinewidth
  26402. 0.02381 0.11259 moveto
  26403. 0.02756 0.11259 lineto
  26404. stroke
  26405. grestore
  26406. gsave
  26407. 0.001 setlinewidth
  26408. 0.02381 0.13959 moveto
  26409. 0.02756 0.13959 lineto
  26410. stroke
  26411. grestore
  26412. gsave
  26413. 0.001 setlinewidth
  26414. 0.02381 0.19361 moveto
  26415. 0.02756 0.19361 lineto
  26416. stroke
  26417. grestore
  26418. gsave
  26419. 0.001 setlinewidth
  26420. 0.02381 0.22061 moveto
  26421. 0.02756 0.22061 lineto
  26422. stroke
  26423. grestore
  26424. gsave
  26425. 0.001 setlinewidth
  26426. 0.02381 0.24762 moveto
  26427. 0.02756 0.24762 lineto
  26428. stroke
  26429. grestore
  26430. gsave
  26431. 0.001 setlinewidth
  26432. 0.02381 0.27463 moveto
  26433. 0.02756 0.27463 lineto
  26434. stroke
  26435. grestore
  26436. gsave
  26437. 0.001 setlinewidth
  26438. 0.02381 0.32864 moveto
  26439. 0.02756 0.32864 lineto
  26440. stroke
  26441. grestore
  26442. gsave
  26443. 0.001 setlinewidth
  26444. 0.02381 0.35565 moveto
  26445. 0.02756 0.35565 lineto
  26446. stroke
  26447. grestore
  26448. gsave
  26449. 0.001 setlinewidth
  26450. 0.02381 0.38265 moveto
  26451. 0.02756 0.38265 lineto
  26452. stroke
  26453. grestore
  26454. gsave
  26455. 0.001 setlinewidth
  26456. 0.02381 0.40966 moveto
  26457. 0.02756 0.40966 lineto
  26458. stroke
  26459. grestore
  26460. gsave
  26461. 0.001 setlinewidth
  26462. 0.02381 0.46367 moveto
  26463. 0.02756 0.46367 lineto
  26464. stroke
  26465. grestore
  26466. gsave
  26467. 0.001 setlinewidth
  26468. 0.02381 0.49068 moveto
  26469. 0.02756 0.49068 lineto
  26470. stroke
  26471. grestore
  26472. gsave
  26473. 0.001 setlinewidth
  26474. 0.02381 0.51768 moveto
  26475. 0.02756 0.51768 lineto
  26476. stroke
  26477. grestore
  26478. gsave
  26479. 0.001 setlinewidth
  26480. 0.02381 0.54469 moveto
  26481. 0.02756 0.54469 lineto
  26482. stroke
  26483. grestore
  26484. gsave
  26485. 0.001 setlinewidth
  26486. 0.02381 0.00456 moveto
  26487. 0.02756 0.00456 lineto
  26488. stroke
  26489. grestore
  26490. gsave
  26491. 0.001 setlinewidth
  26492. 0.02381 0.5987 moveto
  26493. 0.02756 0.5987 lineto
  26494. stroke
  26495. grestore
  26496. [(y)] 0.02381 0.61803 0 -4 Mshowa
  26497. gsave
  26498. 0.002 setlinewidth
  26499. 0.02381 0 moveto
  26500. 0.02381 0.61803 lineto
  26501. stroke
  26502. grestore
  26503. grestore
  26504. 0 0 moveto
  26505. 1 0 lineto
  26506. 1 0.61803 lineto
  26507. 0 0.61803 lineto
  26508. closepath
  26509. clip
  26510. newpath
  26511. gsave
  26512. gsave
  26513. 0 0 1 setrgbcolor
  26514. [ ] 0 setdash
  26515. 1 Mabswid
  26516. 0.02381 0.60332 moveto
  26517. 0.18254 0.45407 lineto
  26518. 0.34127 0.50928 lineto
  26519. 0.5 0.01472 lineto
  26520. 0.65873 0.27622 lineto
  26521. 0.81746 0.18636 lineto
  26522. 0.97619 0.31302 lineto
  26523. stroke
  26524. [ ] 0 setdash
  26525. 6 Mabswid
  26526. 0.02381 0.60332 Mdot
  26527. 0.18254 0.45407 Mdot
  26528. 0.34127 0.50928 Mdot
  26529. 0.5 0.01472 Mdot
  26530. 0.65873 0.27622 Mdot
  26531. 0.81746 0.18636 Mdot
  26532. 0.97619 0.31302 Mdot
  26533. grestore
  26534. gsave
  26535. 1 0 0 setrgbcolor
  26536. [ ] 0 setdash
  26537. 1 Mabswid
  26538. 0.02381 0.60332 moveto
  26539. 0.04365 0.5477 lineto
  26540. 0.06349 0.50559 lineto
  26541. 0.07341 0.48914 lineto
  26542. 0.08333 0.47551 lineto
  26543. 0.09325 0.46453 lineto
  26544. 0.10317 0.456 lineto
  26545. 0.10813 0.4526 lineto
  26546. 0.1131 0.44974 lineto
  26547. 0.11806 0.4474 lineto
  26548. 0.12302 0.44557 lineto
  26549. 0.1255 0.44483 lineto
  26550. 0.12798 0.44421 lineto
  26551. 0.13046 0.4437 lineto
  26552. 0.13294 0.4433 lineto
  26553. 0.13418 0.44314 lineto
  26554. 0.13542 0.44301 lineto
  26555. 0.13666 0.4429 lineto
  26556. 0.1379 0.44282 lineto
  26557. 0.13914 0.44277 lineto
  26558. 0.14038 0.44274 lineto
  26559. 0.14162 0.44273 lineto
  26560. 0.14286 0.44275 lineto
  26561. 0.1441 0.44279 lineto
  26562. 0.14534 0.44286 lineto
  26563. 0.14658 0.44295 lineto
  26564. 0.14782 0.44306 lineto
  26565. 0.1503 0.44336 lineto
  26566. 0.15278 0.44374 lineto
  26567. 0.15774 0.44475 lineto
  26568. 0.1627 0.44608 lineto
  26569. 0.17262 0.44958 lineto
  26570. 0.18254 0.45407 lineto
  26571. 0.22222 0.47817 lineto
  26572. 0.24206 0.49132 lineto
  26573. 0.2619 0.50326 lineto
  26574. 0.27183 0.5083 lineto
  26575. 0.28175 0.51249 lineto
  26576. 0.28671 0.5142 lineto
  26577. 0.29167 0.51564 lineto
  26578. 0.29663 0.51676 lineto
  26579. 0.29911 0.5172 lineto
  26580. 0.30159 0.51755 lineto
  26581. 0.30283 0.5177 lineto
  26582. 0.30407 0.51782 lineto
  26583. 0.30531 0.51792 lineto
  26584. 0.30655 0.518 lineto
  26585. 0.30779 0.51805 lineto
  26586. 0.30903 0.51808 lineto
  26587. 0.31027 0.51808 lineto
  26588. Mistroke
  26589. 0.31151 0.51806 lineto
  26590. 0.31275 0.51802 lineto
  26591. 0.31399 0.51795 lineto
  26592. 0.31523 0.51785 lineto
  26593. 0.31647 0.51773 lineto
  26594. 0.31895 0.51741 lineto
  26595. 0.32143 0.51697 lineto
  26596. 0.32639 0.51578 lineto
  26597. 0.33135 0.51411 lineto
  26598. 0.33631 0.51195 lineto
  26599. 0.34127 0.50928 lineto
  26600. 0.35119 0.5023 lineto
  26601. 0.36111 0.49299 lineto
  26602. 0.37103 0.48117 lineto
  26603. 0.38095 0.46664 lineto
  26604. 0.40079 0.42875 lineto
  26605. 0.42063 0.37786 lineto
  26606. 0.44048 0.31248 lineto
  26607. 0.46032 0.23114 lineto
  26608. 0.48016 0.13238 lineto
  26609. 0.49008 0.076 lineto
  26610. 0.49504 0.04598 lineto
  26611. 0.49752 0.03051 lineto
  26612. 0.49876 0.02265 lineto
  26613. 0.5 0.01472 lineto
  26614. 0.50248 0.02439 lineto
  26615. 0.50496 0.03385 lineto
  26616. 0.50992 0.0521 lineto
  26617. 0.51984 0.08603 lineto
  26618. 0.53968 0.14409 lineto
  26619. 0.55952 0.19001 lineto
  26620. 0.57937 0.22489 lineto
  26621. 0.58929 0.23853 lineto
  26622. 0.59921 0.24984 lineto
  26623. 0.60913 0.25894 lineto
  26624. 0.61905 0.26597 lineto
  26625. 0.62401 0.26876 lineto
  26626. 0.62897 0.27108 lineto
  26627. 0.63393 0.27295 lineto
  26628. 0.63889 0.2744 lineto
  26629. 0.64137 0.27496 lineto
  26630. 0.64385 0.27543 lineto
  26631. 0.64633 0.2758 lineto
  26632. 0.64757 0.27594 lineto
  26633. 0.64881 0.27607 lineto
  26634. 0.65005 0.27617 lineto
  26635. 0.65129 0.27624 lineto
  26636. 0.65253 0.2763 lineto
  26637. 0.65377 0.27633 lineto
  26638. 0.65501 0.27633 lineto
  26639. Mistroke
  26640. 0.65625 0.27632 lineto
  26641. 0.65749 0.27628 lineto
  26642. 0.65873 0.27622 lineto
  26643. 0.65997 0.27614 lineto
  26644. 0.66121 0.27604 lineto
  26645. 0.66369 0.27578 lineto
  26646. 0.66617 0.27543 lineto
  26647. 0.66865 0.27501 lineto
  26648. 0.67361 0.27393 lineto
  26649. 0.67857 0.27256 lineto
  26650. 0.68849 0.26902 lineto
  26651. 0.69841 0.26452 lineto
  26652. 0.7381 0.23972 lineto
  26653. 0.77778 0.21071 lineto
  26654. 0.79762 0.1974 lineto
  26655. 0.80754 0.19152 lineto
  26656. 0.81746 0.18636 lineto
  26657. 0.82738 0.18204 lineto
  26658. 0.83234 0.18024 lineto
  26659. 0.8373 0.1787 lineto
  26660. 0.84226 0.17745 lineto
  26661. 0.84474 0.17693 lineto
  26662. 0.84722 0.17649 lineto
  26663. 0.8497 0.17613 lineto
  26664. 0.85094 0.17598 lineto
  26665. 0.85218 0.17585 lineto
  26666. 0.85342 0.17574 lineto
  26667. 0.85466 0.17565 lineto
  26668. 0.8559 0.17558 lineto
  26669. 0.85714 0.17554 lineto
  26670. 0.85838 0.17552 lineto
  26671. 0.85962 0.17552 lineto
  26672. 0.86086 0.17554 lineto
  26673. 0.8621 0.17558 lineto
  26674. 0.86334 0.17565 lineto
  26675. 0.86458 0.17574 lineto
  26676. 0.86706 0.17599 lineto
  26677. 0.86954 0.17634 lineto
  26678. 0.87202 0.17678 lineto
  26679. 0.87698 0.17798 lineto
  26680. 0.88194 0.17959 lineto
  26681. 0.8869 0.18164 lineto
  26682. 0.89683 0.18713 lineto
  26683. 0.90675 0.19457 lineto
  26684. 0.91667 0.2041 lineto
  26685. 0.93651 0.23 lineto
  26686. 0.95635 0.26593 lineto
  26687. 0.97619 0.31302 lineto
  26688. Mfstroke
  26689. grestore
  26690. grestore
  26691. % End of Graphics
  26692. MathPictureEnd
  26693. :[font = subsection; inactive; preserveAspect; ]
  26694. Cobweb
  26695. :[font = input; Cclosed; preserveAspect; startGroup; ]
  26696. Clear[g,x];
  26697. g[x_]:= -1.2x + 1;
  26698. Cobweb[g[x],{0,1},0.4,10]
  26699. :[font = postscript; PostScript; formatAsPostScript; output; inactive; Cclosed; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 238; startGroup; ]
  26700. %!
  26701. %%Creator: Mathematica
  26702. %%AspectRatio: 0.61803 
  26703. MathPictureStart
  26704. /Courier findfont 10  scalefont  setfont
  26705. % Scaling calculations
  26706. 0.02381 0.952381 0.112816 0.490503 [
  26707. [(0.2)] 0.21429 0.11282 0 2 Msboxa
  26708. [(0.4)] 0.40476 0.11282 0 2 Msboxa
  26709. [(0.6)] 0.59524 0.11282 0 2 Msboxa
  26710. [(0.8)] 0.78571 0.11282 0 2 Msboxa
  26711. [(1)] 0.97619 0.11282 0 2 Msboxa
  26712. [(x)] 1.025 0.11282 -1 0 Msboxa
  26713. [(-0.2)] 0.01131 0.01472 1 0 Msboxa
  26714. [(0.2)] 0.01131 0.21092 1 0 Msboxa
  26715. [(0.4)] 0.01131 0.30902 1 0 Msboxa
  26716. [(0.6)] 0.01131 0.40712 1 0 Msboxa
  26717. [(0.8)] 0.01131 0.50522 1 0 Msboxa
  26718. [(1)] 0.01131 0.60332 1 0 Msboxa
  26719. [(y)] 0.02381 0.61803 0 -4 Msboxa
  26720. [ -0.001 -0.001 0 0 ]
  26721. [ 1.001 0.61903 0 0 ]
  26722. ] MathScale
  26723. % Start of Graphics
  26724. 1 setlinecap
  26725. 1 setlinejoin
  26726. newpath
  26727. %%Object: Graphics
  26728. [ ] 0 setdash
  26729. 0 setgray
  26730. gsave
  26731. gsave
  26732. 0.002 setlinewidth
  26733. 0.21429 0.11282 moveto
  26734. 0.21429 0.11907 lineto
  26735. stroke
  26736. grestore
  26737. [(0.2)] 0.21429 0.11282 0 2 Mshowa
  26738. gsave
  26739. 0.002 setlinewidth
  26740. 0.40476 0.11282 moveto
  26741. 0.40476 0.11907 lineto
  26742. stroke
  26743. grestore
  26744. [(0.4)] 0.40476 0.11282 0 2 Mshowa
  26745. gsave
  26746. 0.002 setlinewidth
  26747. 0.59524 0.11282 moveto
  26748. 0.59524 0.11907 lineto
  26749. stroke
  26750. grestore
  26751. [(0.6)] 0.59524 0.11282 0 2 Mshowa
  26752. gsave
  26753. 0.002 setlinewidth
  26754. 0.78571 0.11282 moveto
  26755. 0.78571 0.11907 lineto
  26756. stroke
  26757. grestore
  26758. [(0.8)] 0.78571 0.11282 0 2 Mshowa
  26759. gsave
  26760. 0.002 setlinewidth
  26761. 0.97619 0.11282 moveto
  26762. 0.97619 0.11907 lineto
  26763. stroke
  26764. grestore
  26765. [(1)] 0.97619 0.11282 0 2 Mshowa
  26766. gsave
  26767. 0.001 setlinewidth
  26768. 0.0619 0.11282 moveto
  26769. 0.0619 0.11657 lineto
  26770. stroke
  26771. grestore
  26772. gsave
  26773. 0.001 setlinewidth
  26774. 0.1 0.11282 moveto
  26775. 0.1 0.11657 lineto
  26776. stroke
  26777. grestore
  26778. gsave
  26779. 0.001 setlinewidth
  26780. 0.1381 0.11282 moveto
  26781. 0.1381 0.11657 lineto
  26782. stroke
  26783. grestore
  26784. gsave
  26785. 0.001 setlinewidth
  26786. 0.17619 0.11282 moveto
  26787. 0.17619 0.11657 lineto
  26788. stroke
  26789. grestore
  26790. gsave
  26791. 0.001 setlinewidth
  26792. 0.25238 0.11282 moveto
  26793. 0.25238 0.11657 lineto
  26794. stroke
  26795. grestore
  26796. gsave
  26797. 0.001 setlinewidth
  26798. 0.29048 0.11282 moveto
  26799. 0.29048 0.11657 lineto
  26800. stroke
  26801. grestore
  26802. gsave
  26803. 0.001 setlinewidth
  26804. 0.32857 0.11282 moveto
  26805. 0.32857 0.11657 lineto
  26806. stroke
  26807. grestore
  26808. gsave
  26809. 0.001 setlinewidth
  26810. 0.36667 0.11282 moveto
  26811. 0.36667 0.11657 lineto
  26812. stroke
  26813. grestore
  26814. gsave
  26815. 0.001 setlinewidth
  26816. 0.44286 0.11282 moveto
  26817. 0.44286 0.11657 lineto
  26818. stroke
  26819. grestore
  26820. gsave
  26821. 0.001 setlinewidth
  26822. 0.48095 0.11282 moveto
  26823. 0.48095 0.11657 lineto
  26824. stroke
  26825. grestore
  26826. gsave
  26827. 0.001 setlinewidth
  26828. 0.51905 0.11282 moveto
  26829. 0.51905 0.11657 lineto
  26830. stroke
  26831. grestore
  26832. gsave
  26833. 0.001 setlinewidth
  26834. 0.55714 0.11282 moveto
  26835. 0.55714 0.11657 lineto
  26836. stroke
  26837. grestore
  26838. gsave
  26839. 0.001 setlinewidth
  26840. 0.63333 0.11282 moveto
  26841. 0.63333 0.11657 lineto
  26842. stroke
  26843. grestore
  26844. gsave
  26845. 0.001 setlinewidth
  26846. 0.67143 0.11282 moveto
  26847. 0.67143 0.11657 lineto
  26848. stroke
  26849. grestore
  26850. gsave
  26851. 0.001 setlinewidth
  26852. 0.70952 0.11282 moveto
  26853. 0.70952 0.11657 lineto
  26854. stroke
  26855. grestore
  26856. gsave
  26857. 0.001 setlinewidth
  26858. 0.74762 0.11282 moveto
  26859. 0.74762 0.11657 lineto
  26860. stroke
  26861. grestore
  26862. gsave
  26863. 0.001 setlinewidth
  26864. 0.82381 0.11282 moveto
  26865. 0.82381 0.11657 lineto
  26866. stroke
  26867. grestore
  26868. gsave
  26869. 0.001 setlinewidth
  26870. 0.8619 0.11282 moveto
  26871. 0.8619 0.11657 lineto
  26872. stroke
  26873. grestore
  26874. gsave
  26875. 0.001 setlinewidth
  26876. 0.9 0.11282 moveto
  26877. 0.9 0.11657 lineto
  26878. stroke
  26879. grestore
  26880. gsave
  26881. 0.001 setlinewidth
  26882. 0.9381 0.11282 moveto
  26883. 0.9381 0.11657 lineto
  26884. stroke
  26885. grestore
  26886. [(x)] 1.025 0.11282 -1 0 Mshowa
  26887. gsave
  26888. 0.002 setlinewidth
  26889. 0 0.11282 moveto
  26890. 1 0.11282 lineto
  26891. stroke
  26892. grestore
  26893. gsave
  26894. 0.002 setlinewidth
  26895. 0.02381 0.01472 moveto
  26896. 0.03006 0.01472 lineto
  26897. stroke
  26898. grestore
  26899. [(-0.2)] 0.01131 0.01472 1 0 Mshowa
  26900. gsave
  26901. 0.002 setlinewidth
  26902. 0.02381 0.21092 moveto
  26903. 0.03006 0.21092 lineto
  26904. stroke
  26905. grestore
  26906. [(0.2)] 0.01131 0.21092 1 0 Mshowa
  26907. gsave
  26908. 0.002 setlinewidth
  26909. 0.02381 0.30902 moveto
  26910. 0.03006 0.30902 lineto
  26911. stroke
  26912. grestore
  26913. [(0.4)] 0.01131 0.30902 1 0 Mshowa
  26914. gsave
  26915. 0.002 setlinewidth
  26916. 0.02381 0.40712 moveto
  26917. 0.03006 0.40712 lineto
  26918. stroke
  26919. grestore
  26920. [(0.6)] 0.01131 0.40712 1 0 Mshowa
  26921. gsave
  26922. 0.002 setlinewidth
  26923. 0.02381 0.50522 moveto
  26924. 0.03006 0.50522 lineto
  26925. stroke
  26926. grestore
  26927. [(0.8)] 0.01131 0.50522 1 0 Mshowa
  26928. gsave
  26929. 0.002 setlinewidth
  26930. 0.02381 0.60332 moveto
  26931. 0.03006 0.60332 lineto
  26932. stroke
  26933. grestore
  26934. [(1)] 0.01131 0.60332 1 0 Mshowa
  26935. gsave
  26936. 0.001 setlinewidth
  26937. 0.02381 0.03434 moveto
  26938. 0.02756 0.03434 lineto
  26939. stroke
  26940. grestore
  26941. gsave
  26942. 0.001 setlinewidth
  26943. 0.02381 0.05396 moveto
  26944. 0.02756 0.05396 lineto
  26945. stroke
  26946. grestore
  26947. gsave
  26948. 0.001 setlinewidth
  26949. 0.02381 0.07358 moveto
  26950. 0.02756 0.07358 lineto
  26951. stroke
  26952. grestore
  26953. gsave
  26954. 0.001 setlinewidth
  26955. 0.02381 0.0932 moveto
  26956. 0.02756 0.0932 lineto
  26957. stroke
  26958. grestore
  26959. gsave
  26960. 0.001 setlinewidth
  26961. 0.02381 0.13244 moveto
  26962. 0.02756 0.13244 lineto
  26963. stroke
  26964. grestore
  26965. gsave
  26966. 0.001 setlinewidth
  26967. 0.02381 0.15206 moveto
  26968. 0.02756 0.15206 lineto
  26969. stroke
  26970. grestore
  26971. gsave
  26972. 0.001 setlinewidth
  26973. 0.02381 0.17168 moveto
  26974. 0.02756 0.17168 lineto
  26975. stroke
  26976. grestore
  26977. gsave
  26978. 0.001 setlinewidth
  26979. 0.02381 0.1913 moveto
  26980. 0.02756 0.1913 lineto
  26981. stroke
  26982. grestore
  26983. gsave
  26984. 0.001 setlinewidth
  26985. 0.02381 0.23054 moveto
  26986. 0.02756 0.23054 lineto
  26987. stroke
  26988. grestore
  26989. gsave
  26990. 0.001 setlinewidth
  26991. 0.02381 0.25016 moveto
  26992. 0.02756 0.25016 lineto
  26993. stroke
  26994. grestore
  26995. gsave
  26996. 0.001 setlinewidth
  26997. 0.02381 0.26978 moveto
  26998. 0.02756 0.26978 lineto
  26999. stroke
  27000. grestore
  27001. gsave
  27002. 0.001 setlinewidth
  27003. 0.02381 0.2894 moveto
  27004. 0.02756 0.2894 lineto
  27005. stroke
  27006. grestore
  27007. gsave
  27008. 0.001 setlinewidth
  27009. 0.02381 0.32864 moveto
  27010. 0.02756 0.32864 lineto
  27011. stroke
  27012. grestore
  27013. gsave
  27014. 0.001 setlinewidth
  27015. 0.02381 0.34826 moveto
  27016. 0.02756 0.34826 lineto
  27017. stroke
  27018. grestore
  27019. gsave
  27020. 0.001 setlinewidth
  27021. 0.02381 0.36788 moveto
  27022. 0.02756 0.36788 lineto
  27023. stroke
  27024. grestore
  27025. gsave
  27026. 0.001 setlinewidth
  27027. 0.02381 0.3875 moveto
  27028. 0.02756 0.3875 lineto
  27029. stroke
  27030. grestore
  27031. gsave
  27032. 0.001 setlinewidth
  27033. 0.02381 0.42674 moveto
  27034. 0.02756 0.42674 lineto
  27035. stroke
  27036. grestore
  27037. gsave
  27038. 0.001 setlinewidth
  27039. 0.02381 0.44636 moveto
  27040. 0.02756 0.44636 lineto
  27041. stroke
  27042. grestore
  27043. gsave
  27044. 0.001 setlinewidth
  27045. 0.02381 0.46598 moveto
  27046. 0.02756 0.46598 lineto
  27047. stroke
  27048. grestore
  27049. gsave
  27050. 0.001 setlinewidth
  27051. 0.02381 0.4856 moveto
  27052. 0.02756 0.4856 lineto
  27053. stroke
  27054. grestore
  27055. gsave
  27056. 0.001 setlinewidth
  27057. 0.02381 0.52484 moveto
  27058. 0.02756 0.52484 lineto
  27059. stroke
  27060. grestore
  27061. gsave
  27062. 0.001 setlinewidth
  27063. 0.02381 0.54446 moveto
  27064. 0.02756 0.54446 lineto
  27065. stroke
  27066. grestore
  27067. gsave
  27068. 0.001 setlinewidth
  27069. 0.02381 0.56408 moveto
  27070. 0.02756 0.56408 lineto
  27071. stroke
  27072. grestore
  27073. gsave
  27074. 0.001 setlinewidth
  27075. 0.02381 0.5837 moveto
  27076. 0.02756 0.5837 lineto
  27077. stroke
  27078. grestore
  27079. [(y)] 0.02381 0.61803 0 -4 Mshowa
  27080. gsave
  27081. 0.002 setlinewidth
  27082. 0.02381 0 moveto
  27083. 0.02381 0.61803 lineto
  27084. stroke
  27085. grestore
  27086. grestore
  27087. 0 0 moveto
  27088. 1 0 lineto
  27089. 1 0.61803 lineto
  27090. 0 0.61803 lineto
  27091. closepath
  27092. clip
  27093. newpath
  27094. 0 1 0 setrgbcolor
  27095. 0.004 setlinewidth
  27096. 0.40476 0.11282 moveto
  27097. 0.40476 0.36788 lineto
  27098. 0.51905 0.36788 lineto
  27099. 0.51905 0.29724 lineto
  27100. 0.3819 0.29724 lineto
  27101. 0.3819 0.382 lineto
  27102. 0.54648 0.382 lineto
  27103. 0.54648 0.28029 lineto
  27104. 0.34899 0.28029 lineto
  27105. 0.34899 0.40235 lineto
  27106. 0.58597 0.40235 lineto
  27107. 0.58597 0.25588 lineto
  27108. 0.30159 0.25588 lineto
  27109. 0.30159 0.43164 lineto
  27110. 0.64285 0.43164 lineto
  27111. 0.64285 0.22073 lineto
  27112. 0.23334 0.22073 lineto
  27113. 0.23334 0.47382 lineto
  27114. 0.72475 0.47382 lineto
  27115. 0.72475 0.17011 lineto
  27116. 0.13506 0.17011 lineto
  27117. 0.13506 0.53456 lineto
  27118. stroke
  27119. gsave
  27120. gsave
  27121. 0 0 1 setrgbcolor
  27122. [ ] 0 setdash
  27123. 1 Mabswid
  27124. 0.02381 0.60332 moveto
  27125. 0.06349 0.57879 lineto
  27126. 0.10317 0.55427 lineto
  27127. 0.14286 0.52974 lineto
  27128. 0.18254 0.50522 lineto
  27129. 0.22222 0.48069 lineto
  27130. 0.2619 0.45617 lineto
  27131. 0.30159 0.43164 lineto
  27132. 0.34127 0.40712 lineto
  27133. 0.38095 0.38259 lineto
  27134. 0.42063 0.35807 lineto
  27135. 0.46032 0.33354 lineto
  27136. 0.5 0.30902 lineto
  27137. 0.53968 0.28449 lineto
  27138. 0.57937 0.25997 lineto
  27139. 0.61905 0.23544 lineto
  27140. 0.65873 0.21092 lineto
  27141. 0.69841 0.18639 lineto
  27142. 0.7381 0.16187 lineto
  27143. 0.77778 0.13734 lineto
  27144. 0.81746 0.11282 lineto
  27145. 0.85714 0.08829 lineto
  27146. 0.89683 0.06377 lineto
  27147. 0.93651 0.03924 lineto
  27148. 0.97619 0.01472 lineto
  27149. stroke
  27150. grestore
  27151. gsave
  27152. 1 0 0 setrgbcolor
  27153. [ ] 0 setdash
  27154. 1 Mabswid
  27155. 0.02381 0.11282 moveto
  27156. 0.06349 0.13325 lineto
  27157. 0.10317 0.15369 lineto
  27158. 0.14286 0.17413 lineto
  27159. 0.18254 0.19457 lineto
  27160. 0.22222 0.215 lineto
  27161. 0.2619 0.23544 lineto
  27162. 0.30159 0.25588 lineto
  27163. 0.34127 0.27632 lineto
  27164. 0.38095 0.29675 lineto
  27165. 0.42063 0.31719 lineto
  27166. 0.46032 0.33763 lineto
  27167. 0.5 0.35807 lineto
  27168. 0.53968 0.3785 lineto
  27169. 0.57937 0.39894 lineto
  27170. 0.61905 0.41938 lineto
  27171. 0.65873 0.43982 lineto
  27172. 0.69841 0.46026 lineto
  27173. 0.7381 0.48069 lineto
  27174. 0.77778 0.50113 lineto
  27175. 0.81746 0.52157 lineto
  27176. 0.85714 0.54201 lineto
  27177. 0.89683 0.56244 lineto
  27178. 0.93651 0.58288 lineto
  27179. 0.97619 0.60332 lineto
  27180. stroke
  27181. grestore
  27182. grestore
  27183. gsave
  27184. 0 0 1 setrgbcolor
  27185. [ ] 0 setdash
  27186. 0.015 setlinewidth
  27187. 0.40476 0.11282 Mdot
  27188. grestore
  27189. gsave
  27190. [ ] 0 setdash
  27191. 0.015 setlinewidth
  27192. 0.40476 0.36788 Mdot
  27193. grestore
  27194. gsave
  27195. [ ] 0 setdash
  27196. 0.015 setlinewidth
  27197. 0.51905 0.29724 Mdot
  27198. grestore
  27199. gsave
  27200. [ ] 0 setdash
  27201. 0.015 setlinewidth
  27202. 0.3819 0.382 Mdot
  27203. grestore
  27204. gsave
  27205. [ ] 0 setdash
  27206. 0.015 setlinewidth
  27207. 0.54648 0.28029 Mdot
  27208. grestore
  27209. gsave
  27210. [ ] 0 setdash
  27211. 0.015 setlinewidth
  27212. 0.34899 0.40235 Mdot
  27213. grestore
  27214. gsave
  27215. [ ] 0 setdash
  27216. 0.015 setlinewidth
  27217. 0.58597 0.25588 Mdot
  27218. grestore
  27219. gsave
  27220. [ ] 0 setdash
  27221. 0.015 setlinewidth
  27222. 0.30159 0.43164 Mdot
  27223. grestore
  27224. gsave
  27225. [ ] 0 setdash
  27226. 0.015 setlinewidth
  27227. 0.64285 0.22073 Mdot
  27228. grestore
  27229. gsave
  27230. [ ] 0 setdash
  27231. 0.015 setlinewidth
  27232. 0.23334 0.47382 Mdot
  27233. grestore
  27234. gsave
  27235. [ ] 0 setdash
  27236. 0.015 setlinewidth
  27237. 0.72475 0.17011 Mdot
  27238. grestore
  27239. gsave
  27240. 1 0 0 setrgbcolor
  27241. [ ] 0 setdash
  27242. 0.015 setlinewidth
  27243. 0.13506 0.53456 Mdot
  27244. grestore
  27245. % End of Graphics
  27246. MathPictureEnd
  27247. :[font = output; output; inactive; preserveAspect; endGroup; endGroup; endGroup; ]
  27248. {0.4, 0.5200000000000001, 0.376, 0.5488, 0.34144, 0.5902719999999999, 
  27249.   0.2916736000000001, 0.6499916799999999, 0.2200099840000002, 
  27250.   0.7359880191999999, 0.1168143769600002}
  27251. ;[o]
  27252. {0.4, 0.52, 0.376, 0.5488, 0.34144, 0.590272, 0.291674, 0.649992, 0.22001, 
  27253.  
  27254.   0.735988, 0.116814}
  27255. :[font = subtitle; inactive; Cclosed; preserveAspect; startGroup; ]
  27256. Other Features
  27257. :[font = subsection; inactive; preserveAspect; ]
  27258. Miscellaneous
  27259. :[font = subsubsection; inactive; preserveAspect; ]
  27260. RoundDec
  27261. :[font = input; Cclosed; preserveAspect; startGroup; ]
  27262. RoundDec[e^5,12]
  27263. :[font = output; output; inactive; preserveAspect; endGroup; ]
  27264. 148.413159102577000
  27265. ;[o]
  27266. 148.413159102577
  27267. :[font = subsubsection; inactive; preserveAspect; ]
  27268. NMin & NMax
  27269. :[font = input; Cclosed; preserveAspect; startGroup; ]
  27270. Max[{12, e^Pi, Sqrt[168]}]
  27271. Min[{12, e^Pi, Sqrt[168]}]
  27272. :[font = output; output; inactive; Cclosed; preserveAspect; startGroup; ]
  27273. Max[{12, 168^(1/2), e^Pi}]
  27274. ;[o]
  27275.                      Pi
  27276. Max[{12, Sqrt[168], e  }]
  27277. :[font = output; output; inactive; preserveAspect; endGroup; endGroup; ]
  27278. Min[{12, 168^(1/2), e^Pi}]
  27279. ;[o]
  27280.                      Pi
  27281. Min[{12, Sqrt[168], e  }]
  27282. :[font = input; Cclosed; preserveAspect; startGroup; ]
  27283. NMax[{20, e^Pi, Sqrt[168],fred}]
  27284. NMin[{20, e^Pi, Sqrt[168],fred}]
  27285. :[font = output; output; inactive; Cclosed; preserveAspect; startGroup; ]
  27286. E^Pi
  27287. ;[o]
  27288.  Pi
  27289. e
  27290. :[font = output; output; inactive; preserveAspect; endGroup; endGroup; ]
  27291. 168^(1/2)
  27292. ;[o]
  27293. Sqrt[168]
  27294. :[font = subsubsection; inactive; preserveAspect; ]
  27295. MakeTable
  27296. :[font = input; Cclosed; nowordwrap; preserveAspect; startGroup; ]
  27297. MakeTable[{Sin[x],Sin[x]/x},{1,0.5,0.2,0.1,0.01,0.001,0.0001,0.00001},
  27298. {"x","sin(x)","sin(x)/x"},15]
  27299. :[font = output; output; inactive; preserveAspect; fontLeading = 0; endGroup; ]
  27300. TableForm[{{1, 0.84147098480789700000, 0.84147098480789700000}, 
  27301.    {0.5, 0.479425538604203000000, 0.95885107720840600000}, 
  27302.    {0.2, 0.198669330795061000000, 0.99334665397530600000}, 
  27303.    {0.1, 0.099833416646828000000, 0.99833416646828100000}, 
  27304.    {0.01, 0.0099998333341670000000, 0.99998333341666600000}, 
  27305.    {0.001, 0.00099999983333300000000, 0.99999983333334200000}, 
  27306.    {0.0001, 0.000099999999833000000000, 0.99999999833333300000}, 
  27307.    {0.00001, 0.00001, 0.99999999998333300000}}, 
  27308.   TableHeadings -> {None, {"x", "sin(x)", "sin(x)/x"}}]
  27309. ;[o]
  27310.    x         sin(x)              sin(x)/x
  27311.    1         0.841470984807897   0.841470984807897
  27312.  
  27313.    0.5       0.479425538604203   0.958851077208406
  27314.  
  27315.    0.2       0.198669330795061   0.993346653975306
  27316.  
  27317.    0.1       0.099833416646828   0.998334166468281
  27318.  
  27319.    0.01      0.009999833334167   0.999983333416666
  27320.  
  27321.    0.001     0.000999999833333   0.999999833333342
  27322.  
  27323.    0.0001    0.000099999999833   0.999999998333333
  27324.  
  27325.    0.00001   0.00001             0.999999999983333
  27326. :[font = input; Cclosed; nowordwrap; dontPreserveAspect; startGroup; ]
  27327. Clear[f,x,a,h];
  27328. f[x_]:=x^2; a = 1;
  27329. MakeTable[{Point[a,f[a]],Point[a+h,f[a+h]],(f[a+h] - f[a])/h},
  27330. {1,-1,0.5,-0.5,0.2,-0.2,0.1,-0.1,0.05,-0.05,0.02,-0.02,0.01,-0.01},
  27331. {"h","(a,f[a])","(a+h,f[a+h])","slope"}, 5]
  27332. :[font = output; output; inactive; preserveAspect; fontLeading = 0; endGroup; ]
  27333. TableForm[{{1, "(1,1)", "(2,4)", 3.}, {-1, "(1,1)", "(0,0)", 1.}, 
  27334.    {0.5, "(1,1)", "(1.5,2.25)", 2.5}, {-0.5, "(1,1)", "(0.5,0.25)", 1.5}, 
  27335.    {0.2, "(1,1)", "(1.2,1.44)", 2.2}, {-0.2, "(1,1)", "(0.8,0.64)", 1.8}, 
  27336.    {0.1, "(1,1)", "(1.1,1.21)", 2.1}, {-0.1, "(1,1)", "(0.9,0.81)", 1.9}, 
  27337.    {0.05, "(1,1)", "(1.05,1.1025)", 2.05}, 
  27338.    {-0.05, "(1,1)", "(0.95,0.9025)", 1.95}, 
  27339.    {0.02, "(1,1)", "(1.02,1.0404)", 2.02}, 
  27340.    {-0.02, "(1,1)", "(0.98,0.9604)", 1.98}, 
  27341.    {0.01, "(1,1)", "(1.01,1.0201)", 2.01}, 
  27342.    {-0.01, "(1,1)", "(0.99,0.9801)", 1.99}}, 
  27343.   TableHeadings -> {None, {"h", "(a,f[a])", "(a+h,f[a+h])", "slope"}}]
  27344. ;[o]
  27345.    h       (a,f[a])   (a+h,f[a+h])    slope
  27346.    1       (1,1)      (2,4)           3.
  27347.  
  27348.    -1      (1,1)      (0,0)           1.
  27349.  
  27350.    0.5     (1,1)      (1.5,2.25)      2.5
  27351.  
  27352.    -0.5    (1,1)      (0.5,0.25)      1.5
  27353.  
  27354.    0.2     (1,1)      (1.2,1.44)      2.2
  27355.  
  27356.    -0.2    (1,1)      (0.8,0.64)      1.8
  27357.  
  27358.    0.1     (1,1)      (1.1,1.21)      2.1
  27359.  
  27360.    -0.1    (1,1)      (0.9,0.81)      1.9
  27361.  
  27362.    0.05    (1,1)      (1.05,1.1025)   2.05
  27363.  
  27364.    -0.05   (1,1)      (0.95,0.9025)   1.95
  27365.  
  27366.    0.02    (1,1)      (1.02,1.0404)   2.02
  27367.  
  27368.    -0.02   (1,1)      (0.98,0.9604)   1.98
  27369.  
  27370.    0.01    (1,1)      (1.01,1.0201)   2.01
  27371.  
  27372.    -0.01   (1,1)      (0.99,0.9801)   1.99
  27373. :[font = input; Cclosed; preserveAspect; startGroup; ]
  27374. MakeTable[BesselJ[0,x],{x,0,3,0.2},{"x","J0(x)"}]
  27375. :[font = output; output; inactive; preserveAspect; fontLeading = 0; endGroup; ]
  27376. TableForm[{{0, 1.}, {0.2, 0.9900249722}, {0.4, 0.9603982267}, 
  27377.    {0.6000000000000001, 0.9120048635}, {0.8, 0.8462873528}, 
  27378.    {1., 0.7651976866}, {1.2, 0.6711327443}, {1.4, 0.5668551204}, 
  27379.    {1.6, 0.4554021676000001}, {1.8, 0.339986411}, {2., 0.2238907791}, 
  27380.    {2.2, 0.1103622669}, {2.4, 0.0025076833}, {2.6, -0.0968049544}, 
  27381.    {2.8, -0.1850360334}, {3., -0.2600519549}}, 
  27382.   TableHeadings -> {None, {"x", "J0(x)"}}]
  27383. ;[o]
  27384.    x     J0(x)
  27385.    0     1.
  27386.  
  27387.    0.2   0.9900249722
  27388.  
  27389.    0.4   0.9603982267
  27390.  
  27391.    0.6   0.9120048635
  27392.  
  27393.    0.8   0.8462873528
  27394.  
  27395.    1.    0.7651976866
  27396.  
  27397.    1.2   0.6711327443
  27398.  
  27399.    1.4   0.5668551204
  27400.  
  27401.    1.6   0.4554021676000001
  27402.  
  27403.    1.8   0.339986411
  27404.  
  27405.    2.    0.2238907791
  27406.  
  27407.    2.2   0.1103622669
  27408.  
  27409.    2.4   0.0025076833
  27410.  
  27411.    2.6   -0.0968049544
  27412.  
  27413.    2.8   -0.1850360334
  27414.  
  27415.    3.    -0.2600519549
  27416. :[font = subsubsection; inactive; preserveAspect; ]
  27417. TrigSolve
  27418. :[font = input; Cclosed; preserveAspect; startGroup; ]
  27419. TrigSolve[Sin[3x] == 1/2]
  27420. :[font = output; output; inactive; preserveAspect; endGroup; ]
  27421. {{x -> Pi/18}, {x -> (5*Pi)/18}, {x -> (13*Pi)/18}, {x -> (17*Pi)/18}, 
  27422.   {x -> (25*Pi)/18}, {x -> (29*Pi)/18}}
  27423. ;[o]
  27424.        Pi         5 Pi         13 Pi         17 Pi         25 Pi
  27425. {{x -> --}, {x -> ----}, {x -> -----}, {x -> -----}, {x -> -----}, 
  27426.        18          18           18            18            18
  27427.  
  27428.         29 Pi
  27429.   {x -> -----}}
  27430.          18
  27431. :[font = input; Cclosed; preserveAspect; startGroup; ]
  27432. TrigSolve[Cos[2Pi(t - 1.78)] == 0,{0,10}]
  27433. :[font = output; output; inactive; preserveAspect; endGroup; ]
  27434. {{t -> 0.03000000000000003}, {t -> 0.5300000000000001}, {t -> 1.03}, 
  27435.   {t -> 1.53}, {t -> 2.03}, {t -> 2.53}, {t -> 3.03}, 
  27436.   {t -> 3.530000000000001}, {t -> 4.030000000000001}, 
  27437.   {t -> 4.530000000000001}, {t -> 5.030000000000001}, 
  27438.   {t -> 5.530000000000001}, {t -> 6.030000000000001}, 
  27439.   {t -> 6.530000000000001}, {t -> 7.030000000000001}, 
  27440.   {t -> 7.530000000000001}, {t -> 8.03}, {t -> 8.53}, {t -> 9.03}, 
  27441.   {t -> 9.53}}
  27442. ;[o]
  27443. {{t -> 0.03}, {t -> 0.53}, {t -> 1.03}, {t -> 1.53}, {t -> 2.03}, 
  27444.  
  27445.   {t -> 2.53}, {t -> 3.03}, {t -> 3.53}, {t -> 4.03}, {t -> 4.53}, 
  27446.  
  27447.   {t -> 5.03}, {t -> 5.53}, {t -> 6.03}, {t -> 6.53}, {t -> 7.03}, 
  27448.  
  27449.   {t -> 7.53}, {t -> 8.03}, {t -> 8.53}, {t -> 9.03}, {t -> 9.53}}
  27450. :[font = input; Cclosed; preserveAspect; startGroup; ]
  27451. TrigSolve[Sec[x] == 5.0,{-10,10}]
  27452. :[font = output; output; inactive; preserveAspect; endGroup; ]
  27453. {{x -> -7.652623713184152}, {x -> -4.913746901175021}, 
  27454.   {x -> -1.369438406004566}, {x -> 1.369438406004566}, 
  27455.   {x -> 4.913746901175021}, {x -> 7.652623713184152}}
  27456. ;[o]
  27457. {{x -> -7.65262}, {x -> -4.91375}, {x -> -1.36944}, {x -> 1.36944}, 
  27458.  
  27459.   {x -> 4.91375}, {x -> 7.65262}}
  27460. :[font = subsection; inactive; preserveAspect; ]
  27461. Vectors
  27462. :[font = input; Cclosed; preserveAspect; startGroup; ]
  27463. ijkForm[{2,-4,9}]
  27464. :[font = output; output; inactive; preserveAspect; endGroup; ]
  27465. 2*i - 4*j + 9*k
  27466. ;[o]
  27467. 2 i - 4 j + 9 k
  27468. :[font = input; Cclosed; preserveAspect; startGroup; ]
  27469. ijkSub[3i + j - 2k]
  27470. :[font = output; output; inactive; preserveAspect; endGroup; ]
  27471. {3, 1, -2}
  27472. ;[o]
  27473. {3, 1, -2}
  27474. :[font = input; Cclosed; preserveAspect; startGroup; ]
  27475. Dot[i - 7k,3i + j - 2k]
  27476. :[font = output; output; inactive; preserveAspect; endGroup; ]
  27477. 17
  27478. ;[o]
  27479. 17
  27480. :[font = input; Cclosed; preserveAspect; startGroup; ]
  27481. Cross[i - 7k,3i + j - 2k]
  27482. :[font = output; output; inactive; preserveAspect; endGroup; ]
  27483. 7*i - 19*j + k
  27484. ;[o]
  27485. 7 i - 19 j + k
  27486. :[font = subsection; inactive; preserveAspect; ]
  27487. Piece Functions
  27488. :[font = subsubsection; inactive; preserveAspect; ]
  27489. Defining and Graphing
  27490. :[font = input; Cclosed; nowordwrap; preserveAspect; startGroup; ]
  27491. Clear[f,x];
  27492. f[x_]:= Piece[0 <= x <= 1,x^2,1 <= x <= 2,2 - x,2 <= x <= 4,Exp[2-x]];
  27493. PlotE[f[x],{0,4},{0,1},MaxSlope->20,ScaleRatio->1];
  27494. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 96; endGroup; ]
  27495. %!
  27496. %%Creator: Mathematica
  27497. %%AspectRatio: 0.25 
  27498. MathPictureStart
  27499. /Courier findfont 10  scalefont  setfont
  27500. % Scaling calculations
  27501. 0.02381 0.238095 0.005952 0.238095 [
  27502. [(1)] 0.2619 0.00595 0 2 Msboxa
  27503. [(2)] 0.5 0.00595 0 2 Msboxa
  27504. [(3)] 0.7381 0.00595 0 2 Msboxa
  27505. [(4)] 0.97619 0.00595 0 2 Msboxa
  27506. [(x)] 1.025 0.00595 -1 0 Msboxa
  27507. [(0.2)] 0.01131 0.05357 1 0 Msboxa
  27508. [(0.4)] 0.01131 0.10119 1 0 Msboxa
  27509. [(0.6)] 0.01131 0.14881 1 0 Msboxa
  27510. [(0.8)] 0.01131 0.19643 1 0 Msboxa
  27511. [(1)] 0.01131 0.24405 1 0 Msboxa
  27512. [(y)] 0.02381 0.25 0 -4 Msboxa
  27513. [ -0.001 -0.001 0 0 ]
  27514. [ 1.001 0.251 0 0 ]
  27515. ] MathScale
  27516. % Start of Graphics
  27517. 1 setlinecap
  27518. 1 setlinejoin
  27519. newpath
  27520. %%Object: Graphics
  27521. [ ] 0 setdash
  27522. 0 setgray
  27523. gsave
  27524. gsave
  27525. 0.002 setlinewidth
  27526. 0.2619 0.00595 moveto
  27527. 0.2619 0.0122 lineto
  27528. stroke
  27529. grestore
  27530. [(1)] 0.2619 0.00595 0 2 Mshowa
  27531. gsave
  27532. 0.002 setlinewidth
  27533. 0.5 0.00595 moveto
  27534. 0.5 0.0122 lineto
  27535. stroke
  27536. grestore
  27537. [(2)] 0.5 0.00595 0 2 Mshowa
  27538. gsave
  27539. 0.002 setlinewidth
  27540. 0.7381 0.00595 moveto
  27541. 0.7381 0.0122 lineto
  27542. stroke
  27543. grestore
  27544. [(3)] 0.7381 0.00595 0 2 Mshowa
  27545. gsave
  27546. 0.002 setlinewidth
  27547. 0.97619 0.00595 moveto
  27548. 0.97619 0.0122 lineto
  27549. stroke
  27550. grestore
  27551. [(4)] 0.97619 0.00595 0 2 Mshowa
  27552. gsave
  27553. 0.001 setlinewidth
  27554. 0.07143 0.00595 moveto
  27555. 0.07143 0.0097 lineto
  27556. stroke
  27557. grestore
  27558. gsave
  27559. 0.001 setlinewidth
  27560. 0.11905 0.00595 moveto
  27561. 0.11905 0.0097 lineto
  27562. stroke
  27563. grestore
  27564. gsave
  27565. 0.001 setlinewidth
  27566. 0.16667 0.00595 moveto
  27567. 0.16667 0.0097 lineto
  27568. stroke
  27569. grestore
  27570. gsave
  27571. 0.001 setlinewidth
  27572. 0.21429 0.00595 moveto
  27573. 0.21429 0.0097 lineto
  27574. stroke
  27575. grestore
  27576. gsave
  27577. 0.001 setlinewidth
  27578. 0.30952 0.00595 moveto
  27579. 0.30952 0.0097 lineto
  27580. stroke
  27581. grestore
  27582. gsave
  27583. 0.001 setlinewidth
  27584. 0.35714 0.00595 moveto
  27585. 0.35714 0.0097 lineto
  27586. stroke
  27587. grestore
  27588. gsave
  27589. 0.001 setlinewidth
  27590. 0.40476 0.00595 moveto
  27591. 0.40476 0.0097 lineto
  27592. stroke
  27593. grestore
  27594. gsave
  27595. 0.001 setlinewidth
  27596. 0.45238 0.00595 moveto
  27597. 0.45238 0.0097 lineto
  27598. stroke
  27599. grestore
  27600. gsave
  27601. 0.001 setlinewidth
  27602. 0.54762 0.00595 moveto
  27603. 0.54762 0.0097 lineto
  27604. stroke
  27605. grestore
  27606. gsave
  27607. 0.001 setlinewidth
  27608. 0.59524 0.00595 moveto
  27609. 0.59524 0.0097 lineto
  27610. stroke
  27611. grestore
  27612. gsave
  27613. 0.001 setlinewidth
  27614. 0.64286 0.00595 moveto
  27615. 0.64286 0.0097 lineto
  27616. stroke
  27617. grestore
  27618. gsave
  27619. 0.001 setlinewidth
  27620. 0.69048 0.00595 moveto
  27621. 0.69048 0.0097 lineto
  27622. stroke
  27623. grestore
  27624. gsave
  27625. 0.001 setlinewidth
  27626. 0.78571 0.00595 moveto
  27627. 0.78571 0.0097 lineto
  27628. stroke
  27629. grestore
  27630. gsave
  27631. 0.001 setlinewidth
  27632. 0.83333 0.00595 moveto
  27633. 0.83333 0.0097 lineto
  27634. stroke
  27635. grestore
  27636. gsave
  27637. 0.001 setlinewidth
  27638. 0.88095 0.00595 moveto
  27639. 0.88095 0.0097 lineto
  27640. stroke
  27641. grestore
  27642. gsave
  27643. 0.001 setlinewidth
  27644. 0.92857 0.00595 moveto
  27645. 0.92857 0.0097 lineto
  27646. stroke
  27647. grestore
  27648. [(x)] 1.025 0.00595 -1 0 Mshowa
  27649. gsave
  27650. 0.002 setlinewidth
  27651. 0 0.00595 moveto
  27652. 1 0.00595 lineto
  27653. stroke
  27654. grestore
  27655. gsave
  27656. 0.002 setlinewidth
  27657. 0.02381 0.05357 moveto
  27658. 0.03006 0.05357 lineto
  27659. stroke
  27660. grestore
  27661. [(0.2)] 0.01131 0.05357 1 0 Mshowa
  27662. gsave
  27663. 0.002 setlinewidth
  27664. 0.02381 0.10119 moveto
  27665. 0.03006 0.10119 lineto
  27666. stroke
  27667. grestore
  27668. [(0.4)] 0.01131 0.10119 1 0 Mshowa
  27669. gsave
  27670. 0.002 setlinewidth
  27671. 0.02381 0.14881 moveto
  27672. 0.03006 0.14881 lineto
  27673. stroke
  27674. grestore
  27675. [(0.6)] 0.01131 0.14881 1 0 Mshowa
  27676. gsave
  27677. 0.002 setlinewidth
  27678. 0.02381 0.19643 moveto
  27679. 0.03006 0.19643 lineto
  27680. stroke
  27681. grestore
  27682. [(0.8)] 0.01131 0.19643 1 0 Mshowa
  27683. gsave
  27684. 0.002 setlinewidth
  27685. 0.02381 0.24405 moveto
  27686. 0.03006 0.24405 lineto
  27687. stroke
  27688. grestore
  27689. [(1)] 0.01131 0.24405 1 0 Mshowa
  27690. gsave
  27691. 0.001 setlinewidth
  27692. 0.02381 0.01548 moveto
  27693. 0.02756 0.01548 lineto
  27694. stroke
  27695. grestore
  27696. gsave
  27697. 0.001 setlinewidth
  27698. 0.02381 0.025 moveto
  27699. 0.02756 0.025 lineto
  27700. stroke
  27701. grestore
  27702. gsave
  27703. 0.001 setlinewidth
  27704. 0.02381 0.03452 moveto
  27705. 0.02756 0.03452 lineto
  27706. stroke
  27707. grestore
  27708. gsave
  27709. 0.001 setlinewidth
  27710. 0.02381 0.04405 moveto
  27711. 0.02756 0.04405 lineto
  27712. stroke
  27713. grestore
  27714. gsave
  27715. 0.001 setlinewidth
  27716. 0.02381 0.0631 moveto
  27717. 0.02756 0.0631 lineto
  27718. stroke
  27719. grestore
  27720. gsave
  27721. 0.001 setlinewidth
  27722. 0.02381 0.07262 moveto
  27723. 0.02756 0.07262 lineto
  27724. stroke
  27725. grestore
  27726. gsave
  27727. 0.001 setlinewidth
  27728. 0.02381 0.08214 moveto
  27729. 0.02756 0.08214 lineto
  27730. stroke
  27731. grestore
  27732. gsave
  27733. 0.001 setlinewidth
  27734. 0.02381 0.09167 moveto
  27735. 0.02756 0.09167 lineto
  27736. stroke
  27737. grestore
  27738. gsave
  27739. 0.001 setlinewidth
  27740. 0.02381 0.11071 moveto
  27741. 0.02756 0.11071 lineto
  27742. stroke
  27743. grestore
  27744. gsave
  27745. 0.001 setlinewidth
  27746. 0.02381 0.12024 moveto
  27747. 0.02756 0.12024 lineto
  27748. stroke
  27749. grestore
  27750. gsave
  27751. 0.001 setlinewidth
  27752. 0.02381 0.12976 moveto
  27753. 0.02756 0.12976 lineto
  27754. stroke
  27755. grestore
  27756. gsave
  27757. 0.001 setlinewidth
  27758. 0.02381 0.13929 moveto
  27759. 0.02756 0.13929 lineto
  27760. stroke
  27761. grestore
  27762. gsave
  27763. 0.001 setlinewidth
  27764. 0.02381 0.15833 moveto
  27765. 0.02756 0.15833 lineto
  27766. stroke
  27767. grestore
  27768. gsave
  27769. 0.001 setlinewidth
  27770. 0.02381 0.16786 moveto
  27771. 0.02756 0.16786 lineto
  27772. stroke
  27773. grestore
  27774. gsave
  27775. 0.001 setlinewidth
  27776. 0.02381 0.17738 moveto
  27777. 0.02756 0.17738 lineto
  27778. stroke
  27779. grestore
  27780. gsave
  27781. 0.001 setlinewidth
  27782. 0.02381 0.1869 moveto
  27783. 0.02756 0.1869 lineto
  27784. stroke
  27785. grestore
  27786. gsave
  27787. 0.001 setlinewidth
  27788. 0.02381 0.20595 moveto
  27789. 0.02756 0.20595 lineto
  27790. stroke
  27791. grestore
  27792. gsave
  27793. 0.001 setlinewidth
  27794. 0.02381 0.21548 moveto
  27795. 0.02756 0.21548 lineto
  27796. stroke
  27797. grestore
  27798. gsave
  27799. 0.001 setlinewidth
  27800. 0.02381 0.225 moveto
  27801. 0.02756 0.225 lineto
  27802. stroke
  27803. grestore
  27804. gsave
  27805. 0.001 setlinewidth
  27806. 0.02381 0.23452 moveto
  27807. 0.02756 0.23452 lineto
  27808. stroke
  27809. grestore
  27810. [(y)] 0.02381 0.25 0 -4 Mshowa
  27811. gsave
  27812. 0.002 setlinewidth
  27813. 0.02381 0 moveto
  27814. 0.02381 0.25 lineto
  27815. stroke
  27816. grestore
  27817. grestore
  27818. 0 0 moveto
  27819. 1 0 lineto
  27820. 1 0.25 lineto
  27821. 0 0.25 lineto
  27822. closepath
  27823. clip
  27824. newpath
  27825. gsave
  27826. gsave
  27827. 0 0 1 setrgbcolor
  27828. [ ] 0 setdash
  27829. 1 Mabswid
  27830. 0.02381 0.00595 moveto
  27831. 0.02505 0.00596 lineto
  27832. 0.02629 0.00598 lineto
  27833. 0.02753 0.00601 lineto
  27834. 0.02877 0.00606 lineto
  27835. 0.03001 0.00611 lineto
  27836. 0.03125 0.00618 lineto
  27837. 0.03373 0.00637 lineto
  27838. 0.03621 0.0066 lineto
  27839. 0.03869 0.00688 lineto
  27840. 0.04365 0.00761 lineto
  27841. 0.04861 0.00854 lineto
  27842. 0.05357 0.00967 lineto
  27843. 0.06349 0.01257 lineto
  27844. 0.07341 0.01629 lineto
  27845. 0.08333 0.02083 lineto
  27846. 0.10317 0.03241 lineto
  27847. 0.12302 0.04729 lineto
  27848. 0.14286 0.06548 lineto
  27849. 0.18254 0.11177 lineto
  27850. 0.22222 0.1713 lineto
  27851. 0.24206 0.20602 lineto
  27852. 0.25198 0.22462 lineto
  27853. 0.25694 0.23423 lineto
  27854. 0.25942 0.23911 lineto
  27855. 0.26066 0.24157 lineto
  27856. 0.2619 0.24405 lineto
  27857. 0.26438 0.24157 lineto
  27858. 0.26687 0.23909 lineto
  27859. 0.27183 0.23413 lineto
  27860. 0.28175 0.22421 lineto
  27861. 0.30159 0.20437 lineto
  27862. 0.34127 0.16468 lineto
  27863. 0.38095 0.125 lineto
  27864. 0.42063 0.08532 lineto
  27865. 0.46032 0.04563 lineto
  27866. 0.48016 0.02579 lineto
  27867. 0.49008 0.01587 lineto
  27868. 0.49504 0.01091 lineto
  27869. 0.49752 0.00843 lineto
  27870. 0.49876 0.00719 lineto
  27871. 0.5 0.00595 lineto
  27872. stroke
  27873. 0.50124 0.24281 moveto
  27874. 0.50248 0.24158 lineto
  27875. 0.50496 0.23914 lineto
  27876. 0.50992 0.23433 lineto
  27877. 0.51984 0.22501 lineto
  27878. 0.53968 0.2075 lineto
  27879. 0.57937 0.17656 lineto
  27880. 0.61905 0.15036 lineto
  27881. 0.65873 0.12819 lineto
  27882. 0.69841 0.10943 lineto
  27883. 0.7381 0.09354 lineto
  27884. 0.77778 0.0801 lineto
  27885. 0.81746 0.06871 lineto
  27886. 0.85714 0.05908 lineto
  27887. 0.89683 0.05092 lineto
  27888. 0.93651 0.04402 lineto
  27889. 0.97619 0.03818 lineto
  27890. stroke
  27891. grestore
  27892. grestore
  27893. % End of Graphics
  27894. MathPictureEnd
  27895. :[font = input; Cclosed; preserveAspect; startGroup; ]
  27896. f[x]
  27897. :[font = output; output; inactive; preserveAspect; endGroup; ]
  27898. Which[0 <= x <= 1, x^2, 1 <= x <= 2, 2 - x, 2 <= x <= 4, E^(2 - x)]
  27899. ;[o]
  27900.                     2                                    2 - x
  27901. Which[0 <= x <= 1, x , 1 <= x <= 2, 2 - x, 2 <= x <= 4, e     ]
  27902. :[font = text; inactive; preserveAspect; ]
  27903. As you can see, Piece is in part a synonym for Which. It has the advantage that you donàt have to remember what comes first, the functions or the intervals:
  27904. ;[s]
  27905. 5:0,0;16,1;21,2;47,3;52,4;157,-1;
  27906. 5:1,13,10,Times,0,14,0,0,0;1,10,8,Courier,1,12,0,0,0;1,13,10,Times,0,14,0,0,0;1,10,8,Courier,1,12,0,0,0;1,13,10,Times,0,14,0,0,0;
  27907. :[font = input; Cclosed; nowordwrap; preserveAspect; startGroup; ]
  27908. Clear[g,x];
  27909. g[x_]:= Piece[x^2,0 <= x <= 1,2 - x,1 <= x <= 2,Exp[2-x],2 <= x <= 4];
  27910. g[x]
  27911. :[font = output; output; inactive; preserveAspect; endGroup; ]
  27912. Which[0 <= x <= 1, x^2, 1 <= x <= 2, 2 - x, 2 <= x <= 4, E^(2 - x)]
  27913. ;[o]
  27914.                     2                                    2 - x
  27915. Which[0 <= x <= 1, x , 1 <= x <= 2, 2 - x, 2 <= x <= 4, e     ]
  27916. :[font = text; inactive; preserveAspect; ]
  27917. Also you can specify a default condition by ¼else½ or ¼otherwise½.
  27918. :[font = input; Cclosed; nowordwrap; preserveAspect; startGroup; ]
  27919. Clear[h,x];
  27920. h[x_]:= Piece[1,-2 <= x <= -1,-1,1 <= x <= 2,0,otherwise];
  27921. PlotE[h[x],{-3,3},SameScale];
  27922. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 128; endGroup; ]
  27923. %!
  27924. %%Creator: Mathematica
  27925. %%AspectRatio: 0.33333 
  27926. MathPictureStart
  27927. /Courier findfont 10  scalefont  setfont
  27928. % Scaling calculations
  27929. 0.5 0.15873 0.166667 0.15873 [
  27930. [(-3)] 0.02381 0.16667 0 2 Msboxa
  27931. [(-2)] 0.18254 0.16667 0 2 Msboxa
  27932. [(-1)] 0.34127 0.16667 0 2 Msboxa
  27933. [(1)] 0.65873 0.16667 0 2 Msboxa
  27934. [(2)] 0.81746 0.16667 0 2 Msboxa
  27935. [(3)] 0.97619 0.16667 0 2 Msboxa
  27936. [(x)] 1.025 0.16667 -1 0 Msboxa
  27937. [(-1)] 0.4875 0.00794 1 0 Msboxa
  27938. [(-0.5)] 0.4875 0.0873 1 0 Msboxa
  27939. [(0.5)] 0.4875 0.24603 1 0 Msboxa
  27940. [(1)] 0.4875 0.3254 1 0 Msboxa
  27941. [(y)] 0.5 0.33333 0 -4 Msboxa
  27942. [ -0.001 -0.001 0 0 ]
  27943. [ 1.001 0.33433 0 0 ]
  27944. ] MathScale
  27945. % Start of Graphics
  27946. 1 setlinecap
  27947. 1 setlinejoin
  27948. newpath
  27949. %%Object: Graphics
  27950. [ ] 0 setdash
  27951. 0 setgray
  27952. gsave
  27953. gsave
  27954. 0.002 setlinewidth
  27955. 0.02381 0.16667 moveto
  27956. 0.02381 0.17292 lineto
  27957. stroke
  27958. grestore
  27959. [(-3)] 0.02381 0.16667 0 2 Mshowa
  27960. gsave
  27961. 0.002 setlinewidth
  27962. 0.18254 0.16667 moveto
  27963. 0.18254 0.17292 lineto
  27964. stroke
  27965. grestore
  27966. [(-2)] 0.18254 0.16667 0 2 Mshowa
  27967. gsave
  27968. 0.002 setlinewidth
  27969. 0.34127 0.16667 moveto
  27970. 0.34127 0.17292 lineto
  27971. stroke
  27972. grestore
  27973. [(-1)] 0.34127 0.16667 0 2 Mshowa
  27974. gsave
  27975. 0.002 setlinewidth
  27976. 0.65873 0.16667 moveto
  27977. 0.65873 0.17292 lineto
  27978. stroke
  27979. grestore
  27980. [(1)] 0.65873 0.16667 0 2 Mshowa
  27981. gsave
  27982. 0.002 setlinewidth
  27983. 0.81746 0.16667 moveto
  27984. 0.81746 0.17292 lineto
  27985. stroke
  27986. grestore
  27987. [(2)] 0.81746 0.16667 0 2 Mshowa
  27988. gsave
  27989. 0.002 setlinewidth
  27990. 0.97619 0.16667 moveto
  27991. 0.97619 0.17292 lineto
  27992. stroke
  27993. grestore
  27994. [(3)] 0.97619 0.16667 0 2 Mshowa
  27995. gsave
  27996. 0.001 setlinewidth
  27997. 0.05556 0.16667 moveto
  27998. 0.05556 0.17042 lineto
  27999. stroke
  28000. grestore
  28001. gsave
  28002. 0.001 setlinewidth
  28003. 0.0873 0.16667 moveto
  28004. 0.0873 0.17042 lineto
  28005. stroke
  28006. grestore
  28007. gsave
  28008. 0.001 setlinewidth
  28009. 0.11905 0.16667 moveto
  28010. 0.11905 0.17042 lineto
  28011. stroke
  28012. grestore
  28013. gsave
  28014. 0.001 setlinewidth
  28015. 0.15079 0.16667 moveto
  28016. 0.15079 0.17042 lineto
  28017. stroke
  28018. grestore
  28019. gsave
  28020. 0.001 setlinewidth
  28021. 0.21429 0.16667 moveto
  28022. 0.21429 0.17042 lineto
  28023. stroke
  28024. grestore
  28025. gsave
  28026. 0.001 setlinewidth
  28027. 0.24603 0.16667 moveto
  28028. 0.24603 0.17042 lineto
  28029. stroke
  28030. grestore
  28031. gsave
  28032. 0.001 setlinewidth
  28033. 0.27778 0.16667 moveto
  28034. 0.27778 0.17042 lineto
  28035. stroke
  28036. grestore
  28037. gsave
  28038. 0.001 setlinewidth
  28039. 0.30952 0.16667 moveto
  28040. 0.30952 0.17042 lineto
  28041. stroke
  28042. grestore
  28043. gsave
  28044. 0.001 setlinewidth
  28045. 0.37302 0.16667 moveto
  28046. 0.37302 0.17042 lineto
  28047. stroke
  28048. grestore
  28049. gsave
  28050. 0.001 setlinewidth
  28051. 0.40476 0.16667 moveto
  28052. 0.40476 0.17042 lineto
  28053. stroke
  28054. grestore
  28055. gsave
  28056. 0.001 setlinewidth
  28057. 0.43651 0.16667 moveto
  28058. 0.43651 0.17042 lineto
  28059. stroke
  28060. grestore
  28061. gsave
  28062. 0.001 setlinewidth
  28063. 0.46825 0.16667 moveto
  28064. 0.46825 0.17042 lineto
  28065. stroke
  28066. grestore
  28067. gsave
  28068. 0.001 setlinewidth
  28069. 0.53175 0.16667 moveto
  28070. 0.53175 0.17042 lineto
  28071. stroke
  28072. grestore
  28073. gsave
  28074. 0.001 setlinewidth
  28075. 0.56349 0.16667 moveto
  28076. 0.56349 0.17042 lineto
  28077. stroke
  28078. grestore
  28079. gsave
  28080. 0.001 setlinewidth
  28081. 0.59524 0.16667 moveto
  28082. 0.59524 0.17042 lineto
  28083. stroke
  28084. grestore
  28085. gsave
  28086. 0.001 setlinewidth
  28087. 0.62698 0.16667 moveto
  28088. 0.62698 0.17042 lineto
  28089. stroke
  28090. grestore
  28091. gsave
  28092. 0.001 setlinewidth
  28093. 0.69048 0.16667 moveto
  28094. 0.69048 0.17042 lineto
  28095. stroke
  28096. grestore
  28097. gsave
  28098. 0.001 setlinewidth
  28099. 0.72222 0.16667 moveto
  28100. 0.72222 0.17042 lineto
  28101. stroke
  28102. grestore
  28103. gsave
  28104. 0.001 setlinewidth
  28105. 0.75397 0.16667 moveto
  28106. 0.75397 0.17042 lineto
  28107. stroke
  28108. grestore
  28109. gsave
  28110. 0.001 setlinewidth
  28111. 0.78571 0.16667 moveto
  28112. 0.78571 0.17042 lineto
  28113. stroke
  28114. grestore
  28115. gsave
  28116. 0.001 setlinewidth
  28117. 0.84921 0.16667 moveto
  28118. 0.84921 0.17042 lineto
  28119. stroke
  28120. grestore
  28121. gsave
  28122. 0.001 setlinewidth
  28123. 0.88095 0.16667 moveto
  28124. 0.88095 0.17042 lineto
  28125. stroke
  28126. grestore
  28127. gsave
  28128. 0.001 setlinewidth
  28129. 0.9127 0.16667 moveto
  28130. 0.9127 0.17042 lineto
  28131. stroke
  28132. grestore
  28133. gsave
  28134. 0.001 setlinewidth
  28135. 0.94444 0.16667 moveto
  28136. 0.94444 0.17042 lineto
  28137. stroke
  28138. grestore
  28139. [(x)] 1.025 0.16667 -1 0 Mshowa
  28140. gsave
  28141. 0.002 setlinewidth
  28142. 0 0.16667 moveto
  28143. 1 0.16667 lineto
  28144. stroke
  28145. grestore
  28146. gsave
  28147. 0.002 setlinewidth
  28148. 0.5 0.00794 moveto
  28149. 0.50625 0.00794 lineto
  28150. stroke
  28151. grestore
  28152. [(-1)] 0.4875 0.00794 1 0 Mshowa
  28153. gsave
  28154. 0.002 setlinewidth
  28155. 0.5 0.0873 moveto
  28156. 0.50625 0.0873 lineto
  28157. stroke
  28158. grestore
  28159. [(-0.5)] 0.4875 0.0873 1 0 Mshowa
  28160. gsave
  28161. 0.002 setlinewidth
  28162. 0.5 0.24603 moveto
  28163. 0.50625 0.24603 lineto
  28164. stroke
  28165. grestore
  28166. [(0.5)] 0.4875 0.24603 1 0 Mshowa
  28167. gsave
  28168. 0.002 setlinewidth
  28169. 0.5 0.3254 moveto
  28170. 0.50625 0.3254 lineto
  28171. stroke
  28172. grestore
  28173. [(1)] 0.4875 0.3254 1 0 Mshowa
  28174. gsave
  28175. 0.001 setlinewidth
  28176. 0.5 0.02381 moveto
  28177. 0.50375 0.02381 lineto
  28178. stroke
  28179. grestore
  28180. gsave
  28181. 0.001 setlinewidth
  28182. 0.5 0.03968 moveto
  28183. 0.50375 0.03968 lineto
  28184. stroke
  28185. grestore
  28186. gsave
  28187. 0.001 setlinewidth
  28188. 0.5 0.05556 moveto
  28189. 0.50375 0.05556 lineto
  28190. stroke
  28191. grestore
  28192. gsave
  28193. 0.001 setlinewidth
  28194. 0.5 0.07143 moveto
  28195. 0.50375 0.07143 lineto
  28196. stroke
  28197. grestore
  28198. gsave
  28199. 0.001 setlinewidth
  28200. 0.5 0.10317 moveto
  28201. 0.50375 0.10317 lineto
  28202. stroke
  28203. grestore
  28204. gsave
  28205. 0.001 setlinewidth
  28206. 0.5 0.11905 moveto
  28207. 0.50375 0.11905 lineto
  28208. stroke
  28209. grestore
  28210. gsave
  28211. 0.001 setlinewidth
  28212. 0.5 0.13492 moveto
  28213. 0.50375 0.13492 lineto
  28214. stroke
  28215. grestore
  28216. gsave
  28217. 0.001 setlinewidth
  28218. 0.5 0.15079 moveto
  28219. 0.50375 0.15079 lineto
  28220. stroke
  28221. grestore
  28222. gsave
  28223. 0.001 setlinewidth
  28224. 0.5 0.18254 moveto
  28225. 0.50375 0.18254 lineto
  28226. stroke
  28227. grestore
  28228. gsave
  28229. 0.001 setlinewidth
  28230. 0.5 0.19841 moveto
  28231. 0.50375 0.19841 lineto
  28232. stroke
  28233. grestore
  28234. gsave
  28235. 0.001 setlinewidth
  28236. 0.5 0.21429 moveto
  28237. 0.50375 0.21429 lineto
  28238. stroke
  28239. grestore
  28240. gsave
  28241. 0.001 setlinewidth
  28242. 0.5 0.23016 moveto
  28243. 0.50375 0.23016 lineto
  28244. stroke
  28245. grestore
  28246. gsave
  28247. 0.001 setlinewidth
  28248. 0.5 0.2619 moveto
  28249. 0.50375 0.2619 lineto
  28250. stroke
  28251. grestore
  28252. gsave
  28253. 0.001 setlinewidth
  28254. 0.5 0.27778 moveto
  28255. 0.50375 0.27778 lineto
  28256. stroke
  28257. grestore
  28258. gsave
  28259. 0.001 setlinewidth
  28260. 0.5 0.29365 moveto
  28261. 0.50375 0.29365 lineto
  28262. stroke
  28263. grestore
  28264. gsave
  28265. 0.001 setlinewidth
  28266. 0.5 0.30952 moveto
  28267. 0.50375 0.30952 lineto
  28268. stroke
  28269. grestore
  28270. [(y)] 0.5 0.33333 0 -4 Mshowa
  28271. gsave
  28272. 0.002 setlinewidth
  28273. 0.5 0 moveto
  28274. 0.5 0.33333 lineto
  28275. stroke
  28276. grestore
  28277. grestore
  28278. 0 0 moveto
  28279. 1 0 lineto
  28280. 1 0.33333 lineto
  28281. 0 0.33333 lineto
  28282. closepath
  28283. clip
  28284. newpath
  28285. gsave
  28286. gsave
  28287. 0 0 1 setrgbcolor
  28288. [ ] 0 setdash
  28289. 1 Mabswid
  28290. 0.02381 0.16667 moveto
  28291. 0.06349 0.16667 lineto
  28292. 0.10317 0.16667 lineto
  28293. 0.12302 0.16667 lineto
  28294. 0.14286 0.16667 lineto
  28295. 0.15278 0.16667 lineto
  28296. 0.1627 0.16667 lineto
  28297. 0.16766 0.16667 lineto
  28298. 0.17262 0.16667 lineto
  28299. 0.1751 0.16667 lineto
  28300. 0.17758 0.16667 lineto
  28301. 0.17882 0.16667 lineto
  28302. 0.18006 0.16667 lineto
  28303. 0.1813 0.16667 lineto
  28304. stroke
  28305. 0.18254 0.3254 moveto
  28306. 0.18502 0.3254 lineto
  28307. 0.1875 0.3254 lineto
  28308. 0.19246 0.3254 lineto
  28309. 0.20238 0.3254 lineto
  28310. 0.22222 0.3254 lineto
  28311. 0.2619 0.3254 lineto
  28312. 0.30159 0.3254 lineto
  28313. 0.32143 0.3254 lineto
  28314. 0.33135 0.3254 lineto
  28315. 0.33631 0.3254 lineto
  28316. 0.33879 0.3254 lineto
  28317. 0.34003 0.3254 lineto
  28318. 0.34127 0.3254 lineto
  28319. stroke
  28320. 0.34251 0.16667 moveto
  28321. 0.34375 0.16667 lineto
  28322. 0.34623 0.16667 lineto
  28323. 0.35119 0.16667 lineto
  28324. 0.36111 0.16667 lineto
  28325. 0.38095 0.16667 lineto
  28326. 0.42063 0.16667 lineto
  28327. 0.46032 0.16667 lineto
  28328. 0.5 0.16667 lineto
  28329. 0.53968 0.16667 lineto
  28330. 0.57937 0.16667 lineto
  28331. 0.59921 0.16667 lineto
  28332. 0.61905 0.16667 lineto
  28333. 0.62897 0.16667 lineto
  28334. 0.63889 0.16667 lineto
  28335. 0.64385 0.16667 lineto
  28336. 0.64881 0.16667 lineto
  28337. 0.65129 0.16667 lineto
  28338. 0.65377 0.16667 lineto
  28339. 0.65501 0.16667 lineto
  28340. 0.65625 0.16667 lineto
  28341. 0.65749 0.16667 lineto
  28342. stroke
  28343. 0.65873 0.00794 moveto
  28344. 0.66121 0.00794 lineto
  28345. 0.66369 0.00794 lineto
  28346. 0.66865 0.00794 lineto
  28347. 0.67857 0.00794 lineto
  28348. 0.69841 0.00794 lineto
  28349. 0.7381 0.00794 lineto
  28350. 0.77778 0.00794 lineto
  28351. 0.79762 0.00794 lineto
  28352. 0.80754 0.00794 lineto
  28353. 0.8125 0.00794 lineto
  28354. 0.81498 0.00794 lineto
  28355. 0.81622 0.00794 lineto
  28356. 0.81746 0.00794 lineto
  28357. stroke
  28358. 0.8187 0.16667 moveto
  28359. 0.81994 0.16667 lineto
  28360. 0.82242 0.16667 lineto
  28361. 0.82738 0.16667 lineto
  28362. 0.8373 0.16667 lineto
  28363. 0.85714 0.16667 lineto
  28364. 0.89683 0.16667 lineto
  28365. 0.93651 0.16667 lineto
  28366. 0.97619 0.16667 lineto
  28367. stroke
  28368. grestore
  28369. grestore
  28370. % End of Graphics
  28371. MathPictureEnd
  28372. :[font = subsubsection; inactive; preserveAspect; ]
  28373. Differentiating and Integrating
  28374. :[font = input; Cclosed; preserveAspect; startGroup; ]
  28375. D[f[x]]
  28376. :[font = output; output; inactive; preserveAspect; endGroup; ]
  28377. Which[0 <= x <= 1, 2*x, 1 <= x <= 2, -1, 2 <= x <= 4, -E^(2 - x)]
  28378. ;[o]
  28379.                                                         2 - x
  28380. Which[0 <= x <= 1, 2 x, 1 <= x <= 2, -1, 2 <= x <= 4, -e     ]
  28381. :[font = input; Cclosed; preserveAspect; startGroup; ]
  28382. Integrate[f[x]]
  28383. :[font = output; output; inactive; preserveAspect; endGroup; ]
  28384. Which[0 <= x <= 1, x^3/3, 1 <= x <= 2, 2*x - x^2/2, 2 <= x <= 4, -E^(2 - x)]
  28385. ;[o]
  28386.                     3                      2
  28387.                    x                      x                  2 - x
  28388. Which[0 <= x <= 1, --, 1 <= x <= 2, 2 x - --, 2 <= x <= 4, -e     ]
  28389.                    3                      2
  28390. :[font = text; inactive; preserveAspect; ]
  28391. Definite integration of piece functions is not supported at this time.
  28392. :[font = subsubsection; inactive; preserveAspect; ]
  28393. Special Piece Functions
  28394. :[font = input; Cclosed; preserveAspect; startGroup; ]
  28395. PlotE[Sign[x],{-2,2},SameScale];
  28396. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 192; endGroup; ]
  28397. %!
  28398. %%Creator: Mathematica
  28399. %%AspectRatio: 0.5 
  28400. MathPictureStart
  28401. /Courier findfont 10  scalefont  setfont
  28402. % Scaling calculations
  28403. 0.5 0.238095 0.25 0.238095 [
  28404. [(-2)] 0.02381 0.25 0 2 Msboxa
  28405. [(-1)] 0.2619 0.25 0 2 Msboxa
  28406. [(1)] 0.7381 0.25 0 2 Msboxa
  28407. [(2)] 0.97619 0.25 0 2 Msboxa
  28408. [(x)] 1.025 0.25 -1 0 Msboxa
  28409. [(-1)] 0.4875 0.0119 1 0 Msboxa
  28410. [(-0.5)] 0.4875 0.13095 1 0 Msboxa
  28411. [(0.5)] 0.4875 0.36905 1 0 Msboxa
  28412. [(1)] 0.4875 0.4881 1 0 Msboxa
  28413. [(y)] 0.5 0.5 0 -4 Msboxa
  28414. [ -0.001 -0.001 0 0 ]
  28415. [ 1.001 0.501 0 0 ]
  28416. ] MathScale
  28417. % Start of Graphics
  28418. 1 setlinecap
  28419. 1 setlinejoin
  28420. newpath
  28421. %%Object: Graphics
  28422. [ ] 0 setdash
  28423. 0 setgray
  28424. gsave
  28425. gsave
  28426. 0.002 setlinewidth
  28427. 0.02381 0.25 moveto
  28428. 0.02381 0.25625 lineto
  28429. stroke
  28430. grestore
  28431. [(-2)] 0.02381 0.25 0 2 Mshowa
  28432. gsave
  28433. 0.002 setlinewidth
  28434. 0.2619 0.25 moveto
  28435. 0.2619 0.25625 lineto
  28436. stroke
  28437. grestore
  28438. [(-1)] 0.2619 0.25 0 2 Mshowa
  28439. gsave
  28440. 0.002 setlinewidth
  28441. 0.7381 0.25 moveto
  28442. 0.7381 0.25625 lineto
  28443. stroke
  28444. grestore
  28445. [(1)] 0.7381 0.25 0 2 Mshowa
  28446. gsave
  28447. 0.002 setlinewidth
  28448. 0.97619 0.25 moveto
  28449. 0.97619 0.25625 lineto
  28450. stroke
  28451. grestore
  28452. [(2)] 0.97619 0.25 0 2 Mshowa
  28453. gsave
  28454. 0.001 setlinewidth
  28455. 0.07143 0.25 moveto
  28456. 0.07143 0.25375 lineto
  28457. stroke
  28458. grestore
  28459. gsave
  28460. 0.001 setlinewidth
  28461. 0.11905 0.25 moveto
  28462. 0.11905 0.25375 lineto
  28463. stroke
  28464. grestore
  28465. gsave
  28466. 0.001 setlinewidth
  28467. 0.16667 0.25 moveto
  28468. 0.16667 0.25375 lineto
  28469. stroke
  28470. grestore
  28471. gsave
  28472. 0.001 setlinewidth
  28473. 0.21429 0.25 moveto
  28474. 0.21429 0.25375 lineto
  28475. stroke
  28476. grestore
  28477. gsave
  28478. 0.001 setlinewidth
  28479. 0.30952 0.25 moveto
  28480. 0.30952 0.25375 lineto
  28481. stroke
  28482. grestore
  28483. gsave
  28484. 0.001 setlinewidth
  28485. 0.35714 0.25 moveto
  28486. 0.35714 0.25375 lineto
  28487. stroke
  28488. grestore
  28489. gsave
  28490. 0.001 setlinewidth
  28491. 0.40476 0.25 moveto
  28492. 0.40476 0.25375 lineto
  28493. stroke
  28494. grestore
  28495. gsave
  28496. 0.001 setlinewidth
  28497. 0.45238 0.25 moveto
  28498. 0.45238 0.25375 lineto
  28499. stroke
  28500. grestore
  28501. gsave
  28502. 0.001 setlinewidth
  28503. 0.54762 0.25 moveto
  28504. 0.54762 0.25375 lineto
  28505. stroke
  28506. grestore
  28507. gsave
  28508. 0.001 setlinewidth
  28509. 0.59524 0.25 moveto
  28510. 0.59524 0.25375 lineto
  28511. stroke
  28512. grestore
  28513. gsave
  28514. 0.001 setlinewidth
  28515. 0.64286 0.25 moveto
  28516. 0.64286 0.25375 lineto
  28517. stroke
  28518. grestore
  28519. gsave
  28520. 0.001 setlinewidth
  28521. 0.69048 0.25 moveto
  28522. 0.69048 0.25375 lineto
  28523. stroke
  28524. grestore
  28525. gsave
  28526. 0.001 setlinewidth
  28527. 0.78571 0.25 moveto
  28528. 0.78571 0.25375 lineto
  28529. stroke
  28530. grestore
  28531. gsave
  28532. 0.001 setlinewidth
  28533. 0.83333 0.25 moveto
  28534. 0.83333 0.25375 lineto
  28535. stroke
  28536. grestore
  28537. gsave
  28538. 0.001 setlinewidth
  28539. 0.88095 0.25 moveto
  28540. 0.88095 0.25375 lineto
  28541. stroke
  28542. grestore
  28543. gsave
  28544. 0.001 setlinewidth
  28545. 0.92857 0.25 moveto
  28546. 0.92857 0.25375 lineto
  28547. stroke
  28548. grestore
  28549. [(x)] 1.025 0.25 -1 0 Mshowa
  28550. gsave
  28551. 0.002 setlinewidth
  28552. 0 0.25 moveto
  28553. 1 0.25 lineto
  28554. stroke
  28555. grestore
  28556. gsave
  28557. 0.002 setlinewidth
  28558. 0.5 0.0119 moveto
  28559. 0.50625 0.0119 lineto
  28560. stroke
  28561. grestore
  28562. [(-1)] 0.4875 0.0119 1 0 Mshowa
  28563. gsave
  28564. 0.002 setlinewidth
  28565. 0.5 0.13095 moveto
  28566. 0.50625 0.13095 lineto
  28567. stroke
  28568. grestore
  28569. [(-0.5)] 0.4875 0.13095 1 0 Mshowa
  28570. gsave
  28571. 0.002 setlinewidth
  28572. 0.5 0.36905 moveto
  28573. 0.50625 0.36905 lineto
  28574. stroke
  28575. grestore
  28576. [(0.5)] 0.4875 0.36905 1 0 Mshowa
  28577. gsave
  28578. 0.002 setlinewidth
  28579. 0.5 0.4881 moveto
  28580. 0.50625 0.4881 lineto
  28581. stroke
  28582. grestore
  28583. [(1)] 0.4875 0.4881 1 0 Mshowa
  28584. gsave
  28585. 0.001 setlinewidth
  28586. 0.5 0.03571 moveto
  28587. 0.50375 0.03571 lineto
  28588. stroke
  28589. grestore
  28590. gsave
  28591. 0.001 setlinewidth
  28592. 0.5 0.05952 moveto
  28593. 0.50375 0.05952 lineto
  28594. stroke
  28595. grestore
  28596. gsave
  28597. 0.001 setlinewidth
  28598. 0.5 0.08333 moveto
  28599. 0.50375 0.08333 lineto
  28600. stroke
  28601. grestore
  28602. gsave
  28603. 0.001 setlinewidth
  28604. 0.5 0.10714 moveto
  28605. 0.50375 0.10714 lineto
  28606. stroke
  28607. grestore
  28608. gsave
  28609. 0.001 setlinewidth
  28610. 0.5 0.15476 moveto
  28611. 0.50375 0.15476 lineto
  28612. stroke
  28613. grestore
  28614. gsave
  28615. 0.001 setlinewidth
  28616. 0.5 0.17857 moveto
  28617. 0.50375 0.17857 lineto
  28618. stroke
  28619. grestore
  28620. gsave
  28621. 0.001 setlinewidth
  28622. 0.5 0.20238 moveto
  28623. 0.50375 0.20238 lineto
  28624. stroke
  28625. grestore
  28626. gsave
  28627. 0.001 setlinewidth
  28628. 0.5 0.22619 moveto
  28629. 0.50375 0.22619 lineto
  28630. stroke
  28631. grestore
  28632. gsave
  28633. 0.001 setlinewidth
  28634. 0.5 0.27381 moveto
  28635. 0.50375 0.27381 lineto
  28636. stroke
  28637. grestore
  28638. gsave
  28639. 0.001 setlinewidth
  28640. 0.5 0.29762 moveto
  28641. 0.50375 0.29762 lineto
  28642. stroke
  28643. grestore
  28644. gsave
  28645. 0.001 setlinewidth
  28646. 0.5 0.32143 moveto
  28647. 0.50375 0.32143 lineto
  28648. stroke
  28649. grestore
  28650. gsave
  28651. 0.001 setlinewidth
  28652. 0.5 0.34524 moveto
  28653. 0.50375 0.34524 lineto
  28654. stroke
  28655. grestore
  28656. gsave
  28657. 0.001 setlinewidth
  28658. 0.5 0.39286 moveto
  28659. 0.50375 0.39286 lineto
  28660. stroke
  28661. grestore
  28662. gsave
  28663. 0.001 setlinewidth
  28664. 0.5 0.41667 moveto
  28665. 0.50375 0.41667 lineto
  28666. stroke
  28667. grestore
  28668. gsave
  28669. 0.001 setlinewidth
  28670. 0.5 0.44048 moveto
  28671. 0.50375 0.44048 lineto
  28672. stroke
  28673. grestore
  28674. gsave
  28675. 0.001 setlinewidth
  28676. 0.5 0.46429 moveto
  28677. 0.50375 0.46429 lineto
  28678. stroke
  28679. grestore
  28680. [(y)] 0.5 0.5 0 -4 Mshowa
  28681. gsave
  28682. 0.002 setlinewidth
  28683. 0.5 0 moveto
  28684. 0.5 0.5 lineto
  28685. stroke
  28686. grestore
  28687. grestore
  28688. 0 0 moveto
  28689. 1 0 lineto
  28690. 1 0.5 lineto
  28691. 0 0.5 lineto
  28692. closepath
  28693. clip
  28694. newpath
  28695. gsave
  28696. gsave
  28697. 0 0 1 setrgbcolor
  28698. [ ] 0 setdash
  28699. 1 Mabswid
  28700. 0.02381 0.0119 moveto
  28701. 0.06349 0.0119 lineto
  28702. 0.10317 0.0119 lineto
  28703. 0.14286 0.0119 lineto
  28704. 0.18254 0.0119 lineto
  28705. 0.22222 0.0119 lineto
  28706. 0.2619 0.0119 lineto
  28707. 0.30159 0.0119 lineto
  28708. 0.34127 0.0119 lineto
  28709. 0.38095 0.0119 lineto
  28710. 0.42063 0.0119 lineto
  28711. 0.46032 0.0119 lineto
  28712. 0.48016 0.0119 lineto
  28713. 0.49008 0.0119 lineto
  28714. 0.49504 0.0119 lineto
  28715. 0.49752 0.0119 lineto
  28716. 0.49876 0.0119 lineto
  28717. 0.5 0.0119 lineto
  28718. 0.50124 0.4881 lineto
  28719. 0.50248 0.4881 lineto
  28720. 0.50496 0.4881 lineto
  28721. 0.50992 0.4881 lineto
  28722. 0.51984 0.4881 lineto
  28723. 0.53968 0.4881 lineto
  28724. 0.57937 0.4881 lineto
  28725. 0.61905 0.4881 lineto
  28726. 0.65873 0.4881 lineto
  28727. 0.69841 0.4881 lineto
  28728. 0.7381 0.4881 lineto
  28729. 0.77778 0.4881 lineto
  28730. 0.81746 0.4881 lineto
  28731. 0.85714 0.4881 lineto
  28732. 0.89683 0.4881 lineto
  28733. 0.93651 0.4881 lineto
  28734. 0.97619 0.4881 lineto
  28735. stroke
  28736. grestore
  28737. grestore
  28738. % End of Graphics
  28739. MathPictureEnd
  28740. :[font = input; Cclosed; preserveAspect; startGroup; ]
  28741. PlotE[SquareWave[x],{-3,3},SameScale];
  28742. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 128; endGroup; ]
  28743. %!
  28744. %%Creator: Mathematica
  28745. %%AspectRatio: 0.33333 
  28746. MathPictureStart
  28747. /Courier findfont 10  scalefont  setfont
  28748. % Scaling calculations
  28749. 0.5 0.15873 0.166667 0.15873 [
  28750. [(-3)] 0.02381 0.16667 0 2 Msboxa
  28751. [(-2)] 0.18254 0.16667 0 2 Msboxa
  28752. [(-1)] 0.34127 0.16667 0 2 Msboxa
  28753. [(1)] 0.65873 0.16667 0 2 Msboxa
  28754. [(2)] 0.81746 0.16667 0 2 Msboxa
  28755. [(3)] 0.97619 0.16667 0 2 Msboxa
  28756. [(x)] 1.025 0.16667 -1 0 Msboxa
  28757. [(-1)] 0.4875 0.00794 1 0 Msboxa
  28758. [(-0.5)] 0.4875 0.0873 1 0 Msboxa
  28759. [(0.5)] 0.4875 0.24603 1 0 Msboxa
  28760. [(1)] 0.4875 0.3254 1 0 Msboxa
  28761. [(y)] 0.5 0.33333 0 -4 Msboxa
  28762. [ -0.001 -0.001 0 0 ]
  28763. [ 1.001 0.33433 0 0 ]
  28764. ] MathScale
  28765. % Start of Graphics
  28766. 1 setlinecap
  28767. 1 setlinejoin
  28768. newpath
  28769. %%Object: Graphics
  28770. [ ] 0 setdash
  28771. 0 setgray
  28772. gsave
  28773. gsave
  28774. 0.002 setlinewidth
  28775. 0.02381 0.16667 moveto
  28776. 0.02381 0.17292 lineto
  28777. stroke
  28778. grestore
  28779. [(-3)] 0.02381 0.16667 0 2 Mshowa
  28780. gsave
  28781. 0.002 setlinewidth
  28782. 0.18254 0.16667 moveto
  28783. 0.18254 0.17292 lineto
  28784. stroke
  28785. grestore
  28786. [(-2)] 0.18254 0.16667 0 2 Mshowa
  28787. gsave
  28788. 0.002 setlinewidth
  28789. 0.34127 0.16667 moveto
  28790. 0.34127 0.17292 lineto
  28791. stroke
  28792. grestore
  28793. [(-1)] 0.34127 0.16667 0 2 Mshowa
  28794. gsave
  28795. 0.002 setlinewidth
  28796. 0.65873 0.16667 moveto
  28797. 0.65873 0.17292 lineto
  28798. stroke
  28799. grestore
  28800. [(1)] 0.65873 0.16667 0 2 Mshowa
  28801. gsave
  28802. 0.002 setlinewidth
  28803. 0.81746 0.16667 moveto
  28804. 0.81746 0.17292 lineto
  28805. stroke
  28806. grestore
  28807. [(2)] 0.81746 0.16667 0 2 Mshowa
  28808. gsave
  28809. 0.002 setlinewidth
  28810. 0.97619 0.16667 moveto
  28811. 0.97619 0.17292 lineto
  28812. stroke
  28813. grestore
  28814. [(3)] 0.97619 0.16667 0 2 Mshowa
  28815. gsave
  28816. 0.001 setlinewidth
  28817. 0.05556 0.16667 moveto
  28818. 0.05556 0.17042 lineto
  28819. stroke
  28820. grestore
  28821. gsave
  28822. 0.001 setlinewidth
  28823. 0.0873 0.16667 moveto
  28824. 0.0873 0.17042 lineto
  28825. stroke
  28826. grestore
  28827. gsave
  28828. 0.001 setlinewidth
  28829. 0.11905 0.16667 moveto
  28830. 0.11905 0.17042 lineto
  28831. stroke
  28832. grestore
  28833. gsave
  28834. 0.001 setlinewidth
  28835. 0.15079 0.16667 moveto
  28836. 0.15079 0.17042 lineto
  28837. stroke
  28838. grestore
  28839. gsave
  28840. 0.001 setlinewidth
  28841. 0.21429 0.16667 moveto
  28842. 0.21429 0.17042 lineto
  28843. stroke
  28844. grestore
  28845. gsave
  28846. 0.001 setlinewidth
  28847. 0.24603 0.16667 moveto
  28848. 0.24603 0.17042 lineto
  28849. stroke
  28850. grestore
  28851. gsave
  28852. 0.001 setlinewidth
  28853. 0.27778 0.16667 moveto
  28854. 0.27778 0.17042 lineto
  28855. stroke
  28856. grestore
  28857. gsave
  28858. 0.001 setlinewidth
  28859. 0.30952 0.16667 moveto
  28860. 0.30952 0.17042 lineto
  28861. stroke
  28862. grestore
  28863. gsave
  28864. 0.001 setlinewidth
  28865. 0.37302 0.16667 moveto
  28866. 0.37302 0.17042 lineto
  28867. stroke
  28868. grestore
  28869. gsave
  28870. 0.001 setlinewidth
  28871. 0.40476 0.16667 moveto
  28872. 0.40476 0.17042 lineto
  28873. stroke
  28874. grestore
  28875. gsave
  28876. 0.001 setlinewidth
  28877. 0.43651 0.16667 moveto
  28878. 0.43651 0.17042 lineto
  28879. stroke
  28880. grestore
  28881. gsave
  28882. 0.001 setlinewidth
  28883. 0.46825 0.16667 moveto
  28884. 0.46825 0.17042 lineto
  28885. stroke
  28886. grestore
  28887. gsave
  28888. 0.001 setlinewidth
  28889. 0.53175 0.16667 moveto
  28890. 0.53175 0.17042 lineto
  28891. stroke
  28892. grestore
  28893. gsave
  28894. 0.001 setlinewidth
  28895. 0.56349 0.16667 moveto
  28896. 0.56349 0.17042 lineto
  28897. stroke
  28898. grestore
  28899. gsave
  28900. 0.001 setlinewidth
  28901. 0.59524 0.16667 moveto
  28902. 0.59524 0.17042 lineto
  28903. stroke
  28904. grestore
  28905. gsave
  28906. 0.001 setlinewidth
  28907. 0.62698 0.16667 moveto
  28908. 0.62698 0.17042 lineto
  28909. stroke
  28910. grestore
  28911. gsave
  28912. 0.001 setlinewidth
  28913. 0.69048 0.16667 moveto
  28914. 0.69048 0.17042 lineto
  28915. stroke
  28916. grestore
  28917. gsave
  28918. 0.001 setlinewidth
  28919. 0.72222 0.16667 moveto
  28920. 0.72222 0.17042 lineto
  28921. stroke
  28922. grestore
  28923. gsave
  28924. 0.001 setlinewidth
  28925. 0.75397 0.16667 moveto
  28926. 0.75397 0.17042 lineto
  28927. stroke
  28928. grestore
  28929. gsave
  28930. 0.001 setlinewidth
  28931. 0.78571 0.16667 moveto
  28932. 0.78571 0.17042 lineto
  28933. stroke
  28934. grestore
  28935. gsave
  28936. 0.001 setlinewidth
  28937. 0.84921 0.16667 moveto
  28938. 0.84921 0.17042 lineto
  28939. stroke
  28940. grestore
  28941. gsave
  28942. 0.001 setlinewidth
  28943. 0.88095 0.16667 moveto
  28944. 0.88095 0.17042 lineto
  28945. stroke
  28946. grestore
  28947. gsave
  28948. 0.001 setlinewidth
  28949. 0.9127 0.16667 moveto
  28950. 0.9127 0.17042 lineto
  28951. stroke
  28952. grestore
  28953. gsave
  28954. 0.001 setlinewidth
  28955. 0.94444 0.16667 moveto
  28956. 0.94444 0.17042 lineto
  28957. stroke
  28958. grestore
  28959. [(x)] 1.025 0.16667 -1 0 Mshowa
  28960. gsave
  28961. 0.002 setlinewidth
  28962. 0 0.16667 moveto
  28963. 1 0.16667 lineto
  28964. stroke
  28965. grestore
  28966. gsave
  28967. 0.002 setlinewidth
  28968. 0.5 0.00794 moveto
  28969. 0.50625 0.00794 lineto
  28970. stroke
  28971. grestore
  28972. [(-1)] 0.4875 0.00794 1 0 Mshowa
  28973. gsave
  28974. 0.002 setlinewidth
  28975. 0.5 0.0873 moveto
  28976. 0.50625 0.0873 lineto
  28977. stroke
  28978. grestore
  28979. [(-0.5)] 0.4875 0.0873 1 0 Mshowa
  28980. gsave
  28981. 0.002 setlinewidth
  28982. 0.5 0.24603 moveto
  28983. 0.50625 0.24603 lineto
  28984. stroke
  28985. grestore
  28986. [(0.5)] 0.4875 0.24603 1 0 Mshowa
  28987. gsave
  28988. 0.002 setlinewidth
  28989. 0.5 0.3254 moveto
  28990. 0.50625 0.3254 lineto
  28991. stroke
  28992. grestore
  28993. [(1)] 0.4875 0.3254 1 0 Mshowa
  28994. gsave
  28995. 0.001 setlinewidth
  28996. 0.5 0.02381 moveto
  28997. 0.50375 0.02381 lineto
  28998. stroke
  28999. grestore
  29000. gsave
  29001. 0.001 setlinewidth
  29002. 0.5 0.03968 moveto
  29003. 0.50375 0.03968 lineto
  29004. stroke
  29005. grestore
  29006. gsave
  29007. 0.001 setlinewidth
  29008. 0.5 0.05556 moveto
  29009. 0.50375 0.05556 lineto
  29010. stroke
  29011. grestore
  29012. gsave
  29013. 0.001 setlinewidth
  29014. 0.5 0.07143 moveto
  29015. 0.50375 0.07143 lineto
  29016. stroke
  29017. grestore
  29018. gsave
  29019. 0.001 setlinewidth
  29020. 0.5 0.10317 moveto
  29021. 0.50375 0.10317 lineto
  29022. stroke
  29023. grestore
  29024. gsave
  29025. 0.001 setlinewidth
  29026. 0.5 0.11905 moveto
  29027. 0.50375 0.11905 lineto
  29028. stroke
  29029. grestore
  29030. gsave
  29031. 0.001 setlinewidth
  29032. 0.5 0.13492 moveto
  29033. 0.50375 0.13492 lineto
  29034. stroke
  29035. grestore
  29036. gsave
  29037. 0.001 setlinewidth
  29038. 0.5 0.15079 moveto
  29039. 0.50375 0.15079 lineto
  29040. stroke
  29041. grestore
  29042. gsave
  29043. 0.001 setlinewidth
  29044. 0.5 0.18254 moveto
  29045. 0.50375 0.18254 lineto
  29046. stroke
  29047. grestore
  29048. gsave
  29049. 0.001 setlinewidth
  29050. 0.5 0.19841 moveto
  29051. 0.50375 0.19841 lineto
  29052. stroke
  29053. grestore
  29054. gsave
  29055. 0.001 setlinewidth
  29056. 0.5 0.21429 moveto
  29057. 0.50375 0.21429 lineto
  29058. stroke
  29059. grestore
  29060. gsave
  29061. 0.001 setlinewidth
  29062. 0.5 0.23016 moveto
  29063. 0.50375 0.23016 lineto
  29064. stroke
  29065. grestore
  29066. gsave
  29067. 0.001 setlinewidth
  29068. 0.5 0.2619 moveto
  29069. 0.50375 0.2619 lineto
  29070. stroke
  29071. grestore
  29072. gsave
  29073. 0.001 setlinewidth
  29074. 0.5 0.27778 moveto
  29075. 0.50375 0.27778 lineto
  29076. stroke
  29077. grestore
  29078. gsave
  29079. 0.001 setlinewidth
  29080. 0.5 0.29365 moveto
  29081. 0.50375 0.29365 lineto
  29082. stroke
  29083. grestore
  29084. gsave
  29085. 0.001 setlinewidth
  29086. 0.5 0.30952 moveto
  29087. 0.50375 0.30952 lineto
  29088. stroke
  29089. grestore
  29090. [(y)] 0.5 0.33333 0 -4 Mshowa
  29091. gsave
  29092. 0.002 setlinewidth
  29093. 0.5 0 moveto
  29094. 0.5 0.33333 lineto
  29095. stroke
  29096. grestore
  29097. grestore
  29098. 0 0 moveto
  29099. 1 0 lineto
  29100. 1 0.33333 lineto
  29101. 0 0.33333 lineto
  29102. closepath
  29103. clip
  29104. newpath
  29105. gsave
  29106. gsave
  29107. 0 0 1 setrgbcolor
  29108. [ ] 0 setdash
  29109. 1 Mabswid
  29110. 0.02381 0.00794 moveto
  29111. 0.06349 0.00794 lineto
  29112. 0.10317 0.00794 lineto
  29113. 0.12302 0.00794 lineto
  29114. 0.14286 0.00794 lineto
  29115. 0.15278 0.00794 lineto
  29116. 0.1627 0.00794 lineto
  29117. 0.16766 0.00794 lineto
  29118. 0.17262 0.00794 lineto
  29119. 0.1751 0.00794 lineto
  29120. 0.17758 0.00794 lineto
  29121. 0.17882 0.00794 lineto
  29122. 0.18006 0.00794 lineto
  29123. 0.1813 0.00794 lineto
  29124. 0.18254 0.3254 lineto
  29125. 0.18502 0.3254 lineto
  29126. 0.1875 0.3254 lineto
  29127. 0.19246 0.3254 lineto
  29128. 0.20238 0.3254 lineto
  29129. 0.22222 0.3254 lineto
  29130. 0.2619 0.3254 lineto
  29131. 0.28175 0.3254 lineto
  29132. 0.30159 0.3254 lineto
  29133. 0.31151 0.3254 lineto
  29134. 0.32143 0.3254 lineto
  29135. 0.32639 0.3254 lineto
  29136. 0.33135 0.3254 lineto
  29137. 0.33383 0.3254 lineto
  29138. 0.33631 0.3254 lineto
  29139. 0.33755 0.3254 lineto
  29140. 0.33879 0.3254 lineto
  29141. 0.34003 0.3254 lineto
  29142. 0.34127 0.00794 lineto
  29143. 0.34375 0.00794 lineto
  29144. 0.34623 0.00794 lineto
  29145. 0.35119 0.00794 lineto
  29146. 0.36111 0.00794 lineto
  29147. 0.38095 0.00794 lineto
  29148. 0.42063 0.00794 lineto
  29149. 0.44048 0.00794 lineto
  29150. 0.46032 0.00794 lineto
  29151. 0.47024 0.00794 lineto
  29152. 0.48016 0.00794 lineto
  29153. 0.48512 0.00794 lineto
  29154. 0.49008 0.00794 lineto
  29155. 0.49256 0.00794 lineto
  29156. 0.49504 0.00794 lineto
  29157. 0.49628 0.00794 lineto
  29158. 0.49752 0.00794 lineto
  29159. 0.49876 0.00794 lineto
  29160. Mistroke
  29161. 0.5 0.3254 lineto
  29162. 0.50248 0.3254 lineto
  29163. 0.50496 0.3254 lineto
  29164. 0.50992 0.3254 lineto
  29165. 0.51984 0.3254 lineto
  29166. 0.53968 0.3254 lineto
  29167. 0.57937 0.3254 lineto
  29168. 0.61905 0.3254 lineto
  29169. 0.63889 0.3254 lineto
  29170. 0.64881 0.3254 lineto
  29171. 0.65377 0.3254 lineto
  29172. 0.65625 0.3254 lineto
  29173. 0.65749 0.3254 lineto
  29174. 0.65873 0.3254 lineto
  29175. 0.65997 0.00794 lineto
  29176. 0.66121 0.00794 lineto
  29177. 0.66369 0.00794 lineto
  29178. 0.66865 0.00794 lineto
  29179. 0.67857 0.00794 lineto
  29180. 0.69841 0.00794 lineto
  29181. 0.7381 0.00794 lineto
  29182. 0.75794 0.00794 lineto
  29183. 0.77778 0.00794 lineto
  29184. 0.7877 0.00794 lineto
  29185. 0.79762 0.00794 lineto
  29186. 0.80258 0.00794 lineto
  29187. 0.80754 0.00794 lineto
  29188. 0.81002 0.00794 lineto
  29189. 0.8125 0.00794 lineto
  29190. 0.81374 0.00794 lineto
  29191. 0.81498 0.00794 lineto
  29192. 0.81622 0.00794 lineto
  29193. 0.81746 0.3254 lineto
  29194. 0.81994 0.3254 lineto
  29195. 0.82242 0.3254 lineto
  29196. 0.82738 0.3254 lineto
  29197. 0.8373 0.3254 lineto
  29198. 0.85714 0.3254 lineto
  29199. 0.89683 0.3254 lineto
  29200. 0.93651 0.3254 lineto
  29201. 0.97619 0.3254 lineto
  29202. Mfstroke
  29203. grestore
  29204. grestore
  29205. % End of Graphics
  29206. MathPictureEnd
  29207. :[font = input; Cclosed; preserveAspect; startGroup; ]
  29208. PlotE[SawTooth[x],{-3,3},SameScale];
  29209. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 385; pictureHeight = 64; endGroup; ]
  29210. %!
  29211. %%Creator: Mathematica
  29212. %%AspectRatio: 0.16667 
  29213. MathPictureStart
  29214. /Courier findfont 10  scalefont  setfont
  29215. % Scaling calculations
  29216. 0.5 0.15873 0.003968 0.15873 [
  29217. [(-3)] 0.02381 0.00397 0 2 Msboxa
  29218. [(-2)] 0.18254 0.00397 0 2 Msboxa
  29219. [(-1)] 0.34127 0.00397 0 2 Msboxa
  29220. [(1)] 0.65873 0.00397 0 2 Msboxa
  29221. [(2)] 0.81746 0.00397 0 2 Msboxa
  29222. [(3)] 0.97619 0.00397 0 2 Msboxa
  29223. [(x)] 1.025 0.00397 -1 0 Msboxa
  29224. [(0.2)] 0.4875 0.03571 1 0 Msboxa
  29225. [(0.4)] 0.4875 0.06746 1 0 Msboxa
  29226. [(0.6)] 0.4875 0.09921 1 0 Msboxa
  29227. [(0.8)] 0.4875 0.13095 1 0 Msboxa
  29228. [(1)] 0.4875 0.1627 1 0 Msboxa
  29229. [(y)] 0.5 0.16667 0 -4 Msboxa
  29230. [ -0.001 -0.001 0 0 ]
  29231. [ 1.001 0.16767 0 0 ]
  29232. ] MathScale
  29233. % Start of Graphics
  29234. 1 setlinecap
  29235. 1 setlinejoin
  29236. newpath
  29237. %%Object: Graphics
  29238. [ ] 0 setdash
  29239. 0 setgray
  29240. gsave
  29241. gsave
  29242. 0.002 setlinewidth
  29243. 0.02381 0.00397 moveto
  29244. 0.02381 0.01022 lineto
  29245. stroke
  29246. grestore
  29247. [(-3)] 0.02381 0.00397 0 2 Mshowa
  29248. gsave
  29249. 0.002 setlinewidth
  29250. 0.18254 0.00397 moveto
  29251. 0.18254 0.01022 lineto
  29252. stroke
  29253. grestore
  29254. [(-2)] 0.18254 0.00397 0 2 Mshowa
  29255. gsave
  29256. 0.002 setlinewidth
  29257. 0.34127 0.00397 moveto
  29258. 0.34127 0.01022 lineto
  29259. stroke
  29260. grestore
  29261. [(-1)] 0.34127 0.00397 0 2 Mshowa
  29262. gsave
  29263. 0.002 setlinewidth
  29264. 0.65873 0.00397 moveto
  29265. 0.65873 0.01022 lineto
  29266. stroke
  29267. grestore
  29268. [(1)] 0.65873 0.00397 0 2 Mshowa
  29269. gsave
  29270. 0.002 setlinewidth
  29271. 0.81746 0.00397 moveto
  29272. 0.81746 0.01022 lineto
  29273. stroke
  29274. grestore
  29275. [(2)] 0.81746 0.00397 0 2 Mshowa
  29276. gsave
  29277. 0.002 setlinewidth
  29278. 0.97619 0.00397 moveto
  29279. 0.97619 0.01022 lineto
  29280. stroke
  29281. grestore
  29282. [(3)] 0.97619 0.00397 0 2 Mshowa
  29283. gsave
  29284. 0.001 setlinewidth
  29285. 0.05556 0.00397 moveto
  29286. 0.05556 0.00772 lineto
  29287. stroke
  29288. grestore
  29289. gsave
  29290. 0.001 setlinewidth
  29291. 0.0873 0.00397 moveto
  29292. 0.0873 0.00772 lineto
  29293. stroke
  29294. grestore
  29295. gsave
  29296. 0.001 setlinewidth
  29297. 0.11905 0.00397 moveto
  29298. 0.11905 0.00772 lineto
  29299. stroke
  29300. grestore
  29301. gsave
  29302. 0.001 setlinewidth
  29303. 0.15079 0.00397 moveto
  29304. 0.15079 0.00772 lineto
  29305. stroke
  29306. grestore
  29307. gsave
  29308. 0.001 setlinewidth
  29309. 0.21429 0.00397 moveto
  29310. 0.21429 0.00772 lineto
  29311. stroke
  29312. grestore
  29313. gsave
  29314. 0.001 setlinewidth
  29315. 0.24603 0.00397 moveto
  29316. 0.24603 0.00772 lineto
  29317. stroke
  29318. grestore
  29319. gsave
  29320. 0.001 setlinewidth
  29321. 0.27778 0.00397 moveto
  29322. 0.27778 0.00772 lineto
  29323. stroke
  29324. grestore
  29325. gsave
  29326. 0.001 setlinewidth
  29327. 0.30952 0.00397 moveto
  29328. 0.30952 0.00772 lineto
  29329. stroke
  29330. grestore
  29331. gsave
  29332. 0.001 setlinewidth
  29333. 0.37302 0.00397 moveto
  29334. 0.37302 0.00772 lineto
  29335. stroke
  29336. grestore
  29337. gsave
  29338. 0.001 setlinewidth
  29339. 0.40476 0.00397 moveto
  29340. 0.40476 0.00772 lineto
  29341. stroke
  29342. grestore
  29343. gsave
  29344. 0.001 setlinewidth
  29345. 0.43651 0.00397 moveto
  29346. 0.43651 0.00772 lineto
  29347. stroke
  29348. grestore
  29349. gsave
  29350. 0.001 setlinewidth
  29351. 0.46825 0.00397 moveto
  29352. 0.46825 0.00772 lineto
  29353. stroke
  29354. grestore
  29355. gsave
  29356. 0.001 setlinewidth
  29357. 0.53175 0.00397 moveto
  29358. 0.53175 0.00772 lineto
  29359. stroke
  29360. grestore
  29361. gsave
  29362. 0.001 setlinewidth
  29363. 0.56349 0.00397 moveto
  29364. 0.56349 0.00772 lineto
  29365. stroke
  29366. grestore
  29367. gsave
  29368. 0.001 setlinewidth
  29369. 0.59524 0.00397 moveto
  29370. 0.59524 0.00772 lineto
  29371. stroke
  29372. grestore
  29373. gsave
  29374. 0.001 setlinewidth
  29375. 0.62698 0.00397 moveto
  29376. 0.62698 0.00772 lineto
  29377. stroke
  29378. grestore
  29379. gsave
  29380. 0.001 setlinewidth
  29381. 0.69048 0.00397 moveto
  29382. 0.69048 0.00772 lineto
  29383. stroke
  29384. grestore
  29385. gsave
  29386. 0.001 setlinewidth
  29387. 0.72222 0.00397 moveto
  29388. 0.72222 0.00772 lineto
  29389. stroke
  29390. grestore
  29391. gsave
  29392. 0.001 setlinewidth
  29393. 0.75397 0.00397 moveto
  29394. 0.75397 0.00772 lineto
  29395. stroke
  29396. grestore
  29397. gsave
  29398. 0.001 setlinewidth
  29399. 0.78571 0.00397 moveto
  29400. 0.78571 0.00772 lineto
  29401. stroke
  29402. grestore
  29403. gsave
  29404. 0.001 setlinewidth
  29405. 0.84921 0.00397 moveto
  29406. 0.84921 0.00772 lineto
  29407. stroke
  29408. grestore
  29409. gsave
  29410. 0.001 setlinewidth
  29411. 0.88095 0.00397 moveto
  29412. 0.88095 0.00772 lineto
  29413. stroke
  29414. grestore
  29415. gsave
  29416. 0.001 setlinewidth
  29417. 0.9127 0.00397 moveto
  29418. 0.9127 0.00772 lineto
  29419. stroke
  29420. grestore
  29421. gsave
  29422. 0.001 setlinewidth
  29423. 0.94444 0.00397 moveto
  29424. 0.94444 0.00772 lineto
  29425. stroke
  29426. grestore
  29427. [(x)] 1.025 0.00397 -1 0 Mshowa
  29428. gsave
  29429. 0.002 setlinewidth
  29430. 0 0.00397 moveto
  29431. 1 0.00397 lineto
  29432. stroke
  29433. grestore
  29434. gsave
  29435. 0.002 setlinewidth
  29436. 0.5 0.03571 moveto
  29437. 0.50625 0.03571 lineto
  29438. stroke
  29439. grestore
  29440. [(0.2)] 0.4875 0.03571 1 0 Mshowa
  29441. gsave
  29442. 0.002 setlinewidth
  29443. 0.5 0.06746 moveto
  29444. 0.50625 0.06746 lineto
  29445. stroke
  29446. grestore
  29447. [(0.4)] 0.4875 0.06746 1 0 Mshowa
  29448. gsave
  29449. 0.002 setlinewidth
  29450. 0.5 0.09921 moveto
  29451. 0.50625 0.09921 lineto
  29452. stroke
  29453. grestore
  29454. [(0.6)] 0.4875 0.09921 1 0 Mshowa
  29455. gsave
  29456. 0.002 setlinewidth
  29457. 0.5 0.13095 moveto
  29458. 0.50625 0.13095 lineto
  29459. stroke
  29460. grestore
  29461. [(0.8)] 0.4875 0.13095 1 0 Mshowa
  29462. gsave
  29463. 0.002 setlinewidth
  29464. 0.5 0.1627 moveto
  29465. 0.50625 0.1627 lineto
  29466. stroke
  29467. grestore
  29468. [(1)] 0.4875 0.1627 1 0 Mshowa
  29469. gsave
  29470. 0.001 setlinewidth
  29471. 0.5 0.01032 moveto
  29472. 0.50375 0.01032 lineto
  29473. stroke
  29474. grestore
  29475. gsave
  29476. 0.001 setlinewidth
  29477. 0.5 0.01667 moveto
  29478. 0.50375 0.01667 lineto
  29479. stroke
  29480. grestore
  29481. gsave
  29482. 0.001 setlinewidth
  29483. 0.5 0.02302 moveto
  29484. 0.50375 0.02302 lineto
  29485. stroke
  29486. grestore
  29487. gsave
  29488. 0.001 setlinewidth
  29489. 0.5 0.02937 moveto
  29490. 0.50375 0.02937 lineto
  29491. stroke
  29492. grestore
  29493. gsave
  29494. 0.001 setlinewidth
  29495. 0.5 0.04206 moveto
  29496. 0.50375 0.04206 lineto
  29497. stroke
  29498. grestore
  29499. gsave
  29500. 0.001 setlinewidth
  29501. 0.5 0.04841 moveto
  29502. 0.50375 0.04841 lineto
  29503. stroke
  29504. grestore
  29505. gsave
  29506. 0.001 setlinewidth
  29507. 0.5 0.05476 moveto
  29508. 0.50375 0.05476 lineto
  29509. stroke
  29510. grestore
  29511. gsave
  29512. 0.001 setlinewidth
  29513. 0.5 0.06111 moveto
  29514. 0.50375 0.06111 lineto
  29515. stroke
  29516. grestore
  29517. gsave
  29518. 0.001 setlinewidth
  29519. 0.5 0.07381 moveto
  29520. 0.50375 0.07381 lineto
  29521. stroke
  29522. grestore
  29523. gsave
  29524. 0.001 setlinewidth
  29525. 0.5 0.08016 moveto
  29526. 0.50375 0.08016 lineto
  29527. stroke
  29528. grestore
  29529. gsave
  29530. 0.001 setlinewidth
  29531. 0.5 0.08651 moveto
  29532. 0.50375 0.08651 lineto
  29533. stroke
  29534. grestore
  29535. gsave
  29536. 0.001 setlinewidth
  29537. 0.5 0.09286 moveto
  29538. 0.50375 0.09286 lineto
  29539. stroke
  29540. grestore
  29541. gsave
  29542. 0.001 setlinewidth
  29543. 0.5 0.10556 moveto
  29544. 0.50375 0.10556 lineto
  29545. stroke
  29546. grestore
  29547. gsave
  29548. 0.001 setlinewidth
  29549. 0.5 0.1119 moveto
  29550. 0.50375 0.1119 lineto
  29551. stroke
  29552. grestore
  29553. gsave
  29554. 0.001 setlinewidth
  29555. 0.5 0.11825 moveto
  29556. 0.50375 0.11825 lineto
  29557. stroke
  29558. grestore
  29559. gsave
  29560. 0.001 setlinewidth
  29561. 0.5 0.1246 moveto
  29562. 0.50375 0.1246 lineto
  29563. stroke
  29564. grestore
  29565. gsave
  29566. 0.001 setlinewidth
  29567. 0.5 0.1373 moveto
  29568. 0.50375 0.1373 lineto
  29569. stroke
  29570. grestore
  29571. gsave
  29572. 0.001 setlinewidth
  29573. 0.5 0.14365 moveto
  29574. 0.50375 0.14365 lineto
  29575. stroke
  29576. grestore
  29577. gsave
  29578. 0.001 setlinewidth
  29579. 0.5 0.15 moveto
  29580. 0.50375 0.15 lineto
  29581. stroke
  29582. grestore
  29583. gsave
  29584. 0.001 setlinewidth
  29585. 0.5 0.15635 moveto
  29586. 0.50375 0.15635 lineto
  29587. stroke
  29588. grestore
  29589. [(y)] 0.5 0.16667 0 -4 Mshowa
  29590. gsave
  29591. 0.002 setlinewidth
  29592. 0.5 0 moveto
  29593. 0.5 0.16667 lineto
  29594. stroke
  29595. grestore
  29596. grestore
  29597. 0 0 moveto
  29598. 1 0 lineto
  29599. 1 0.16667 lineto
  29600. 0 0.16667 lineto
  29601. closepath
  29602. clip
  29603. newpath
  29604. gsave
  29605. gsave
  29606. 0 0 1 setrgbcolor
  29607. [ ] 0 setdash
  29608. 1 Mabswid
  29609. 0.02381 0.00397 moveto
  29610. 0.06349 0.04365 lineto
  29611. 0.10317 0.08333 lineto
  29612. 0.14286 0.12302 lineto
  29613. 0.1627 0.14286 lineto
  29614. 0.17262 0.15278 lineto
  29615. 0.17758 0.15774 lineto
  29616. 0.18006 0.16022 lineto
  29617. 0.1813 0.16146 lineto
  29618. 0.18254 0.1627 lineto
  29619. 0.18502 0.16022 lineto
  29620. 0.1875 0.15774 lineto
  29621. 0.19246 0.15278 lineto
  29622. 0.20238 0.14286 lineto
  29623. 0.22222 0.12302 lineto
  29624. 0.2619 0.08333 lineto
  29625. 0.30159 0.04365 lineto
  29626. 0.32143 0.02381 lineto
  29627. 0.33135 0.01389 lineto
  29628. 0.33631 0.00893 lineto
  29629. 0.33879 0.00645 lineto
  29630. 0.34003 0.00521 lineto
  29631. 0.34127 0.00397 lineto
  29632. 0.34375 0.00645 lineto
  29633. 0.34623 0.00893 lineto
  29634. 0.35119 0.01389 lineto
  29635. 0.36111 0.02381 lineto
  29636. 0.38095 0.04365 lineto
  29637. 0.42063 0.08333 lineto
  29638. 0.46032 0.12302 lineto
  29639. 0.48016 0.14286 lineto
  29640. 0.49008 0.15278 lineto
  29641. 0.49504 0.15774 lineto
  29642. 0.49752 0.16022 lineto
  29643. 0.49876 0.16146 lineto
  29644. 0.5 0.1627 lineto
  29645. 0.50248 0.16022 lineto
  29646. 0.50496 0.15774 lineto
  29647. 0.50992 0.15278 lineto
  29648. 0.51984 0.14286 lineto
  29649. 0.53968 0.12302 lineto
  29650. 0.57937 0.08333 lineto
  29651. 0.61905 0.04365 lineto
  29652. 0.63889 0.02381 lineto
  29653. 0.64881 0.01389 lineto
  29654. 0.65377 0.00893 lineto
  29655. 0.65625 0.00645 lineto
  29656. 0.65749 0.00521 lineto
  29657. 0.65873 0.00397 lineto
  29658. 0.66121 0.00645 lineto
  29659. Mistroke
  29660. 0.66369 0.00893 lineto
  29661. 0.66865 0.01389 lineto
  29662. 0.67857 0.02381 lineto
  29663. 0.69841 0.04365 lineto
  29664. 0.7381 0.08333 lineto
  29665. 0.77778 0.12302 lineto
  29666. 0.79762 0.14286 lineto
  29667. 0.80754 0.15278 lineto
  29668. 0.8125 0.15774 lineto
  29669. 0.81498 0.16022 lineto
  29670. 0.81622 0.16146 lineto
  29671. 0.81746 0.1627 lineto
  29672. 0.81994 0.16022 lineto
  29673. 0.82242 0.15774 lineto
  29674. 0.82738 0.15278 lineto
  29675. 0.8373 0.14286 lineto
  29676. 0.85714 0.12302 lineto
  29677. 0.89683 0.08333 lineto
  29678. 0.93651 0.04365 lineto
  29679. 0.97619 0.00397 lineto
  29680. Mfstroke
  29681. grestore
  29682. grestore
  29683. % End of Graphics
  29684. MathPictureEnd
  29685. :[font = subsection; inactive; preserveAspect; ]
  29686. Rotations
  29687. :[font = input; Cclosed; preserveAspect; startGroup; ]
  29688. parabola = PlotE[x^2,{-1,1},{-1,1},SameScale];
  29689. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 266; pictureHeight = 266; endGroup; ]
  29690. %!
  29691. %%Creator: Mathematica
  29692. %%AspectRatio: 1 
  29693. MathPictureStart
  29694. /Courier findfont 10  scalefont  setfont
  29695. % Scaling calculations
  29696. 0.5 0.47619 0.5 0.47619 [
  29697. [(-1)] 0.02381 0.5 0 2 Msboxa
  29698. [(-0.5)] 0.2619 0.5 0 2 Msboxa
  29699. [(0.5)] 0.7381 0.5 0 2 Msboxa
  29700. [(1)] 0.97619 0.5 0 2 Msboxa
  29701. [(x)] 1.025 0.5 -1 0 Msboxa
  29702. [(-1)] 0.4875 0.02381 1 0 Msboxa
  29703. [(-0.5)] 0.4875 0.2619 1 0 Msboxa
  29704. [(0.5)] 0.4875 0.7381 1 0 Msboxa
  29705. [(1)] 0.4875 0.97619 1 0 Msboxa
  29706. [(y)] 0.5 1 0 -4 Msboxa
  29707. [ -0.001 -0.001 0 0 ]
  29708. [ 1.001 1.001 0 0 ]
  29709. ] MathScale
  29710. % Start of Graphics
  29711. 1 setlinecap
  29712. 1 setlinejoin
  29713. newpath
  29714. %%Object: Graphics
  29715. [ ] 0 setdash
  29716. 0 setgray
  29717. gsave
  29718. gsave
  29719. 0.002 setlinewidth
  29720. 0.02381 0.5 moveto
  29721. 0.02381 0.50625 lineto
  29722. stroke
  29723. grestore
  29724. [(-1)] 0.02381 0.5 0 2 Mshowa
  29725. gsave
  29726. 0.002 setlinewidth
  29727. 0.2619 0.5 moveto
  29728. 0.2619 0.50625 lineto
  29729. stroke
  29730. grestore
  29731. [(-0.5)] 0.2619 0.5 0 2 Mshowa
  29732. gsave
  29733. 0.002 setlinewidth
  29734. 0.7381 0.5 moveto
  29735. 0.7381 0.50625 lineto
  29736. stroke
  29737. grestore
  29738. [(0.5)] 0.7381 0.5 0 2 Mshowa
  29739. gsave
  29740. 0.002 setlinewidth
  29741. 0.97619 0.5 moveto
  29742. 0.97619 0.50625 lineto
  29743. stroke
  29744. grestore
  29745. [(1)] 0.97619 0.5 0 2 Mshowa
  29746. gsave
  29747. 0.001 setlinewidth
  29748. 0.07143 0.5 moveto
  29749. 0.07143 0.50375 lineto
  29750. stroke
  29751. grestore
  29752. gsave
  29753. 0.001 setlinewidth
  29754. 0.11905 0.5 moveto
  29755. 0.11905 0.50375 lineto
  29756. stroke
  29757. grestore
  29758. gsave
  29759. 0.001 setlinewidth
  29760. 0.16667 0.5 moveto
  29761. 0.16667 0.50375 lineto
  29762. stroke
  29763. grestore
  29764. gsave
  29765. 0.001 setlinewidth
  29766. 0.21429 0.5 moveto
  29767. 0.21429 0.50375 lineto
  29768. stroke
  29769. grestore
  29770. gsave
  29771. 0.001 setlinewidth
  29772. 0.30952 0.5 moveto
  29773. 0.30952 0.50375 lineto
  29774. stroke
  29775. grestore
  29776. gsave
  29777. 0.001 setlinewidth
  29778. 0.35714 0.5 moveto
  29779. 0.35714 0.50375 lineto
  29780. stroke
  29781. grestore
  29782. gsave
  29783. 0.001 setlinewidth
  29784. 0.40476 0.5 moveto
  29785. 0.40476 0.50375 lineto
  29786. stroke
  29787. grestore
  29788. gsave
  29789. 0.001 setlinewidth
  29790. 0.45238 0.5 moveto
  29791. 0.45238 0.50375 lineto
  29792. stroke
  29793. grestore
  29794. gsave
  29795. 0.001 setlinewidth
  29796. 0.54762 0.5 moveto
  29797. 0.54762 0.50375 lineto
  29798. stroke
  29799. grestore
  29800. gsave
  29801. 0.001 setlinewidth
  29802. 0.59524 0.5 moveto
  29803. 0.59524 0.50375 lineto
  29804. stroke
  29805. grestore
  29806. gsave
  29807. 0.001 setlinewidth
  29808. 0.64286 0.5 moveto
  29809. 0.64286 0.50375 lineto
  29810. stroke
  29811. grestore
  29812. gsave
  29813. 0.001 setlinewidth
  29814. 0.69048 0.5 moveto
  29815. 0.69048 0.50375 lineto
  29816. stroke
  29817. grestore
  29818. gsave
  29819. 0.001 setlinewidth
  29820. 0.78571 0.5 moveto
  29821. 0.78571 0.50375 lineto
  29822. stroke
  29823. grestore
  29824. gsave
  29825. 0.001 setlinewidth
  29826. 0.83333 0.5 moveto
  29827. 0.83333 0.50375 lineto
  29828. stroke
  29829. grestore
  29830. gsave
  29831. 0.001 setlinewidth
  29832. 0.88095 0.5 moveto
  29833. 0.88095 0.50375 lineto
  29834. stroke
  29835. grestore
  29836. gsave
  29837. 0.001 setlinewidth
  29838. 0.92857 0.5 moveto
  29839. 0.92857 0.50375 lineto
  29840. stroke
  29841. grestore
  29842. [(x)] 1.025 0.5 -1 0 Mshowa
  29843. gsave
  29844. 0.002 setlinewidth
  29845. 0 0.5 moveto
  29846. 1 0.5 lineto
  29847. stroke
  29848. grestore
  29849. gsave
  29850. 0.002 setlinewidth
  29851. 0.5 0.02381 moveto
  29852. 0.50625 0.02381 lineto
  29853. stroke
  29854. grestore
  29855. [(-1)] 0.4875 0.02381 1 0 Mshowa
  29856. gsave
  29857. 0.002 setlinewidth
  29858. 0.5 0.2619 moveto
  29859. 0.50625 0.2619 lineto
  29860. stroke
  29861. grestore
  29862. [(-0.5)] 0.4875 0.2619 1 0 Mshowa
  29863. gsave
  29864. 0.002 setlinewidth
  29865. 0.5 0.7381 moveto
  29866. 0.50625 0.7381 lineto
  29867. stroke
  29868. grestore
  29869. [(0.5)] 0.4875 0.7381 1 0 Mshowa
  29870. gsave
  29871. 0.002 setlinewidth
  29872. 0.5 0.97619 moveto
  29873. 0.50625 0.97619 lineto
  29874. stroke
  29875. grestore
  29876. [(1)] 0.4875 0.97619 1 0 Mshowa
  29877. gsave
  29878. 0.001 setlinewidth
  29879. 0.5 0.07143 moveto
  29880. 0.50375 0.07143 lineto
  29881. stroke
  29882. grestore
  29883. gsave
  29884. 0.001 setlinewidth
  29885. 0.5 0.11905 moveto
  29886. 0.50375 0.11905 lineto
  29887. stroke
  29888. grestore
  29889. gsave
  29890. 0.001 setlinewidth
  29891. 0.5 0.16667 moveto
  29892. 0.50375 0.16667 lineto
  29893. stroke
  29894. grestore
  29895. gsave
  29896. 0.001 setlinewidth
  29897. 0.5 0.21429 moveto
  29898. 0.50375 0.21429 lineto
  29899. stroke
  29900. grestore
  29901. gsave
  29902. 0.001 setlinewidth
  29903. 0.5 0.30952 moveto
  29904. 0.50375 0.30952 lineto
  29905. stroke
  29906. grestore
  29907. gsave
  29908. 0.001 setlinewidth
  29909. 0.5 0.35714 moveto
  29910. 0.50375 0.35714 lineto
  29911. stroke
  29912. grestore
  29913. gsave
  29914. 0.001 setlinewidth
  29915. 0.5 0.40476 moveto
  29916. 0.50375 0.40476 lineto
  29917. stroke
  29918. grestore
  29919. gsave
  29920. 0.001 setlinewidth
  29921. 0.5 0.45238 moveto
  29922. 0.50375 0.45238 lineto
  29923. stroke
  29924. grestore
  29925. gsave
  29926. 0.001 setlinewidth
  29927. 0.5 0.54762 moveto
  29928. 0.50375 0.54762 lineto
  29929. stroke
  29930. grestore
  29931. gsave
  29932. 0.001 setlinewidth
  29933. 0.5 0.59524 moveto
  29934. 0.50375 0.59524 lineto
  29935. stroke
  29936. grestore
  29937. gsave
  29938. 0.001 setlinewidth
  29939. 0.5 0.64286 moveto
  29940. 0.50375 0.64286 lineto
  29941. stroke
  29942. grestore
  29943. gsave
  29944. 0.001 setlinewidth
  29945. 0.5 0.69048 moveto
  29946. 0.50375 0.69048 lineto
  29947. stroke
  29948. grestore
  29949. gsave
  29950. 0.001 setlinewidth
  29951. 0.5 0.78571 moveto
  29952. 0.50375 0.78571 lineto
  29953. stroke
  29954. grestore
  29955. gsave
  29956. 0.001 setlinewidth
  29957. 0.5 0.83333 moveto
  29958. 0.50375 0.83333 lineto
  29959. stroke
  29960. grestore
  29961. gsave
  29962. 0.001 setlinewidth
  29963. 0.5 0.88095 moveto
  29964. 0.50375 0.88095 lineto
  29965. stroke
  29966. grestore
  29967. gsave
  29968. 0.001 setlinewidth
  29969. 0.5 0.92857 moveto
  29970. 0.50375 0.92857 lineto
  29971. stroke
  29972. grestore
  29973. [(y)] 0.5 1 0 -4 Mshowa
  29974. gsave
  29975. 0.002 setlinewidth
  29976. 0.5 0 moveto
  29977. 0.5 1 lineto
  29978. stroke
  29979. grestore
  29980. grestore
  29981. 0 0 moveto
  29982. 1 0 lineto
  29983. 1 1 lineto
  29984. 0 1 lineto
  29985. closepath
  29986. clip
  29987. newpath
  29988. gsave
  29989. gsave
  29990. 0 0 1 setrgbcolor
  29991. [ ] 0 setdash
  29992. 1 Mabswid
  29993. 0.02381 0.97619 moveto
  29994. 0.06349 0.90013 lineto
  29995. 0.10317 0.83069 lineto
  29996. 0.14286 0.76786 lineto
  29997. 0.18254 0.71164 lineto
  29998. 0.22222 0.66204 lineto
  29999. 0.2619 0.61905 lineto
  30000. 0.30159 0.58267 lineto
  30001. 0.34127 0.55291 lineto
  30002. 0.38095 0.52976 lineto
  30003. 0.40079 0.52067 lineto
  30004. 0.42063 0.51323 lineto
  30005. 0.44048 0.50744 lineto
  30006. 0.4504 0.50517 lineto
  30007. 0.46032 0.50331 lineto
  30008. 0.47024 0.50186 lineto
  30009. 0.4752 0.50129 lineto
  30010. 0.48016 0.50083 lineto
  30011. 0.48512 0.50047 lineto
  30012. 0.4876 0.50032 lineto
  30013. 0.49008 0.50021 lineto
  30014. 0.49256 0.50012 lineto
  30015. 0.4938 0.50008 lineto
  30016. 0.49504 0.50005 lineto
  30017. 0.49628 0.50003 lineto
  30018. 0.49752 0.50001 lineto
  30019. 0.49876 0.5 lineto
  30020. 0.5 0.5 lineto
  30021. 0.50124 0.5 lineto
  30022. 0.50248 0.50001 lineto
  30023. 0.50372 0.50003 lineto
  30024. 0.50496 0.50005 lineto
  30025. 0.5062 0.50008 lineto
  30026. 0.50744 0.50012 lineto
  30027. 0.50992 0.50021 lineto
  30028. 0.5124 0.50032 lineto
  30029. 0.51488 0.50047 lineto
  30030. 0.51984 0.50083 lineto
  30031. 0.5248 0.50129 lineto
  30032. 0.52976 0.50186 lineto
  30033. 0.53968 0.50331 lineto
  30034. 0.5496 0.50517 lineto
  30035. 0.55952 0.50744 lineto
  30036. 0.57937 0.51323 lineto
  30037. 0.59921 0.52067 lineto
  30038. 0.61905 0.52976 lineto
  30039. 0.65873 0.55291 lineto
  30040. 0.69841 0.58267 lineto
  30041. 0.7381 0.61905 lineto
  30042. 0.77778 0.66204 lineto
  30043. Mistroke
  30044. 0.81746 0.71164 lineto
  30045. 0.85714 0.76786 lineto
  30046. 0.89683 0.83069 lineto
  30047. 0.93651 0.90013 lineto
  30048. 0.97619 0.97619 lineto
  30049. Mfstroke
  30050. grestore
  30051. grestore
  30052. % End of Graphics
  30053. MathPictureEnd
  30054. :[font = input; Cclosed; preserveAspect; startGroup; ]
  30055. Show[Rotate[parabola,Pi/4]];
  30056. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 33; pictureWidth = 266; pictureHeight = 266; endGroup; endGroup; ]
  30057. %!
  30058. %%Creator: Mathematica
  30059. %%AspectRatio: 1 
  30060. MathPictureStart
  30061. /Courier findfont 10  scalefont  setfont
  30062. % Scaling calculations
  30063. 0.5 0.47619 0.5 0.47619 [
  30064. [(-1)] 0.02381 0.5 0 2 Msboxa
  30065. [(-0.5)] 0.2619 0.5 0 2 Msboxa
  30066. [(0.5)] 0.7381 0.5 0 2 Msboxa
  30067. [(1)] 0.97619 0.5 0 2 Msboxa
  30068. [(x)] 1.025 0.5 -1 0 Msboxa
  30069. [(-1)] 0.4875 0.02381 1 0 Msboxa
  30070. [(-0.5)] 0.4875 0.2619 1 0 Msboxa
  30071. [(0.5)] 0.4875 0.7381 1 0 Msboxa
  30072. [(1)] 0.4875 0.97619 1 0 Msboxa
  30073. [(y)] 0.5 1 0 -4 Msboxa
  30074. [ -0.001 -0.001 0 0 ]
  30075. [ 1.001 1.001 0 0 ]
  30076. ] MathScale
  30077. % Start of Graphics
  30078. 1 setlinecap
  30079. 1 setlinejoin
  30080. newpath
  30081. %%Object: Graphics
  30082. [ ] 0 setdash
  30083. 0 setgray
  30084. gsave
  30085. gsave
  30086. 0.002 setlinewidth
  30087. 0.02381 0.5 moveto
  30088. 0.02381 0.50625 lineto
  30089. stroke
  30090. grestore
  30091. [(-1)] 0.02381 0.5 0 2 Mshowa
  30092. gsave
  30093. 0.002 setlinewidth
  30094. 0.2619 0.5 moveto
  30095. 0.2619 0.50625 lineto
  30096. stroke
  30097. grestore
  30098. [(-0.5)] 0.2619 0.5 0 2 Mshowa
  30099. gsave
  30100. 0.002 setlinewidth
  30101. 0.7381 0.5 moveto
  30102. 0.7381 0.50625 lineto
  30103. stroke
  30104. grestore
  30105. [(0.5)] 0.7381 0.5 0 2 Mshowa
  30106. gsave
  30107. 0.002 setlinewidth
  30108. 0.97619 0.5 moveto
  30109. 0.97619 0.50625 lineto
  30110. stroke
  30111. grestore
  30112. [(1)] 0.97619 0.5 0 2 Mshowa
  30113. gsave
  30114. 0.001 setlinewidth
  30115. 0.07143 0.5 moveto
  30116. 0.07143 0.50375 lineto
  30117. stroke
  30118. grestore
  30119. gsave
  30120. 0.001 setlinewidth
  30121. 0.11905 0.5 moveto
  30122. 0.11905 0.50375 lineto
  30123. stroke
  30124. grestore
  30125. gsave
  30126. 0.001 setlinewidth
  30127. 0.16667 0.5 moveto
  30128. 0.16667 0.50375 lineto
  30129. stroke
  30130. grestore
  30131. gsave
  30132. 0.001 setlinewidth
  30133. 0.21429 0.5 moveto
  30134. 0.21429 0.50375 lineto
  30135. stroke
  30136. grestore
  30137. gsave
  30138. 0.001 setlinewidth
  30139. 0.30952 0.5 moveto
  30140. 0.30952 0.50375 lineto
  30141. stroke
  30142. grestore
  30143. gsave
  30144. 0.001 setlinewidth
  30145. 0.35714 0.5 moveto
  30146. 0.35714 0.50375 lineto
  30147. stroke
  30148. grestore
  30149. gsave
  30150. 0.001 setlinewidth
  30151. 0.40476 0.5 moveto
  30152. 0.40476 0.50375 lineto
  30153. stroke
  30154. grestore
  30155. gsave
  30156. 0.001 setlinewidth
  30157. 0.45238 0.5 moveto
  30158. 0.45238 0.50375 lineto
  30159. stroke
  30160. grestore
  30161. gsave
  30162. 0.001 setlinewidth
  30163. 0.54762 0.5 moveto
  30164. 0.54762 0.50375 lineto
  30165. stroke
  30166. grestore
  30167. gsave
  30168. 0.001 setlinewidth
  30169. 0.59524 0.5 moveto
  30170. 0.59524 0.50375 lineto
  30171. stroke
  30172. grestore
  30173. gsave
  30174. 0.001 setlinewidth
  30175. 0.64286 0.5 moveto
  30176. 0.64286 0.50375 lineto
  30177. stroke
  30178. grestore
  30179. gsave
  30180. 0.001 setlinewidth
  30181. 0.69048 0.5 moveto
  30182. 0.69048 0.50375 lineto
  30183. stroke
  30184. grestore
  30185. gsave
  30186. 0.001 setlinewidth
  30187. 0.78571 0.5 moveto
  30188. 0.78571 0.50375 lineto
  30189. stroke
  30190. grestore
  30191. gsave
  30192. 0.001 setlinewidth
  30193. 0.83333 0.5 moveto
  30194. 0.83333 0.50375 lineto
  30195. stroke
  30196. grestore
  30197. gsave
  30198. 0.001 setlinewidth
  30199. 0.88095 0.5 moveto
  30200. 0.88095 0.50375 lineto
  30201. stroke
  30202. grestore
  30203. gsave
  30204. 0.001 setlinewidth
  30205. 0.92857 0.5 moveto
  30206. 0.92857 0.50375 lineto
  30207. stroke
  30208. grestore
  30209. [(x)] 1.025 0.5 -1 0 Mshowa
  30210. gsave
  30211. 0.002 setlinewidth
  30212. 0 0.5 moveto
  30213. 1 0.5 lineto
  30214. stroke
  30215. grestore
  30216. gsave
  30217. 0.002 setlinewidth
  30218. 0.5 0.02381 moveto
  30219. 0.50625 0.02381 lineto
  30220. stroke
  30221. grestore
  30222. [(-1)] 0.4875 0.02381 1 0 Mshowa
  30223. gsave
  30224. 0.002 setlinewidth
  30225. 0.5 0.2619 moveto
  30226. 0.50625 0.2619 lineto
  30227. stroke
  30228. grestore
  30229. [(-0.5)] 0.4875 0.2619 1 0 Mshowa
  30230. gsave
  30231. 0.002 setlinewidth
  30232. 0.5 0.7381 moveto
  30233. 0.50625 0.7381 lineto
  30234. stroke
  30235. grestore
  30236. [(0.5)] 0.4875 0.7381 1 0 Mshowa
  30237. gsave
  30238. 0.002 setlinewidth
  30239. 0.5 0.97619 moveto
  30240. 0.50625 0.97619 lineto
  30241. stroke
  30242. grestore
  30243. [(1)] 0.4875 0.97619 1 0 Mshowa
  30244. gsave
  30245. 0.001 setlinewidth
  30246. 0.5 0.07143 moveto
  30247. 0.50375 0.07143 lineto
  30248. stroke
  30249. grestore
  30250. gsave
  30251. 0.001 setlinewidth
  30252. 0.5 0.11905 moveto
  30253. 0.50375 0.11905 lineto
  30254. stroke
  30255. grestore
  30256. gsave
  30257. 0.001 setlinewidth
  30258. 0.5 0.16667 moveto
  30259. 0.50375 0.16667 lineto
  30260. stroke
  30261. grestore
  30262. gsave
  30263. 0.001 setlinewidth
  30264. 0.5 0.21429 moveto
  30265. 0.50375 0.21429 lineto
  30266. stroke
  30267. grestore
  30268. gsave
  30269. 0.001 setlinewidth
  30270. 0.5 0.30952 moveto
  30271. 0.50375 0.30952 lineto
  30272. stroke
  30273. grestore
  30274. gsave
  30275. 0.001 setlinewidth
  30276. 0.5 0.35714 moveto
  30277. 0.50375 0.35714 lineto
  30278. stroke
  30279. grestore
  30280. gsave
  30281. 0.001 setlinewidth
  30282. 0.5 0.40476 moveto
  30283. 0.50375 0.40476 lineto
  30284. stroke
  30285. grestore
  30286. gsave
  30287. 0.001 setlinewidth
  30288. 0.5 0.45238 moveto
  30289. 0.50375 0.45238 lineto
  30290. stroke
  30291. grestore
  30292. gsave
  30293. 0.001 setlinewidth
  30294. 0.5 0.54762 moveto
  30295. 0.50375 0.54762 lineto
  30296. stroke
  30297. grestore
  30298. gsave
  30299. 0.001 setlinewidth
  30300. 0.5 0.59524 moveto
  30301. 0.50375 0.59524 lineto
  30302. stroke
  30303. grestore
  30304. gsave
  30305. 0.001 setlinewidth
  30306. 0.5 0.64286 moveto
  30307. 0.50375 0.64286 lineto
  30308. stroke
  30309. grestore
  30310. gsave
  30311. 0.001 setlinewidth
  30312. 0.5 0.69048 moveto
  30313. 0.50375 0.69048 lineto
  30314. stroke
  30315. grestore
  30316. gsave
  30317. 0.001 setlinewidth
  30318. 0.5 0.78571 moveto
  30319. 0.50375 0.78571 lineto
  30320. stroke
  30321. grestore
  30322. gsave
  30323. 0.001 setlinewidth
  30324. 0.5 0.83333 moveto
  30325. 0.50375 0.83333 lineto
  30326. stroke
  30327. grestore
  30328. gsave
  30329. 0.001 setlinewidth
  30330. 0.5 0.88095 moveto
  30331. 0.50375 0.88095 lineto
  30332. stroke
  30333. grestore
  30334. gsave
  30335. 0.001 setlinewidth
  30336. 0.5 0.92857 moveto
  30337. 0.50375 0.92857 lineto
  30338. stroke
  30339. grestore
  30340. [(y)] 0.5 1 0 -4 Mshowa
  30341. gsave
  30342. 0.002 setlinewidth
  30343. 0.5 0 moveto
  30344. 0.5 1 lineto
  30345. stroke
  30346. grestore
  30347. grestore
  30348. 0 0 moveto
  30349. 1 0 lineto
  30350. 1 1 lineto
  30351. 0 1 lineto
  30352. closepath
  30353. clip
  30354. newpath
  30355. gsave
  30356. gsave
  30357. 0 0 1 setrgbcolor
  30358. [ ] 0 setdash
  30359. 1 Mabswid
  30360. stroke
  30361. stroke
  30362. stroke
  30363. 0 0.44998 moveto
  30364. 0.05806 0.43687 lineto
  30365. stroke
  30366. 0.05806 0.43687 moveto
  30367. 0.12587 0.42517 lineto
  30368. 0.189 0.41816 lineto
  30369. 0.24746 0.41582 lineto
  30370. 0.30124 0.41816 lineto
  30371. 0.35035 0.42517 lineto
  30372. 0.39478 0.43687 lineto
  30373. 0.41524 0.44446 lineto
  30374. 0.43453 0.45323 lineto
  30375. 0.45265 0.46317 lineto
  30376. 0.46127 0.46858 lineto
  30377. 0.4696 0.47428 lineto
  30378. 0.47764 0.48027 lineto
  30379. 0.48155 0.48338 lineto
  30380. 0.48539 0.48655 lineto
  30381. 0.48915 0.48981 lineto
  30382. 0.491 0.49146 lineto
  30383. 0.49284 0.49313 lineto
  30384. 0.49466 0.49482 lineto
  30385. 0.49556 0.49567 lineto
  30386. 0.49646 0.49653 lineto
  30387. 0.49735 0.49739 lineto
  30388. 0.49824 0.49826 lineto
  30389. 0.49912 0.49913 lineto
  30390. 0.5 0.5 lineto
  30391. 0.50087 0.50088 lineto
  30392. 0.50174 0.50176 lineto
  30393. 0.50261 0.50265 lineto
  30394. 0.50347 0.50354 lineto
  30395. 0.50433 0.50444 lineto
  30396. 0.50518 0.50534 lineto
  30397. 0.50687 0.50716 lineto
  30398. 0.50854 0.509 lineto
  30399. 0.51019 0.51085 lineto
  30400. 0.51345 0.51461 lineto
  30401. 0.51662 0.51845 lineto
  30402. 0.51973 0.52236 lineto
  30403. 0.52572 0.5304 lineto
  30404. 0.53142 0.53873 lineto
  30405. 0.53683 0.54735 lineto
  30406. 0.54677 0.56547 lineto
  30407. 0.55554 0.58476 lineto
  30408. 0.56313 0.60522 lineto
  30409. 0.57483 0.64965 lineto
  30410. 0.58184 0.69876 lineto
  30411. 0.58418 0.75254 lineto
  30412. 0.58184 0.811 lineto
  30413. 0.57483 0.87413 lineto
  30414. 0.56313 0.94194 lineto
  30415. stroke
  30416. 0.55002 1 moveto
  30417. 0.56313 0.94194 lineto
  30418. stroke
  30419. stroke
  30420. stroke
  30421. stroke
  30422. grestore
  30423. grestore
  30424. % End of Graphics
  30425. MathPictureEnd
  30426. ^*)