home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / NeXT / Misc / HigherEducationMailbox.mbox / eedsp.attach / HigherEducation.ma < prev    next >
Text File  |  1991-06-07  |  314KB  |  13,952 lines

  1. (*^
  2.  
  3. ::[paletteColors = 128; 
  4.     fontset = title, "Times-Bold", 24, L2, center, bold, nohscroll;
  5.     fontset = subtitle, "Times-Bold", 18, L2, center, bold, nohscroll;
  6.     fontset = subsubtitle, "Times-Bold", 14, L2, center, bold, nohscroll;
  7.     fontset = section, "Times-Bold", 24, L2, bold, nohscroll, grayBox;
  8.     fontset = subsection, "Times-Roman", 18, L2, nohscroll, blackBox;
  9.     fontset = subsubsection, "Times-Roman", 14, L2, nohscroll, whiteBox;
  10.     fontset = text, "Times-Roman", 14, L2, nohscroll;
  11.     fontset = smalltext, "Times-Roman", 12, L2, nohscroll;
  12.     fontset = input, "Courier-Bold", 14, L2, bold, nowordwrap;
  13.     fontset = output, "Courier", 14, L2, nowordwrap;
  14.     fontset = message, "Courier", 14, L2, R21845, G21845, B21845, nowordwrap;
  15.     fontset = print, "Courier", 14, L2, nowordwrap;
  16.     fontset = info, "Courier", 14, L2, nowordwrap;
  17.     fontset = postscript, "Courier", 14, L2, nowordwrap;
  18.     fontset = name, "Times-Italic", 12, L2, italic, R21845, G21845, B21845, nowordwrap, nohscroll;
  19.     fontset = header, "Times", 12, L2;
  20.     fontset = footer, "Times", 12, L2, center;
  21.     fontset = help, "Times-Roman", 16, L2, nohscroll;
  22.     fontset = clipboard, "New York", 14, L2;
  23.     fontset = completions, "Courier", 18, L2, nowordwrap;
  24.     fontset = network, "Courier", 12, L2, nowordwrap;
  25.     fontset = graphlabel, "Courier", 14, L2, nowordwrap;
  26.     fontset = special1, "Times-Italic", 24, L2, center, italic, nowordwrap;
  27.     fontset = special2, "Times-Italic", 20, L2, center, italic, nowordwrap;
  28.     fontset = special3, "Times-Italic", 16, L2, italic, nowordwrap;
  29.     fontset = special4, "New York", 16, L2, nowordwrap;
  30.     fontset = special5, "New York", 20, L2, nowordwrap;]
  31. :[font = title; inactive; ]
  32. Signal Processing Packages:
  33. :[font = title; inactive; ]
  34. Implementing Linear Systems Theory in
  35. :[font = special1; inactive; ]
  36. MATHEMATICA
  37. :[font = message; inactive; center; ]
  38.  
  39. An overview for NeXT Higher Education
  40. :[font = special4; inactive; center; ]
  41.  
  42. by
  43. :[font = subtitle; inactive; ]
  44.  
  45. Brian L. Evans and James H. McClellan
  46. :[font = special4; inactive; center; ]
  47.  
  48. Digital Signal Processing Laboratory
  49. School of Electrical Engineering
  50. Georgia Institute of Technology
  51. Atlanta, GA  30332-0250
  52.  
  53. :[font = special5; inactive; center; ]
  54. EMAIL:  evans@eedsp.gatech.edu
  55.  
  56. :[font = text; inactive; ]
  57.         What you are reading is a Mathematica notebook.  It is a collection of cells containing text, graphics, animation, equations, tables, and "live" Mathematica code arranged a tree structure.  You can read about subjects in a notebook like you would in a book.  The advantage over a book is that you can interact with the "text" by tinkering with the mathematics underlying the subject.  And because the information is presented in a hierarchy, you can select more information on a topic either by searching for more information on a subject via the Find menu option or by opening up a closed section of cells.  A closed section is displayed with a downward pointing half arrow, such as the one shown below:
  58. :[font = special2; inactive; startGroup; Cclosed; ]
  59. Example of a section with more information in it
  60. (Open by clicking twice on the half arrow)
  61. :[font = text; inactive; ]
  62. Here is more information
  63. :[font = text; inactive; center; ]
  64. and more information.
  65. :[font = text; inactive; endGroup; right; ]
  66. and more information.
  67. :[font = text; inactive; ]
  68.         Fonts are indicative of what the cell is.  For example, this cell is normal-sized text.  The next cell is "live" Mathematica code, and the cell after that contains the output of the "live" code:
  69. :[font = input; startGroup; ]
  70. 2 + 2
  71. :[font = output; inactive; output; endGroup; ]
  72. 4
  73. ;[o]
  74. 4
  75. :[font = text; inactive; ]
  76. You can have the Mathematica kernel evaluate code by selecting the cell with the code in it and then hitting either SHIFT-RETURN or ENTER.  The RETURN key by itself is only useful for formatting text.
  77. :[font = special1; inactive; ]
  78.  
  79. Table of Contents
  80.  
  81. :[font = section; inactive; startGroup; Cclosed; ]
  82. Introduction
  83. :[font = text; inactive; ]
  84.         This notebook provides an overview of packges that implement aspects of linear systems theory.  The packages can take transforms, perform convolution, etc.  Several notebooks accompany the packages.  Three teach the z-transform, the mechanics of convolution, and analog filter design.  The other signal processing notebooks serve as user guides and reference manuals.  Although the packages and notebooks are in the public domain, they are not bundled with the Higher Education Mailbox.   You can order them from Wolfram Research Inc. (for the cost of the distribution medium, shipping, and handling) or you can download them at no cost via anonymous ftp (which is the topic of the first subsection below).
  85. :[font = subsection; inactive; startGroup; Cclosed; ]
  86. Obtaining the Signal Processing Packages
  87. :[font = text; inactive; ]
  88.         To download the extensions, perform the following commands (begin at Unix prompt):
  89. :[font = text; inactive; ]
  90.         unix>  ftp vax.eedsp.gatech.edu
  91. :[font = special3; inactive; ]
  92.         Connected to vax.eedsp.gatech.edu
  93.         220 vax.eedsp.gatech.edy FTP server ...
  94. :[font = text; inactive; ]
  95.         Name:  anonymous
  96. :[font = special3; inactive; ]
  97.         331 Guest login ok, send ident as password
  98. :[font = text; inactive; ]
  99.         Password:  <your email address goes here>
  100. :[font = text; inactive; ]
  101.         ftp> cd Mathematica
  102. :[font = special3; inactive; ]
  103.         250 CWD command successful
  104. :[font = text; inactive; ]
  105.         ftp> binary
  106. :[font = special3; inactive; ]
  107.         200 Type set to I
  108. :[font = text; inactive; ]
  109.         ftp> get SigProc2.0.tar.Z
  110. :[font = text; inactive; ]
  111.         ftp> quit
  112. :[font = text; inactive; ]
  113.         unix> uncompress SigProc2.0.tar.Z
  114. :[font = text; inactive; ]
  115.         unix> tar xf SigProc2.0.tar
  116. :[font = text; inactive; endGroup; ]
  117. (The "get" command should take 2 minutes or so.)  These commands should produce a README and four sub-directories:  Macintosh, Notebooks, Packages, and doc.  Packages and Notebooks contain the signal processing packages and notebooks, respectively, which are discussed in detail in this notebook.  A reference manual and a user's guide to the packages reside in the doc sub-directory as two LaTeX files.  The notebooks document the extensions more thoroughly than do the LaTeX files.
  118. :[font = subsection; inactive; startGroup; Cclosed; ]
  119. Loading the Signal Processing Packages
  120. :[font = text; inactive; ]
  121.         Once you have acquired the signal processing packages, you can load all or part of them as desired.   To load all of the packages, simply execute the following command:
  122. :[font = input; center; ]
  123. Needs[ "SignalProcessing`SignalProcessing`" ]
  124. :[font = text; inactive; ]
  125. To load in only the digital signal processing packages, execute
  126. :[font = input; center; ]
  127. Needs[ "SignalProcessing`Digital`" ]
  128. :[font = text; inactive; ]
  129. To load in only the digital signal processing packages, execute
  130. :[font = input; center; ]
  131. Needs[ "SignalProcessing`Analog`" ]
  132. :[font = text; inactive; endGroup; ]
  133. The loading process for all of the packages may take up to five minutes.  You the reader do not have to execute any of the above commands to make sense out of this document.
  134. :[font = subsection; inactive; startGroup; Cclosed; ]
  135. Getting a Print Out of this Notebook
  136. :[font = text; inactive; ]
  137.         You can also obtain a print out of this document by:
  138. :[font = text; inactive; ]
  139. 1.  select all cells in the notebook by clicking on the first cell and dragging
  140.       the mouse down so as to select all of the cells in the notebook
  141. 2.  use the "Open All Subgroups" option under the Cell menu (or
  142.       hit COMMAND-{ as keyboard shortcut)
  143. 3.  use the Print... option (or hit COMMAND-p).
  144. :[font = text; inactive; endGroup; endGroup; ]
  145. The result will be a 54-page document.  In the Print menu, you have the option of previewing the document instead of printing it.
  146. :[font = section; inactive; startGroup; Cclosed; ]
  147. Introduction to Mathematica
  148. :[font = text; inactive; ]
  149.         Mathematica is really two distinct programs:  the kernel and the user interface.  The kernel is available for a dozen computer systems.  All extensions to the kernel written in the Mathematica programming language are 100% portable across machines.  The user interface varies from machine to machine.  On the NeXT, Macintosh, and 386 machines (under MicroSoft Windows), this notebook interface is available.  A notebook is an ASCII file which is compatible on all three machines.  You are reading such a notebook.
  150. :[font = subsection; inactive; startGroup; Cclosed; ]
  151. Capabilities of the Kernel
  152. :[font = subsubsection; inactive; startGroup; Cclosed; ]
  153. Numeric Computations
  154. :[font = text; inactive; ]
  155.         Mathematica is a powerful symbolic calculator, but it can crunch
  156.         numbers
  157. :[font = input; startGroup; ]
  158. 2 + 2
  159. :[font = output; inactive; output; endGroup; ]
  160. 4
  161. ;[o]
  162. 4
  163. :[font = text; inactive; ]
  164.         to exact precision or to arbitrary precision.   For example, the exact
  165.         value of 40 factorial
  166. :[font = input; startGroup; ]
  167. 40!
  168. :[font = output; inactive; output; endGroup; ]
  169. 815915283247897734345611269596115894272000000000
  170. ;[o]
  171. 815915283247897734345611269596115894272000000000
  172. :[font = text; inactive; ]
  173.         can be approximated as a double precision floating point number
  174. :[font = input; startGroup; ]
  175. N[40!]
  176. :[font = output; inactive; output; endGroup; ]
  177. 8.15915283247898*10^47
  178. ;[o]
  179.           47
  180. 8.15915 10
  181. :[font = text; inactive; ]
  182.         or as a floating point number to 23 digits:
  183. :[font = input; startGroup; ]
  184. N[40!, 23]
  185. :[font = output; inactive; output; endGroup; ]
  186. 8.1591528324789773434561*10^47
  187. ;[o]
  188.                            47
  189. 8.1591528324789773434561 10
  190. :[font = text; inactive; ]
  191.         Mathematica understands common short-hand notation for common
  192.         mathematical operations.  For example, a space indicates
  193.         multiplication:
  194. :[font = input; startGroup; ]
  195. 3 4 5
  196. :[font = output; inactive; output; endGroup; ]
  197. 60
  198. ;[o]
  199. 60
  200. :[font = text; inactive; ]
  201.         Mathematica can handle higher mathematical functions as well:
  202. :[font = input; startGroup; ]
  203. N[ BesselI[1, 2 + 3 I] ]
  204. :[font = output; inactive; output; endGroup; endGroup; ]
  205. -1.260982060238848 + 0.7801488485792538*I
  206. ;[o]
  207. -1.26098 + 0.780149 I
  208. :[font = subsubsection; inactive; startGroup; Cclosed; pageBreak; ]
  209. Algebraic  Manipulation
  210. :[font = text; inactive; ]
  211.         Mathematica can factor polynomials
  212. :[font = input; startGroup; ]
  213. Factor[ 6 + 11 x + 6 x^2 + x^3 ]
  214. :[font = output; inactive; output; endGroup; ]
  215. (1 + x)*(2 + x)*(3 + x)
  216. ;[o]
  217. (1 + x) (2 + x) (3 + x)
  218. :[font = text; inactive; ]
  219.         or generate new ones
  220. :[font = input; startGroup; ]
  221. ChebyshevT[5, x]
  222. :[font = output; inactive; output; endGroup; ]
  223. 5*x - 20*x^3 + 16*x^5
  224. ;[o]
  225.           3       5
  226. 5 x - 20 x  + 16 x
  227. :[font = text; inactive; ]
  228.         or decompose a ratio of polynomials into partial fractions.
  229. :[font = input; startGroup; ]
  230. Apart[ ( s^3 + 27 s^2 + 242 s + 720 ) /
  231.         (s^4 + 10 s^3 + 35 s^2 + 50 s + 24 ), s ]
  232. :[font = output; inactive; output; endGroup; ]
  233. 84/(1 + s) - 168/(2 + s) + 105/(3 + s) - 20/(4 + s)
  234. ;[o]
  235.  84      168     105     20
  236. ----- - ----- + ----- - -----
  237. 1 + s   2 + s   3 + s   4 + s
  238. :[font = text; inactive; ]
  239.         Mathematica can solve simultaneous equations, even non-linear ones.
  240. :[font = input; startGroup; ]
  241. N[ Solve[ { a b^2 + Pi == 0, a + b == 2 },
  242.            {a, b} ], 4 ]
  243. :[font = output; inactive; output; endGroup; ]
  244. {{a -> -0.5019, b -> 2.502}, 
  245.   {a -> 2.251 - 1.092*I, b -> -0.2509 + 1.092*I}, 
  246.   {a -> 2.251 + 1.092*I, b -> -0.2509 - 1.092*I}}
  247. ;[o]
  248. {{a -> -0.5019, b -> 2.502}, 
  249.  
  250.   {a -> 2.251 - 1.092 I, b -> -0.2509 + 1.092 I}, 
  251.  
  252.   {a -> 2.251 + 1.092 I, b -> -0.2509 - 1.092 I}}
  253. :[font = text; inactive; endGroup; ]
  254.         Here, we get three solutions to two equations.  Three solutions makes
  255.         sense because we have equations in a, b, and b^2.
  256. :[font = subsubsection; inactive; startGroup; Cclosed; pageBreak; ]
  257. Integral and Differential Calculus
  258. :[font = text; inactive; ]
  259.         Mathematica can perform symbolic differentiation
  260. :[font = input; startGroup; ]
  261. D[ x^2 + x Log[x], x ]
  262. :[font = output; inactive; output; endGroup; ]
  263. 1 + 2*x + Log[x]
  264. ;[o]
  265. 1 + 2 x + Log[x]
  266. :[font = text; inactive; ]
  267.         and indefinite integration
  268. :[font = input; startGroup; ]
  269. Integrate[ 1 + 2 x + Log[x], x ]
  270. :[font = output; inactive; output; endGroup; ]
  271. x^2 + x*Log[x]
  272. ;[o]
  273.  2
  274. x  + x Log[x]
  275. :[font = text; inactive; ]
  276.         and numerical integration (even in two dimensions).
  277. :[font = input; startGroup; ]
  278. NIntegrate[x^2 + y^2, {x, -1, 1}, {y, -1, 1}]
  279. :[font = output; inactive; output; endGroup; ]
  280. 2.666666666666668
  281. ;[o]
  282. 2.66667
  283. :[font = text; inactive; ]
  284.         Mathematica can compute contour integrations.  For example, the 
  285.         next cell integrates 1/z around the closed contour in the complex plane,
  286.         going from -1, through the points -i, 1, and i, then back to -i, which
  287.         yields  2  Pi  i  residue where the residue is 1:
  288. :[font = input; startGroup; ]
  289. NIntegrate[1/z, {z, -1, -I, 1, I, -1}]
  290. :[font = output; inactive; output; endGroup; endGroup; ]
  291. 6.28318530717959*I
  292. ;[o]
  293. 6.28319 I
  294. :[font = subsubsection; inactive; startGroup; Cclosed; pageBreak; ]
  295. Graphics and Plotting
  296. :[font = text; inactive; ]
  297.         Mathematica handles all of the details of plotting badly behaved functions
  298. :[font = input; startGroup; ]
  299. Plot[ Tan[x], {x, 0, 6 Pi} ]
  300. :[font = postscript; inactive; PostScript; output; startGroup; pictureLeft = 39; pictureWidth = 282; pictureHeight = 174; preserveAspect; ]
  301. %!
  302. %%Creator: Mathematica
  303. %%AspectRatio: 0.61803 
  304. MathPictureStart
  305. % Scaling calculations
  306. 0.02381 0.05053 0.304 0.01364 [
  307. [(2.5)] 0.15012 0.2915 0 1 Msboxa
  308. [(5)] 0.27644 0.2915 0 1 Msboxa
  309. [(7.5)] 0.40275 0.2915 0 1 Msboxa
  310. [(10)] 0.52906 0.2915 0 1 Msboxa
  311. [(12.5)] 0.65538 0.2915 0 1 Msboxa
  312. [(15)] 0.78169 0.2915 0 1 Msboxa
  313. [(17.5)] 0.908 0.2915 0 1 Msboxa
  314. [(-20)] 0.01131 0.03126 1 0 Msboxa
  315. [(-10)] 0.01131 0.16763 1 0 Msboxa
  316. [(10)] 0.01131 0.44037 1 0 Msboxa
  317. [(20)] 0.01131 0.57674 1 0 Msboxa
  318. [ -0.001 -0.001 0 0 ]
  319. [ 1.001 0.61903 0 0 ]
  320. ] MathScale
  321. % Start of Graphics
  322. 1 setlinecap
  323. 1 setlinejoin
  324. newpath
  325. %%Object: Graphics
  326. [ ] 0 setdash
  327. 0 setgray
  328. gsave
  329. gsave
  330. 0.002 setlinewidth
  331. 0 0.304 moveto
  332. 1 0.304 lineto
  333. stroke
  334. 0.15012 0.29775 moveto
  335. 0.15012 0.31025 lineto
  336. stroke
  337. 0 setgray
  338. [(2.5)] 0.15012 0.2915 0 1 Mshowa
  339. 0.27644 0.29775 moveto
  340. 0.27644 0.31025 lineto
  341. stroke
  342. 0 setgray
  343. [(5)] 0.27644 0.2915 0 1 Mshowa
  344. 0.40275 0.29775 moveto
  345. 0.40275 0.31025 lineto
  346. stroke
  347. 0 setgray
  348. [(7.5)] 0.40275 0.2915 0 1 Mshowa
  349. 0.52906 0.29775 moveto
  350. 0.52906 0.31025 lineto
  351. stroke
  352. 0 setgray
  353. [(10)] 0.52906 0.2915 0 1 Mshowa
  354. 0.65538 0.29775 moveto
  355. 0.65538 0.31025 lineto
  356. stroke
  357. 0 setgray
  358. [(12.5)] 0.65538 0.2915 0 1 Mshowa
  359. 0.78169 0.29775 moveto
  360. 0.78169 0.31025 lineto
  361. stroke
  362. 0 setgray
  363. [(15)] 0.78169 0.2915 0 1 Mshowa
  364. 0.908 0.29775 moveto
  365. 0.908 0.31025 lineto
  366. stroke
  367. 0 setgray
  368. [(17.5)] 0.908 0.2915 0 1 Mshowa
  369. 0.02381 0 moveto
  370. 0.02381 0.61803 lineto
  371. stroke
  372. 0.01756 0.03126 moveto
  373. 0.03006 0.03126 lineto
  374. stroke
  375. 0 setgray
  376. [(-20)] 0.01131 0.03126 1 0 Mshowa
  377. 0.01756 0.16763 moveto
  378. 0.03006 0.16763 lineto
  379. stroke
  380. 0 setgray
  381. [(-10)] 0.01131 0.16763 1 0 Mshowa
  382. 0.01756 0.44037 moveto
  383. 0.03006 0.44037 lineto
  384. stroke
  385. 0 setgray
  386. [(10)] 0.01131 0.44037 1 0 Mshowa
  387. 0.01756 0.57674 moveto
  388. 0.03006 0.57674 lineto
  389. stroke
  390. 0 setgray
  391. [(20)] 0.01131 0.57674 1 0 Mshowa
  392. grestore
  393. grestore
  394. 0 0 moveto
  395. 1 0 lineto
  396. 1 0.618034 lineto
  397. 0 0.618034 lineto
  398. closepath
  399. clip
  400. newpath
  401. 0 setgray
  402. gsave
  403. gsave
  404. 0.004 setlinewidth
  405. 0.02381 0.304 moveto
  406. 0.04365 0.30965 lineto
  407. 0.05357 0.31311 lineto
  408. 0.05853 0.31519 lineto
  409. 0.06349 0.31764 lineto
  410. 0.06845 0.32062 lineto
  411. 0.07341 0.32441 lineto
  412. 0.07837 0.32951 lineto
  413. 0.08085 0.33283 lineto
  414. 0.08333 0.33692 lineto
  415. 0.08581 0.34211 lineto
  416. 0.08829 0.34896 lineto
  417. 0.09077 0.35844 lineto
  418. 0.09201 0.36473 lineto
  419. 0.09325 0.37256 lineto
  420. 0.09449 0.38259 lineto
  421. 0.09573 0.39593 lineto
  422. 0.09697 0.41457 lineto
  423. 0.09821 0.44246 lineto
  424. 0.09945 0.48887 lineto
  425. 0.10069 0.58159 lineto
  426. 0.10193 0.85951 lineto
  427. 0.10317 2.227182e+14 lineto
  428. 0.10441 -0.25151 lineto
  429. 0.10565 0.02641 lineto
  430. 0.10689 0.11913 lineto
  431. 0.10813 0.16554 lineto
  432. 0.10938 0.19343 lineto
  433. 0.11062 0.21207 lineto
  434. 0.11186 0.22541 lineto
  435. 0.1131 0.23544 lineto
  436. 0.11434 0.24327 lineto
  437. 0.11558 0.24956 lineto
  438. 0.11806 0.25904 lineto
  439. 0.12054 0.26589 lineto
  440. 0.12302 0.27108 lineto
  441. 0.1255 0.27517 lineto
  442. 0.12798 0.27849 lineto
  443. 0.13294 0.28359 lineto
  444. 0.1379 0.28738 lineto
  445. 0.14286 0.29036 lineto
  446. 0.15278 0.29489 lineto
  447. 0.1627 0.29835 lineto
  448. 0.18254 0.304 lineto
  449. 0.20238 0.30965 lineto
  450. 0.2123 0.31311 lineto
  451. 0.21726 0.31519 lineto
  452. 0.22222 0.31764 lineto
  453. 0.22718 0.32062 lineto
  454. 0.23214 0.32441 lineto
  455. Mistroke
  456. 0.23462 0.32675 lineto
  457. 0.2371 0.32951 lineto
  458. 0.23958 0.33283 lineto
  459. 0.24206 0.33692 lineto
  460. 0.24454 0.34211 lineto
  461. 0.24702 0.34896 lineto
  462. 0.2495 0.35844 lineto
  463. 0.25074 0.36473 lineto
  464. 0.25198 0.37256 lineto
  465. 0.25322 0.38259 lineto
  466. 0.25446 0.39593 lineto
  467. 0.2557 0.41457 lineto
  468. 0.25694 0.44246 lineto
  469. 0.25818 0.48887 lineto
  470. 0.25942 0.58159 lineto
  471. 0.26066 0.85951 lineto
  472. 0.2619 7.42394e+13 lineto
  473. 0.26314 -0.25151 lineto
  474. 0.26438 0.02641 lineto
  475. 0.26563 0.11913 lineto
  476. 0.26687 0.16554 lineto
  477. 0.26811 0.19343 lineto
  478. 0.26935 0.21207 lineto
  479. 0.27059 0.22541 lineto
  480. 0.27183 0.23544 lineto
  481. 0.27307 0.24327 lineto
  482. 0.27431 0.24956 lineto
  483. 0.27679 0.25904 lineto
  484. 0.27927 0.26589 lineto
  485. 0.28175 0.27108 lineto
  486. 0.28423 0.27517 lineto
  487. 0.28671 0.27849 lineto
  488. 0.29167 0.28359 lineto
  489. 0.29663 0.28738 lineto
  490. 0.30159 0.29036 lineto
  491. 0.31151 0.29489 lineto
  492. 0.32143 0.29835 lineto
  493. 0.34127 0.304 lineto
  494. 0.36111 0.30965 lineto
  495. 0.37103 0.31311 lineto
  496. 0.37599 0.31519 lineto
  497. 0.38095 0.31764 lineto
  498. 0.38591 0.32062 lineto
  499. 0.39087 0.32441 lineto
  500. 0.39335 0.32675 lineto
  501. 0.39583 0.32951 lineto
  502. 0.39831 0.33283 lineto
  503. 0.40079 0.33692 lineto
  504. 0.40327 0.34211 lineto
  505. 0.40575 0.34896 lineto
  506. Mistroke
  507. 0.40823 0.35844 lineto
  508. 0.40947 0.36473 lineto
  509. 0.41071 0.37256 lineto
  510. 0.41195 0.38259 lineto
  511. 0.41319 0.39593 lineto
  512. 0.41443 0.41457 lineto
  513. 0.41567 0.44246 lineto
  514. 0.41691 0.48887 lineto
  515. 0.41815 0.58159 lineto
  516. 0.41939 0.85951 lineto
  517. 0.42063 4.454364e+13 lineto
  518. 0.42188 -0.25151 lineto
  519. 0.42312 0.02641 lineto
  520. 0.42436 0.11913 lineto
  521. 0.4256 0.16554 lineto
  522. 0.42684 0.19343 lineto
  523. 0.42808 0.21207 lineto
  524. 0.42932 0.22541 lineto
  525. 0.43056 0.23544 lineto
  526. 0.4318 0.24327 lineto
  527. 0.43304 0.24956 lineto
  528. 0.43552 0.25904 lineto
  529. 0.438 0.26589 lineto
  530. 0.44048 0.27108 lineto
  531. 0.44296 0.27517 lineto
  532. 0.44544 0.27849 lineto
  533. 0.4504 0.28359 lineto
  534. 0.45536 0.28738 lineto
  535. 0.46032 0.29036 lineto
  536. 0.47024 0.29489 lineto
  537. 0.48016 0.29835 lineto
  538. 0.5 0.304 lineto
  539. 0.51984 0.30965 lineto
  540. 0.52976 0.31311 lineto
  541. 0.53472 0.31519 lineto
  542. 0.53968 0.31764 lineto
  543. 0.54464 0.32062 lineto
  544. 0.5496 0.32441 lineto
  545. 0.55208 0.32675 lineto
  546. 0.55456 0.32951 lineto
  547. 0.55704 0.33283 lineto
  548. 0.55952 0.33692 lineto
  549. 0.562 0.34211 lineto
  550. 0.56448 0.34896 lineto
  551. 0.56572 0.35328 lineto
  552. 0.56696 0.35844 lineto
  553. 0.5682 0.36473 lineto
  554. 0.56944 0.37256 lineto
  555. 0.57068 0.38259 lineto
  556. 0.57192 0.39593 lineto
  557. Mistroke
  558. 0.57316 0.41457 lineto
  559. 0.5744 0.44246 lineto
  560. 0.57564 0.48887 lineto
  561. 0.57688 0.58159 lineto
  562. 0.57813 0.85951 lineto
  563. 0.57937 3.181689e+13 lineto
  564. 0.58061 -0.25151 lineto
  565. 0.58185 0.02641 lineto
  566. 0.58309 0.11913 lineto
  567. 0.58433 0.16554 lineto
  568. 0.58557 0.19343 lineto
  569. 0.58681 0.21207 lineto
  570. 0.58805 0.22541 lineto
  571. 0.58929 0.23544 lineto
  572. 0.59053 0.24327 lineto
  573. 0.59177 0.24956 lineto
  574. 0.59425 0.25904 lineto
  575. 0.59673 0.26589 lineto
  576. 0.59921 0.27108 lineto
  577. 0.60169 0.27517 lineto
  578. 0.60417 0.27849 lineto
  579. 0.60913 0.28359 lineto
  580. 0.61409 0.28738 lineto
  581. 0.61905 0.29036 lineto
  582. 0.62897 0.29489 lineto
  583. 0.63889 0.29835 lineto
  584. 0.65873 0.304 lineto
  585. 0.67857 0.30965 lineto
  586. 0.68849 0.31311 lineto
  587. 0.69345 0.31519 lineto
  588. 0.69841 0.31764 lineto
  589. 0.70337 0.32062 lineto
  590. 0.70833 0.32441 lineto
  591. 0.71081 0.32675 lineto
  592. 0.71329 0.32951 lineto
  593. 0.71577 0.33283 lineto
  594. 0.71825 0.33692 lineto
  595. 0.72073 0.34211 lineto
  596. 0.72321 0.34896 lineto
  597. 0.72445 0.35328 lineto
  598. 0.72569 0.35844 lineto
  599. 0.72693 0.36473 lineto
  600. 0.72817 0.37256 lineto
  601. 0.72941 0.38259 lineto
  602. 0.73065 0.39593 lineto
  603. 0.73189 0.41457 lineto
  604. 0.73313 0.44246 lineto
  605. 0.73438 0.48887 lineto
  606. 0.73562 0.58159 lineto
  607. 0.73686 0.85951 lineto
  608. Mistroke
  609. 0.7381 2.474647e+13 lineto
  610. 0.73934 -0.25151 lineto
  611. 0.74058 0.02641 lineto
  612. 0.74182 0.11913 lineto
  613. 0.74306 0.16554 lineto
  614. 0.7443 0.19343 lineto
  615. 0.74554 0.21207 lineto
  616. 0.74678 0.22541 lineto
  617. 0.74802 0.23544 lineto
  618. 0.74926 0.24327 lineto
  619. 0.7505 0.24956 lineto
  620. 0.75298 0.25904 lineto
  621. 0.75546 0.26589 lineto
  622. 0.75794 0.27108 lineto
  623. 0.76042 0.27517 lineto
  624. 0.7629 0.27849 lineto
  625. 0.76786 0.28359 lineto
  626. 0.77282 0.28738 lineto
  627. 0.77778 0.29036 lineto
  628. 0.7877 0.29489 lineto
  629. 0.79762 0.29835 lineto
  630. 0.81746 0.304 lineto
  631. 0.8373 0.30965 lineto
  632. 0.84722 0.31311 lineto
  633. 0.85218 0.31519 lineto
  634. 0.85714 0.31764 lineto
  635. 0.8621 0.32062 lineto
  636. 0.86706 0.32441 lineto
  637. 0.86954 0.32675 lineto
  638. 0.87202 0.32951 lineto
  639. 0.8745 0.33283 lineto
  640. 0.87698 0.33692 lineto
  641. 0.87946 0.34211 lineto
  642. 0.88194 0.34896 lineto
  643. 0.88318 0.35328 lineto
  644. 0.88442 0.35844 lineto
  645. 0.88566 0.36473 lineto
  646. 0.8869 0.37256 lineto
  647. 0.88814 0.38259 lineto
  648. 0.88938 0.39593 lineto
  649. 0.89063 0.41457 lineto
  650. 0.89187 0.44246 lineto
  651. 0.89311 0.48887 lineto
  652. 0.89435 0.58159 lineto
  653. 0.89559 0.85951 lineto
  654. 0.89683 5.566415e+12 lineto
  655. 0.89807 -0.25151 lineto
  656. 0.89931 0.02641 lineto
  657. 0.90055 0.11913 lineto
  658. 0.90179 0.16554 lineto
  659. Mistroke
  660. 0.90303 0.19343 lineto
  661. 0.90427 0.21207 lineto
  662. 0.90551 0.22541 lineto
  663. 0.90675 0.23544 lineto
  664. 0.90923 0.24956 lineto
  665. 0.91047 0.25472 lineto
  666. 0.91171 0.25904 lineto
  667. 0.91419 0.26589 lineto
  668. 0.91667 0.27108 lineto
  669. 0.91915 0.27517 lineto
  670. 0.92163 0.27849 lineto
  671. 0.92659 0.28359 lineto
  672. 0.93155 0.28738 lineto
  673. 0.93651 0.29036 lineto
  674. 0.94643 0.29489 lineto
  675. 0.95635 0.29835 lineto
  676. 0.97619 0.304 lineto
  677. Mfstroke
  678. grestore
  679. grestore
  680. % End of Graphics
  681. MathPictureEnd
  682. :[font = output; inactive; output; endGroup; endGroup; ]
  683. The Unformatted text for this cell was not generated.
  684. Use options in the Actions Settings dialog box to control
  685. when Unformatted text is generated.
  686. ;[o]
  687. -Graphics-
  688. :[font = text; inactive; ]
  689.         and can render two-dimensional functions as 3-D graphics.
  690. :[font = input; startGroup; ]
  691. Plot3D[ Sin[x y], {x, 0, 3}, {y, 0, 3} ]
  692. :[font = postscript; inactive; PostScript; output; startGroup; pictureLeft = 39; pictureWidth = 282; pictureHeight = 282; preserveAspect; ]
  693. %!
  694. %%Creator: Mathematica
  695. %%AspectRatio: 1 
  696. MathPictureStart
  697. % Scaling calculations
  698. 0.02381 0.95238 0.02381 0.95238 [
  699. [(0)] 0.05688 0.31214 1 0.933946 Msboxa
  700. [(1)] 0.23549 0.24184 0.931731 1 Msboxa
  701. [(2)] 0.42902 0.16572 0.792736 1 Msboxa
  702. [(3)] 0.63943 0.08304 0.653742 1 Msboxa
  703. [(0)] 0.65703 0.08867 -1 0.391569 Msboxa
  704. [(1)] 0.75282 0.23534 -1 0.355817 Msboxa
  705. [(2)] 0.83538 0.36178 -1 0.326047 Msboxa
  706. [(3)] 0.90729 0.47191 -1 0.300874 Msboxa
  707. [(-1)] 0.05378 0.32904 1 -0.390635 Msboxa
  708. [(-0.5)] 0.04626 0.37616 1 -0.380695 Msboxa
  709. [(0)] 0.03848 0.42493 1 -0.370371 Msboxa
  710. [(0.5)] 0.03042 0.47544 1 -0.359642 Msboxa
  711. [(1)] 0.02207 0.52777 1 -0.348483 Msboxa
  712. [ 0 0 0 0 ]
  713. [ 1 1 0 0 ]
  714. ] MathScale
  715. % Start of Graphics
  716. 1 setlinecap
  717. 1 setlinejoin
  718. newpath
  719. %%Object: SurfaceGraphics
  720. [ ] 0 setdash
  721. 0 setgray
  722. gsave
  723. 0.002 setlinewidth
  724. 0.06558 0.32026 moveto
  725. 0.64594 0.09301 lineto
  726. stroke
  727. 0.06123 0.3162 moveto
  728. 0.06993 0.32433 lineto
  729. stroke
  730. 0 setgray
  731. [(0)] 0.05688 0.31214 1 0.933946 Mshowa
  732. 0.23954 0.2462 moveto
  733. 0.24766 0.25491 lineto
  734. stroke
  735. 0 setgray
  736. [(1)] 0.23549 0.24184 0.931731 1 Mshowa
  737. 0.43272 0.17039 moveto
  738. 0.44012 0.17972 lineto
  739. stroke
  740. 0 setgray
  741. [(2)] 0.42902 0.16572 0.792736 1 Mshowa
  742. 0.64269 0.08803 moveto
  743. 0.6492 0.09799 lineto
  744. stroke
  745. 0 setgray
  746. [(3)] 0.63943 0.08304 0.653742 1 Mshowa
  747. grestore
  748. gsave
  749. 0.002 setlinewidth
  750. 0.64594 0.09301 moveto
  751. 0.89589 0.47534 lineto
  752. stroke
  753. 0.65149 0.09084 moveto
  754. 0.6404 0.09518 lineto
  755. stroke
  756. 0 setgray
  757. [(0)] 0.65703 0.08867 -1 0.391569 Mshowa
  758. 0.74721 0.23734 moveto
  759. 0.73599 0.24133 lineto
  760. stroke
  761. 0 setgray
  762. [(1)] 0.75282 0.23534 -1 0.355817 Mshowa
  763. 0.82972 0.36363 moveto
  764. 0.8184 0.36732 lineto
  765. stroke
  766. 0 setgray
  767. [(2)] 0.83538 0.36178 -1 0.326047 Mshowa
  768. 0.90159 0.47362 moveto
  769. 0.89019 0.47705 lineto
  770. stroke
  771. 0 setgray
  772. [(3)] 0.90729 0.47191 -1 0.300874 Mshowa
  773. grestore
  774. gsave
  775. 0.002 setlinewidth
  776. 0.06558 0.32026 moveto
  777. 0.03248 0.52913 lineto
  778. stroke
  779. 0.05933 0.32687 moveto
  780. 0.07042 0.32254 lineto
  781. stroke
  782. 0 setgray
  783. [(-1)] 0.05378 0.32904 1 -0.390635 Mshowa
  784. 0.05183 0.37404 moveto
  785. 0.06295 0.36981 lineto
  786. stroke
  787. 0 setgray
  788. [(-0.5)] 0.04626 0.37616 1 -0.380695 Mshowa
  789. 0.04406 0.42286 moveto
  790. 0.05523 0.41873 lineto
  791. stroke
  792. 0 setgray
  793. [(0)] 0.03848 0.42493 1 -0.370371 Mshowa
  794. 0.03602 0.47342 moveto
  795. 0.04722 0.46939 lineto
  796. stroke
  797. 0 setgray
  798. [(0.5)] 0.03042 0.47544 1 -0.359642 Mshowa
  799. 0.02769 0.52581 moveto
  800. 0.03893 0.5219 lineto
  801. stroke
  802. 0 setgray
  803. [(1)] 0.02207 0.52777 1 -0.348483 Mshowa
  804. grestore
  805. 0 0 moveto
  806. 1 0 lineto
  807. 1 1 lineto
  808. 0 1 lineto
  809. closepath
  810. clip
  811. newpath
  812. 0 setgray
  813. gsave
  814. 0.002 setlinewidth
  815. 0.06558 0.32026 moveto
  816. 0.39347 0.6265 lineto
  817. stroke
  818. 0.06558 0.32026 moveto
  819. 0.03248 0.52913 lineto
  820. stroke
  821. 0.38687 0.8155 moveto
  822. 0.03248 0.52913 lineto
  823. stroke
  824. 0.38687 0.8155 moveto
  825. 0.39347 0.6265 lineto
  826. stroke
  827. 0.64594 0.09301 moveto
  828. 0.89589 0.47534 lineto
  829. stroke
  830. 0.64594 0.09301 moveto
  831. 0.65863 0.31163 lineto
  832. stroke
  833. 0.92319 0.67509 moveto
  834. 0.65863 0.31163 lineto
  835. stroke
  836. 0.92319 0.67509 moveto
  837. 0.89589 0.47534 lineto
  838. stroke
  839. 0.06558 0.32026 moveto
  840. 0.03248 0.52913 lineto
  841. stroke
  842. 0.06558 0.32026 moveto
  843. 0.64594 0.09301 lineto
  844. stroke
  845. 0.65863 0.31163 moveto
  846. 0.64594 0.09301 lineto
  847. stroke
  848. 0.65863 0.31163 moveto
  849. 0.03248 0.52913 lineto
  850. stroke
  851. 0.39347 0.6265 moveto
  852. 0.38687 0.8155 lineto
  853. stroke
  854. 0.39347 0.6265 moveto
  855. 0.89589 0.47534 lineto
  856. stroke
  857. 0.92319 0.67509 moveto
  858. 0.89589 0.47534 lineto
  859. stroke
  860. 0.92319 0.67509 moveto
  861. 0.38687 0.8155 lineto
  862. stroke
  863. 0.06558 0.32026 moveto
  864. 0.64594 0.09301 lineto
  865. stroke
  866. 0.06558 0.32026 moveto
  867. 0.39347 0.6265 lineto
  868. stroke
  869. 0.89589 0.47534 moveto
  870. 0.39347 0.6265 lineto
  871. stroke
  872. 0.89589 0.47534 moveto
  873. 0.64594 0.09301 lineto
  874. stroke
  875. 0.03248 0.52913 moveto
  876. 0.65863 0.31163 lineto
  877. stroke
  878. 0.03248 0.52913 moveto
  879. 0.38687 0.8155 lineto
  880. stroke
  881. 0.92319 0.67509 moveto
  882. 0.38687 0.8155 lineto
  883. stroke
  884. 0.92319 0.67509 moveto
  885. 0.65863 0.31163 lineto
  886. stroke
  887. grestore
  888. 0.49975 setgray
  889. 0.0015 setlinewidth
  890. 0.37007 0.70047 0.39027 0.7181 0.4226 0.76375 0.40243 0.74276 Metetra
  891. 0.71417 setgray
  892. 0.40243 0.74276 0.4226 0.76375 0.45688 0.78857 0.43676 0.76824 Metetra
  893. 0.85443 setgray
  894. 0.43676 0.76824 0.45688 0.78857 0.49252 0.77696 0.47266 0.76305 Metetra
  895. 0.87201 setgray
  896. 0.47266 0.76305 0.49252 0.77696 0.5283 0.72948 0.5091 0.72503 Metetra
  897. 0.76083 setgray
  898. 0.5091 0.72503 0.5283 0.72948 0.56336 0.6626 0.54511 0.66484 Metetra
  899. 0.55935 setgray
  900. 0.54511 0.66484 0.56336 0.6626 0.59773 0.59974 0.58037 0.60079 Metetra
  901. 0.33725 setgray
  902. 0.58037 0.60079 0.59773 0.59974 0.63244 0.56082 0.61543 0.551 Metetra
  903. 0.17136 setgray
  904. 0.61543 0.551 0.63244 0.56082 0.66891 0.55603 0.65143 0.52779 Metetra
  905. 0.11905 setgray
  906. 0.65143 0.52779 0.66891 0.55603 0.70832 0.58368 0.68962 0.53501 Metetra
  907. 0.19841 setgray
  908. 0.68962 0.53501 0.70832 0.58368 0.75084 0.63038 0.7308 0.56751 Metetra
  909. 0.382 setgray
  910. 0.7308 0.56751 0.75084 0.63038 0.79516 0.67396 0.77481 0.61176 Metetra
  911. 0.60632 setgray
  912. 0.77481 0.61176 0.79516 0.67396 0.83868 0.6911 0.82019 0.64873 Metetra
  913. 0.79377 setgray
  914. 0.82019 0.64873 0.83868 0.6911 0.87879 0.66869 0.86456 0.66011 Metetra
  915. 0.87953 setgray
  916. 0.86456 0.66011 0.87879 0.66869 0.9145 0.61155 0.90563 0.63651 Metetra
  917. 0.49975 setgray
  918. 0.34934 0.68237 0.37007 0.70047 0.40243 0.74276 0.38177 0.72115 Metetra
  919. 0.69946 setgray
  920. 0.38177 0.72115 0.40243 0.74276 0.43676 0.76824 0.41614 0.74662 Metetra
  921. 0.84006 setgray
  922. 0.41614 0.74662 0.43676 0.76824 0.47266 0.76305 0.45223 0.74691 Metetra
  923. 0.87991 setgray
  924. 0.45223 0.74691 0.47266 0.76305 0.5091 0.72503 0.48919 0.71816 Metetra
  925. 0.80723 setgray
  926. 0.48919 0.71816 0.5091 0.72503 0.54511 0.66484 0.52609 0.66639 Metetra
  927. 0.64353 setgray
  928. 0.52609 0.66639 0.54511 0.66484 0.58037 0.60079 0.56235 0.60485 Metetra
  929. 0.43727 setgray
  930. 0.56235 0.60485 0.58037 0.60079 0.61543 0.551 0.59811 0.54878 Metetra
  931. 0.2495 setgray
  932. 0.59811 0.54878 0.61543 0.551 0.65143 0.52779 0.63411 0.51072 Metetra
  933. 0.1358 setgray
  934. 0.63411 0.51072 0.65143 0.52779 0.68962 0.53501 0.67146 0.49774 Metetra
  935. 0.12985 setgray
  936. 0.67146 0.49774 0.68962 0.53501 0.7308 0.56751 0.71119 0.51046 Metetra
  937. 0.23338 setgray
  938. 0.71119 0.51046 0.7308 0.56751 0.77481 0.61176 0.75387 0.54291 Metetra
  939. 0.41577 setgray
  940. 0.75387 0.54291 0.77481 0.61176 0.82019 0.64873 0.79919 0.58323 Metetra
  941. 0.62302 setgray
  942. 0.79919 0.58323 0.82019 0.64873 0.86456 0.66011 0.84578 0.61598 Metetra
  943. 0.79377 setgray
  944. 0.84578 0.61598 0.86456 0.66011 0.90563 0.63651 0.89152 0.62656 Metetra
  945. 0.49975 setgray
  946. 0.32804 0.66379 0.34934 0.68237 0.38177 0.72115 0.3606 0.69888 Metetra
  947. 0.68433 setgray
  948. 0.3606 0.69888 0.38177 0.72115 0.41614 0.74662 0.39502 0.72372 Metetra
  949. 0.82282 setgray
  950. 0.39502 0.72372 0.41614 0.74662 0.45223 0.74691 0.43123 0.72841 Metetra
  951. 0.88062 setgray
  952. 0.43123 0.72841 0.45223 0.74691 0.48919 0.71816 0.4686 0.70836 Metetra
  953. 0.84329 setgray
  954. 0.4686 0.70836 0.48919 0.71816 0.52609 0.66639 0.50627 0.66609 Metetra
  955. 0.72017 setgray
  956. 0.50627 0.66609 0.52609 0.66639 0.56235 0.60485 0.54355 0.61027 Metetra
  957. 0.54199 setgray
  958. 0.54355 0.61027 0.56235 0.60485 0.59811 0.54878 0.58024 0.55266 Metetra
  959. 0.35327 setgray
  960. 0.58024 0.55266 0.59811 0.54878 0.63411 0.51072 0.61672 0.5046 Metetra
  961. 0.20112 setgray
  962. 0.61672 0.5046 0.63411 0.51072 0.67146 0.49774 0.65376 0.47441 Metetra
  963. 0.12356 setgray
  964. 0.65376 0.47441 0.67146 0.49774 0.71119 0.51046 0.69237 0.46618 Metetra
  965. 0.13995 setgray
  966. 0.69237 0.46618 0.71119 0.51046 0.75387 0.54291 0.73341 0.47933 Metetra
  967. 0.2462 setgray
  968. 0.73341 0.47933 0.75387 0.54291 0.79919 0.58323 0.77732 0.50861 Metetra
  969. 0.41577 setgray
  970. 0.77732 0.50861 0.79919 0.58323 0.84578 0.61598 0.82382 0.54465 Metetra
  971. 0.60632 setgray
  972. 0.82382 0.54465 0.84578 0.61598 0.89152 0.62656 0.87179 0.57538 Metetra
  973. 0.49975 setgray
  974. 0.30617 0.6447 0.32804 0.66379 0.3606 0.69888 0.33889 0.67596 Metetra
  975. 0.66881 setgray
  976. 0.33889 0.67596 0.3606 0.69888 0.39502 0.72372 0.37339 0.69953 Metetra
  977. 0.80286 setgray
  978. 0.37339 0.69953 0.39502 0.72372 0.43123 0.72841 0.40968 0.70749 Metetra
  979. 0.8741 setgray
  980. 0.40968 0.70749 0.43123 0.72841 0.4686 0.70836 0.44733 0.69519 Metetra
  981. 0.86779 setgray
  982. 0.44733 0.69519 0.4686 0.70836 0.50627 0.66609 0.48562 0.66276 Metetra
  983. 0.78524 setgray
  984. 0.48562 0.66276 0.50627 0.66609 0.54355 0.61027 0.52386 0.61512 Metetra
  985. 0.64353 setgray
  986. 0.52386 0.61512 0.54355 0.61027 0.58024 0.55266 0.56164 0.56045 Metetra
  987. 0.47204 setgray
  988. 0.56164 0.56045 0.58024 0.55266 0.61672 0.5046 0.59897 0.50788 Metetra
  989. 0.30629 setgray
  990. 0.59897 0.50788 0.61672 0.5046 0.65376 0.47441 0.6363 0.46548 Metetra
  991. 0.18062 setgray
  992. 0.6363 0.46548 0.65376 0.47441 0.69237 0.46618 0.67438 0.43889 Metetra
  993. 0.12106 setgray
  994. 0.67438 0.43889 0.69237 0.46618 0.73341 0.47933 0.71407 0.43075 Metetra
  995. 0.13995 setgray
  996. 0.71407 0.43075 0.73341 0.47933 0.77732 0.50861 0.75612 0.44048 Metetra
  997. 0.23338 setgray
  998. 0.75612 0.44048 0.77732 0.50861 0.82382 0.54465 0.80095 0.46426 Metetra
  999. 0.382 setgray
  1000. 0.80095 0.46426 0.82382 0.54465 0.87179 0.57538 0.84846 0.49537 Metetra
  1001. 0.49975 setgray
  1002. 0.2837 0.62508 0.30617 0.6447 0.33889 0.67596 0.31663 0.65236 Metetra
  1003. 0.65294 setgray
  1004. 0.31663 0.65236 0.33889 0.67596 0.37339 0.69953 0.35124 0.67407 Metetra
  1005. 0.78034 setgray
  1006. 0.35124 0.67407 0.37339 0.69953 0.40968 0.70749 0.3876 0.68412 Metetra
  1007. 0.8605 setgray
  1008. 0.3876 0.68412 0.40968 0.70749 0.44733 0.69519 0.42543 0.67828 Metetra
  1009. 0.87991 setgray
  1010. 0.42543 0.67828 0.44733 0.69519 0.48562 0.66276 0.46419 0.65533 Metetra
  1011. 0.83532 setgray
  1012. 0.46419 0.65533 0.48562 0.66276 0.52386 0.61512 0.50325 0.61737 Metetra
  1013. 0.73423 setgray
  1014. 0.50325 0.61737 0.52386 0.61512 0.56164 0.56045 0.54212 0.56935 Metetra
  1015. 0.59365 setgray
  1016. 0.54212 0.56935 0.56164 0.56045 0.59897 0.50788 0.58057 0.51775 Metetra
  1017. 0.43727 setgray
  1018. 0.58057 0.51775 0.59897 0.50788 0.6363 0.46548 0.6187 0.46929 Metetra
  1019. 0.2914 setgray
  1020. 0.6187 0.46929 0.6363 0.46548 0.67438 0.43889 0.65696 0.42968 Metetra
  1021. 0.18062 setgray
  1022. 0.65696 0.42968 0.67438 0.43889 0.71407 0.43075 0.696 0.403 Metetra
  1023. 0.12356 setgray
  1024. 0.696 0.403 0.71407 0.43075 0.75612 0.44048 0.73654 0.3913 Metetra
  1025. 0.12985 setgray
  1026. 0.73654 0.3913 0.75612 0.44048 0.80095 0.46426 0.77928 0.39451 Metetra
  1027. 0.19841 setgray
  1028. 0.77928 0.39451 0.80095 0.46426 0.84846 0.49537 0.82468 0.41045 Metetra
  1029. 0.49975 setgray
  1030. 0.2606 0.60492 0.2837 0.62508 0.31663 0.65236 0.29381 0.62806 Metetra
  1031. 0.63674 setgray
  1032. 0.29381 0.62806 0.31663 0.65236 0.35124 0.67407 0.32857 0.64736 Metetra
  1033. 0.75546 setgray
  1034. 0.32857 0.64736 0.35124 0.67407 0.3876 0.68412 0.365 0.65831 Metetra
  1035. 0.84006 setgray
  1036. 0.365 0.65831 0.3876 0.68412 0.42543 0.67828 0.40293 0.65742 Metetra
  1037. 0.87924 setgray
  1038. 0.40293 0.65742 0.42543 0.67828 0.46419 0.65533 0.44201 0.64288 Metetra
  1039. 0.86779 setgray
  1040. 0.44201 0.64288 0.46419 0.65533 0.50325 0.61737 0.48172 0.61501 Metetra
  1041. 0.80723 setgray
  1042. 0.48172 0.61501 0.50325 0.61737 0.54212 0.56935 0.52158 0.57617 Metetra
  1043. 0.70565 setgray
  1044. 0.52158 0.57617 0.54212 0.56935 0.58057 0.51775 0.56124 0.53029 Metetra
  1045. 0.57658 setgray
  1046. 0.56124 0.53029 0.58057 0.51775 0.6187 0.46929 0.60055 0.48211 Metetra
  1047. 0.43727 setgray
  1048. 0.60055 0.48211 0.6187 0.46929 0.65696 0.42968 0.63965 0.43639 Metetra
  1049. 0.30629 setgray
  1050. 0.63965 0.43639 0.65696 0.42968 0.696 0.403 0.67889 0.39724 Metetra
  1051. 0.20112 setgray
  1052. 0.67889 0.39724 0.696 0.403 0.73654 0.3913 0.7188 0.3678 Metetra
  1053. 0.1358 setgray
  1054. 0.7188 0.3678 0.73654 0.3913 0.77928 0.39451 0.76 0.34992 Metetra
  1055. 0.11905 setgray
  1056. 0.76 0.34992 0.77928 0.39451 0.82468 0.41045 0.8031 0.34415 Metetra
  1057. 0.49975 setgray
  1058. 0.23685 0.58419 0.2606 0.60492 0.29381 0.62806 0.27039 0.60306 Metetra
  1059. 0.62026 setgray
  1060. 0.27039 0.60306 0.29381 0.62806 0.32857 0.64736 0.30537 0.61941 Metetra
  1061. 0.72842 setgray
  1062. 0.30537 0.61941 0.32857 0.64736 0.365 0.65831 0.34189 0.63011 Metetra
  1063. 0.81317 setgray
  1064. 0.34189 0.63011 0.365 0.65831 0.40293 0.65742 0.3799 0.63249 Metetra
  1065. 0.86581 setgray
  1066. 0.3799 0.63249 0.40293 0.65742 0.44201 0.64288 0.41917 0.62475 Metetra
  1067. 0.88095 setgray
  1068. 0.41917 0.62475 0.44201 0.64288 0.48172 0.61501 0.45933 0.60626 Metetra
  1069. 0.85705 setgray
  1070. 0.45933 0.60626 0.48172 0.61501 0.52158 0.57617 0.5 0.57767 Metetra
  1071. 0.79655 setgray
  1072. 0.5 0.57767 0.52158 0.57617 0.56124 0.53029 0.54079 0.54081 Metetra
  1073. 0.70565 setgray
  1074. 0.54079 0.54081 0.56124 0.53029 0.60055 0.48211 0.58144 0.49842 Metetra
  1075. 0.59365 setgray
  1076. 0.58144 0.49842 0.60055 0.48211 0.63965 0.43639 0.62185 0.4537 Metetra
  1077. 0.47204 setgray
  1078. 0.62185 0.4537 0.63965 0.43639 0.67889 0.39724 0.66209 0.40992 Metetra
  1079. 0.35327 setgray
  1080. 0.66209 0.40992 0.67889 0.39724 0.7188 0.3678 0.70242 0.37007 Metetra
  1081. 0.2495 setgray
  1082. 0.70242 0.37007 0.7188 0.3678 0.76 0.34992 0.74322 0.33658 Metetra
  1083. 0.17136 setgray
  1084. 0.74322 0.33658 0.76 0.34992 0.8031 0.34415 0.78499 0.31121 Metetra
  1085. 0.49975 setgray
  1086. 0.21241 0.56286 0.23685 0.58419 0.27039 0.60306 0.24636 0.57734 Metetra
  1087. 0.60352 setgray
  1088. 0.24636 0.57734 0.27039 0.60306 0.30537 0.61941 0.28162 0.59026 Metetra
  1089. 0.69946 setgray
  1090. 0.28162 0.59026 0.30537 0.61941 0.34189 0.63011 0.31829 0.59961 Metetra
  1091. 0.78034 setgray
  1092. 0.31829 0.59961 0.34189 0.63011 0.3799 0.63249 0.35637 0.60354 Metetra
  1093. 0.84006 setgray
  1094. 0.35637 0.60354 0.3799 0.63249 0.41917 0.62475 0.39575 0.60056 Metetra
  1095. 0.8741 setgray
  1096. 0.39575 0.60056 0.41917 0.62475 0.45933 0.60626 0.4362 0.58975 Metetra
  1097. 0.87991 setgray
  1098. 0.4362 0.58975 0.45933 0.60626 0.5 0.57767 0.47744 0.57088 Metetra
  1099. 0.85705 setgray
  1100. 0.47744 0.57088 0.5 0.57767 0.54079 0.54081 0.51917 0.5444 Metetra
  1101. 0.80723 setgray
  1102. 0.51917 0.5444 0.54079 0.54081 0.58144 0.49842 0.56109 0.51143 Metetra
  1103. 0.73423 setgray
  1104. 0.56109 0.51143 0.58144 0.49842 0.62185 0.4537 0.603 0.47361 Metetra
  1105. 0.64353 setgray
  1106. 0.603 0.47361 0.62185 0.4537 0.66209 0.40992 0.64479 0.43293 Metetra
  1107. 0.54199 setgray
  1108. 0.64479 0.43293 0.66209 0.40992 0.70242 0.37007 0.68645 0.39149 Metetra
  1109. 0.43727 setgray
  1110. 0.68645 0.39149 0.70242 0.37007 0.74322 0.33658 0.72812 0.35134 Metetra
  1111. 0.33725 setgray
  1112. 0.72812 0.35134 0.74322 0.33658 0.78499 0.31121 0.77004 0.31432 Metetra
  1113. 0.49975 setgray
  1114. 0.18726 0.54091 0.21241 0.56286 0.24636 0.57734 0.2217 0.55087 Metetra
  1115. 0.58656 setgray
  1116. 0.2217 0.55087 0.24636 0.57734 0.28162 0.59026 0.25732 0.55995 Metetra
  1117. 0.66881 setgray
  1118. 0.25732 0.55995 0.28162 0.59026 0.31829 0.59961 0.29421 0.56695 Metetra
  1119. 0.7422 setgray
  1120. 0.29421 0.56695 0.31829 0.59961 0.35637 0.60354 0.3324 0.57073 Metetra
  1121. 0.80286 setgray
  1122. 0.3324 0.57073 0.35637 0.60354 0.39575 0.60056 0.37186 0.57025 Metetra
  1123. 0.84761 setgray
  1124. 0.37186 0.57025 0.39575 0.60056 0.4362 0.58975 0.41246 0.56472 Metetra
  1125. 0.8741 setgray
  1126. 0.41246 0.56472 0.4362 0.58975 0.47744 0.57088 0.45406 0.55361 Metetra
  1127. 0.88095 setgray
  1128. 0.45406 0.55361 0.47744 0.57088 0.51917 0.5444 0.49644 0.53673 Metetra
  1129. 0.86779 setgray
  1130. 0.49644 0.53673 0.51917 0.5444 0.56109 0.51143 0.53939 0.51422 Metetra
  1131. 0.83532 setgray
  1132. 0.53939 0.51422 0.56109 0.51143 0.603 0.47361 0.58269 0.48659 Metetra
  1133. 0.78524 setgray
  1134. 0.58269 0.48659 0.603 0.47361 0.64479 0.43293 0.62617 0.45463 Metetra
  1135. 0.72017 setgray
  1136. 0.62617 0.45463 0.64479 0.43293 0.68645 0.39149 0.66969 0.41936 Metetra
  1137. 0.64353 setgray
  1138. 0.66969 0.41936 0.68645 0.39149 0.72812 0.35134 0.71319 0.38197 Metetra
  1139. 0.55935 setgray
  1140. 0.71319 0.38197 0.72812 0.35134 0.77004 0.31432 0.75669 0.3437 Metetra
  1141. 0.49975 setgray
  1142. 0.16137 0.51831 0.18726 0.54091 0.2217 0.55087 0.19637 0.52363 Metetra
  1143. 0.56942 setgray
  1144. 0.19637 0.52363 0.2217 0.55087 0.25732 0.55995 0.23244 0.5285 Metetra
  1145. 0.63674 setgray
  1146. 0.23244 0.5285 0.25732 0.55995 0.29421 0.56695 0.26964 0.53228 Metetra
  1147. 0.69946 setgray
  1148. 0.26964 0.53228 0.29421 0.56695 0.3324 0.57073 0.30802 0.53436 Metetra
  1149. 0.75546 setgray
  1150. 0.30802 0.53436 0.3324 0.57073 0.37186 0.57025 0.34758 0.53414 Metetra
  1151. 0.80286 setgray
  1152. 0.34758 0.53414 0.37186 0.57025 0.41246 0.56472 0.38828 0.5311 Metetra
  1153. 0.84006 setgray
  1154. 0.38828 0.5311 0.41246 0.56472 0.45406 0.55361 0.43007 0.52478 Metetra
  1155. 0.86581 setgray
  1156. 0.43007 0.52478 0.45406 0.55361 0.49644 0.53673 0.47283 0.51487 Metetra
  1157. 0.87924 setgray
  1158. 0.47283 0.51487 0.49644 0.53673 0.53939 0.51422 0.51645 0.50115 Metetra
  1159. 0.87991 setgray
  1160. 0.51645 0.50115 0.53939 0.51422 0.58269 0.48659 0.56079 0.48356 Metetra
  1161. 0.86779 setgray
  1162. 0.56079 0.48356 0.58269 0.48659 0.62617 0.45463 0.6057 0.4622 Metetra
  1163. 0.84329 setgray
  1164. 0.6057 0.4622 0.62617 0.45463 0.66969 0.41936 0.65104 0.4373 Metetra
  1165. 0.80723 setgray
  1166. 0.65104 0.4373 0.66969 0.41936 0.71319 0.38197 0.6967 0.40922 Metetra
  1167. 0.76083 setgray
  1168. 0.6967 0.40922 0.71319 0.38197 0.75669 0.3437 0.74256 0.37844 Metetra
  1169. 0.49975 setgray
  1170. 0.13469 0.49503 0.16137 0.51831 0.19637 0.52363 0.17035 0.49562 Metetra
  1171. 0.55213 setgray
  1172. 0.17035 0.49562 0.19637 0.52363 0.23244 0.5285 0.20697 0.49596 Metetra
  1173. 0.60352 setgray
  1174. 0.20697 0.49596 0.23244 0.5285 0.26964 0.53228 0.24459 0.4958 Metetra
  1175. 0.65294 setgray
  1176. 0.24459 0.4958 0.26964 0.53228 0.30802 0.53436 0.28325 0.49484 Metetra
  1177. 0.69946 setgray
  1178. 0.28325 0.49484 0.30802 0.53436 0.34758 0.53414 0.32299 0.49284 Metetra
  1179. 0.7422 setgray
  1180. 0.32299 0.49284 0.34758 0.53414 0.38828 0.5311 0.36381 0.48951 Metetra
  1181. 0.78034 setgray
  1182. 0.36381 0.48951 0.38828 0.5311 0.43007 0.52478 0.4057 0.48463 Metetra
  1183. 0.81317 setgray
  1184. 0.4057 0.48463 0.43007 0.52478 0.47283 0.51487 0.44863 0.47796 Metetra
  1185. 0.84006 setgray
  1186. 0.44863 0.47796 0.47283 0.51487 0.51645 0.50115 0.49258 0.4693 Metetra
  1187. 0.8605 setgray
  1188. 0.49258 0.4693 0.51645 0.50115 0.56079 0.48356 0.53749 0.45851 Metetra
  1189. 0.8741 setgray
  1190. 0.53749 0.45851 0.56079 0.48356 0.6057 0.4622 0.58329 0.44545 Metetra
  1191. 0.88062 setgray
  1192. 0.58329 0.44545 0.6057 0.4622 0.65104 0.4373 0.62992 0.43005 Metetra
  1193. 0.87991 setgray
  1194. 0.62992 0.43005 0.65104 0.4373 0.6967 0.40922 0.6773 0.4123 Metetra
  1195. 0.87201 setgray
  1196. 0.6773 0.4123 0.6967 0.40922 0.74256 0.37844 0.72533 0.39219 Metetra
  1197. 0.49975 setgray
  1198. 0.10721 0.47104 0.13469 0.49503 0.17035 0.49562 0.14362 0.4668 Metetra
  1199. 0.53473 setgray
  1200. 0.14362 0.4668 0.17035 0.49562 0.20697 0.49596 0.18088 0.46238 Metetra
  1201. 0.56942 setgray
  1202. 0.18088 0.46238 0.20697 0.49596 0.24459 0.4958 0.21903 0.4577 Metetra
  1203. 0.60352 setgray
  1204. 0.21903 0.4577 0.24459 0.4958 0.28325 0.49484 0.25811 0.45268 Metetra
  1205. 0.63674 setgray
  1206. 0.25811 0.45268 0.28325 0.49484 0.32299 0.49284 0.29813 0.44723 Metetra
  1207. 0.66881 setgray
  1208. 0.29813 0.44723 0.32299 0.49284 0.36381 0.48951 0.33913 0.44125 Metetra
  1209. 0.69946 setgray
  1210. 0.33913 0.44125 0.36381 0.48951 0.4057 0.48463 0.38113 0.43467 Metetra
  1211. 0.72842 setgray
  1212. 0.38113 0.43467 0.4057 0.48463 0.44863 0.47796 0.42415 0.4274 Metetra
  1213. 0.75546 setgray
  1214. 0.42415 0.4274 0.44863 0.47796 0.49258 0.4693 0.46818 0.41935 Metetra
  1215. 0.78034 setgray
  1216. 0.46818 0.41935 0.49258 0.4693 0.53749 0.45851 0.51325 0.41045 Metetra
  1217. 0.80286 setgray
  1218. 0.51325 0.41045 0.53749 0.45851 0.58329 0.44545 0.55936 0.40061 Metetra
  1219. 0.82282 setgray
  1220. 0.55936 0.40061 0.58329 0.44545 0.62992 0.43005 0.6065 0.38975 Metetra
  1221. 0.84006 setgray
  1222. 0.6065 0.38975 0.62992 0.43005 0.6773 0.4123 0.65466 0.37783 Metetra
  1223. 0.85443 setgray
  1224. 0.65466 0.37783 0.6773 0.4123 0.72533 0.39219 0.70384 0.36476 Metetra
  1225. 0.49975 setgray
  1226. 0.07887 0.44631 0.10721 0.47104 0.14362 0.4668 0.11613 0.43715 Metetra
  1227. 0.51726 setgray
  1228. 0.11613 0.43715 0.14362 0.4668 0.18088 0.46238 0.15415 0.42779 Metetra
  1229. 0.53473 setgray
  1230. 0.15415 0.42779 0.18088 0.46238 0.21903 0.4577 0.19295 0.41822 Metetra
  1231. 0.55213 setgray
  1232. 0.19295 0.41822 0.21903 0.4577 0.25811 0.45268 0.23256 0.40842 Metetra
  1233. 0.56942 setgray
  1234. 0.23256 0.40842 0.25811 0.45268 0.29813 0.44723 0.273 0.39838 Metetra
  1235. 0.58656 setgray
  1236. 0.273 0.39838 0.29813 0.44723 0.33913 0.44125 0.3143 0.38808 Metetra
  1237. 0.60352 setgray
  1238. 0.3143 0.38808 0.33913 0.44125 0.38113 0.43467 0.35648 0.3775 Metetra
  1239. 0.62026 setgray
  1240. 0.35648 0.3775 0.38113 0.43467 0.42415 0.4274 0.39958 0.36662 Metetra
  1241. 0.63674 setgray
  1242. 0.39958 0.36662 0.42415 0.4274 0.46818 0.41935 0.44361 0.35543 Metetra
  1243. 0.65294 setgray
  1244. 0.44361 0.35543 0.46818 0.41935 0.51325 0.41045 0.4886 0.3439 Metetra
  1245. 0.66881 setgray
  1246. 0.4886 0.3439 0.51325 0.41045 0.55936 0.40061 0.53458 0.33202 Metetra
  1247. 0.68433 setgray
  1248. 0.53458 0.33202 0.55936 0.40061 0.6065 0.38975 0.58158 0.31976 Metetra
  1249. 0.69946 setgray
  1250. 0.58158 0.31976 0.6065 0.38975 0.65466 0.37783 0.62963 0.30711 Metetra
  1251. 0.71417 setgray
  1252. 0.62963 0.30711 0.65466 0.37783 0.70384 0.36476 0.67875 0.29405 Metetra
  1253. 0.49975 setgray
  1254. 0.04964 0.4208 0.07887 0.44631 0.11613 0.43715 0.08786 0.40664 Metetra
  1255. 0.49975 setgray
  1256. 0.08786 0.40664 0.11613 0.43715 0.15415 0.42779 0.12675 0.39224 Metetra
  1257. 0.49975 setgray
  1258. 0.12675 0.39224 0.15415 0.42779 0.19295 0.41822 0.16631 0.37759 Metetra
  1259. 0.49975 setgray
  1260. 0.16631 0.37759 0.19295 0.41822 0.23256 0.40842 0.20657 0.36267 Metetra
  1261. 0.49975 setgray
  1262. 0.20657 0.36267 0.23256 0.40842 0.273 0.39838 0.24755 0.3475 Metetra
  1263. 0.49975 setgray
  1264. 0.24755 0.3475 0.273 0.39838 0.3143 0.38808 0.28926 0.33205 Metetra
  1265. 0.49975 setgray
  1266. 0.28926 0.33205 0.3143 0.38808 0.35648 0.3775 0.33173 0.31632 Metetra
  1267. 0.49975 setgray
  1268. 0.33173 0.31632 0.35648 0.3775 0.39958 0.36662 0.37498 0.3003 Metetra
  1269. 0.49975 setgray
  1270. 0.37498 0.3003 0.39958 0.36662 0.44361 0.35543 0.41902 0.28399 Metetra
  1271. 0.49975 setgray
  1272. 0.41902 0.28399 0.44361 0.35543 0.4886 0.3439 0.46389 0.26737 Metetra
  1273. 0.49975 setgray
  1274. 0.46389 0.26737 0.4886 0.3439 0.53458 0.33202 0.50959 0.25044 Metetra
  1275. 0.49975 setgray
  1276. 0.50959 0.25044 0.53458 0.33202 0.58158 0.31976 0.55617 0.23319 Metetra
  1277. 0.49975 setgray
  1278. 0.55617 0.23319 0.58158 0.31976 0.62963 0.30711 0.60363 0.21561 Metetra
  1279. 0.49975 setgray
  1280. 0.60363 0.21561 0.62963 0.30711 0.67875 0.29405 0.65202 0.19769 Metetra
  1281. 0 setgray
  1282. 0.002 setlinewidth
  1283. 0.64594 0.09301 moveto
  1284. 0.89589 0.47534 lineto
  1285. stroke
  1286. 0.64594 0.09301 moveto
  1287. 0.65863 0.31163 lineto
  1288. stroke
  1289. 0.92319 0.67509 moveto
  1290. 0.65863 0.31163 lineto
  1291. stroke
  1292. 0.92319 0.67509 moveto
  1293. 0.89589 0.47534 lineto
  1294. stroke
  1295. 0.06558 0.32026 moveto
  1296. 0.03248 0.52913 lineto
  1297. stroke
  1298. 0.06558 0.32026 moveto
  1299. 0.64594 0.09301 lineto
  1300. stroke
  1301. 0.65863 0.31163 moveto
  1302. 0.64594 0.09301 lineto
  1303. stroke
  1304. 0.65863 0.31163 moveto
  1305. 0.03248 0.52913 lineto
  1306. stroke
  1307. 0.03248 0.52913 moveto
  1308. 0.65863 0.31163 lineto
  1309. stroke
  1310. 0.03248 0.52913 moveto
  1311. 0.38687 0.8155 lineto
  1312. stroke
  1313. 0.92319 0.67509 moveto
  1314. 0.38687 0.8155 lineto
  1315. stroke
  1316. 0.92319 0.67509 moveto
  1317. 0.65863 0.31163 lineto
  1318. stroke
  1319. gsave
  1320. 0.06558 0.32026 moveto
  1321. 0.64594 0.09301 lineto
  1322. stroke
  1323. 0.06123 0.3162 moveto
  1324. 0.06993 0.32433 lineto
  1325. stroke
  1326. 0 setgray
  1327. [(0)] 0.05688 0.31214 1 0.933946 Mshowa
  1328. 0.23954 0.2462 moveto
  1329. 0.24766 0.25491 lineto
  1330. stroke
  1331. 0 setgray
  1332. [(1)] 0.23549 0.24184 0.931731 1 Mshowa
  1333. 0.43272 0.17039 moveto
  1334. 0.44012 0.17972 lineto
  1335. stroke
  1336. 0 setgray
  1337. [(2)] 0.42902 0.16572 0.792736 1 Mshowa
  1338. 0.64269 0.08803 moveto
  1339. 0.6492 0.09799 lineto
  1340. stroke
  1341. 0 setgray
  1342. [(3)] 0.63943 0.08304 0.653742 1 Mshowa
  1343. grestore
  1344. gsave
  1345. 0.64594 0.09301 moveto
  1346. 0.89589 0.47534 lineto
  1347. stroke
  1348. 0.65149 0.09084 moveto
  1349. 0.6404 0.09518 lineto
  1350. stroke
  1351. 0 setgray
  1352. [(0)] 0.65703 0.08867 -1 0.391569 Mshowa
  1353. 0.74721 0.23734 moveto
  1354. 0.73599 0.24133 lineto
  1355. stroke
  1356. 0 setgray
  1357. [(1)] 0.75282 0.23534 -1 0.355817 Mshowa
  1358. 0.82972 0.36363 moveto
  1359. 0.8184 0.36732 lineto
  1360. stroke
  1361. 0 setgray
  1362. [(2)] 0.83538 0.36178 -1 0.326047 Mshowa
  1363. 0.90159 0.47362 moveto
  1364. 0.89019 0.47705 lineto
  1365. stroke
  1366. 0 setgray
  1367. [(3)] 0.90729 0.47191 -1 0.300874 Mshowa
  1368. grestore
  1369. gsave
  1370. 0.06558 0.32026 moveto
  1371. 0.03248 0.52913 lineto
  1372. stroke
  1373. 0.05933 0.32687 moveto
  1374. 0.07042 0.32254 lineto
  1375. stroke
  1376. 0 setgray
  1377. [(-1)] 0.05378 0.32904 1 -0.390635 Mshowa
  1378. 0.05183 0.37404 moveto
  1379. 0.06295 0.36981 lineto
  1380. stroke
  1381. 0 setgray
  1382. [(-0.5)] 0.04626 0.37616 1 -0.380695 Mshowa
  1383. 0.04406 0.42286 moveto
  1384. 0.05523 0.41873 lineto
  1385. stroke
  1386. 0 setgray
  1387. [(0)] 0.03848 0.42493 1 -0.370371 Mshowa
  1388. 0.03602 0.47342 moveto
  1389. 0.04722 0.46939 lineto
  1390. stroke
  1391. 0 setgray
  1392. [(0.5)] 0.03042 0.47544 1 -0.359642 Mshowa
  1393. 0.02769 0.52581 moveto
  1394. 0.03893 0.5219 lineto
  1395. stroke
  1396. 0 setgray
  1397. [(1)] 0.02207 0.52777 1 -0.348483 Mshowa
  1398. grestore
  1399. % End of Graphics
  1400. MathPictureEnd
  1401. :[font = output; inactive; output; endGroup; endGroup; endGroup; ]
  1402. The Unformatted text for this cell was not generated.
  1403. Use options in the Actions Settings dialog box to control
  1404. when Unformatted text is generated.
  1405. ;[o]
  1406. -SurfaceGraphics-
  1407. :[font = subsubsection; inactive; startGroup; Cclosed; pageBreak; ]
  1408. Programming Paradigms
  1409. :[font = text; inactive; ]
  1410.         Mathematica resembles many other programming languages because
  1411.         it supports
  1412. :[font = special3; inactive; ]
  1413. 1.    the writing of procedures by providing Block and Function
  1414.     constructs
  1415. :[font = special3; inactive; ]
  1416. 2.    the alteration of arguments by changing an object's attributes
  1417.     via SetAttributes
  1418. :[font = special3; inactive; ]
  1419. 3. the extending of operators by attaching functions to operators
  1420.     based on the data type (tag) of one of the inputs.         
  1421. :[font = special3; inactive; ]
  1422. 4.    the ability to chain conditional rules in one direction via Replace,
  1423.     ReplaceAll, and ReplaceRepeated commands,
  1424. :[font = special3; inactive; ]
  1425. 5.    the pattern matching of expressions via MatchQ, TagSetDelayed,
  1426.     and TagSet, and
  1427. :[font = special3; inactive; ]
  1428. 6.    the immediate and delayed evaluation of expressions via = and :=.
  1429. :[font = text; inactive; endGroup; ]
  1430.         Mathematica is a superset of many common modern programming styles.
  1431.         One drawback, however, is that it is not an expert system.
  1432. :[font = subsubsection; inactive; startGroup; Cclosed; ]
  1433. Getting Help On-Line
  1434. :[font = text; inactive; ]
  1435.         The kernel offers a help function called Help (abbreviated ?) which can
  1436.         give usage information on a particular object (function)
  1437. :[font = input; startGroup; ]
  1438. ?Integrate
  1439. :[font = info; inactive; endGroup; ]
  1440. Integrate[f, x] gives the indefinite integral of f
  1441.    with respect to x. Integrate[f, {x, xmin,
  1442.    xmax}] gives the definite integral.
  1443.    Integrate[f, {x, xmin, xmax}, {y, ymin, ymax}]
  1444.    gives a multiple integral.
  1445. :[font = text; inactive; ]
  1446.         or match a collection of object names to a pattern.
  1447. :[font = input; startGroup; ]
  1448. ?*Solve*
  1449. :[font = info; inactive; endGroup; ]
  1450. DSolve      MainSolve   Solve       SolveAlways
  1451. LinearSolve
  1452. :[font = text; inactive; endGroup; endGroup; ]
  1453.         The notebook interface offers kinds of help to you the home viewer.
  1454. :[font = subsection; inactive; startGroup; Cclosed; ]
  1455. Educational Uses of the Notebook Interface
  1456. :[font = text; inactive; ]
  1457.         The interactive nature of Mathematica and its multimedia capabilities make it a good platform in which to write tutorials.  Teachers can also use them to create problem sets and their solutions.  Students can use them to solve problems and document their solution as they go.   At the very least, such a facility can provide decent on-line help.
  1458. :[font = subsubsection; inactive; startGroup; Cclosed; pageBreak; ]
  1459. Calculus Courseware
  1460. :[font = text; inactive; ]
  1461.         For the last three years,  Don Brown, Horacio Porta, and Jerry Uhl at the University of Illinois at Urbana-Champaign have been developing a one-year Calculus course in the form of tutorial notebooks.  They have adapted a conventional one-year freshmen Calculus course into a laboratory setting where the teacher only lecture 30 minutes per week.  The lessons are broken down into 60 notebooks, which students complete at a rate of two per week.  The developers faced two major obstacles.  First, how does one take advantage of the multimedia capabilities so that one does not simply dump the contents of a text book into a notebook format?  So, they split each notebook into six sections:
  1462. :[font = special5; inactive; ]
  1463. 1. Introduction                                                    2. Basic Problems
  1464. :[font = special5; inactive; ]
  1465. 3. Tutorial problems                                        4. "Give It a Try"
  1466. :[font = special5; inactive; ]
  1467. 5. Student feedback                                            6. "Literacy Sheet"
  1468. :[font = text; inactive; endGroup; ]
  1469. The second issue was grading.  They decided to embed problems in the notebook which had been partially completed.  It was then up to the students to fill in the missing pieces and document why they chose certain procedures.  Students also worked problems from scratch.  The primary source of their grades was conventional paper-and-pencil tests.
  1470. :[font = subsubsection; inactive; startGroup; Cclosed; pageBreak; ]
  1471. Current Classroom Uses
  1472. :[font = text; inactive; ]
  1473.         Besides the Calculus courseware discussed in the previous subsubsection, other educators are using Mathematica to enhance the learning process.  The list below is only representative and by no means exhaustive.   The first two lines identify the departments and the school.  The third line indicates the purpose.  The remaining lines list the classes in which Mathematica without any extensions is being used.  (The next section entitled "Signal Processing Notebooks" lists some of the schools that are using the signal processing packages and notebooks as educational tools).
  1474. :[font = text; inactive; ]
  1475.  
  1476. :[font = special3; inactive; ]
  1477. Engineering, Mathematics, Physics, and Chemistry Departments
  1478. Rose-Hulman Institute of Technology
  1479. :[font = output; inactive; ]
  1480. Joint effort by above department to teach the
  1481. :[font = name; inactive; ]
  1482.         Integrated Freshmen Curriculum
  1483. :[font = text; inactive; ]
  1484.  
  1485. :[font = special3; inactive; ]
  1486. Mathematics Department
  1487. Georgia Institute of Technology
  1488. :[font = output; inactive; ]
  1489. Lecture from notebooks with laboratory 
  1490. :[font = name; inactive; ]
  1491.         Advanced Engineering Mathematics I & II
  1492. :[font = name; inactive; ]
  1493.         Mathematical Programming
  1494. :[font = text; inactive; ]
  1495.  
  1496. :[font = special3; inactive; ]
  1497. Music Department
  1498. Stanford University
  1499. :[font = output; inactive; ]
  1500. Plotting windows and their spectra
  1501. :[font = name; inactive; ]
  1502.         The Discrete Fourier Transform 
  1503. :[font = name; inactive; endGroup; endGroup; ]
  1504.         Applications of the Short-Time Fourier Transform
  1505. :[font = subsection; inactive; startGroup; Cclosed; ]
  1506. For More Information
  1507. :[font = text; inactive; ]
  1508.         Mathematica comes with several notebooks.  The notebook entitled "TourOfMathematica" in the /NextLibrary/Mathematica/Notebooks directory provides an overview of the system.         
  1509. :[font = text; inactive; ]
  1510.         Several books published by Addison-Wesley are listed below.  The first is more of a reference manual than a user's guide.  The 1988 edition documents Mathematica 1.0 and the 1991 edition documents Mathematica 2.0.   The second book is an introduction on how to encode knowledge in Mathematica.  The other book are less general.
  1511. :[font = subsubsection; inactive; ]
  1512. S. Wolfram, Mathematica:  A System for Doing Mathematics by Computer,  1988.
  1513. :[font = subsubsection; inactive; ]
  1514. R. Maeder, Programming in Mathematica,  1990.
  1515. :[font = subsubsection; inactive; ]
  1516. S. Skiena, Implementing Discrete Mathematics:  Combinatorics and Graph Theory with Mathematica, 1990.
  1517. :[font = subsubsection; inactive; ]
  1518. T. Gray and J. Glynn, Exploring Mathematics with Mathematica, 1991.
  1519. :[font = subsubsection; inactive; ]
  1520. R. Crandall, Mathematica for the Sciences, 1991.
  1521. :[font = subsubsection; inactive; endGroup; endGroup; ]
  1522. I. Vardi, Computational Recreations with Mathematica, 1991.
  1523. :[font = section; inactive; startGroup; Cclosed; ]
  1524. Introduction to Signal Processing
  1525. :[font = special3; inactive; wordwrap; ]
  1526. The following is taken from "Symbolic Transform with Applications to Signal Processing" by B. L. Evans and J. H. McClellan which appeared in the Fall 1990 issue of "The Mathematica Journal" pages 70-80.  The reference section lists this article as [Evans, 1990].
  1527. :[font = text; inactive; ]
  1528.         Transform theory is a powerful tool employed by scientists
  1529. [Oberhettinger and Badii 1973], mathematicians [Churchill 1958], and engineers [Lathi 1983; Muth 1978; Oppenheim and Schafer 1989].  One important use of this theory is to transform equations involving integrals and derivatives into algebraic equations that are easier to solve.  The solutions to the original equations are obtained by inverse transforming the algebraic solutions.  This is the case when the Laplace transform is applied to linear
  1530. differential equations with constant coefficients, or when the z-transform is applied to linear difference equations with constant coefficients.
  1531. :[font = text; inactive; ]
  1532.         This process is one of the staples of signal processing, the area
  1533. of engineering that deals with the design and analysis of systems that act on signals in prescribed ways.  A signal is essentially a function of one or more variables; often, in the one-variable case, the variable is time.  The variable can be continuous (for an analog signal), or discrete (for a digital, or sampled, signal).  Thus a one-dimensional discrete-time signal is a finite or infinite sequence of values, or samples.
  1534. :[font = text; inactive; ]
  1535.         A system is a mathematical operator that transforms one signal into
  1536. another, according to characteristic rules.  Filters, or linear time-invariant  systems, form a particularly important class of systems, eminently suited to
  1537. the application of transform methods.  A filter is characterized by a function, its impulse response, in terms of which the filter's action on any signal can be determined.  The output signal is the convolution of the input signal with the filter's impulse response; the operation of convolution involves an integral for continuous signals and a summation for discrete ones.  Using transforms, one can reduce the task of convolving these two functions to that of multiplying two algebraic expressions--- the functions' transforms--- and then inverse transforming the product.
  1538. :[font = text; inactive; ]
  1539.         For an example of analog system design, consider the transmission of AM radio signals.  Each AM radio station broadcasts at a specific frequency fo which is between 550 kHz and 1600 kHz and is a multiple of 10 kHz [Lathi 1983].   In order to avoid overlap with other stations, a station must transmit its signal between the frequencies fo - 5 kHz and fo + 5 kHz.  Before transmission, a station filters its signal so that frequencies above 5 kHz are rejected and frequencies below 5 kHz are passed.  This filtered signal is then shifted by fo in the frequency domain and transmitted.  The entire design and analysis of this system can be carried out in the frequency domain:  the Laplace transform would be used for the design and implementation of the 5 kHz low-pass filter, and the Fourier transform would be used to analyze the transmission system.
  1540. :[font = text; inactive; ]
  1541.         By contrast, digital signal processing (DSP) deals with discrete-time signals (sequences) and systems that act on them [Oppenheim and Schafer 1989].  Primarily, digital signals come from sampling and quantizing
  1542. analog signals.  In many cases, implementing a system in digital hardware is faster, more flexible, and more cost-effective than building it from
  1543. analog components.  One reason for this is that increasing precision in discrete systems is as simple as adding bits, whereas more expensive components may be required in analog systems.  Another reason is that the time to prototype a system is often shorter for discrete systems. Apart from that, some DSP operators, like those that alter the sampling rate, have little meaning in the continuous domain, and may be very difficult to implement with analog components.
  1544. :[font = text; inactive; ]
  1545.         The most commonly used transforms in DSP are the z-transform, the discrete-time Fourier transform (DTFT) and the discrete Fourier transform (DFT).  Just as the Laplace transform is a generalization of the Fourier transform, the z-transform is a generalized form of the DTFT.  The z-transform is most useful in the implementation of digital filters as digital hardware or programs for DSP chips, while the DTFT is preferred when the frequency-domain characteristics of a system must be defined.
  1546. :[font = text; inactive; ]
  1547.         Neither digital nor analog signal processing is confined to a single dimension.  Many spatial array and imaging applications require two- and
  1548. three-dimensional processing.  This is the case for detecting edges in monochrome digital images, or finding angles of arrival with an array of sensors.  A digitized image can be thought of as a function defined on an N x M grid, where each grid square is assigned an intensity value known as a grey level (usually a positive integer).  In such a digitized image, human eyes perceive an edge as a sharp transition between grey levels in adjacent regions.  Such a sharp transition gives rise to high-frequency components in
  1549. the image.  Therefore, filtering the image to boost its high-frequency components and decrease its low-frequency components would sharpen edges in the image.  This operation on the image is a two-dimensional high-pass filter; it corresponds to convolution in the two-dimensional ``time'' domain.
  1550. :[font = text; inactive; ]
  1551.         Digital signal processing has always been tied closely to computer implementations, where the signals are viewed as a stream of numbers.  The machine provides an efficient way to compute the DSP operator that transforms one stream of numbers into another.  On the other hand, the design of a signal processing system treats the signals as functions (in the mathematical sense).
  1552. :[font = text; inactive; ]
  1553.         Over the last decade, special attention has been devoted by several researchers to the field of symbolic signal processing [Kopec 1980, 1985;
  1554. Myers 1986; Covell 1989].  In symbolic processing, the signal is represented in a computer as a formula, rather than as a sequence of numbers.  Thus, the value of a signal might only be known in terms of a formula, instead of a number.  In a similar manner, signal processing operators, the building
  1555. blocks for systems, are maintained in symbolic form.  This enables a machine to simplify, rearrange, and rewrite symbolic expressions until they take a desired form.  For example, the desired form might be an optimal implementation of an expression in which the number of additions and multiplications is minimized.
  1556. :[font = text; inactive; ]
  1557.         The remainder of this paper [notebook] describes a set of packages that provide a general platform for implementing symbolic transforms in Mathematica and that represent a first step toward the building of a comprehensive signal processing environment in Mathematica.  The packages are divided into three groups, corresponding to the contexts
  1558. :[font = input; center; ]
  1559. SignalProcessing`Support`
  1560. :[font = input; center; ]
  1561. SignalProcessing`Digital`
  1562. :[font = input; center; ]
  1563. SignalProcessing`Analog` 
  1564. :[font = text; inactive; endGroup; ]
  1565. (Loading either of the last two automatically causes the first to load as well.)
  1566. :[font = section; inactive; startGroup; Cclosed; ]
  1567. Signal Processing Packages
  1568. :[font = text; inactive; ]
  1569.         The signal processing packages are extensions to the Mathematica kernel.  These packages add knowledge representations for functions, operators, and structures common in signal processing and implement the bilateral forms of the usual linear transforms: 
  1570. :[font = special3; inactive; center; ]
  1571. discrete signals
  1572. :[font = network; inactive; center; ]
  1573.  z-transform
  1574. discrete-time Fourier transform
  1575. discrete Fourier transform
  1576. :[font = special3; inactive; center; ]
  1577. continuous signals
  1578. :[font = network; inactive; center; ]
  1579. Laplace transform
  1580. Fourier transform
  1581. :[font = text; inactive; ]
  1582. The transforms can fully justify their answers so that students can learn the mechanics of how to compute transform. [Evans, 1990]
  1583. :[font = text; inactive; ]
  1584.         The packages also perform convolution and solve difference/differential equations.  The solvers can tackle linear constant coefficient (lcc) difference and differential equations subject to initial conditions.  Like the transform rule base, these solvers can fully justify their answers. [Evans, 1990]
  1585. :[font = special3; inactive; center; ]
  1586. discrete signals
  1587. :[font = network; inactive; center; ]
  1588.  one-dimensional convolution
  1589. solving lcc difference equations
  1590. :[font = special3; inactive; center; ]
  1591. continuous signals
  1592. :[font = network; inactive; center; ]
  1593. one-dimensional piecewise convolution
  1594. solving lcc differential equations
  1595. one-dimensional analog filter design
  1596. :[font = subsection; inactive; startGroup; Cclosed; ]
  1597. New Signals and Systems
  1598. :[font = text; inactive; ]
  1599.         Here are the new signals (functions) introduced by the packages:
  1600. :[font = network; inactive; center; ]
  1601. Kronecker impulse, Dirac delta, sinc,
  1602. continuous and discrete step functions,
  1603. continuous and discrete pulse functions,
  1604. aliased sinc, filter representations
  1605. :[font = text; inactive; ]
  1606.         Here are the new systems (operators) introduced by the packages:
  1607. :[font = network; inactive; endGroup; center; ]
  1608. aliasing, convolution, DFT, DTFT, backward
  1609. difference, downsampling, Fourier transform,
  1610. interleave samples, Laplace transform,
  1611. periodic, reverse, scale axis, shift,
  1612. summation, upsampling
  1613. :[font = subsection; inactive; startGroup; Cclosed; ]
  1614. New Graphics Capabilities
  1615. :[font = text; inactive; ]
  1616.         Of course, no implementation of signal processing operations would be complete without special graphical representations for signals (functions) and systems (operators):
  1617. :[font = special3; inactive; center; ]
  1618. general plotting
  1619. :[font = network; inactive; endGroup; center; ]
  1620. 1-D and 2-D signals and sequences
  1621. frequency responses
  1622. pole-zero diagrams
  1623. root loci
  1624.  
  1625. :[font = subsection; inactive; startGroup; Cclosed; ]
  1626. Laplace Transform Examples
  1627. :[font = text; inactive; ]
  1628.         These packages can compute transforms as well as fully justify the answers.  This is useful for showing the mechanics of  taking transforms to students.   Since the justification (dialogue) capabilities are pretty much the same for all of the transforms,we have included only Laplace transform examples because the Laplace transform is probably the most familiar of the implemented linear transforms.
  1629. :[font = subsubsection; inactive; startGroup; Cclosed; ]
  1630. Forward Transform with Complete Justification
  1631. :[font = text; inactive; ]
  1632.         For the example below, note that  CStep  is the continuous step function.  The justification is enabled by the Dialogue -> All option.  Other possible values for Dialogue are True and False.   True, the default value, tells the Laplace transform object LaPlace to report only strategies used in finding the transform (like partial fractions or series expansion).
  1633. :[font = input; startGroup; ]
  1634. LaPlace[ A t Exp[a t] CStep[t],
  1635.           t, s, Dialogue -> All ]
  1636. :[font = print; inactive; startGroup; ]
  1637.        a t
  1638. L  {A E    t CStep[t]}
  1639.   t
  1640. :[font = print; inactive; ]
  1641. which becomes
  1642. :[font = print; inactive; ]
  1643.        a t
  1644. A L  {E    t CStep[t]}
  1645.     t
  1646. :[font = print; inactive; ]
  1647. which becomes
  1648. :[font = print; inactive; ]
  1649. A {L  {t CStep[t]}}
  1650.      t             s -> -a + s and shift ROC
  1651. :[font = print; inactive; ]
  1652. which becomes
  1653. :[font = output; inactive; output; endGroup; endGroup; ]
  1654. LTransData[A/(-a + s)^2, Rminus[Re[a]], 
  1655.   Rplus[DirectedInfinity[1]], LVariables[s]]
  1656. ;[o]
  1657.                A
  1658. LTransData[---------, Rminus[Re[a]], 
  1659.                    2
  1660.            (-a + s)
  1661.  
  1662.   Rplus[Infinity], LVariables[s]]
  1663. :[font = text; inactive; endGroup; ]
  1664. Here, the transform is A / (s - a)^2 with a region of convergence of
  1665. Re{a} < Re{s}.
  1666. :[font = subsubsection; inactive; startGroup; Cclosed; ]
  1667. Inverse Transform with Justification
  1668. :[font = text; inactive; ]
  1669.         The justification is enabled by the Dialogue -> Trueoption.  Other possible values for Dialogue are All and False.   True, the default value, tells the Laplace transform object LaPlace to report only strategies used in finding the transform (like partial fractions or series expansion).
  1670. :[font = input; startGroup; ]
  1671. InvLaPlace[ ( s^3 + 27 s^2 + 242 s + 720 ) /
  1672.              ( s^4 + 10 s^3 + 35 s^2 + 50 s + 24 ),
  1673.              s, t, Simplify -> False ]
  1674. :[font = print; inactive; startGroup; ]
  1675. ( After performing partial fraction expansion on
  1676. :[font = print; inactive; ]
  1677.                        2    3
  1678.      720 + 242 s + 27 s  + s
  1679.   ------------------------------
  1680.                   2       3    4
  1681.   24 + 50 s + 35 s  + 10 s  + s
  1682. :[font = print; inactive; ]
  1683.   in order to break it up into first and
  1684. :[font = print; inactive; ]
  1685.   second order sections:
  1686. :[font = print; inactive; ]
  1687.    84      168     105     20
  1688.   ----- - ----- + ----- - ----- . )
  1689.   1 + s   2 + s   3 + s   4 + s
  1690. :[font = output; inactive; output; endGroup; endGroup; ]
  1691. (-20*CStep[t])/E^(4*t) + (105*CStep[t])/E^(3*t) - 
  1692.   (168*CStep[t])/E^(2*t) + (84*CStep[t])/E^t
  1693. ;[o]
  1694. -20 CStep[t]   105 CStep[t]   168 CStep[t]
  1695. ------------ + ------------ - ------------ + 
  1696.      4 t            3 t            2 t
  1697.     E              E              E
  1698.  
  1699.   84 CStep[t]
  1700.   -----------
  1701.        t
  1702.       E
  1703. :[font = text; inactive; endGroup; endGroup; ]
  1704. Here, the inverse transform is a sum of four decaying exponentials.
  1705. :[font = subsection; inactive; startGroup; Cclosed; ]
  1706. Signal Analysis
  1707. :[font = text; inactive; ]
  1708.         The signal processing packages can perform high-level signal analysis on digital signals (via DSPAnalyze) and analog signals (via ASPAnalyze).  The analysis mimics that expected of a junior or senior electrical engineering student.   For 1-D and 2-D signals, DSPAnalyze and ASPAnalyze 
  1709. :[font = special3; inactive; ]
  1710.     1.    plot the time-domain signal,
  1711. :[font = special3; inactive; ]
  1712.     2.    take its transform (z-transform for digital signals and Laplace
  1713.         transform for analog signals),
  1714. :[font = special3; inactive; ]
  1715.     3.    determine conditions on the free parameters for the signal
  1716.         to be stable,
  1717. :[font = special3; inactive; ]
  1718.     4.    display the pole-zero diagram, and
  1719. :[font = special3; inactive; ]
  1720.     5.    compute and plots the frequency response (if it exists).
  1721. :[font = text; inactive; ]
  1722.         Since the digital analysis performed by DSPAnalyze is similar to the analog analysis by ASPAnalyze, we have included one example.  aHere is the analysis of a two-sided decaying one-dimensional discrete-time exponential signal:
  1723. :[font = input; startGroup; Cclosed; ]
  1724. DSPAnalyze[ a^Abs[n], n, -10, 10, a -> 4/5 ]
  1725. :[font = print; inactive; startGroup; ]
  1726. For plotting only, these symbols will
  1727. :[font = print; inactive; ]
  1728. will be assigned default values:
  1729. :[font = print; inactive; ]
  1730.       4
  1731. {a -> -}
  1732.       5
  1733. :[font = postscript; inactive; PostScript; output; pictureLeft = 39; pictureWidth = 282; pictureHeight = 174; preserveAspect; ]
  1734. %!
  1735. %%Creator: Mathematica
  1736. %%AspectRatio: 0.61803 
  1737. MathPictureStart
  1738. % Scaling calculations
  1739. 0.5 0.04762 0.01472 0.5886 [
  1740. [(Discrete-Time Domain Analysis)] 0.5 0.62428 0 -1 Msboxa
  1741. [(-10)] 0.02381 0.00222 0 1 Msboxa
  1742. [(-5)] 0.2619 0.00222 0 1 Msboxa
  1743. [(5)] 0.7381 0.00222 0 1 Msboxa
  1744. [(10)] 0.97619 0.00222 0 1 Msboxa
  1745. [(n)] 1.00625 0.01472 -1 0 Msboxa
  1746. [(0.2)] 0.4875 0.13244 1 0 Msboxa
  1747. [(0.4)] 0.4875 0.25016 1 0 Msboxa
  1748. [(0.6)] 0.4875 0.36788 1 0 Msboxa
  1749. [(0.8)] 0.4875 0.4856 1 0 Msboxa
  1750. [(1)] 0.4875 0.60332 1 0 Msboxa
  1751. [( )] 0.5 0.62428 0 -1 Msboxa
  1752. [ -0.001 -0.001 0 0 ]
  1753. [ 1.001 0.61903 0 0 ]
  1754. ] MathScale
  1755. % Start of Graphics
  1756. 1 setlinecap
  1757. 1 setlinejoin
  1758. newpath
  1759. %%Object: Graphics
  1760. [ ] 0 setdash
  1761. 0 setgray
  1762. 0 setgray
  1763. [(Discrete-Time Domain Analysis)] 0.5 0.62428 0 -1 Mshowa
  1764. gsave
  1765. gsave
  1766. 0.002 setlinewidth
  1767. 0 0.01472 moveto
  1768. 1 0.01472 lineto
  1769. stroke
  1770. 0.02381 0.00847 moveto
  1771. 0.02381 0.02097 lineto
  1772. stroke
  1773. 0 setgray
  1774. [(-10)] 0.02381 0.00222 0 1 Mshowa
  1775. 0.2619 0.00847 moveto
  1776. 0.2619 0.02097 lineto
  1777. stroke
  1778. 0 setgray
  1779. [(-5)] 0.2619 0.00222 0 1 Mshowa
  1780. 0.7381 0.00847 moveto
  1781. 0.7381 0.02097 lineto
  1782. stroke
  1783. 0 setgray
  1784. [(5)] 0.7381 0.00222 0 1 Mshowa
  1785. 0.97619 0.00847 moveto
  1786. 0.97619 0.02097 lineto
  1787. stroke
  1788. 0 setgray
  1789. [(10)] 0.97619 0.00222 0 1 Mshowa
  1790. 0 setgray
  1791. [(n)] 1.00625 0.01472 -1 0 Mshowa
  1792. 0.5 0 moveto
  1793. 0.5 0.61803 lineto
  1794. stroke
  1795. 0.49375 0.13244 moveto
  1796. 0.50625 0.13244 lineto
  1797. stroke
  1798. 0 setgray
  1799. [(0.2)] 0.4875 0.13244 1 0 Mshowa
  1800. 0.49375 0.25016 moveto
  1801. 0.50625 0.25016 lineto
  1802. stroke
  1803. 0 setgray
  1804. [(0.4)] 0.4875 0.25016 1 0 Mshowa
  1805. 0.49375 0.36788 moveto
  1806. 0.50625 0.36788 lineto
  1807. stroke
  1808. 0 setgray
  1809. [(0.6)] 0.4875 0.36788 1 0 Mshowa
  1810. 0.49375 0.4856 moveto
  1811. 0.50625 0.4856 lineto
  1812. stroke
  1813. 0 setgray
  1814. [(0.8)] 0.4875 0.4856 1 0 Mshowa
  1815. 0.49375 0.60332 moveto
  1816. 0.50625 0.60332 lineto
  1817. stroke
  1818. 0 setgray
  1819. [(1)] 0.4875 0.60332 1 0 Mshowa
  1820. 0 setgray
  1821. [( )] 0.5 0.62428 0 -1 Mshowa
  1822. grestore
  1823. grestore
  1824. 0 0 moveto
  1825. 1 0 lineto
  1826. 1 0.618034 lineto
  1827. 0 0.618034 lineto
  1828. closepath
  1829. clip
  1830. newpath
  1831. 0 setgray
  1832. gsave
  1833. 0.004 setlinewidth
  1834. 0.02381 0.01472 moveto
  1835. 0.02381 0.07792 lineto
  1836. stroke
  1837. 0.008 setlinewidth
  1838. 0.02381 0.07792 Mdot
  1839. 0.004 setlinewidth
  1840. 0.07143 0.01472 moveto
  1841. 0.07143 0.09372 lineto
  1842. stroke
  1843. 0.008 setlinewidth
  1844. 0.07143 0.09372 Mdot
  1845. 0.004 setlinewidth
  1846. 0.11905 0.01472 moveto
  1847. 0.11905 0.11347 lineto
  1848. stroke
  1849. 0.008 setlinewidth
  1850. 0.11905 0.11347 Mdot
  1851. 0.004 setlinewidth
  1852. 0.16667 0.01472 moveto
  1853. 0.16667 0.13815 lineto
  1854. stroke
  1855. 0.008 setlinewidth
  1856. 0.16667 0.13815 Mdot
  1857. 0.004 setlinewidth
  1858. 0.21429 0.01472 moveto
  1859. 0.21429 0.16901 lineto
  1860. stroke
  1861. 0.008 setlinewidth
  1862. 0.21429 0.16901 Mdot
  1863. 0.004 setlinewidth
  1864. 0.2619 0.01472 moveto
  1865. 0.2619 0.20759 lineto
  1866. stroke
  1867. 0.008 setlinewidth
  1868. 0.2619 0.20759 Mdot
  1869. 0.004 setlinewidth
  1870. 0.30952 0.01472 moveto
  1871. 0.30952 0.25581 lineto
  1872. stroke
  1873. 0.008 setlinewidth
  1874. 0.30952 0.25581 Mdot
  1875. 0.004 setlinewidth
  1876. 0.35714 0.01472 moveto
  1877. 0.35714 0.31608 lineto
  1878. stroke
  1879. 0.008 setlinewidth
  1880. 0.35714 0.31608 Mdot
  1881. 0.004 setlinewidth
  1882. 0.40476 0.01472 moveto
  1883. 0.40476 0.39142 lineto
  1884. stroke
  1885. 0.008 setlinewidth
  1886. 0.40476 0.39142 Mdot
  1887. 0.004 setlinewidth
  1888. 0.45238 0.01472 moveto
  1889. 0.45238 0.4856 lineto
  1890. stroke
  1891. 0.008 setlinewidth
  1892. 0.45238 0.4856 Mdot
  1893. 0.004 setlinewidth
  1894. 0.5 0.01472 moveto
  1895. 0.5 0.60332 lineto
  1896. stroke
  1897. 0.008 setlinewidth
  1898. 0.5 0.60332 Mdot
  1899. 0.004 setlinewidth
  1900. 0.54762 0.01472 moveto
  1901. 0.54762 0.4856 lineto
  1902. stroke
  1903. 0.008 setlinewidth
  1904. 0.54762 0.4856 Mdot
  1905. 0.004 setlinewidth
  1906. 0.59524 0.01472 moveto
  1907. 0.59524 0.39142 lineto
  1908. stroke
  1909. 0.008 setlinewidth
  1910. 0.59524 0.39142 Mdot
  1911. 0.004 setlinewidth
  1912. 0.64286 0.01472 moveto
  1913. 0.64286 0.31608 lineto
  1914. stroke
  1915. 0.008 setlinewidth
  1916. 0.64286 0.31608 Mdot
  1917. 0.004 setlinewidth
  1918. 0.69048 0.01472 moveto
  1919. 0.69048 0.25581 lineto
  1920. stroke
  1921. 0.008 setlinewidth
  1922. 0.69048 0.25581 Mdot
  1923. 0.004 setlinewidth
  1924. 0.7381 0.01472 moveto
  1925. 0.7381 0.20759 lineto
  1926. stroke
  1927. 0.008 setlinewidth
  1928. 0.7381 0.20759 Mdot
  1929. 0.004 setlinewidth
  1930. 0.78571 0.01472 moveto
  1931. 0.78571 0.16901 lineto
  1932. stroke
  1933. 0.008 setlinewidth
  1934. 0.78571 0.16901 Mdot
  1935. 0.004 setlinewidth
  1936. 0.83333 0.01472 moveto
  1937. 0.83333 0.13815 lineto
  1938. stroke
  1939. 0.008 setlinewidth
  1940. 0.83333 0.13815 Mdot
  1941. 0.004 setlinewidth
  1942. 0.88095 0.01472 moveto
  1943. 0.88095 0.11347 lineto
  1944. stroke
  1945. 0.008 setlinewidth
  1946. 0.88095 0.11347 Mdot
  1947. 0.004 setlinewidth
  1948. 0.92857 0.01472 moveto
  1949. 0.92857 0.09372 lineto
  1950. stroke
  1951. 0.008 setlinewidth
  1952. 0.92857 0.09372 Mdot
  1953. 0.004 setlinewidth
  1954. 0.97619 0.01472 moveto
  1955. 0.97619 0.07792 lineto
  1956. stroke
  1957. 0.008 setlinewidth
  1958. 0.97619 0.07792 Mdot
  1959. grestore
  1960. % End of Graphics
  1961. MathPictureEnd
  1962. :[font = print; inactive; ]
  1963. ( after rewriting the two-sided expression
  1964. :[font = print; inactive; ]
  1965.    Abs[n]
  1966.   a
  1967. :[font = print; inactive; ]
  1968.   as a left-sided plus a right sided sequence
  1969. :[font = print; inactive; ]
  1970.   Step[-1 - n]    n
  1971.   ------------ + a  Step[n] )
  1972.         n
  1973.        a
  1974. :[font = print; inactive; ]
  1975.  Abs[n]
  1976. a
  1977. :[font = print; inactive; ]
  1978. has the following z-transform:
  1979. :[font = print; inactive; ]
  1980.   1       a z
  1981. ----- + -------
  1982.     a   1 - a z
  1983. 1 - -
  1984.     z
  1985. :[font = print; inactive; ]
  1986. The region of convergence is:
  1987. :[font = print; inactive; ]
  1988.                  1
  1989. Abs[a] < |z| < ------
  1990.                Abs[a]
  1991. :[font = print; inactive; ]
  1992.                               1
  1993. The system is stable if 1 < ------ && Abs[a] < 1
  1994.                             Abs[a]
  1995. :[font = print; inactive; ]
  1996.  
  1997. :[font = print; inactive; ]
  1998. The zeroes are:  {0.}
  1999. :[font = print; inactive; ]
  2000. The poles are:   {0.8, 1.25}
  2001. :[font = postscript; inactive; PostScript; output; pictureLeft = 39; pictureWidth = 282; pictureHeight = 282; preserveAspect; ]
  2002. %!
  2003. %%Creator: Mathematica
  2004. %%AspectRatio: 1 
  2005. MathPictureStart
  2006. % Scaling calculations
  2007. 0.5 0.32 0.5 0.32 [
  2008. [(-1.5)] 0.02 0.4875 0 1 Msboxa
  2009. [(-1)] 0.18 0.4875 0 1 Msboxa
  2010. [(-0.5)] 0.34 0.4875 0 1 Msboxa
  2011. [(0.5)] 0.66 0.4875 0 1 Msboxa
  2012. [(1)] 0.82 0.4875 0 1 Msboxa
  2013. [(1.5)] 0.98 0.4875 0 1 Msboxa
  2014. [(Re z)] 1.00625 0.5 -1 0 Msboxa
  2015. [(-1.5)] 0.4875 0.02 1 0 Msboxa
  2016. [(-1)] 0.4875 0.18 1 0 Msboxa
  2017. [(-0.5)] 0.4875 0.34 1 0 Msboxa
  2018. [(0.5)] 0.4875 0.66 1 0 Msboxa
  2019. [(1)] 0.4875 0.82 1 0 Msboxa
  2020. [(1.5)] 0.4875 0.98 1 0 Msboxa
  2021. [(Im z)] 0.5 1.00625 0 -1 Msboxa
  2022. [ -0.001 -0.001 0 0 ]
  2023. [ 1.001 1.001 0 0 ]
  2024. ] MathScale
  2025. % Start of Graphics
  2026. 1 setlinecap
  2027. 1 setlinejoin
  2028. newpath
  2029. %%Object: Graphics
  2030. [ ] 0 setdash
  2031. 0 setgray
  2032. gsave
  2033. gsave
  2034. 0.002 setlinewidth
  2035. 0 0.5 moveto
  2036. 1 0.5 lineto
  2037. stroke
  2038. 0.02 0.49375 moveto
  2039. 0.02 0.50625 lineto
  2040. stroke
  2041. 0 setgray
  2042. [(-1.5)] 0.02 0.4875 0 1 Mshowa
  2043. 0.18 0.49375 moveto
  2044. 0.18 0.50625 lineto
  2045. stroke
  2046. 0 setgray
  2047. [(-1)] 0.18 0.4875 0 1 Mshowa
  2048. 0.34 0.49375 moveto
  2049. 0.34 0.50625 lineto
  2050. stroke
  2051. 0 setgray
  2052. [(-0.5)] 0.34 0.4875 0 1 Mshowa
  2053. 0.66 0.49375 moveto
  2054. 0.66 0.50625 lineto
  2055. stroke
  2056. 0 setgray
  2057. [(0.5)] 0.66 0.4875 0 1 Mshowa
  2058. 0.82 0.49375 moveto
  2059. 0.82 0.50625 lineto
  2060. stroke
  2061. 0 setgray
  2062. [(1)] 0.82 0.4875 0 1 Mshowa
  2063. 0.98 0.49375 moveto
  2064. 0.98 0.50625 lineto
  2065. stroke
  2066. 0 setgray
  2067. [(1.5)] 0.98 0.4875 0 1 Mshowa
  2068. 0 setgray
  2069. [(Re z)] 1.00625 0.5 -1 0 Mshowa
  2070. 0.5 0 moveto
  2071. 0.5 1 lineto
  2072. stroke
  2073. 0.49375 0.02 moveto
  2074. 0.50625 0.02 lineto
  2075. stroke
  2076. 0 setgray
  2077. [(-1.5)] 0.4875 0.02 1 0 Mshowa
  2078. 0.49375 0.18 moveto
  2079. 0.50625 0.18 lineto
  2080. stroke
  2081. 0 setgray
  2082. [(-1)] 0.4875 0.18 1 0 Mshowa
  2083. 0.49375 0.34 moveto
  2084. 0.50625 0.34 lineto
  2085. stroke
  2086. 0 setgray
  2087. [(-0.5)] 0.4875 0.34 1 0 Mshowa
  2088. 0.49375 0.66 moveto
  2089. 0.50625 0.66 lineto
  2090. stroke
  2091. 0 setgray
  2092. [(0.5)] 0.4875 0.66 1 0 Mshowa
  2093. 0.49375 0.82 moveto
  2094. 0.50625 0.82 lineto
  2095. stroke
  2096. 0 setgray
  2097. [(1)] 0.4875 0.82 1 0 Mshowa
  2098. 0.49375 0.98 moveto
  2099. 0.50625 0.98 lineto
  2100. stroke
  2101. 0 setgray
  2102. [(1.5)] 0.4875 0.98 1 0 Mshowa
  2103. 0 setgray
  2104. [(Im z)] 0.5 1.00625 0 -1 Mshowa
  2105. grestore
  2106. grestore
  2107. 0 0 moveto
  2108. 1 0 lineto
  2109. 1 1 lineto
  2110. 0 1 lineto
  2111. closepath
  2112. clip
  2113. newpath
  2114. 0 setgray
  2115. gsave
  2116. gsave
  2117. gsave
  2118. gsave
  2119. 0.004 setlinewidth
  2120. 0.82 0.5 moveto
  2121. 0.81999 0.50262 lineto
  2122. 0.81996 0.50524 lineto
  2123. 0.8199 0.50785 lineto
  2124. 0.81983 0.51047 lineto
  2125. 0.81973 0.51309 lineto
  2126. 0.81961 0.5157 lineto
  2127. 0.81931 0.52093 lineto
  2128. 0.81893 0.52615 lineto
  2129. 0.81846 0.53137 lineto
  2130. 0.81726 0.54177 lineto
  2131. 0.81573 0.55213 lineto
  2132. 0.81385 0.56243 lineto
  2133. 0.8091 0.58282 lineto
  2134. 0.80302 0.60286 lineto
  2135. 0.79564 0.62246 lineto
  2136. 0.77713 0.66 lineto
  2137. 0.75387 0.6948 lineto
  2138. 0.72627 0.72627 lineto
  2139. 0.6948 0.75387 lineto
  2140. 0.66 0.77713 lineto
  2141. 0.64153 0.787 lineto
  2142. 0.62246 0.79564 lineto
  2143. 0.60286 0.80302 lineto
  2144. 0.58282 0.8091 lineto
  2145. 0.56243 0.81385 lineto
  2146. 0.55213 0.81573 lineto
  2147. 0.54177 0.81726 lineto
  2148. 0.53137 0.81846 lineto
  2149. 0.52615 0.81893 lineto
  2150. 0.52093 0.81931 lineto
  2151. 0.5157 0.81961 lineto
  2152. 0.51309 0.81973 lineto
  2153. 0.51047 0.81983 lineto
  2154. 0.50785 0.8199 lineto
  2155. 0.50524 0.81996 lineto
  2156. 0.50262 0.81999 lineto
  2157. 0.5 0.82 lineto
  2158. 0.49738 0.81999 lineto
  2159. 0.49476 0.81996 lineto
  2160. 0.49215 0.8199 lineto
  2161. 0.48953 0.81983 lineto
  2162. 0.4843 0.81961 lineto
  2163. 0.47907 0.81931 lineto
  2164. 0.47385 0.81893 lineto
  2165. 0.46863 0.81846 lineto
  2166. 0.45823 0.81726 lineto
  2167. 0.44787 0.81573 lineto
  2168. 0.43757 0.81385 lineto
  2169. 0.41718 0.8091 lineto
  2170. Mistroke
  2171. 0.39714 0.80302 lineto
  2172. 0.37754 0.79564 lineto
  2173. 0.34 0.77713 lineto
  2174. 0.3052 0.75387 lineto
  2175. 0.27373 0.72627 lineto
  2176. 0.24613 0.6948 lineto
  2177. 0.22287 0.66 lineto
  2178. 0.20436 0.62246 lineto
  2179. 0.19698 0.60286 lineto
  2180. 0.1909 0.58282 lineto
  2181. 0.18615 0.56243 lineto
  2182. 0.18427 0.55213 lineto
  2183. 0.18274 0.54177 lineto
  2184. 0.18154 0.53137 lineto
  2185. 0.18107 0.52615 lineto
  2186. 0.18069 0.52093 lineto
  2187. 0.18039 0.5157 lineto
  2188. 0.18027 0.51309 lineto
  2189. 0.18017 0.51047 lineto
  2190. 0.1801 0.50785 lineto
  2191. 0.18004 0.50524 lineto
  2192. 0.18001 0.50262 lineto
  2193. 0.18 0.5 lineto
  2194. 0.18001 0.49738 lineto
  2195. 0.18004 0.49476 lineto
  2196. 0.1801 0.49215 lineto
  2197. 0.18017 0.48953 lineto
  2198. 0.18039 0.4843 lineto
  2199. 0.18069 0.47907 lineto
  2200. 0.18107 0.47385 lineto
  2201. 0.18154 0.46863 lineto
  2202. 0.18274 0.45823 lineto
  2203. 0.18427 0.44787 lineto
  2204. 0.18615 0.43757 lineto
  2205. 0.1909 0.41718 lineto
  2206. 0.19698 0.39714 lineto
  2207. 0.20436 0.37754 lineto
  2208. 0.22287 0.34 lineto
  2209. 0.24613 0.3052 lineto
  2210. 0.27373 0.27373 lineto
  2211. 0.3052 0.24613 lineto
  2212. 0.34 0.22287 lineto
  2213. 0.35847 0.213 lineto
  2214. 0.37754 0.20436 lineto
  2215. 0.39714 0.19698 lineto
  2216. 0.41718 0.1909 lineto
  2217. 0.43757 0.18615 lineto
  2218. 0.44787 0.18427 lineto
  2219. 0.45823 0.18274 lineto
  2220. 0.46863 0.18154 lineto
  2221. Mistroke
  2222. 0.47385 0.18107 lineto
  2223. 0.47907 0.18069 lineto
  2224. 0.4843 0.18039 lineto
  2225. 0.48691 0.18027 lineto
  2226. 0.48953 0.18017 lineto
  2227. 0.49215 0.1801 lineto
  2228. 0.49476 0.18004 lineto
  2229. 0.49738 0.18001 lineto
  2230. 0.5 0.18 lineto
  2231. 0.50262 0.18001 lineto
  2232. 0.50524 0.18004 lineto
  2233. 0.50785 0.1801 lineto
  2234. 0.51047 0.18017 lineto
  2235. 0.5157 0.18039 lineto
  2236. 0.52093 0.18069 lineto
  2237. 0.52615 0.18107 lineto
  2238. 0.53137 0.18154 lineto
  2239. 0.54177 0.18274 lineto
  2240. 0.55213 0.18427 lineto
  2241. 0.56243 0.18615 lineto
  2242. 0.58282 0.1909 lineto
  2243. 0.60286 0.19698 lineto
  2244. 0.62246 0.20436 lineto
  2245. 0.66 0.22287 lineto
  2246. 0.6948 0.24613 lineto
  2247. 0.72627 0.27373 lineto
  2248. 0.75387 0.3052 lineto
  2249. 0.77713 0.34 lineto
  2250. 0.787 0.35847 lineto
  2251. 0.79564 0.37754 lineto
  2252. 0.80302 0.39714 lineto
  2253. 0.8091 0.41718 lineto
  2254. 0.81385 0.43757 lineto
  2255. 0.81573 0.44787 lineto
  2256. 0.81726 0.45823 lineto
  2257. 0.81846 0.46863 lineto
  2258. 0.81893 0.47385 lineto
  2259. 0.81931 0.47907 lineto
  2260. 0.81961 0.4843 lineto
  2261. 0.81973 0.48691 lineto
  2262. 0.81983 0.48953 lineto
  2263. 0.8199 0.49215 lineto
  2264. 0.81996 0.49476 lineto
  2265. 0.81999 0.49738 lineto
  2266. 0.82 0.5 lineto
  2267. Mfstroke
  2268. grestore
  2269. grestore
  2270. grestore
  2271. gsave
  2272. gsave
  2273. [ 0.05 0.05 ] 0 setdash
  2274. gsave
  2275. 0.004 setlinewidth
  2276. 0.756 0.5 moveto
  2277. 0.75599 0.50209 lineto
  2278. 0.75597 0.50419 lineto
  2279. 0.75592 0.50628 lineto
  2280. 0.75586 0.50838 lineto
  2281. 0.75579 0.51047 lineto
  2282. 0.75569 0.51256 lineto
  2283. 0.75545 0.51674 lineto
  2284. 0.75514 0.52092 lineto
  2285. 0.75477 0.52509 lineto
  2286. 0.75381 0.53341 lineto
  2287. 0.75258 0.5417 lineto
  2288. 0.75108 0.54994 lineto
  2289. 0.74728 0.56626 lineto
  2290. 0.74241 0.58229 lineto
  2291. 0.73651 0.59797 lineto
  2292. 0.7217 0.628 lineto
  2293. 0.7031 0.65584 lineto
  2294. 0.68102 0.68102 lineto
  2295. 0.65584 0.7031 lineto
  2296. 0.628 0.7217 lineto
  2297. 0.61323 0.7296 lineto
  2298. 0.59797 0.73651 lineto
  2299. 0.58229 0.74241 lineto
  2300. 0.56626 0.74728 lineto
  2301. 0.54994 0.75108 lineto
  2302. 0.5417 0.75258 lineto
  2303. 0.53341 0.75381 lineto
  2304. 0.52509 0.75477 lineto
  2305. 0.52092 0.75514 lineto
  2306. 0.51674 0.75545 lineto
  2307. 0.51256 0.75569 lineto
  2308. 0.51047 0.75579 lineto
  2309. 0.50838 0.75586 lineto
  2310. 0.50628 0.75592 lineto
  2311. 0.50419 0.75597 lineto
  2312. 0.50209 0.75599 lineto
  2313. 0.5 0.756 lineto
  2314. 0.49791 0.75599 lineto
  2315. 0.49581 0.75597 lineto
  2316. 0.49372 0.75592 lineto
  2317. 0.49162 0.75586 lineto
  2318. 0.48744 0.75569 lineto
  2319. 0.48326 0.75545 lineto
  2320. 0.47908 0.75514 lineto
  2321. 0.47491 0.75477 lineto
  2322. 0.46659 0.75381 lineto
  2323. 0.4583 0.75258 lineto
  2324. 0.45006 0.75108 lineto
  2325. 0.43374 0.74728 lineto
  2326. Mistroke
  2327. 0.41771 0.74241 lineto
  2328. 0.40203 0.73651 lineto
  2329. 0.372 0.7217 lineto
  2330. 0.34416 0.7031 lineto
  2331. 0.31898 0.68102 lineto
  2332. 0.2969 0.65584 lineto
  2333. 0.2783 0.628 lineto
  2334. 0.26349 0.59797 lineto
  2335. 0.25759 0.58229 lineto
  2336. 0.25272 0.56626 lineto
  2337. 0.24892 0.54994 lineto
  2338. 0.24742 0.5417 lineto
  2339. 0.24619 0.53341 lineto
  2340. 0.24523 0.52509 lineto
  2341. 0.24486 0.52092 lineto
  2342. 0.24455 0.51674 lineto
  2343. 0.24431 0.51256 lineto
  2344. 0.24421 0.51047 lineto
  2345. 0.24414 0.50838 lineto
  2346. 0.24408 0.50628 lineto
  2347. 0.24403 0.50419 lineto
  2348. 0.24401 0.50209 lineto
  2349. 0.244 0.5 lineto
  2350. 0.24401 0.49791 lineto
  2351. 0.24403 0.49581 lineto
  2352. 0.24408 0.49372 lineto
  2353. 0.24414 0.49162 lineto
  2354. 0.24431 0.48744 lineto
  2355. 0.24455 0.48326 lineto
  2356. 0.24486 0.47908 lineto
  2357. 0.24523 0.47491 lineto
  2358. 0.24619 0.46659 lineto
  2359. 0.24742 0.4583 lineto
  2360. 0.24892 0.45006 lineto
  2361. 0.25272 0.43374 lineto
  2362. 0.25759 0.41771 lineto
  2363. 0.26349 0.40203 lineto
  2364. 0.2783 0.372 lineto
  2365. 0.2969 0.34416 lineto
  2366. 0.31898 0.31898 lineto
  2367. 0.34416 0.2969 lineto
  2368. 0.372 0.2783 lineto
  2369. 0.38677 0.2704 lineto
  2370. 0.40203 0.26349 lineto
  2371. 0.41771 0.25759 lineto
  2372. 0.43374 0.25272 lineto
  2373. 0.45006 0.24892 lineto
  2374. 0.4583 0.24742 lineto
  2375. 0.46659 0.24619 lineto
  2376. 0.47491 0.24523 lineto
  2377. Mistroke
  2378. 0.47908 0.24486 lineto
  2379. 0.48326 0.24455 lineto
  2380. 0.48744 0.24431 lineto
  2381. 0.48953 0.24421 lineto
  2382. 0.49162 0.24414 lineto
  2383. 0.49372 0.24408 lineto
  2384. 0.49581 0.24403 lineto
  2385. 0.49791 0.24401 lineto
  2386. 0.5 0.244 lineto
  2387. 0.50209 0.24401 lineto
  2388. 0.50419 0.24403 lineto
  2389. 0.50628 0.24408 lineto
  2390. 0.50838 0.24414 lineto
  2391. 0.51256 0.24431 lineto
  2392. 0.51674 0.24455 lineto
  2393. 0.52092 0.24486 lineto
  2394. 0.52509 0.24523 lineto
  2395. 0.53341 0.24619 lineto
  2396. 0.5417 0.24742 lineto
  2397. 0.54994 0.24892 lineto
  2398. 0.56626 0.25272 lineto
  2399. 0.58229 0.25759 lineto
  2400. 0.59797 0.26349 lineto
  2401. 0.628 0.2783 lineto
  2402. 0.65584 0.2969 lineto
  2403. 0.68102 0.31898 lineto
  2404. 0.7031 0.34416 lineto
  2405. 0.7217 0.372 lineto
  2406. 0.7296 0.38677 lineto
  2407. 0.73651 0.40203 lineto
  2408. 0.74241 0.41771 lineto
  2409. 0.74728 0.43374 lineto
  2410. 0.75108 0.45006 lineto
  2411. 0.75258 0.4583 lineto
  2412. 0.75381 0.46659 lineto
  2413. 0.75477 0.47491 lineto
  2414. 0.75514 0.47908 lineto
  2415. 0.75545 0.48326 lineto
  2416. 0.75569 0.48744 lineto
  2417. 0.75579 0.48953 lineto
  2418. 0.75586 0.49162 lineto
  2419. 0.75592 0.49372 lineto
  2420. 0.75597 0.49581 lineto
  2421. 0.75599 0.49791 lineto
  2422. 0.756 0.5 lineto
  2423. Mfstroke
  2424. grestore
  2425. grestore
  2426. grestore
  2427. gsave
  2428. gsave
  2429. [ 0.05 0.05 ] 0 setdash
  2430. gsave
  2431. 0.004 setlinewidth
  2432. 0.9 0.5 moveto
  2433. 0.89999 0.50327 lineto
  2434. 0.89995 0.50654 lineto
  2435. 0.89988 0.50982 lineto
  2436. 0.89979 0.51309 lineto
  2437. 0.89967 0.51636 lineto
  2438. 0.89952 0.51963 lineto
  2439. 0.89914 0.52616 lineto
  2440. 0.89866 0.53269 lineto
  2441. 0.89807 0.53921 lineto
  2442. 0.89658 0.55221 lineto
  2443. 0.89466 0.56516 lineto
  2444. 0.89231 0.57804 lineto
  2445. 0.88637 0.60353 lineto
  2446. 0.87877 0.62858 lineto
  2447. 0.86955 0.65307 lineto
  2448. 0.84641 0.7 lineto
  2449. 0.81734 0.7435 lineto
  2450. 0.78284 0.78284 lineto
  2451. 0.7435 0.81734 lineto
  2452. 0.7 0.84641 lineto
  2453. 0.67692 0.85875 lineto
  2454. 0.65307 0.86955 lineto
  2455. 0.62858 0.87877 lineto
  2456. 0.60353 0.88637 lineto
  2457. 0.57804 0.89231 lineto
  2458. 0.56516 0.89466 lineto
  2459. 0.55221 0.89658 lineto
  2460. 0.53921 0.89807 lineto
  2461. 0.53269 0.89866 lineto
  2462. 0.52616 0.89914 lineto
  2463. 0.51963 0.89952 lineto
  2464. 0.51636 0.89967 lineto
  2465. 0.51309 0.89979 lineto
  2466. 0.50982 0.89988 lineto
  2467. 0.50654 0.89995 lineto
  2468. 0.50327 0.89999 lineto
  2469. 0.5 0.9 lineto
  2470. 0.49673 0.89999 lineto
  2471. 0.49346 0.89995 lineto
  2472. 0.49018 0.89988 lineto
  2473. 0.48691 0.89979 lineto
  2474. 0.48037 0.89952 lineto
  2475. 0.47384 0.89914 lineto
  2476. 0.46731 0.89866 lineto
  2477. 0.46079 0.89807 lineto
  2478. 0.44779 0.89658 lineto
  2479. 0.43484 0.89466 lineto
  2480. 0.42196 0.89231 lineto
  2481. 0.39647 0.88637 lineto
  2482. Mistroke
  2483. 0.37142 0.87877 lineto
  2484. 0.34693 0.86955 lineto
  2485. 0.3 0.84641 lineto
  2486. 0.2565 0.81734 lineto
  2487. 0.21716 0.78284 lineto
  2488. 0.18266 0.7435 lineto
  2489. 0.15359 0.7 lineto
  2490. 0.13045 0.65307 lineto
  2491. 0.12123 0.62858 lineto
  2492. 0.11363 0.60353 lineto
  2493. 0.10769 0.57804 lineto
  2494. 0.10534 0.56516 lineto
  2495. 0.10342 0.55221 lineto
  2496. 0.10193 0.53921 lineto
  2497. 0.10134 0.53269 lineto
  2498. 0.10086 0.52616 lineto
  2499. 0.10048 0.51963 lineto
  2500. 0.10033 0.51636 lineto
  2501. 0.10021 0.51309 lineto
  2502. 0.10012 0.50982 lineto
  2503. 0.10005 0.50654 lineto
  2504. 0.10001 0.50327 lineto
  2505. 0.1 0.5 lineto
  2506. 0.10001 0.49673 lineto
  2507. 0.10005 0.49346 lineto
  2508. 0.10012 0.49018 lineto
  2509. 0.10021 0.48691 lineto
  2510. 0.10048 0.48037 lineto
  2511. 0.10086 0.47384 lineto
  2512. 0.10134 0.46731 lineto
  2513. 0.10193 0.46079 lineto
  2514. 0.10342 0.44779 lineto
  2515. 0.10534 0.43484 lineto
  2516. 0.10769 0.42196 lineto
  2517. 0.11363 0.39647 lineto
  2518. 0.12123 0.37142 lineto
  2519. 0.13045 0.34693 lineto
  2520. 0.15359 0.3 lineto
  2521. 0.18266 0.2565 lineto
  2522. 0.21716 0.21716 lineto
  2523. 0.2565 0.18266 lineto
  2524. 0.3 0.15359 lineto
  2525. 0.32308 0.14125 lineto
  2526. 0.34693 0.13045 lineto
  2527. 0.37142 0.12123 lineto
  2528. 0.39647 0.11363 lineto
  2529. 0.42196 0.10769 lineto
  2530. 0.43484 0.10534 lineto
  2531. 0.44779 0.10342 lineto
  2532. 0.46079 0.10193 lineto
  2533. Mistroke
  2534. 0.46731 0.10134 lineto
  2535. 0.47384 0.10086 lineto
  2536. 0.48037 0.10048 lineto
  2537. 0.48364 0.10033 lineto
  2538. 0.48691 0.10021 lineto
  2539. 0.49018 0.10012 lineto
  2540. 0.49346 0.10005 lineto
  2541. 0.49673 0.10001 lineto
  2542. 0.5 0.1 lineto
  2543. 0.50327 0.10001 lineto
  2544. 0.50654 0.10005 lineto
  2545. 0.50982 0.10012 lineto
  2546. 0.51309 0.10021 lineto
  2547. 0.51963 0.10048 lineto
  2548. 0.52616 0.10086 lineto
  2549. 0.53269 0.10134 lineto
  2550. 0.53921 0.10193 lineto
  2551. 0.55221 0.10342 lineto
  2552. 0.56516 0.10534 lineto
  2553. 0.57804 0.10769 lineto
  2554. 0.60353 0.11363 lineto
  2555. 0.62858 0.12123 lineto
  2556. 0.65307 0.13045 lineto
  2557. 0.7 0.15359 lineto
  2558. 0.7435 0.18266 lineto
  2559. 0.78284 0.21716 lineto
  2560. 0.81734 0.2565 lineto
  2561. 0.84641 0.3 lineto
  2562. 0.85875 0.32308 lineto
  2563. 0.86955 0.34693 lineto
  2564. 0.87877 0.37142 lineto
  2565. 0.88637 0.39647 lineto
  2566. 0.89231 0.42196 lineto
  2567. 0.89466 0.43484 lineto
  2568. 0.89658 0.44779 lineto
  2569. 0.89807 0.46079 lineto
  2570. 0.89866 0.46731 lineto
  2571. 0.89914 0.47384 lineto
  2572. 0.89952 0.48037 lineto
  2573. 0.89967 0.48364 lineto
  2574. 0.89979 0.48691 lineto
  2575. 0.89988 0.49018 lineto
  2576. 0.89995 0.49346 lineto
  2577. 0.89999 0.49673 lineto
  2578. 0.9 0.5 lineto
  2579. Mfstroke
  2580. grestore
  2581. grestore
  2582. grestore
  2583. gsave
  2584. gsave
  2585. 0.004 setlinewidth
  2586. 0.87588 0.63681 moveto
  2587. 0.74056 0.58756 lineto
  2588. stroke
  2589. 0.25275 0.43366 moveto
  2590. 0.1171 0.38429 lineto
  2591. stroke
  2592. 0.24789 0.45554 moveto
  2593. 0.11125 0.4058 lineto
  2594. stroke
  2595. 0.24494 0.47811 moveto
  2596. 0.10658 0.42775 lineto
  2597. stroke
  2598. 0.244 0.50142 moveto
  2599. 0.10312 0.45014 lineto
  2600. stroke
  2601. 0.24528 0.52553 moveto
  2602. 0.10091 0.47299 lineto
  2603. stroke
  2604. 0.24904 0.55055 moveto
  2605. 0.10002 0.49631 lineto
  2606. stroke
  2607. 0.25574 0.57664 moveto
  2608. 0.10051 0.52014 lineto
  2609. stroke
  2610. 0.2661 0.60406 moveto
  2611. 0.10248 0.5445 lineto
  2612. stroke
  2613. 0.28143 0.63328 moveto
  2614. 0.10608 0.56946 lineto
  2615. stroke
  2616. 0.30456 0.66535 moveto
  2617. 0.11146 0.59507 lineto
  2618. stroke
  2619. 0.34494 0.70369 moveto
  2620. 0.11887 0.62141 lineto
  2621. stroke
  2622. 0.68896 0.85256 moveto
  2623. 0.12863 0.64861 lineto
  2624. stroke
  2625. 0.66117 0.86609 moveto
  2626. 0.14121 0.67684 lineto
  2627. stroke
  2628. 0.62985 0.87834 moveto
  2629. 0.15734 0.70636 lineto
  2630. stroke
  2631. 0.59377 0.88885 moveto
  2632. 0.17822 0.73761 lineto
  2633. stroke
  2634. 0.55059 0.89679 moveto
  2635. 0.20619 0.77144 lineto
  2636. stroke
  2637. 0.49433 0.89996 moveto
  2638. 0.24725 0.81003 lineto
  2639. stroke
  2640. 0.75275 0.18997 moveto
  2641. 0.50567 0.10004 lineto
  2642. stroke
  2643. 0.79381 0.22856 moveto
  2644. 0.44941 0.10321 lineto
  2645. stroke
  2646. 0.82178 0.26239 moveto
  2647. 0.40623 0.11115 lineto
  2648. stroke
  2649. 0.84266 0.29364 moveto
  2650. 0.37015 0.12166 lineto
  2651. stroke
  2652. 0.85879 0.32316 moveto
  2653. 0.33883 0.13391 lineto
  2654. stroke
  2655. 0.87137 0.35139 moveto
  2656. 0.31104 0.14744 lineto
  2657. stroke
  2658. 0.51215 0.24429 moveto
  2659. 0.28608 0.16201 lineto
  2660. stroke
  2661. 0.45657 0.24771 moveto
  2662. 0.26347 0.17743 lineto
  2663. stroke
  2664. 0.41824 0.25741 moveto
  2665. 0.24288 0.19358 lineto
  2666. stroke
  2667. 0.38771 0.26994 moveto
  2668. 0.22409 0.21039 lineto
  2669. stroke
  2670. 0.36215 0.28429 moveto
  2671. 0.20691 0.22779 lineto
  2672. stroke
  2673. 0.34025 0.29996 moveto
  2674. 0.19122 0.24572 lineto
  2675. stroke
  2676. 0.32128 0.31671 moveto
  2677. 0.17692 0.26417 lineto
  2678. stroke
  2679. 0.30481 0.33436 moveto
  2680. 0.16392 0.28308 lineto
  2681. stroke
  2682. 0.29054 0.35282 moveto
  2683. 0.15218 0.30246 lineto
  2684. stroke
  2685. 0.27829 0.37201 moveto
  2686. 0.14165 0.32227 lineto
  2687. stroke
  2688. 0.26795 0.39189 moveto
  2689. 0.1323 0.34252 lineto
  2690. stroke
  2691. 0.25944 0.41244 moveto
  2692. 0.12412 0.36319 lineto
  2693. stroke
  2694. 0.8677 0.65748 moveto
  2695. 0.73205 0.60811 lineto
  2696. stroke
  2697. 0.8829 0.61571 moveto
  2698. 0.74725 0.56634 lineto
  2699. stroke
  2700. 0.85835 0.67773 moveto
  2701. 0.72171 0.62799 lineto
  2702. stroke
  2703. 0.88875 0.5942 moveto
  2704. 0.75211 0.54446 lineto
  2705. stroke
  2706. 0.84782 0.69754 moveto
  2707. 0.70946 0.64718 lineto
  2708. stroke
  2709. 0.89342 0.57225 moveto
  2710. 0.75506 0.52189 lineto
  2711. stroke
  2712. 0.83608 0.71692 moveto
  2713. 0.69519 0.66564 lineto
  2714. stroke
  2715. 0.89688 0.54986 moveto
  2716. 0.756 0.49858 lineto
  2717. stroke
  2718. 0.82308 0.73583 moveto
  2719. 0.67872 0.68329 lineto
  2720. stroke
  2721. 0.89909 0.52701 moveto
  2722. 0.75472 0.47447 lineto
  2723. stroke
  2724. 0.80878 0.75428 moveto
  2725. 0.65975 0.70004 lineto
  2726. stroke
  2727. 0.89998 0.50369 moveto
  2728. 0.75096 0.44945 lineto
  2729. stroke
  2730. 0.79309 0.77221 moveto
  2731. 0.63785 0.71571 lineto
  2732. stroke
  2733. 0.89949 0.47986 moveto
  2734. 0.74426 0.42336 lineto
  2735. stroke
  2736. 0.77591 0.78961 moveto
  2737. 0.61229 0.73006 lineto
  2738. stroke
  2739. 0.89752 0.4555 moveto
  2740. 0.7339 0.39594 lineto
  2741. stroke
  2742. 0.75712 0.80642 moveto
  2743. 0.58176 0.74259 lineto
  2744. stroke
  2745. 0.89392 0.43054 moveto
  2746. 0.71857 0.36672 lineto
  2747. stroke
  2748. 0.73653 0.82257 moveto
  2749. 0.54343 0.75229 lineto
  2750. stroke
  2751. 0.88854 0.40493 moveto
  2752. 0.69544 0.33465 lineto
  2753. stroke
  2754. 0.71392 0.83799 moveto
  2755. 0.48785 0.75571 lineto
  2756. stroke
  2757. 0.88113 0.37859 moveto
  2758. 0.65506 0.29631 lineto
  2759. stroke
  2760. grestore
  2761. grestore
  2762. gsave
  2763. gsave
  2764. 0 setgray
  2765. gsave
  2766. Bold 16 scalefont setfont
  2767. [(O)] 0.5 0.5 0 0 Mshowa
  2768. grestore
  2769. grestore
  2770. grestore
  2771. gsave
  2772. gsave
  2773. 0 setgray
  2774. gsave
  2775. Bold 16 scalefont setfont
  2776. [(X)] 0.756 0.5 0 0 Mshowa
  2777. grestore
  2778. 0 setgray
  2779. gsave
  2780. Bold 16 scalefont setfont
  2781. [(X)] 0.9 0.5 0 0 Mshowa
  2782. grestore
  2783. grestore
  2784. grestore
  2785. grestore
  2786. % End of Graphics
  2787. MathPictureEnd
  2788. :[font = text; inactive; ]
  2789.  
  2790.  
  2791. :[font = print; inactive; ]
  2792. By substituting into the z-transform,
  2793. :[font = print; inactive; ]
  2794. the frequency response is
  2795. :[font = print; inactive; ]
  2796.                  I w
  2797.      1          E    a
  2798. ----------- + ----------
  2799.      -I w          I w
  2800. 1 - E     a   1 - E    a
  2801. :[font = postscript; inactive; PostScript; output; pictureLeft = 39; pictureWidth = 282; pictureHeight = 174; preserveAspect; ]
  2802. %!
  2803. %%Creator: Mathematica
  2804. %%AspectRatio: 0.61803 
  2805. MathPictureStart
  2806. % Scaling calculations
  2807. 0.5 0.07579 0.20601 0.0103 [
  2808. [(Magnitude Response \(dB\))] 0.5 0.62428 0 -1 Msboxa
  2809. [(-6)] 0.04527 0.19351 0 1 Msboxa
  2810. [(-4)] 0.19685 0.19351 0 1 Msboxa
  2811. [(-2)] 0.34842 0.19351 0 1 Msboxa
  2812. [(2)] 0.65158 0.19351 0 1 Msboxa
  2813. [(4)] 0.80315 0.19351 0 1 Msboxa
  2814. [(6)] 0.95473 0.19351 0 1 Msboxa
  2815. [(w)] 1.00625 0.20601 -1 0 Msboxa
  2816. [(-20)] 0.4875 0 1 0 Msboxa
  2817. [(-10)] 0.4875 0.10301 1 0 Msboxa
  2818. [(10)] 0.4875 0.30902 1 0 Msboxa
  2819. [(20)] 0.4875 0.41202 1 0 Msboxa
  2820. [(30)] 0.4875 0.51503 1 0 Msboxa
  2821. [(40)] 0.4875 0.61803 1 0 Msboxa
  2822. [( )] 0.5 0.62428 0 -1 Msboxa
  2823. [ -0.001 -0.001 0 0 ]
  2824. [ 1.001 0.61903 0 0 ]
  2825. ] MathScale
  2826. % Start of Graphics
  2827. 1 setlinecap
  2828. 1 setlinejoin
  2829. newpath
  2830. %%Object: Graphics
  2831. [ ] 0 setdash
  2832. 0 setgray
  2833. 0 setgray
  2834. [(Magnitude Response \(dB\))] 0.5 0.62428 0 -1 Mshowa
  2835. gsave
  2836. gsave
  2837. 0.002 setlinewidth
  2838. 0 0.20601 moveto
  2839. 1 0.20601 lineto
  2840. stroke
  2841. 0.04527 0.19976 moveto
  2842. 0.04527 0.21226 lineto
  2843. stroke
  2844. 0 setgray
  2845. [(-6)] 0.04527 0.19351 0 1 Mshowa
  2846. 0.19685 0.19976 moveto
  2847. 0.19685 0.21226 lineto
  2848. stroke
  2849. 0 setgray
  2850. [(-4)] 0.19685 0.19351 0 1 Mshowa
  2851. 0.34842 0.19976 moveto
  2852. 0.34842 0.21226 lineto
  2853. stroke
  2854. 0 setgray
  2855. [(-2)] 0.34842 0.19351 0 1 Mshowa
  2856. 0.65158 0.19976 moveto
  2857. 0.65158 0.21226 lineto
  2858. stroke
  2859. 0 setgray
  2860. [(2)] 0.65158 0.19351 0 1 Mshowa
  2861. 0.80315 0.19976 moveto
  2862. 0.80315 0.21226 lineto
  2863. stroke
  2864. 0 setgray
  2865. [(4)] 0.80315 0.19351 0 1 Mshowa
  2866. 0.95473 0.19976 moveto
  2867. 0.95473 0.21226 lineto
  2868. stroke
  2869. 0 setgray
  2870. [(6)] 0.95473 0.19351 0 1 Mshowa
  2871. 0 setgray
  2872. [(w)] 1.00625 0.20601 -1 0 Mshowa
  2873. 0.5 0 moveto
  2874. 0.5 0.61803 lineto
  2875. stroke
  2876. 0.49375 0 moveto
  2877. 0.50625 0 lineto
  2878. stroke
  2879. 0 setgray
  2880. [(-20)] 0.4875 0 1 0 Mshowa
  2881. 0.49375 0.10301 moveto
  2882. 0.50625 0.10301 lineto
  2883. stroke
  2884. 0 setgray
  2885. [(-10)] 0.4875 0.10301 1 0 Mshowa
  2886. 0.49375 0.30902 moveto
  2887. 0.50625 0.30902 lineto
  2888. stroke
  2889. 0 setgray
  2890. [(10)] 0.4875 0.30902 1 0 Mshowa
  2891. 0.49375 0.41202 moveto
  2892. 0.50625 0.41202 lineto
  2893. stroke
  2894. 0 setgray
  2895. [(20)] 0.4875 0.41202 1 0 Mshowa
  2896. 0.49375 0.51503 moveto
  2897. 0.50625 0.51503 lineto
  2898. stroke
  2899. 0 setgray
  2900. [(30)] 0.4875 0.51503 1 0 Mshowa
  2901. 0.49375 0.61803 moveto
  2902. 0.50625 0.61803 lineto
  2903. stroke
  2904. 0 setgray
  2905. [(40)] 0.4875 0.61803 1 0 Mshowa
  2906. 0 setgray
  2907. [( )] 0.5 0.62428 0 -1 Mshowa
  2908. grestore
  2909. grestore
  2910. 0 0 moveto
  2911. 1 0 lineto
  2912. 1 0.618034 lineto
  2913. 0 0.618034 lineto
  2914. closepath
  2915. clip
  2916. newpath
  2917. 0 setgray
  2918. gsave
  2919. gsave
  2920. 0.004 setlinewidth
  2921. 0.02381 0.50089 moveto
  2922. 0.04365 0.42395 lineto
  2923. 0.05357 0.37586 lineto
  2924. 0.06349 0.33538 lineto
  2925. 0.08333 0.27338 lineto
  2926. 0.10317 0.2285 lineto
  2927. 0.12302 0.19468 lineto
  2928. 0.14286 0.16864 lineto
  2929. 0.1627 0.14849 lineto
  2930. 0.18254 0.13309 lineto
  2931. 0.19246 0.12693 lineto
  2932. 0.20238 0.1217 lineto
  2933. 0.2123 0.11735 lineto
  2934. 0.22222 0.11384 lineto
  2935. 0.23214 0.11115 lineto
  2936. 0.2371 0.11009 lineto
  2937. 0.24206 0.10924 lineto
  2938. 0.24702 0.10857 lineto
  2939. 0.2495 0.10831 lineto
  2940. 0.25198 0.1081 lineto
  2941. 0.25446 0.10793 lineto
  2942. 0.2557 0.10787 lineto
  2943. 0.25694 0.10781 lineto
  2944. 0.25818 0.10777 lineto
  2945. 0.25942 0.10774 lineto
  2946. 0.26066 0.10772 lineto
  2947. 0.2619 0.10772 lineto
  2948. 0.26314 0.10772 lineto
  2949. 0.26438 0.10774 lineto
  2950. 0.26562 0.10777 lineto
  2951. 0.26687 0.10781 lineto
  2952. 0.26935 0.10793 lineto
  2953. 0.27183 0.1081 lineto
  2954. 0.27431 0.10831 lineto
  2955. 0.27679 0.10857 lineto
  2956. 0.28175 0.10924 lineto
  2957. 0.28671 0.11009 lineto
  2958. 0.29167 0.11115 lineto
  2959. 0.30159 0.11384 lineto
  2960. 0.31151 0.11735 lineto
  2961. 0.32143 0.1217 lineto
  2962. 0.34127 0.13309 lineto
  2963. 0.36111 0.14849 lineto
  2964. 0.38095 0.16864 lineto
  2965. 0.40079 0.19468 lineto
  2966. 0.42063 0.2285 lineto
  2967. 0.44048 0.27338 lineto
  2968. 0.46032 0.33538 lineto
  2969. 0.48016 0.42395 lineto
  2970. 0.48512 0.44987 lineto
  2971. Mistroke
  2972. 0.49008 0.47456 lineto
  2973. 0.49256 0.48513 lineto
  2974. 0.4938 0.48965 lineto
  2975. 0.49504 0.49354 lineto
  2976. 0.49628 0.49668 lineto
  2977. 0.49752 0.49899 lineto
  2978. 0.49876 0.50041 lineto
  2979. 0.5 0.50089 lineto
  2980. 0.50124 0.50041 lineto
  2981. 0.50248 0.49899 lineto
  2982. 0.50372 0.49668 lineto
  2983. 0.50496 0.49354 lineto
  2984. 0.5062 0.48965 lineto
  2985. 0.50744 0.48513 lineto
  2986. 0.50992 0.47456 lineto
  2987. 0.51984 0.42395 lineto
  2988. 0.53968 0.33538 lineto
  2989. 0.5496 0.3017 lineto
  2990. 0.55952 0.27338 lineto
  2991. 0.57937 0.2285 lineto
  2992. 0.59921 0.19468 lineto
  2993. 0.61905 0.16864 lineto
  2994. 0.63889 0.14849 lineto
  2995. 0.65873 0.13309 lineto
  2996. 0.67857 0.1217 lineto
  2997. 0.68849 0.11735 lineto
  2998. 0.69841 0.11384 lineto
  2999. 0.70833 0.11115 lineto
  3000. 0.71329 0.11009 lineto
  3001. 0.71825 0.10924 lineto
  3002. 0.72321 0.10857 lineto
  3003. 0.72569 0.10831 lineto
  3004. 0.72817 0.1081 lineto
  3005. 0.73065 0.10793 lineto
  3006. 0.73189 0.10787 lineto
  3007. 0.73313 0.10781 lineto
  3008. 0.73438 0.10777 lineto
  3009. 0.73562 0.10774 lineto
  3010. 0.73686 0.10772 lineto
  3011. 0.7381 0.10772 lineto
  3012. 0.73934 0.10772 lineto
  3013. 0.74058 0.10774 lineto
  3014. 0.74182 0.10777 lineto
  3015. 0.74306 0.10781 lineto
  3016. 0.74554 0.10793 lineto
  3017. 0.74802 0.1081 lineto
  3018. 0.7505 0.10831 lineto
  3019. 0.75298 0.10857 lineto
  3020. 0.75794 0.10924 lineto
  3021. 0.7629 0.11009 lineto
  3022. Mistroke
  3023. 0.76786 0.11115 lineto
  3024. 0.77778 0.11384 lineto
  3025. 0.7877 0.11735 lineto
  3026. 0.79762 0.1217 lineto
  3027. 0.81746 0.13309 lineto
  3028. 0.8373 0.14849 lineto
  3029. 0.85714 0.16864 lineto
  3030. 0.87698 0.19468 lineto
  3031. 0.89683 0.2285 lineto
  3032. 0.91667 0.27338 lineto
  3033. 0.93651 0.33538 lineto
  3034. 0.97619 0.50089 lineto
  3035. Mfstroke
  3036. grestore
  3037. grestore
  3038. % End of Graphics
  3039. MathPictureEnd
  3040. :[font = text; inactive; ]
  3041.  
  3042.  
  3043. :[font = postscript; inactive; PostScript; output; endGroup; endGroup; endGroup; pictureLeft = 39; pictureWidth = 282; pictureHeight = 174; preserveAspect; ]
  3044. %!
  3045. %%Creator: Mathematica
  3046. %%AspectRatio: 0.61803 
  3047. MathPictureStart
  3048. % Scaling calculations
  3049. 0.5 0.07579 0.30902 0.5886 [
  3050. [(Phase Response \(degrees\))] 0.5 0.62428 0 -1 Msboxa
  3051. [(-6)] 0.04527 0.29652 0 1 Msboxa
  3052. [(-4)] 0.19685 0.29652 0 1 Msboxa
  3053. [(-2)] 0.34842 0.29652 0 1 Msboxa
  3054. [(2)] 0.65158 0.29652 0 1 Msboxa
  3055. [(4)] 0.80315 0.29652 0 1 Msboxa
  3056. [(6)] 0.95473 0.29652 0 1 Msboxa
  3057. [(w)] 1.00625 0.30902 -1 0 Msboxa
  3058. [(-0.4)] 0.4875 0.07358 1 0 Msboxa
  3059. [(-0.2)] 0.4875 0.1913 1 0 Msboxa
  3060. [(0.2)] 0.4875 0.42674 1 0 Msboxa
  3061. [(0.4)] 0.4875 0.54446 1 0 Msboxa
  3062. [( )] 0.5 0.62428 0 -1 Msboxa
  3063. [ -0.001 -0.001 0 0 ]
  3064. [ 1.001 0.61903 0 0 ]
  3065. ] MathScale
  3066. % Start of Graphics
  3067. 1 setlinecap
  3068. 1 setlinejoin
  3069. newpath
  3070. %%Object: Graphics
  3071. [ ] 0 setdash
  3072. 0 setgray
  3073. 0 setgray
  3074. [(Phase Response \(degrees\))] 0.5 0.62428 0 -1 Mshowa
  3075. gsave
  3076. gsave
  3077. 0.002 setlinewidth
  3078. 0 0.30902 moveto
  3079. 1 0.30902 lineto
  3080. stroke
  3081. 0.04527 0.30277 moveto
  3082. 0.04527 0.31527 lineto
  3083. stroke
  3084. 0 setgray
  3085. [(-6)] 0.04527 0.29652 0 1 Mshowa
  3086. 0.19685 0.30277 moveto
  3087. 0.19685 0.31527 lineto
  3088. stroke
  3089. 0 setgray
  3090. [(-4)] 0.19685 0.29652 0 1 Mshowa
  3091. 0.34842 0.30277 moveto
  3092. 0.34842 0.31527 lineto
  3093. stroke
  3094. 0 setgray
  3095. [(-2)] 0.34842 0.29652 0 1 Mshowa
  3096. 0.65158 0.30277 moveto
  3097. 0.65158 0.31527 lineto
  3098. stroke
  3099. 0 setgray
  3100. [(2)] 0.65158 0.29652 0 1 Mshowa
  3101. 0.80315 0.30277 moveto
  3102. 0.80315 0.31527 lineto
  3103. stroke
  3104. 0 setgray
  3105. [(4)] 0.80315 0.29652 0 1 Mshowa
  3106. 0.95473 0.30277 moveto
  3107. 0.95473 0.31527 lineto
  3108. stroke
  3109. 0 setgray
  3110. [(6)] 0.95473 0.29652 0 1 Mshowa
  3111. 0 setgray
  3112. [(w)] 1.00625 0.30902 -1 0 Mshowa
  3113. 0.5 0 moveto
  3114. 0.5 0.61803 lineto
  3115. stroke
  3116. 0.49375 0.07358 moveto
  3117. 0.50625 0.07358 lineto
  3118. stroke
  3119. 0 setgray
  3120. [(-0.4)] 0.4875 0.07358 1 0 Mshowa
  3121. 0.49375 0.1913 moveto
  3122. 0.50625 0.1913 lineto
  3123. stroke
  3124. 0 setgray
  3125. [(-0.2)] 0.4875 0.1913 1 0 Mshowa
  3126. 0.49375 0.42674 moveto
  3127. 0.50625 0.42674 lineto
  3128. stroke
  3129. 0 setgray
  3130. [(0.2)] 0.4875 0.42674 1 0 Mshowa
  3131. 0.49375 0.54446 moveto
  3132. 0.50625 0.54446 lineto
  3133. stroke
  3134. 0 setgray
  3135. [(0.4)] 0.4875 0.54446 1 0 Mshowa
  3136. 0 setgray
  3137. [( )] 0.5 0.62428 0 -1 Mshowa
  3138. grestore
  3139. grestore
  3140. 0 0 moveto
  3141. 1 0 lineto
  3142. 1 0.618034 lineto
  3143. 0 0.618034 lineto
  3144. closepath
  3145. clip
  3146. newpath
  3147. 0 setgray
  3148. gsave
  3149. gsave
  3150. 0.004 setlinewidth
  3151. 0.02381 0.30902 moveto
  3152. 0.06349 0.30902 lineto
  3153. 0.10317 0.30902 lineto
  3154. 0.14286 0.30902 lineto
  3155. 0.18254 0.30902 lineto
  3156. 0.22222 0.30902 lineto
  3157. 0.2619 0.30902 lineto
  3158. 0.30159 0.30902 lineto
  3159. 0.34127 0.30902 lineto
  3160. 0.38095 0.30902 lineto
  3161. 0.42063 0.30902 lineto
  3162. 0.46032 0.30902 lineto
  3163. 0.5 0.30902 lineto
  3164. 0.53968 0.30902 lineto
  3165. 0.57937 0.30902 lineto
  3166. 0.61905 0.30902 lineto
  3167. 0.65873 0.30902 lineto
  3168. 0.69841 0.30902 lineto
  3169. 0.7381 0.30902 lineto
  3170. 0.77778 0.30902 lineto
  3171. 0.81746 0.30902 lineto
  3172. 0.85714 0.30902 lineto
  3173. 0.89683 0.30902 lineto
  3174. 0.93651 0.30902 lineto
  3175. 0.97619 0.30902 lineto
  3176. stroke
  3177. grestore
  3178. grestore
  3179. % End of Graphics
  3180. MathPictureEnd
  3181. :[font = subsection; inactive; startGroup; Cclosed; ]
  3182. Solving Difference and Differential Equations
  3183. :[font = text; inactive; ]
  3184.         The signal processing packages can solve linear constant coefficient (lcc) difference (via via ZSolve) and differential (LSolve) equations subject to initial conditions.  ZSolve and LSolve need to know the difference / differential equation and the function to be solved for.  Like the transform rule bases, ZSolve and LSolve can fully justify their answers.
  3185. :[font = subsubsection; inactive; startGroup; Cclosed; ]
  3186. Second-Order Difference Equation
  3187. :[font = special3; inactive; startGroup; Cclosed; center; ]
  3188. --  Without Justification  --
  3189. :[font = input; startGroup; ]
  3190. yofn =
  3191.   ZSolve[ y[n-2] + 1/2 y[n-1] + 1/4 y[n] == 0,
  3192.           y[n], y[1] -> 1, Dialogue -> False ]
  3193. :[font = output; inactive; output; endGroup; endGroup; ]
  3194. (2^n*Sin[(2*Pi*n)/3]*Step[n])/3^(1/2)
  3195. ;[o]
  3196.  n     2 Pi n
  3197. 2  Sin[------] Step[n]
  3198.          3
  3199. ----------------------
  3200.        Sqrt[3]
  3201. :[font = special3; inactive; startGroup; Cclosed; center; ]
  3202. --  With Partial Justification   --
  3203. :[font = input; startGroup; ]
  3204. yofn =
  3205.   ZSolve[ y[n-2] + 1/2 y[n-1] + 1/4 y[n] == 0,
  3206.           y[n], y[1] -> 1 ]
  3207. :[font = print; inactive; startGroup; ]
  3208. Solving for y[n] in the difference equation
  3209. :[font = print; inactive; ]
  3210. augmented by the initial conditions:
  3211. :[font = print; inactive; ]
  3212.               y[-1 + n]   y[n]   Impulse[-1 + n]
  3213.   y[-2 + n] + --------- + ---- = ---------------
  3214.                   2        4            4
  3215. :[font = print; inactive; ]
  3216. After taking the z-transform of both sides and
  3217. :[font = print; inactive; ]
  3218. solving for the z-transform of y[n]:
  3219. :[font = print; inactive; ]
  3220.         1
  3221.   --------------
  3222.        4    2
  3223.   (1 + -- + -) z
  3224.         2   z
  3225.        z
  3226. :[font = print; inactive; ]
  3227. Inversing transforming this gives y[n]:
  3228. :[font = output; inactive; output; endGroup; endGroup; endGroup; ]
  3229. (2^n*Sin[(2*Pi*n)/3]*Step[n])/3^(1/2)
  3230. ;[o]
  3231.  n     2 Pi n
  3232. 2  Sin[------] Step[n]
  3233.          3
  3234. ----------------------
  3235.        Sqrt[3]
  3236. :[font = special3; inactive; startGroup; Cclosed; center; ]
  3237. --  Verifying the Result  --
  3238. :[font = text; inactive; ]
  3239.         Assuming that the value of y[n] determined by ZSolve has been
  3240.         assigned to the variable yofn, we can verify that yofn is indeed the
  3241.         solution.  First, we substitute yofn back into the original difference
  3242.         equation to obtain a function of n in closed form called expdiffequ:
  3243. :[font = input; startGroup; ]
  3244. expdiffequ = (yofn /. n -> n - 2) +
  3245.              1/2 (yofn /. n -> n - 1) +
  3246.              1/4 yofn
  3247. :[font = output; inactive; output; endGroup; ]
  3248. (2^(-2 + n)*Sin[(2*Pi*(-2 + n))/3]*Step[-2 + n])/3^(1/2) + 
  3249.   (2^(-1 + n)*Sin[(2*Pi*(-1 + n))/3]*Step[-1 + n])/
  3250.    (2*3^(1/2)) + (2^n*Sin[(2*Pi*n)/3]*Step[n])/(4*3^(1/2))
  3251. ;[o]
  3252.  -2 + n     2 Pi (-2 + n)
  3253. 2       Sin[-------------] Step[-2 + n]
  3254.                   3
  3255. --------------------------------------- + 
  3256.                   1/2
  3257.                  3
  3258.  
  3259.    -1 + n     2 Pi (-1 + n)
  3260.   2       Sin[-------------] Step[-1 + n]
  3261.                     3
  3262.   --------------------------------------- + 
  3263.                      1/2
  3264.                   2 3
  3265.  
  3266.    n     2 Pi n
  3267.   2  Sin[------] Step[n]
  3268.            3
  3269.   ----------------------
  3270.              1/2
  3271.           4 3
  3272. :[font = text; inactive; ]
  3273.         We can then ask for the values of the difference equation, which has
  3274.         been assign to expdiffequ, for n = 0 to n = 10.  Here, y[1] = 1/4 and
  3275.         y[0] = 0 which agrees with the initial conditions.  The difference
  3276.         equation should produce 0 for all values of n greater than 1:
  3277. :[font = input; startGroup; ]
  3278. Table[expdiffequ, {n, 0, 10} ]
  3279. :[font = output; inactive; output; endGroup; endGroup; endGroup; ]
  3280. {0, 1/4, 0, 0, 0, 0, 0, 0, 0, 0, 0}
  3281. ;[o]
  3282.     1
  3283. {0, -, 0, 0, 0, 0, 0, 0, 0, 0, 0}
  3284.     4
  3285. :[font = subsubsection; inactive; startGroup; Cclosed; ]
  3286. Second-Order Differential Equation
  3287. :[font = special3; inactive; startGroup; Cclosed; center; ]
  3288. -- With Full Justification  --
  3289. :[font = input; startGroup; ]
  3290. yoft =
  3291.   LSolve[ y''[t] + 3/2 y'[t] + 1/2 y[t] ==
  3292.           Exp[a t] CStep[t], y[t], y[0] -> 4,
  3293.           y'[0] -> 4, Dialogue -> All ]
  3294. :[font = print; inactive; startGroup; ]
  3295. Solving for y[t] in the differential equation
  3296. :[font = print; inactive; ]
  3297.   y[t]   3 y'[t]             a t
  3298.   ---- + ------- + y''[t] = E    CStep[t]
  3299.    2        2
  3300. :[font = print; inactive; ]
  3301.   subject to the initial conditions
  3302. :[font = print; inactive; ]
  3303.   {y[0] -> 4, y'[0] -> 4}
  3304. :[font = print; inactive; ]
  3305.  
  3306. :[font = print; inactive; ]
  3307. The Laplace transform of the left side is:
  3308. :[font = print; inactive; ]
  3309.               1   3 s    2    3 y[0]
  3310.   L { y[t] } (- + --- + s ) - ------ - s y[0] - y'[0]
  3311.               2    2            2
  3312. :[font = print; inactive; ]
  3313. ( In the general case, the bilateral Laplace
  3314. :[font = print; inactive; ]
  3315.   transform of the nth derivative of y[t] is:
  3316. :[font = print; inactive; ]
  3317.                                     -1 + n
  3318.       (n)                    n     s       y[t0]
  3319.   L {y   [t] } = L { y[t] } s  + -(-------------) + 
  3320.                                         s t0
  3321.                                        E
  3322.  
  3323.      -2 + n                    (-1 + n)
  3324.     s       y'[t0]            y        [t0]
  3325.   -(--------------) + ... + -(-------------)
  3326.          s t0                      s t0
  3327.         E                         E
  3328. :[font = print; inactive; ]
  3329.   where t=t0 is the initial condition. )
  3330. :[font = print; inactive; ]
  3331.  
  3332. :[font = print; inactive; ]
  3333. The Laplace transform of the right side is:
  3334. :[font = print; inactive; ]
  3335.     1
  3336.   -----
  3337.   s - a
  3338. :[font = print; inactive; ]
  3339. Solving for the unknown transform yields
  3340. :[font = print; inactive; ]
  3341.     1     3 y[0]
  3342.   ----- + ------ + s y[0] + y'[0]
  3343.   s - a     2
  3344.   -------------------------------
  3345.            1   3 s    2
  3346.            - + --- + s
  3347.            2    2
  3348. :[font = print; inactive; ]
  3349. which becomes
  3350. :[font = print; inactive; ]
  3351.                1
  3352.   10 + 4 s + -----
  3353.              s - a
  3354.   ----------------
  3355.     1   3 s    2
  3356.     - + --- + s
  3357.     2    2
  3358. :[font = print; inactive; ]
  3359. Inverse transforming this gives y[t]:
  3360. :[font = output; inactive; output; endGroup; endGroup; endGroup; ]
  3361. ((-24 - 64*a)*CStep[t])/(2*E^(t/2)*(-1 - 2*a)) + 
  3362.   ((10 + 12*a)*CStep[t])/(E^t*(-1 - a)) - 
  3363.   (2*E^(a*t)*CStep[t])/(-1 - 3*a - 2*a^2)
  3364. ;[o]
  3365. (-24 - 64 a) CStep[t]   (10 + 12 a) CStep[t]
  3366. --------------------- + -------------------- - 
  3367.      t/2                     t
  3368.   2 E    (-1 - 2 a)         E  (-1 - a)
  3369.  
  3370.      a t
  3371.   2 E    CStep[t]
  3372.   ---------------
  3373.                 2
  3374.   -1 - 3 a - 2 a
  3375. :[font = special3; inactive; startGroup; Cclosed; center; ]
  3376. --  Interpreting and Verifying the Solution  --
  3377. :[font = text; inactive; ]
  3378.         Assuming that the value of y(t) determined by LSolve has been
  3379.         assigned to the variable yoft, we can verify that yofn is indeed the
  3380.         solution.  First, we interpret the solution for t >= 0+ so we can
  3381.         replace all of the continuous step functions of by 1:
  3382. :[font = input; startGroup; ]
  3383. yoftpos = yoft /. { CStep[t] -> 1 }
  3384. :[font = output; inactive; output; endGroup; ]
  3385. (-24 - 64*a)/(2*E^(t/2)*(-1 - 2*a)) + 
  3386.   (10 + 12*a)/(E^t*(-1 - a)) - 
  3387.   (2*E^(a*t))/(-1 - 3*a - 2*a^2)
  3388. ;[o]
  3389.                                          a t
  3390.    -24 - 64 a        10 + 12 a        2 E
  3391. ----------------- + ----------- - ---------------
  3392.    t/2               t                          2
  3393. 2 E    (-1 - 2 a)   E  (-1 - a)   -1 - 3 a - 2 a
  3394. :[font = text; inactive; ]
  3395.         We can now plot y(t) for positive values of t.  However, we must
  3396.         give a value to the parameter a (which controls the damping of the
  3397.         driving function in the differential equation).  Here, we have chosen
  3398.         to set a to 2:
  3399. :[font = input; startGroup; ]
  3400. Plot[ yoftpos /. a -> -2, {t, 0, 10} ]
  3401. :[font = postscript; inactive; PostScript; output; startGroup; pictureLeft = 39; pictureWidth = 282; pictureHeight = 174; preserveAspect; ]
  3402. %!
  3403. %%Creator: Mathematica
  3404. %%AspectRatio: 0.61803 
  3405. MathPictureStart
  3406. % Scaling calculations
  3407. 0.02381 0.09524 0.01472 0.10759 [
  3408. [(2)] 0.21429 0.00222 0 1 Msboxa
  3409. [(4)] 0.40476 0.00222 0 1 Msboxa
  3410. [(6)] 0.59524 0.00222 0 1 Msboxa
  3411. [(8)] 0.78571 0.00222 0 1 Msboxa
  3412. [(10)] 0.97619 0.00222 0 1 Msboxa
  3413. [(1)] 0.01131 0.1223 1 0 Msboxa
  3414. [(2)] 0.01131 0.22989 1 0 Msboxa
  3415. [(3)] 0.01131 0.33747 1 0 Msboxa
  3416. [(4)] 0.01131 0.44506 1 0 Msboxa
  3417. [(5)] 0.01131 0.55265 1 0 Msboxa
  3418. [ -0.001 -0.001 0 0 ]
  3419. [ 1.001 0.61903 0 0 ]
  3420. ] MathScale
  3421. % Start of Graphics
  3422. 1 setlinecap
  3423. 1 setlinejoin
  3424. newpath
  3425. %%Object: Graphics
  3426. [ ] 0 setdash
  3427. 0 setgray
  3428. gsave
  3429. gsave
  3430. 0.002 setlinewidth
  3431. 0 0.01472 moveto
  3432. 1 0.01472 lineto
  3433. stroke
  3434. 0.21429 0.00847 moveto
  3435. 0.21429 0.02097 lineto
  3436. stroke
  3437. 0 setgray
  3438. [(2)] 0.21429 0.00222 0 1 Mshowa
  3439. 0.40476 0.00847 moveto
  3440. 0.40476 0.02097 lineto
  3441. stroke
  3442. 0 setgray
  3443. [(4)] 0.40476 0.00222 0 1 Mshowa
  3444. 0.59524 0.00847 moveto
  3445. 0.59524 0.02097 lineto
  3446. stroke
  3447. 0 setgray
  3448. [(6)] 0.59524 0.00222 0 1 Mshowa
  3449. 0.78571 0.00847 moveto
  3450. 0.78571 0.02097 lineto
  3451. stroke
  3452. 0 setgray
  3453. [(8)] 0.78571 0.00222 0 1 Mshowa
  3454. 0.97619 0.00847 moveto
  3455. 0.97619 0.02097 lineto
  3456. stroke
  3457. 0 setgray
  3458. [(10)] 0.97619 0.00222 0 1 Mshowa
  3459. 0.02381 0 moveto
  3460. 0.02381 0.61803 lineto
  3461. stroke
  3462. 0.01756 0.1223 moveto
  3463. 0.03006 0.1223 lineto
  3464. stroke
  3465. 0 setgray
  3466. [(1)] 0.01131 0.1223 1 0 Mshowa
  3467. 0.01756 0.22989 moveto
  3468. 0.03006 0.22989 lineto
  3469. stroke
  3470. 0 setgray
  3471. [(2)] 0.01131 0.22989 1 0 Mshowa
  3472. 0.01756 0.33747 moveto
  3473. 0.03006 0.33747 lineto
  3474. stroke
  3475. 0 setgray
  3476. [(3)] 0.01131 0.33747 1 0 Mshowa
  3477. 0.01756 0.44506 moveto
  3478. 0.03006 0.44506 lineto
  3479. stroke
  3480. 0 setgray
  3481. [(4)] 0.01131 0.44506 1 0 Mshowa
  3482. 0.01756 0.55265 moveto
  3483. 0.03006 0.55265 lineto
  3484. stroke
  3485. 0 setgray
  3486. [(5)] 0.01131 0.55265 1 0 Mshowa
  3487. grestore
  3488. grestore
  3489. 0 0 moveto
  3490. 1 0 lineto
  3491. 1 0.618034 lineto
  3492. 0 0.618034 lineto
  3493. closepath
  3494. clip
  3495. newpath
  3496. 0 setgray
  3497. gsave
  3498. gsave
  3499. 0.004 setlinewidth
  3500. 0.02381 0.44506 moveto
  3501. 0.03373 0.48593 lineto
  3502. 0.04365 0.5194 lineto
  3503. 0.05357 0.54621 lineto
  3504. 0.06349 0.56706 lineto
  3505. 0.06845 0.57544 lineto
  3506. 0.07341 0.58258 lineto
  3507. 0.08333 0.59339 lineto
  3508. 0.08829 0.5972 lineto
  3509. 0.09077 0.59874 lineto
  3510. 0.09325 0.60004 lineto
  3511. 0.09573 0.60111 lineto
  3512. 0.09821 0.60196 lineto
  3513. 0.09945 0.60231 lineto
  3514. 0.10069 0.6026 lineto
  3515. 0.10193 0.60285 lineto
  3516. 0.10317 0.60304 lineto
  3517. 0.10441 0.60318 lineto
  3518. 0.10565 0.60327 lineto
  3519. 0.10689 0.60332 lineto
  3520. 0.10813 0.60332 lineto
  3521. 0.10938 0.60327 lineto
  3522. 0.11062 0.60318 lineto
  3523. 0.1131 0.60286 lineto
  3524. 0.11434 0.60263 lineto
  3525. 0.11558 0.60236 lineto
  3526. 0.11806 0.6017 lineto
  3527. 0.12302 0.59991 lineto
  3528. 0.12798 0.59753 lineto
  3529. 0.13294 0.59459 lineto
  3530. 0.14286 0.58724 lineto
  3531. 0.1627 0.56764 lineto
  3532. 0.18254 0.54324 lineto
  3533. 0.22222 0.48632 lineto
  3534. 0.2619 0.42584 lineto
  3535. 0.30159 0.36722 lineto
  3536. 0.34127 0.31329 lineto
  3537. 0.38095 0.26531 lineto
  3538. 0.42063 0.22358 lineto
  3539. 0.46032 0.18786 lineto
  3540. 0.5 0.15764 lineto
  3541. 0.53968 0.13231 lineto
  3542. 0.57937 0.11122 lineto
  3543. 0.61905 0.09374 lineto
  3544. 0.65873 0.07932 lineto
  3545. 0.69841 0.06747 lineto
  3546. 0.7381 0.05774 lineto
  3547. 0.77778 0.04977 lineto
  3548. 0.81746 0.04327 lineto
  3549. 0.85714 0.03795 lineto
  3550. Mistroke
  3551. 0.89683 0.03362 lineto
  3552. 0.93651 0.03009 lineto
  3553. 0.97619 0.02721 lineto
  3554. Mfstroke
  3555. grestore
  3556. grestore
  3557. % End of Graphics
  3558. MathPictureEnd
  3559. :[font = output; inactive; output; endGroup; endGroup; ]
  3560. The Unformatted text for this cell was not generated.
  3561. Use options in the Actions Settings dialog box to control
  3562. when Unformatted text is generated.
  3563. ;[o]
  3564. -Graphics-
  3565. :[font = text; inactive; startGroup; ]
  3566.         We can also verifying that y(0+) = 4:
  3567. :[font = input; startGroup; ]
  3568. Simplify[ yoftpos /. t -> 0 ]
  3569. :[font = output; inactive; output; endGroup; endGroup; ]
  3570. 4
  3571. ;[o]
  3572. 4
  3573. :[font = text; inactive; startGroup; ]
  3574.         We can also verifying that y'(0+) = 4.  This boils down to taking
  3575.         the derivative of y(t) and substituting t = 0+:
  3576. :[font = input; startGroup; ]
  3577. D[ yoftpos, t ]
  3578. :[font = output; inactive; output; endGroup; ]
  3579. -(-24 - 64*a)/(4*E^(t/2)*(-1 - 2*a)) - 
  3580.   (10 + 12*a)/(E^t*(-1 - a)) - 
  3581.   (2*E^(a*t)*a)/(-1 - 3*a - 2*a^2)
  3582. ;[o]
  3583.                                         a t
  3584.   -(-24 - 64 a)      10 + 12 a       2 E    a
  3585. ----------------- - ----------- - ---------------
  3586.    t/2               t                          2
  3587. 4 E    (-1 - 2 a)   E  (-1 - a)   -1 - 3 a - 2 a
  3588. :[font = input; startGroup; ]
  3589. Simplify[ % /. t -> 0 ]
  3590. :[font = output; inactive; output; endGroup; endGroup; endGroup; endGroup; endGroup; endGroup; ]
  3591. 4
  3592. ;[o]
  3593. 4
  3594. :[font = section; inactive; startGroup; Cclosed; pageBreak; ]
  3595. Signal Processing Notebooks
  3596. :[font = text; inactive; ]
  3597.         We have written several notebooks to accompany the signal processing packages, including tutorials on convolution, the z-transform, and analog filter design.   The tutorials are designed to accompany junior, senior, and first-year graduate engineering courses.  The other notebooks provided on-line help and training.  The LaplaceTest notebook demonstrates how-to-use the forward and inverse Laplace transform objects as well as their limitations.  Two notebooks, SignalProcessingExamples and EducationalTool, provide an overview of the signal processing packages and notebooks.  The last notebook, SignalProcessingUsage, contains an on-line reference to all of the new Mathematica objects introduced by the signal processing packages. [Evans, 1991]
  3598. :[font = subsection; inactive; startGroup; Cclosed; ]
  3599. Tutorial Notebooks
  3600. :[font = text; inactive; ]
  3601.         These tutorials present the usual text book information, but they allow the reader to tinker with mathematical models and to visualize ideas through animation.  For example, the analog filter design notebook animates the effect of filter order on filter roll-off .  The z-transform notebook illustrates the effect on a filter's magnitude response when the location of a pair of poles is slightly disturbed.  The convolution notebook animates the flip-and-slide approach to piecewise convolution.
  3602. :[font = subsubsection; inactive; startGroup; Cclosed; ]
  3603. Animation of the Flip-and-Slide View of Convolution
  3604. :[font = text; inactive; ]
  3605.         Teaching the mechanics of the flip-and-slide approach to piecewise convolution is difficult.  The following animation illustrates the method of "sliding" one function against another by showing the resulting function as it is generated in time.  We will convolve x with h.
  3606. :[font = input; startGroup; ]
  3607. x = ConvertFromList[{{2 t,0,2}},t]
  3608. :[font = output; inactive; output; endGroup; ]
  3609. 2*t*CPulse[2, t]
  3610. ;[o]
  3611. 2 t CPulse  [t]
  3612.            2
  3613. :[font = input; startGroup; ]
  3614. h = ConvertFromList[{{2,0,2},{1,2,3}},t]
  3615. :[font = output; inactive; output; endGroup; ]
  3616. CPulse[1, -2 + t] + 2*CPulse[2, t]
  3617. ;[o]
  3618. CPulse  [-2 + t] + 2 CPulse  [t]
  3619.        1                    2
  3620. :[font = text; inactive; ]
  3621.         To animate the graphics below, select the grouped closed cells and select the "Animate Selected Graphics" option (COMMAND-y) off of the Graph menu.  The new function is aligned with the leading edge of h(t-u).
  3622. :[font = postscript; inactive; PostScript; output; startGroup; Cclosed; pictureLeft = 39; pictureWidth = 282; pictureHeight = 176; preserveAspect; ]
  3623. %!
  3624. %%Creator: Mathematica
  3625. %%AspectRatio: 0.61803 
  3626. MathPictureStart
  3627. % Scaling calculations
  3628. 0.40476 0.09524 0 0.07725 [
  3629. [(-4)] 0.02381 -0.0125 0 1 Msboxa
  3630. [(-2)] 0.21429 -0.0125 0 1 Msboxa
  3631. [(2)] 0.59524 -0.0125 0 1 Msboxa
  3632. [(4)] 0.78571 -0.0125 0 1 Msboxa
  3633. [(6)] 0.97619 -0.0125 0 1 Msboxa
  3634. [(1)] 0.39226 0.07725 1 0 Msboxa
  3635. [(2)] 0.39226 0.15451 1 0 Msboxa
  3636. [(3)] 0.39226 0.23176 1 0 Msboxa
  3637. [(4)] 0.39226 0.30902 1 0 Msboxa
  3638. [(5)] 0.39226 0.38627 1 0 Msboxa
  3639. [(6)] 0.39226 0.46353 1 0 Msboxa
  3640. [(7)] 0.39226 0.54078 1 0 Msboxa
  3641. [(8)] 0.39226 0.61803 1 0 Msboxa
  3642. [ -0.001 -0.00725 0 0 ]
  3643. [ 1.001 0.61903 0 0 ]
  3644. ] MathScale
  3645. % Start of Graphics
  3646. 1 setlinecap
  3647. 1 setlinejoin
  3648. newpath
  3649. %%Object: Graphics
  3650. [ ] 0 setdash
  3651. 0 setgray
  3652. gsave
  3653. gsave
  3654. 0.002 setlinewidth
  3655. 0 0 moveto
  3656. 1 0 lineto
  3657. stroke
  3658. 0.02381 -0.00625 moveto
  3659. 0.02381 0.00625 lineto
  3660. stroke
  3661. 0 setgray
  3662. [(-4)] 0.02381 -0.0125 0 1 Mshowa
  3663. 0.21429 -0.00625 moveto
  3664. 0.21429 0.00625 lineto
  3665. stroke
  3666. 0 setgray
  3667. [(-2)] 0.21429 -0.0125 0 1 Mshowa
  3668. 0.59524 -0.00625 moveto
  3669. 0.59524 0.00625 lineto
  3670. stroke
  3671. 0 setgray
  3672. [(2)] 0.59524 -0.0125 0 1 Mshowa
  3673. 0.78571 -0.00625 moveto
  3674. 0.78571 0.00625 lineto
  3675. stroke
  3676. 0 setgray
  3677. [(4)] 0.78571 -0.0125 0 1 Mshowa
  3678. 0.97619 -0.00625 moveto
  3679. 0.97619 0.00625 lineto
  3680. stroke
  3681. 0 setgray
  3682. [(6)] 0.97619 -0.0125 0 1 Mshowa
  3683. 0.40476 0 moveto
  3684. 0.40476 0.61803 lineto
  3685. stroke
  3686. 0.39851 0.07725 moveto
  3687. 0.41101 0.07725 lineto
  3688. stroke
  3689. 0 setgray
  3690. [(1)] 0.39226 0.07725 1 0 Mshowa
  3691. 0.39851 0.15451 moveto
  3692. 0.41101 0.15451 lineto
  3693. stroke
  3694. 0 setgray
  3695. [(2)] 0.39226 0.15451 1 0 Mshowa
  3696. 0.39851 0.23176 moveto
  3697. 0.41101 0.23176 lineto
  3698. stroke
  3699. 0 setgray
  3700. [(3)] 0.39226 0.23176 1 0 Mshowa
  3701. 0.39851 0.30902 moveto
  3702. 0.41101 0.30902 lineto
  3703. stroke
  3704. 0 setgray
  3705. [(4)] 0.39226 0.30902 1 0 Mshowa
  3706. 0.39851 0.38627 moveto
  3707. 0.41101 0.38627 lineto
  3708. stroke
  3709. 0 setgray
  3710. [(5)] 0.39226 0.38627 1 0 Mshowa
  3711. 0.39851 0.46353 moveto
  3712. 0.41101 0.46353 lineto
  3713. stroke
  3714. 0 setgray
  3715. [(6)] 0.39226 0.46353 1 0 Mshowa
  3716. 0.39851 0.54078 moveto
  3717. 0.41101 0.54078 lineto
  3718. stroke
  3719. 0 setgray
  3720. [(7)] 0.39226 0.54078 1 0 Mshowa
  3721. 0.39851 0.61803 moveto
  3722. 0.41101 0.61803 lineto
  3723. stroke
  3724. 0 setgray
  3725. [(8)] 0.39226 0.61803 1 0 Mshowa
  3726. grestore
  3727. grestore
  3728. 0 0 moveto
  3729. 1 0 lineto
  3730. 1 0.618034 lineto
  3731. 0 0.618034 lineto
  3732. closepath
  3733. clip
  3734. newpath
  3735. 0 setgray
  3736. gsave
  3737. gsave
  3738. gsave
  3739. 0.004 setlinewidth
  3740. 0.02381 0 moveto
  3741. 0.06349 0 lineto
  3742. 0.10317 0 lineto
  3743. 0.14286 0 lineto
  3744. 0.18254 0 lineto
  3745. 0.22222 0 lineto
  3746. 0.2619 0 lineto
  3747. 0.30159 0 lineto
  3748. 0.34127 0 lineto
  3749. 0.36111 0 lineto
  3750. 0.38095 0 lineto
  3751. 0.39087 0 lineto
  3752. 0.39583 0 lineto
  3753. 0.40079 0 lineto
  3754. 0.40203 0 lineto
  3755. 0.40327 0 lineto
  3756. 0.40451 0 lineto
  3757. 0.40575 0.15451 lineto
  3758. 0.40823 0.15451 lineto
  3759. 0.41071 0.15451 lineto
  3760. 0.42063 0.15451 lineto
  3761. 0.46032 0.15451 lineto
  3762. 0.5 0.15451 lineto
  3763. 0.53968 0.15451 lineto
  3764. 0.55952 0.15451 lineto
  3765. 0.57937 0.15451 lineto
  3766. 0.58433 0.15451 lineto
  3767. 0.58929 0.15451 lineto
  3768. 0.59177 0.15451 lineto
  3769. 0.59301 0.15451 lineto
  3770. 0.59425 0.15451 lineto
  3771. 0.59549 0.07725 lineto
  3772. 0.59673 0.07725 lineto
  3773. 0.59797 0.07725 lineto
  3774. 0.59921 0.07725 lineto
  3775. 0.61905 0.07725 lineto
  3776. 0.63889 0.07725 lineto
  3777. 0.65873 0.07725 lineto
  3778. 0.67857 0.07725 lineto
  3779. 0.68353 0.07725 lineto
  3780. 0.68601 0.07725 lineto
  3781. 0.68725 0.07725 lineto
  3782. 0.68849 0.07725 lineto
  3783. 0.68973 0.07725 lineto
  3784. 0.69097 0 lineto
  3785. 0.69345 0 lineto
  3786. 0.69841 0 lineto
  3787. 0.7381 0 lineto
  3788. 0.77778 0 lineto
  3789. 0.81746 0 lineto
  3790. Mistroke
  3791. 0.85714 0 lineto
  3792. 0.89683 0 lineto
  3793. 0.93651 0 lineto
  3794. 0.97619 0 lineto
  3795. Mfstroke
  3796. grestore
  3797. grestore
  3798. gsave
  3799. gsave
  3800. 0.004 setlinewidth
  3801. 0.02381 0 moveto
  3802. 0.06349 0 lineto
  3803. 0.10317 0 lineto
  3804. 0.14286 0 lineto
  3805. 0.18254 0 lineto
  3806. 0.22222 0 lineto
  3807. 0.2619 0 lineto
  3808. 0.30159 0 lineto
  3809. 0.34127 0 lineto
  3810. 0.36111 0 lineto
  3811. 0.38095 0 lineto
  3812. 0.39087 0 lineto
  3813. 0.39583 0 lineto
  3814. 0.40079 0 lineto
  3815. 0.40203 0 lineto
  3816. 0.40327 0 lineto
  3817. 0.40451 0 lineto
  3818. 0.40575 0.00161 lineto
  3819. 0.40823 0.00563 lineto
  3820. 0.41071 0.00966 lineto
  3821. 0.42063 0.02575 lineto
  3822. 0.46032 0.09013 lineto
  3823. 0.5 0.15451 lineto
  3824. 0.53968 0.21889 lineto
  3825. 0.55952 0.25108 lineto
  3826. 0.57937 0.28327 lineto
  3827. 0.58433 0.29131 lineto
  3828. 0.58929 0.29936 lineto
  3829. 0.59177 0.30338 lineto
  3830. 0.59301 0.3054 lineto
  3831. 0.59425 0.30741 lineto
  3832. 0.59549 0 lineto
  3833. 0.59673 0 lineto
  3834. 0.59797 0 lineto
  3835. 0.59921 0 lineto
  3836. 0.61905 0 lineto
  3837. 0.65873 0 lineto
  3838. 0.69841 0 lineto
  3839. 0.7381 0 lineto
  3840. 0.77778 0 lineto
  3841. 0.81746 0 lineto
  3842. 0.85714 0 lineto
  3843. 0.89683 0 lineto
  3844. 0.93651 0 lineto
  3845. 0.97619 0 lineto
  3846. stroke
  3847. grestore
  3848. grestore
  3849. grestore
  3850. % End of Graphics
  3851. MathPictureEnd
  3852. :[font = postscript; inactive; PostScript; output; pictureLeft = 39; pictureWidth = 282; pictureHeight = 176; preserveAspect; ]
  3853. %!
  3854. %%Creator: Mathematica
  3855. %%AspectRatio: 0.61803 
  3856. MathPictureStart
  3857. % Scaling calculations
  3858. 0.40476 0.09524 0 0.07725 [
  3859. [(-4)] 0.02381 -0.0125 0 1 Msboxa
  3860. [(-2)] 0.21429 -0.0125 0 1 Msboxa
  3861. [(2)] 0.59524 -0.0125 0 1 Msboxa
  3862. [(4)] 0.78571 -0.0125 0 1 Msboxa
  3863. [(6)] 0.97619 -0.0125 0 1 Msboxa
  3864. [(1)] 0.39226 0.07725 1 0 Msboxa
  3865. [(2)] 0.39226 0.15451 1 0 Msboxa
  3866. [(3)] 0.39226 0.23176 1 0 Msboxa
  3867. [(4)] 0.39226 0.30902 1 0 Msboxa
  3868. [(5)] 0.39226 0.38627 1 0 Msboxa
  3869. [(6)] 0.39226 0.46353 1 0 Msboxa
  3870. [(7)] 0.39226 0.54078 1 0 Msboxa
  3871. [(8)] 0.39226 0.61803 1 0 Msboxa
  3872. [ -0.001 -0.00725 0 0 ]
  3873. [ 1.001 0.61903 0 0 ]
  3874. ] MathScale
  3875. % Start of Graphics
  3876. 1 setlinecap
  3877. 1 setlinejoin
  3878. newpath
  3879. %%Object: Graphics
  3880. [ ] 0 setdash
  3881. 0 setgray
  3882. gsave
  3883. gsave
  3884. 0.002 setlinewidth
  3885. 0 0 moveto
  3886. 1 0 lineto
  3887. stroke
  3888. 0.02381 -0.00625 moveto
  3889. 0.02381 0.00625 lineto
  3890. stroke
  3891. 0 setgray
  3892. [(-4)] 0.02381 -0.0125 0 1 Mshowa
  3893. 0.21429 -0.00625 moveto
  3894. 0.21429 0.00625 lineto
  3895. stroke
  3896. 0 setgray
  3897. [(-2)] 0.21429 -0.0125 0 1 Mshowa
  3898. 0.59524 -0.00625 moveto
  3899. 0.59524 0.00625 lineto
  3900. stroke
  3901. 0 setgray
  3902. [(2)] 0.59524 -0.0125 0 1 Mshowa
  3903. 0.78571 -0.00625 moveto
  3904. 0.78571 0.00625 lineto
  3905. stroke
  3906. 0 setgray
  3907. [(4)] 0.78571 -0.0125 0 1 Mshowa
  3908. 0.97619 -0.00625 moveto
  3909. 0.97619 0.00625 lineto
  3910. stroke
  3911. 0 setgray
  3912. [(6)] 0.97619 -0.0125 0 1 Mshowa
  3913. 0.40476 0 moveto
  3914. 0.40476 0.61803 lineto
  3915. stroke
  3916. 0.39851 0.07725 moveto
  3917. 0.41101 0.07725 lineto
  3918. stroke
  3919. 0 setgray
  3920. [(1)] 0.39226 0.07725 1 0 Mshowa
  3921. 0.39851 0.15451 moveto
  3922. 0.41101 0.15451 lineto
  3923. stroke
  3924. 0 setgray
  3925. [(2)] 0.39226 0.15451 1 0 Mshowa
  3926. 0.39851 0.23176 moveto
  3927. 0.41101 0.23176 lineto
  3928. stroke
  3929. 0 setgray
  3930. [(3)] 0.39226 0.23176 1 0 Mshowa
  3931. 0.39851 0.30902 moveto
  3932. 0.41101 0.30902 lineto
  3933. stroke
  3934. 0 setgray
  3935. [(4)] 0.39226 0.30902 1 0 Mshowa
  3936. 0.39851 0.38627 moveto
  3937. 0.41101 0.38627 lineto
  3938. stroke
  3939. 0 setgray
  3940. [(5)] 0.39226 0.38627 1 0 Mshowa
  3941. 0.39851 0.46353 moveto
  3942. 0.41101 0.46353 lineto
  3943. stroke
  3944. 0 setgray
  3945. [(6)] 0.39226 0.46353 1 0 Mshowa
  3946. 0.39851 0.54078 moveto
  3947. 0.41101 0.54078 lineto
  3948. stroke
  3949. 0 setgray
  3950. [(7)] 0.39226 0.54078 1 0 Mshowa
  3951. 0.39851 0.61803 moveto
  3952. 0.41101 0.61803 lineto
  3953. stroke
  3954. 0 setgray
  3955. [(8)] 0.39226 0.61803 1 0 Mshowa
  3956. grestore
  3957. grestore
  3958. 0 0 moveto
  3959. 1 0 lineto
  3960. 1 0.618034 lineto
  3961. 0 0.618034 lineto
  3962. closepath
  3963. clip
  3964. newpath
  3965. 0 setgray
  3966. gsave
  3967. gsave
  3968. gsave
  3969. 0.004 setlinewidth
  3970. 0.02381 0 moveto
  3971. 0.06349 0 lineto
  3972. 0.10317 0 lineto
  3973. 0.14286 0 lineto
  3974. 0.18254 0 lineto
  3975. 0.22222 0 lineto
  3976. 0.2619 0 lineto
  3977. 0.30159 0 lineto
  3978. 0.34127 0 lineto
  3979. 0.36111 0 lineto
  3980. 0.38095 0 lineto
  3981. 0.39087 0 lineto
  3982. 0.39583 0 lineto
  3983. 0.40079 0 lineto
  3984. 0.40203 0 lineto
  3985. 0.40327 0 lineto
  3986. 0.40451 0 lineto
  3987. 0.40575 0.15451 lineto
  3988. 0.40823 0.15451 lineto
  3989. 0.41071 0.15451 lineto
  3990. 0.42063 0.15451 lineto
  3991. 0.46032 0.15451 lineto
  3992. 0.5 0.15451 lineto
  3993. 0.53968 0.15451 lineto
  3994. 0.55952 0.15451 lineto
  3995. 0.57937 0.15451 lineto
  3996. 0.58433 0.15451 lineto
  3997. 0.58929 0.15451 lineto
  3998. 0.59177 0.15451 lineto
  3999. 0.59301 0.15451 lineto
  4000. 0.59425 0.15451 lineto
  4001. 0.59549 0.07725 lineto
  4002. 0.59673 0.07725 lineto
  4003. 0.59797 0.07725 lineto
  4004. 0.59921 0.07725 lineto
  4005. 0.61905 0.07725 lineto
  4006. 0.63889 0.07725 lineto
  4007. 0.65873 0.07725 lineto
  4008. 0.67857 0.07725 lineto
  4009. 0.68353 0.07725 lineto
  4010. 0.68601 0.07725 lineto
  4011. 0.68725 0.07725 lineto
  4012. 0.68849 0.07725 lineto
  4013. 0.68973 0.07725 lineto
  4014. 0.69097 0 lineto
  4015. 0.69345 0 lineto
  4016. 0.69841 0 lineto
  4017. 0.7381 0 lineto
  4018. 0.77778 0 lineto
  4019. 0.81746 0 lineto
  4020. Mistroke
  4021. 0.85714 0 lineto
  4022. 0.89683 0 lineto
  4023. 0.93651 0 lineto
  4024. 0.97619 0 lineto
  4025. Mfstroke
  4026. grestore
  4027. grestore
  4028. gsave
  4029. gsave
  4030. 0.004 setlinewidth
  4031. 0.02381 0 moveto
  4032. 0.06349 0 lineto
  4033. 0.10317 0 lineto
  4034. 0.14286 0 lineto
  4035. 0.18254 0 lineto
  4036. 0.22222 0 lineto
  4037. 0.2619 0 lineto
  4038. 0.30159 0 lineto
  4039. 0.34127 0 lineto
  4040. 0.36111 0 lineto
  4041. 0.38095 0 lineto
  4042. 0.39087 0 lineto
  4043. 0.39583 0 lineto
  4044. 0.40079 0 lineto
  4045. 0.40203 0 lineto
  4046. 0.40327 0 lineto
  4047. 0.40451 0 lineto
  4048. 0.40575 0.00161 lineto
  4049. 0.40823 0.00563 lineto
  4050. 0.41071 0.00966 lineto
  4051. 0.42063 0.02575 lineto
  4052. 0.46032 0.09013 lineto
  4053. 0.5 0.15451 lineto
  4054. 0.53968 0.21889 lineto
  4055. 0.55952 0.25108 lineto
  4056. 0.57937 0.28327 lineto
  4057. 0.58433 0.29131 lineto
  4058. 0.58929 0.29936 lineto
  4059. 0.59177 0.30338 lineto
  4060. 0.59301 0.3054 lineto
  4061. 0.59425 0.30741 lineto
  4062. 0.59549 0 lineto
  4063. 0.59673 0 lineto
  4064. 0.59797 0 lineto
  4065. 0.59921 0 lineto
  4066. 0.61905 0 lineto
  4067. 0.65873 0 lineto
  4068. 0.69841 0 lineto
  4069. 0.7381 0 lineto
  4070. 0.77778 0 lineto
  4071. 0.81746 0 lineto
  4072. 0.85714 0 lineto
  4073. 0.89683 0 lineto
  4074. 0.93651 0 lineto
  4075. 0.97619 0 lineto
  4076. stroke
  4077. grestore
  4078. grestore
  4079. grestore
  4080. % End of Graphics
  4081. MathPictureEnd
  4082. :[font = postscript; inactive; PostScript; output; pictureLeft = 39; pictureWidth = 282; pictureHeight = 176; preserveAspect; ]
  4083. %!
  4084. %%Creator: Mathematica
  4085. %%AspectRatio: 0.61803 
  4086. MathPictureStart
  4087. % Scaling calculations
  4088. 0.40476 0.09524 0 0.07725 [
  4089. [(-4)] 0.02381 -0.0125 0 1 Msboxa
  4090. [(-2)] 0.21429 -0.0125 0 1 Msboxa
  4091. [(2)] 0.59524 -0.0125 0 1 Msboxa
  4092. [(4)] 0.78571 -0.0125 0 1 Msboxa
  4093. [(6)] 0.97619 -0.0125 0 1 Msboxa
  4094. [(1)] 0.39226 0.07725 1 0 Msboxa
  4095. [(2)] 0.39226 0.15451 1 0 Msboxa
  4096. [(3)] 0.39226 0.23176 1 0 Msboxa
  4097. [(4)] 0.39226 0.30902 1 0 Msboxa
  4098. [(5)] 0.39226 0.38627 1 0 Msboxa
  4099. [(6)] 0.39226 0.46353 1 0 Msboxa
  4100. [(7)] 0.39226 0.54078 1 0 Msboxa
  4101. [(8)] 0.39226 0.61803 1 0 Msboxa
  4102. [ -0.001 -0.00725 0 0 ]
  4103. [ 1.001 0.61903 0 0 ]
  4104. ] MathScale
  4105. % Start of Graphics
  4106. 1 setlinecap
  4107. 1 setlinejoin
  4108. newpath
  4109. %%Object: Graphics
  4110. [ ] 0 setdash
  4111. 0 setgray
  4112. gsave
  4113. gsave
  4114. 0.002 setlinewidth
  4115. 0 0 moveto
  4116. 1 0 lineto
  4117. stroke
  4118. 0.02381 -0.00625 moveto
  4119. 0.02381 0.00625 lineto
  4120. stroke
  4121. 0 setgray
  4122. [(-4)] 0.02381 -0.0125 0 1 Mshowa
  4123. 0.21429 -0.00625 moveto
  4124. 0.21429 0.00625 lineto
  4125. stroke
  4126. 0 setgray
  4127. [(-2)] 0.21429 -0.0125 0 1 Mshowa
  4128. 0.59524 -0.00625 moveto
  4129. 0.59524 0.00625 lineto
  4130. stroke
  4131. 0 setgray
  4132. [(2)] 0.59524 -0.0125 0 1 Mshowa
  4133. 0.78571 -0.00625 moveto
  4134. 0.78571 0.00625 lineto
  4135. stroke
  4136. 0 setgray
  4137. [(4)] 0.78571 -0.0125 0 1 Mshowa
  4138. 0.97619 -0.00625 moveto
  4139. 0.97619 0.00625 lineto
  4140. stroke
  4141. 0 setgray
  4142. [(6)] 0.97619 -0.0125 0 1 Mshowa
  4143. 0.40476 0 moveto
  4144. 0.40476 0.61803 lineto
  4145. stroke
  4146. 0.39851 0.07725 moveto
  4147. 0.41101 0.07725 lineto
  4148. stroke
  4149. 0 setgray
  4150. [(1)] 0.39226 0.07725 1 0 Mshowa
  4151. 0.39851 0.15451 moveto
  4152. 0.41101 0.15451 lineto
  4153. stroke
  4154. 0 setgray
  4155. [(2)] 0.39226 0.15451 1 0 Mshowa
  4156. 0.39851 0.23176 moveto
  4157. 0.41101 0.23176 lineto
  4158. stroke
  4159. 0 setgray
  4160. [(3)] 0.39226 0.23176 1 0 Mshowa
  4161. 0.39851 0.30902 moveto
  4162. 0.41101 0.30902 lineto
  4163. stroke
  4164. 0 setgray
  4165. [(4)] 0.39226 0.30902 1 0 Mshowa
  4166. 0.39851 0.38627 moveto
  4167. 0.41101 0.38627 lineto
  4168. stroke
  4169. 0 setgray
  4170. [(5)] 0.39226 0.38627 1 0 Mshowa
  4171. 0.39851 0.46353 moveto
  4172. 0.41101 0.46353 lineto
  4173. stroke
  4174. 0 setgray
  4175. [(6)] 0.39226 0.46353 1 0 Mshowa
  4176. 0.39851 0.54078 moveto
  4177. 0.41101 0.54078 lineto
  4178. stroke
  4179. 0 setgray
  4180. [(7)] 0.39226 0.54078 1 0 Mshowa
  4181. 0.39851 0.61803 moveto
  4182. 0.41101 0.61803 lineto
  4183. stroke
  4184. 0 setgray
  4185. [(8)] 0.39226 0.61803 1 0 Mshowa
  4186. grestore
  4187. grestore
  4188. 0 0 moveto
  4189. 1 0 lineto
  4190. 1 0.618034 lineto
  4191. 0 0.618034 lineto
  4192. closepath
  4193. clip
  4194. newpath
  4195. 0 setgray
  4196. gsave
  4197. gsave
  4198. gsave
  4199. 0.004 setlinewidth
  4200. 0.02381 0 moveto
  4201. 0.06349 0 lineto
  4202. 0.10317 0 lineto
  4203. 0.14286 0 lineto
  4204. 0.18254 0 lineto
  4205. 0.22222 0 lineto
  4206. 0.2619 0 lineto
  4207. 0.30159 0 lineto
  4208. 0.34127 0 lineto
  4209. 0.36111 0 lineto
  4210. 0.38095 0 lineto
  4211. 0.39087 0 lineto
  4212. 0.39583 0 lineto
  4213. 0.40079 0 lineto
  4214. 0.40203 0 lineto
  4215. 0.40327 0 lineto
  4216. 0.40451 0 lineto
  4217. 0.40575 0.15451 lineto
  4218. 0.40823 0.15451 lineto
  4219. 0.41071 0.15451 lineto
  4220. 0.42063 0.15451 lineto
  4221. 0.46032 0.15451 lineto
  4222. 0.5 0.15451 lineto
  4223. 0.53968 0.15451 lineto
  4224. 0.55952 0.15451 lineto
  4225. 0.57937 0.15451 lineto
  4226. 0.58433 0.15451 lineto
  4227. 0.58929 0.15451 lineto
  4228. 0.59177 0.15451 lineto
  4229. 0.59301 0.15451 lineto
  4230. 0.59425 0.15451 lineto
  4231. 0.59549 0.07725 lineto
  4232. 0.59673 0.07725 lineto
  4233. 0.59797 0.07725 lineto
  4234. 0.59921 0.07725 lineto
  4235. 0.61905 0.07725 lineto
  4236. 0.63889 0.07725 lineto
  4237. 0.65873 0.07725 lineto
  4238. 0.67857 0.07725 lineto
  4239. 0.68353 0.07725 lineto
  4240. 0.68601 0.07725 lineto
  4241. 0.68725 0.07725 lineto
  4242. 0.68849 0.07725 lineto
  4243. 0.68973 0.07725 lineto
  4244. 0.69097 0 lineto
  4245. 0.69345 0 lineto
  4246. 0.69841 0 lineto
  4247. 0.7381 0 lineto
  4248. 0.77778 0 lineto
  4249. 0.81746 0 lineto
  4250. Mistroke
  4251. 0.85714 0 lineto
  4252. 0.89683 0 lineto
  4253. 0.93651 0 lineto
  4254. 0.97619 0 lineto
  4255. Mfstroke
  4256. grestore
  4257. grestore
  4258. gsave
  4259. gsave
  4260. 0.004 setlinewidth
  4261. 0.02381 0 moveto
  4262. 0.06349 0 lineto
  4263. 0.10317 0 lineto
  4264. 0.14286 0 lineto
  4265. 0.18254 0 lineto
  4266. 0.22222 0 lineto
  4267. 0.2619 0 lineto
  4268. 0.30159 0 lineto
  4269. 0.34127 0 lineto
  4270. 0.36111 0 lineto
  4271. 0.38095 0 lineto
  4272. 0.39087 0 lineto
  4273. 0.39583 0 lineto
  4274. 0.40079 0 lineto
  4275. 0.40203 0 lineto
  4276. 0.40327 0 lineto
  4277. 0.40451 0 lineto
  4278. 0.40575 0.00161 lineto
  4279. 0.40823 0.00563 lineto
  4280. 0.41071 0.00966 lineto
  4281. 0.42063 0.02575 lineto
  4282. 0.46032 0.09013 lineto
  4283. 0.5 0.15451 lineto
  4284. 0.53968 0.21889 lineto
  4285. 0.55952 0.25108 lineto
  4286. 0.57937 0.28327 lineto
  4287. 0.58433 0.29131 lineto
  4288. 0.58929 0.29936 lineto
  4289. 0.59177 0.30338 lineto
  4290. 0.59301 0.3054 lineto
  4291. 0.59425 0.30741 lineto
  4292. 0.59549 0 lineto
  4293. 0.59673 0 lineto
  4294. 0.59797 0 lineto
  4295. 0.59921 0 lineto
  4296. 0.61905 0 lineto
  4297. 0.65873 0 lineto
  4298. 0.69841 0 lineto
  4299. 0.7381 0 lineto
  4300. 0.77778 0 lineto
  4301. 0.81746 0 lineto
  4302. 0.85714 0 lineto
  4303. 0.89683 0 lineto
  4304. 0.93651 0 lineto
  4305. 0.97619 0 lineto
  4306. stroke
  4307. grestore
  4308. grestore
  4309. grestore
  4310. % End of Graphics
  4311. MathPictureEnd
  4312. :[font = postscript; inactive; PostScript; output; pictureLeft = 39; pictureWidth = 282; pictureHeight = 176; preserveAspect; ]
  4313. %!
  4314. %%Creator: Mathematica
  4315. %%AspectRatio: 0.61803 
  4316. MathPictureStart
  4317. % Scaling calculations
  4318. 0.40476 0.09524 0 0.07725 [
  4319. [(-4)] 0.02381 -0.0125 0 1 Msboxa
  4320. [(-2)] 0.21429 -0.0125 0 1 Msboxa
  4321. [(2)] 0.59524 -0.0125 0 1 Msboxa
  4322. [(4)] 0.78571 -0.0125 0 1 Msboxa
  4323. [(6)] 0.97619 -0.0125 0 1 Msboxa
  4324. [(1)] 0.39226 0.07725 1 0 Msboxa
  4325. [(2)] 0.39226 0.15451 1 0 Msboxa
  4326. [(3)] 0.39226 0.23176 1 0 Msboxa
  4327. [(4)] 0.39226 0.30902 1 0 Msboxa
  4328. [(5)] 0.39226 0.38627 1 0 Msboxa
  4329. [(6)] 0.39226 0.46353 1 0 Msboxa
  4330. [(7)] 0.39226 0.54078 1 0 Msboxa
  4331. [(8)] 0.39226 0.61803 1 0 Msboxa
  4332. [ -0.001 -0.00725 0 0 ]
  4333. [ 1.001 0.61903 0 0 ]
  4334. ] MathScale
  4335. % Start of Graphics
  4336. 1 setlinecap
  4337. 1 setlinejoin
  4338. newpath
  4339. %%Object: Graphics
  4340. [ ] 0 setdash
  4341. 0 setgray
  4342. gsave
  4343. gsave
  4344. 0.002 setlinewidth
  4345. 0 0 moveto
  4346. 1 0 lineto
  4347. stroke
  4348. 0.02381 -0.00625 moveto
  4349. 0.02381 0.00625 lineto
  4350. stroke
  4351. 0 setgray
  4352. [(-4)] 0.02381 -0.0125 0 1 Mshowa
  4353. 0.21429 -0.00625 moveto
  4354. 0.21429 0.00625 lineto
  4355. stroke
  4356. 0 setgray
  4357. [(-2)] 0.21429 -0.0125 0 1 Mshowa
  4358. 0.59524 -0.00625 moveto
  4359. 0.59524 0.00625 lineto
  4360. stroke
  4361. 0 setgray
  4362. [(2)] 0.59524 -0.0125 0 1 Mshowa
  4363. 0.78571 -0.00625 moveto
  4364. 0.78571 0.00625 lineto
  4365. stroke
  4366. 0 setgray
  4367. [(4)] 0.78571 -0.0125 0 1 Mshowa
  4368. 0.97619 -0.00625 moveto
  4369. 0.97619 0.00625 lineto
  4370. stroke
  4371. 0 setgray
  4372. [(6)] 0.97619 -0.0125 0 1 Mshowa
  4373. 0.40476 0 moveto
  4374. 0.40476 0.61803 lineto
  4375. stroke
  4376. 0.39851 0.07725 moveto
  4377. 0.41101 0.07725 lineto
  4378. stroke
  4379. 0 setgray
  4380. [(1)] 0.39226 0.07725 1 0 Mshowa
  4381. 0.39851 0.15451 moveto
  4382. 0.41101 0.15451 lineto
  4383. stroke
  4384. 0 setgray
  4385. [(2)] 0.39226 0.15451 1 0 Mshowa
  4386. 0.39851 0.23176 moveto
  4387. 0.41101 0.23176 lineto
  4388. stroke
  4389. 0 setgray
  4390. [(3)] 0.39226 0.23176 1 0 Mshowa
  4391. 0.39851 0.30902 moveto
  4392. 0.41101 0.30902 lineto
  4393. stroke
  4394. 0 setgray
  4395. [(4)] 0.39226 0.30902 1 0 Mshowa
  4396. 0.39851 0.38627 moveto
  4397. 0.41101 0.38627 lineto
  4398. stroke
  4399. 0 setgray
  4400. [(5)] 0.39226 0.38627 1 0 Mshowa
  4401. 0.39851 0.46353 moveto
  4402. 0.41101 0.46353 lineto
  4403. stroke
  4404. 0 setgray
  4405. [(6)] 0.39226 0.46353 1 0 Mshowa
  4406. 0.39851 0.54078 moveto
  4407. 0.41101 0.54078 lineto
  4408. stroke
  4409. 0 setgray
  4410. [(7)] 0.39226 0.54078 1 0 Mshowa
  4411. 0.39851 0.61803 moveto
  4412. 0.41101 0.61803 lineto
  4413. stroke
  4414. 0 setgray
  4415. [(8)] 0.39226 0.61803 1 0 Mshowa
  4416. grestore
  4417. grestore
  4418. 0 0 moveto
  4419. 1 0 lineto
  4420. 1 0.618034 lineto
  4421. 0 0.618034 lineto
  4422. closepath
  4423. clip
  4424. newpath
  4425. 0 setgray
  4426. gsave
  4427. gsave
  4428. gsave
  4429. 0.004 setlinewidth
  4430. 0.02381 0 moveto
  4431. 0.06349 0 lineto
  4432. 0.10317 0 lineto
  4433. 0.14286 0 lineto
  4434. 0.18254 0 lineto
  4435. 0.22222 0 lineto
  4436. 0.2619 0 lineto
  4437. 0.30159 0 lineto
  4438. 0.34127 0 lineto
  4439. 0.36111 0 lineto
  4440. 0.38095 0 lineto
  4441. 0.39087 0 lineto
  4442. 0.39583 0 lineto
  4443. 0.40079 0 lineto
  4444. 0.40203 0 lineto
  4445. 0.40327 0 lineto
  4446. 0.40451 0 lineto
  4447. 0.40575 0.15451 lineto
  4448. 0.40823 0.15451 lineto
  4449. 0.41071 0.15451 lineto
  4450. 0.42063 0.15451 lineto
  4451. 0.46032 0.15451 lineto
  4452. 0.5 0.15451 lineto
  4453. 0.53968 0.15451 lineto
  4454. 0.55952 0.15451 lineto
  4455. 0.57937 0.15451 lineto
  4456. 0.58433 0.15451 lineto
  4457. 0.58929 0.15451 lineto
  4458. 0.59177 0.15451 lineto
  4459. 0.59301 0.15451 lineto
  4460. 0.59425 0.15451 lineto
  4461. 0.59549 0.07725 lineto
  4462. 0.59673 0.07725 lineto
  4463. 0.59797 0.07725 lineto
  4464. 0.59921 0.07725 lineto
  4465. 0.61905 0.07725 lineto
  4466. 0.63889 0.07725 lineto
  4467. 0.65873 0.07725 lineto
  4468. 0.67857 0.07725 lineto
  4469. 0.68353 0.07725 lineto
  4470. 0.68601 0.07725 lineto
  4471. 0.68725 0.07725 lineto
  4472. 0.68849 0.07725 lineto
  4473. 0.68973 0.07725 lineto
  4474. 0.69097 0 lineto
  4475. 0.69345 0 lineto
  4476. 0.69841 0 lineto
  4477. 0.7381 0 lineto
  4478. 0.77778 0 lineto
  4479. 0.81746 0 lineto
  4480. Mistroke
  4481. 0.85714 0 lineto
  4482. 0.89683 0 lineto
  4483. 0.93651 0 lineto
  4484. 0.97619 0 lineto
  4485. Mfstroke
  4486. grestore
  4487. grestore
  4488. gsave
  4489. gsave
  4490. 0.004 setlinewidth
  4491. 0.02381 0 moveto
  4492. 0.06349 0 lineto
  4493. 0.10317 0 lineto
  4494. 0.14286 0 lineto
  4495. 0.18254 0 lineto
  4496. 0.22222 0 lineto
  4497. 0.2619 0 lineto
  4498. 0.30159 0 lineto
  4499. 0.34127 0 lineto
  4500. 0.36111 0 lineto
  4501. 0.38095 0 lineto
  4502. 0.39087 0 lineto
  4503. 0.39583 0 lineto
  4504. 0.40079 0 lineto
  4505. 0.40203 0 lineto
  4506. 0.40327 0 lineto
  4507. 0.40451 0 lineto
  4508. 0.40575 0.00161 lineto
  4509. 0.40823 0.00563 lineto
  4510. 0.41071 0.00966 lineto
  4511. 0.42063 0.02575 lineto
  4512. 0.46032 0.09013 lineto
  4513. 0.5 0.15451 lineto
  4514. 0.53968 0.21889 lineto
  4515. 0.55952 0.25108 lineto
  4516. 0.57937 0.28327 lineto
  4517. 0.58433 0.29131 lineto
  4518. 0.58929 0.29936 lineto
  4519. 0.59177 0.30338 lineto
  4520. 0.59301 0.3054 lineto
  4521. 0.59425 0.30741 lineto
  4522. 0.59549 0 lineto
  4523. 0.59673 0 lineto
  4524. 0.59797 0 lineto
  4525. 0.59921 0 lineto
  4526. 0.61905 0 lineto
  4527. 0.65873 0 lineto
  4528. 0.69841 0 lineto
  4529. 0.7381 0 lineto
  4530. 0.77778 0 lineto
  4531. 0.81746 0 lineto
  4532. 0.85714 0 lineto
  4533. 0.89683 0 lineto
  4534. 0.93651 0 lineto
  4535. 0.97619 0 lineto
  4536. stroke
  4537. grestore
  4538. grestore
  4539. grestore
  4540. % End of Graphics
  4541. MathPictureEnd
  4542. :[font = postscript; inactive; PostScript; output; pictureLeft = 39; pictureWidth = 282; pictureHeight = 176; preserveAspect; ]
  4543. %!
  4544. %%Creator: Mathematica
  4545. %%AspectRatio: 0.61803 
  4546. MathPictureStart
  4547. % Scaling calculations
  4548. 0.40476 0.09524 0 0.07725 [
  4549. [(-4)] 0.02381 -0.0125 0 1 Msboxa
  4550. [(-2)] 0.21429 -0.0125 0 1 Msboxa
  4551. [(2)] 0.59524 -0.0125 0 1 Msboxa
  4552. [(4)] 0.78571 -0.0125 0 1 Msboxa
  4553. [(6)] 0.97619 -0.0125 0 1 Msboxa
  4554. [(1)] 0.39226 0.07725 1 0 Msboxa
  4555. [(2)] 0.39226 0.15451 1 0 Msboxa
  4556. [(3)] 0.39226 0.23176 1 0 Msboxa
  4557. [(4)] 0.39226 0.30902 1 0 Msboxa
  4558. [(5)] 0.39226 0.38627 1 0 Msboxa
  4559. [(6)] 0.39226 0.46353 1 0 Msboxa
  4560. [(7)] 0.39226 0.54078 1 0 Msboxa
  4561. [(8)] 0.39226 0.61803 1 0 Msboxa
  4562. [ -0.001 -0.00725 0 0 ]
  4563. [ 1.001 0.61903 0 0 ]
  4564. ] MathScale
  4565. % Start of Graphics
  4566. 1 setlinecap
  4567. 1 setlinejoin
  4568. newpath
  4569. %%Object: Graphics
  4570. [ ] 0 setdash
  4571. 0 setgray
  4572. gsave
  4573. gsave
  4574. 0.002 setlinewidth
  4575. 0 0 moveto
  4576. 1 0 lineto
  4577. stroke
  4578. 0.02381 -0.00625 moveto
  4579. 0.02381 0.00625 lineto
  4580. stroke
  4581. 0 setgray
  4582. [(-4)] 0.02381 -0.0125 0 1 Mshowa
  4583. 0.21429 -0.00625 moveto
  4584. 0.21429 0.00625 lineto
  4585. stroke
  4586. 0 setgray
  4587. [(-2)] 0.21429 -0.0125 0 1 Mshowa
  4588. 0.59524 -0.00625 moveto
  4589. 0.59524 0.00625 lineto
  4590. stroke
  4591. 0 setgray
  4592. [(2)] 0.59524 -0.0125 0 1 Mshowa
  4593. 0.78571 -0.00625 moveto
  4594. 0.78571 0.00625 lineto
  4595. stroke
  4596. 0 setgray
  4597. [(4)] 0.78571 -0.0125 0 1 Mshowa
  4598. 0.97619 -0.00625 moveto
  4599. 0.97619 0.00625 lineto
  4600. stroke
  4601. 0 setgray
  4602. [(6)] 0.97619 -0.0125 0 1 Mshowa
  4603. 0.40476 0 moveto
  4604. 0.40476 0.61803 lineto
  4605. stroke
  4606. 0.39851 0.07725 moveto
  4607. 0.41101 0.07725 lineto
  4608. stroke
  4609. 0 setgray
  4610. [(1)] 0.39226 0.07725 1 0 Mshowa
  4611. 0.39851 0.15451 moveto
  4612. 0.41101 0.15451 lineto
  4613. stroke
  4614. 0 setgray
  4615. [(2)] 0.39226 0.15451 1 0 Mshowa
  4616. 0.39851 0.23176 moveto
  4617. 0.41101 0.23176 lineto
  4618. stroke
  4619. 0 setgray
  4620. [(3)] 0.39226 0.23176 1 0 Mshowa
  4621. 0.39851 0.30902 moveto
  4622. 0.41101 0.30902 lineto
  4623. stroke
  4624. 0 setgray
  4625. [(4)] 0.39226 0.30902 1 0 Mshowa
  4626. 0.39851 0.38627 moveto
  4627. 0.41101 0.38627 lineto
  4628. stroke
  4629. 0 setgray
  4630. [(5)] 0.39226 0.38627 1 0 Mshowa
  4631. 0.39851 0.46353 moveto
  4632. 0.41101 0.46353 lineto
  4633. stroke
  4634. 0 setgray
  4635. [(6)] 0.39226 0.46353 1 0 Mshowa
  4636. 0.39851 0.54078 moveto
  4637. 0.41101 0.54078 lineto
  4638. stroke
  4639. 0 setgray
  4640. [(7)] 0.39226 0.54078 1 0 Mshowa
  4641. 0.39851 0.61803 moveto
  4642. 0.41101 0.61803 lineto
  4643. stroke
  4644. 0 setgray
  4645. [(8)] 0.39226 0.61803 1 0 Mshowa
  4646. grestore
  4647. grestore
  4648. 0 0 moveto
  4649. 1 0 lineto
  4650. 1 0.618034 lineto
  4651. 0 0.618034 lineto
  4652. closepath
  4653. clip
  4654. newpath
  4655. 0 setgray
  4656. gsave
  4657. gsave
  4658. gsave
  4659. 0.004 setlinewidth
  4660. 0.02381 0 moveto
  4661. 0.06349 0 lineto
  4662. 0.10317 0 lineto
  4663. 0.14286 0 lineto
  4664. 0.18254 0 lineto
  4665. 0.22222 0 lineto
  4666. 0.2619 0 lineto
  4667. 0.30159 0 lineto
  4668. 0.34127 0 lineto
  4669. 0.36111 0 lineto
  4670. 0.38095 0 lineto
  4671. 0.39087 0 lineto
  4672. 0.39583 0 lineto
  4673. 0.40079 0 lineto
  4674. 0.40203 0 lineto
  4675. 0.40327 0 lineto
  4676. 0.40451 0 lineto
  4677. 0.40575 0.15451 lineto
  4678. 0.40823 0.15451 lineto
  4679. 0.41071 0.15451 lineto
  4680. 0.42063 0.15451 lineto
  4681. 0.46032 0.15451 lineto
  4682. 0.5 0.15451 lineto
  4683. 0.53968 0.15451 lineto
  4684. 0.55952 0.15451 lineto
  4685. 0.57937 0.15451 lineto
  4686. 0.58433 0.15451 lineto
  4687. 0.58929 0.15451 lineto
  4688. 0.59177 0.15451 lineto
  4689. 0.59301 0.15451 lineto
  4690. 0.59425 0.15451 lineto
  4691. 0.59549 0.07725 lineto
  4692. 0.59673 0.07725 lineto
  4693. 0.59797 0.07725 lineto
  4694. 0.59921 0.07725 lineto
  4695. 0.61905 0.07725 lineto
  4696. 0.63889 0.07725 lineto
  4697. 0.65873 0.07725 lineto
  4698. 0.67857 0.07725 lineto
  4699. 0.68353 0.07725 lineto
  4700. 0.68601 0.07725 lineto
  4701. 0.68725 0.07725 lineto
  4702. 0.68849 0.07725 lineto
  4703. 0.68973 0.07725 lineto
  4704. 0.69097 0 lineto
  4705. 0.69345 0 lineto
  4706. 0.69841 0 lineto
  4707. 0.7381 0 lineto
  4708. 0.77778 0 lineto
  4709. 0.81746 0 lineto
  4710. Mistroke
  4711. 0.85714 0 lineto
  4712. 0.89683 0 lineto
  4713. 0.93651 0 lineto
  4714. 0.97619 0 lineto
  4715. Mfstroke
  4716. grestore
  4717. grestore
  4718. gsave
  4719. gsave
  4720. 0.004 setlinewidth
  4721. 0.02381 0 moveto
  4722. 0.06349 0 lineto
  4723. 0.10317 0 lineto
  4724. 0.14286 0 lineto
  4725. 0.18254 0 lineto
  4726. 0.22222 0 lineto
  4727. 0.2619 0 lineto
  4728. 0.30159 0 lineto
  4729. 0.34127 0 lineto
  4730. 0.36111 0 lineto
  4731. 0.38095 0 lineto
  4732. 0.39087 0 lineto
  4733. 0.39583 0 lineto
  4734. 0.40079 0 lineto
  4735. 0.40203 0 lineto
  4736. 0.40327 0 lineto
  4737. 0.40451 0 lineto
  4738. 0.40575 0.00161 lineto
  4739. 0.40823 0.00563 lineto
  4740. 0.41071 0.00966 lineto
  4741. 0.42063 0.02575 lineto
  4742. 0.46032 0.09013 lineto
  4743. 0.5 0.15451 lineto
  4744. 0.53968 0.21889 lineto
  4745. 0.55952 0.25108 lineto
  4746. 0.57937 0.28327 lineto
  4747. 0.58433 0.29131 lineto
  4748. 0.58929 0.29936 lineto
  4749. 0.59177 0.30338 lineto
  4750. 0.59301 0.3054 lineto
  4751. 0.59425 0.30741 lineto
  4752. 0.59549 0 lineto
  4753. 0.59673 0 lineto
  4754. 0.59797 0 lineto
  4755. 0.59921 0 lineto
  4756. 0.61905 0 lineto
  4757. 0.65873 0 lineto
  4758. 0.69841 0 lineto
  4759. 0.7381 0 lineto
  4760. 0.77778 0 lineto
  4761. 0.81746 0 lineto
  4762. 0.85714 0 lineto
  4763. 0.89683 0 lineto
  4764. 0.93651 0 lineto
  4765. 0.97619 0 lineto
  4766. stroke
  4767. grestore
  4768. grestore
  4769. grestore
  4770. % End of Graphics
  4771. MathPictureEnd
  4772. :[font = postscript; inactive; PostScript; output; startGroup; Cclosed; pictureLeft = 39; pictureWidth = 282; pictureHeight = 176; preserveAspect; ]
  4773. %!
  4774. %%Creator: Mathematica
  4775. %%AspectRatio: 0.61803 
  4776. MathPictureStart
  4777. % Scaling calculations
  4778. 0.40476 0.09524 0 0.07725 [
  4779. [(-4)] 0.02381 -0.0125 0 1 Msboxa
  4780. [(-2)] 0.21429 -0.0125 0 1 Msboxa
  4781. [(2)] 0.59524 -0.0125 0 1 Msboxa
  4782. [(4)] 0.78571 -0.0125 0 1 Msboxa
  4783. [(6)] 0.97619 -0.0125 0 1 Msboxa
  4784. [(1)] 0.39226 0.07725 1 0 Msboxa
  4785. [(2)] 0.39226 0.15451 1 0 Msboxa
  4786. [(3)] 0.39226 0.23176 1 0 Msboxa
  4787. [(4)] 0.39226 0.30902 1 0 Msboxa
  4788. [(5)] 0.39226 0.38627 1 0 Msboxa
  4789. [(6)] 0.39226 0.46353 1 0 Msboxa
  4790. [(7)] 0.39226 0.54078 1 0 Msboxa
  4791. [(8)] 0.39226 0.61803 1 0 Msboxa
  4792. [ -0.001 -0.00725 0 0 ]
  4793. [ 1.001 0.61903 0 0 ]
  4794. ] MathScale
  4795. % Start of Graphics
  4796. 1 setlinecap
  4797. 1 setlinejoin
  4798. newpath
  4799. %%Object: Graphics
  4800. [ ] 0 setdash
  4801. 0 setgray
  4802. gsave
  4803. gsave
  4804. 0.002 setlinewidth
  4805. 0 0 moveto
  4806. 1 0 lineto
  4807. stroke
  4808. 0.02381 -0.00625 moveto
  4809. 0.02381 0.00625 lineto
  4810. stroke
  4811. 0 setgray
  4812. [(-4)] 0.02381 -0.0125 0 1 Mshowa
  4813. 0.21429 -0.00625 moveto
  4814. 0.21429 0.00625 lineto
  4815. stroke
  4816. 0 setgray
  4817. [(-2)] 0.21429 -0.0125 0 1 Mshowa
  4818. 0.59524 -0.00625 moveto
  4819. 0.59524 0.00625 lineto
  4820. stroke
  4821. 0 setgray
  4822. [(2)] 0.59524 -0.0125 0 1 Mshowa
  4823. 0.78571 -0.00625 moveto
  4824. 0.78571 0.00625 lineto
  4825. stroke
  4826. 0 setgray
  4827. [(4)] 0.78571 -0.0125 0 1 Mshowa
  4828. 0.97619 -0.00625 moveto
  4829. 0.97619 0.00625 lineto
  4830. stroke
  4831. 0 setgray
  4832. [(6)] 0.97619 -0.0125 0 1 Mshowa
  4833. 0.40476 0 moveto
  4834. 0.40476 0.61803 lineto
  4835. stroke
  4836. 0.39851 0.07725 moveto
  4837. 0.41101 0.07725 lineto
  4838. stroke
  4839. 0 setgray
  4840. [(1)] 0.39226 0.07725 1 0 Mshowa
  4841. 0.39851 0.15451 moveto
  4842. 0.41101 0.15451 lineto
  4843. stroke
  4844. 0 setgray
  4845. [(2)] 0.39226 0.15451 1 0 Mshowa
  4846. 0.39851 0.23176 moveto
  4847. 0.41101 0.23176 lineto
  4848. stroke
  4849. 0 setgray
  4850. [(3)] 0.39226 0.23176 1 0 Mshowa
  4851. 0.39851 0.30902 moveto
  4852. 0.41101 0.30902 lineto
  4853. stroke
  4854. 0 setgray
  4855. [(4)] 0.39226 0.30902 1 0 Mshowa
  4856. 0.39851 0.38627 moveto
  4857. 0.41101 0.38627 lineto
  4858. stroke
  4859. 0 setgray
  4860. [(5)] 0.39226 0.38627 1 0 Mshowa
  4861. 0.39851 0.46353 moveto
  4862. 0.41101 0.46353 lineto
  4863. stroke
  4864. 0 setgray
  4865. [(6)] 0.39226 0.46353 1 0 Mshowa
  4866. 0.39851 0.54078 moveto
  4867. 0.41101 0.54078 lineto
  4868. stroke
  4869. 0 setgray
  4870. [(7)] 0.39226 0.54078 1 0 Mshowa
  4871. 0.39851 0.61803 moveto
  4872. 0.41101 0.61803 lineto
  4873. stroke
  4874. 0 setgray
  4875. [(8)] 0.39226 0.61803 1 0 Mshowa
  4876. grestore
  4877. grestore
  4878. 0 0 moveto
  4879. 1 0 lineto
  4880. 1 0.618034 lineto
  4881. 0 0.618034 lineto
  4882. closepath
  4883. clip
  4884. newpath
  4885. 0 setgray
  4886. gsave
  4887. gsave
  4888. gsave
  4889. 0.004 setlinewidth
  4890. 0.02381 0 moveto
  4891. 0.06349 0 lineto
  4892. 0.08333 0 lineto
  4893. 0.09325 0 lineto
  4894. 0.10317 0 lineto
  4895. 0.1131 0 lineto
  4896. 0.11558 0 lineto
  4897. 0.11682 0 lineto
  4898. 0.11806 0 lineto
  4899. 0.1193 0.07725 lineto
  4900. 0.12054 0.07725 lineto
  4901. 0.12178 0.07725 lineto
  4902. 0.12302 0.07725 lineto
  4903. 0.14286 0.07725 lineto
  4904. 0.1627 0.07725 lineto
  4905. 0.18254 0.07725 lineto
  4906. 0.20238 0.07725 lineto
  4907. 0.20734 0.07725 lineto
  4908. 0.20982 0.07725 lineto
  4909. 0.21106 0.07725 lineto
  4910. 0.2123 0.07725 lineto
  4911. 0.21354 0.07725 lineto
  4912. 0.21478 0.15451 lineto
  4913. 0.21602 0.15451 lineto
  4914. 0.21726 0.15451 lineto
  4915. 0.22222 0.15451 lineto
  4916. 0.2619 0.15451 lineto
  4917. 0.30159 0.15451 lineto
  4918. 0.34127 0.15451 lineto
  4919. 0.36111 0.15451 lineto
  4920. 0.38095 0.15451 lineto
  4921. 0.39087 0.15451 lineto
  4922. 0.39583 0.15451 lineto
  4923. 0.40079 0.15451 lineto
  4924. 0.40203 0.15451 lineto
  4925. 0.40327 0.15451 lineto
  4926. 0.40451 0.15451 lineto
  4927. 0.40575 0 lineto
  4928. 0.40823 0 lineto
  4929. 0.41071 0 lineto
  4930. 0.42063 0 lineto
  4931. 0.46032 0 lineto
  4932. 0.5 0 lineto
  4933. 0.53968 0 lineto
  4934. 0.57937 0 lineto
  4935. 0.61905 0 lineto
  4936. 0.65873 0 lineto
  4937. 0.69841 0 lineto
  4938. 0.7381 0 lineto
  4939. 0.77778 0 lineto
  4940. Mistroke
  4941. 0.81746 0 lineto
  4942. 0.85714 0 lineto
  4943. 0.89683 0 lineto
  4944. 0.93651 0 lineto
  4945. 0.97619 0 lineto
  4946. Mfstroke
  4947. grestore
  4948. grestore
  4949. gsave
  4950. gsave
  4951. 0.004 setlinewidth
  4952. 0.02381 0 moveto
  4953. 0.06349 0 lineto
  4954. 0.10317 0 lineto
  4955. 0.14286 0 lineto
  4956. 0.18254 0 lineto
  4957. 0.22222 0 lineto
  4958. 0.2619 0 lineto
  4959. 0.30159 0 lineto
  4960. 0.34127 0 lineto
  4961. 0.36111 0 lineto
  4962. 0.38095 0 lineto
  4963. 0.39087 0 lineto
  4964. 0.39583 0 lineto
  4965. 0.40079 0 lineto
  4966. 0.40203 0 lineto
  4967. 0.40327 0 lineto
  4968. 0.40451 0 lineto
  4969. 0.40575 0.00161 lineto
  4970. 0.40823 0.00563 lineto
  4971. 0.41071 0.00966 lineto
  4972. 0.42063 0.02575 lineto
  4973. 0.46032 0.09013 lineto
  4974. 0.5 0.15451 lineto
  4975. 0.53968 0.21889 lineto
  4976. 0.55952 0.25108 lineto
  4977. 0.57937 0.28327 lineto
  4978. 0.58433 0.29131 lineto
  4979. 0.58929 0.29936 lineto
  4980. 0.59177 0.30338 lineto
  4981. 0.59301 0.3054 lineto
  4982. 0.59425 0.30741 lineto
  4983. 0.59549 0 lineto
  4984. 0.59673 0 lineto
  4985. 0.59797 0 lineto
  4986. 0.59921 0 lineto
  4987. 0.61905 0 lineto
  4988. 0.65873 0 lineto
  4989. 0.69841 0 lineto
  4990. 0.7381 0 lineto
  4991. 0.77778 0 lineto
  4992. 0.81746 0 lineto
  4993. 0.85714 0 lineto
  4994. 0.89683 0 lineto
  4995. 0.93651 0 lineto
  4996. 0.97619 0 lineto
  4997. stroke
  4998. grestore
  4999. grestore
  5000. grestore
  5001. % End of Graphics
  5002. MathPictureEnd
  5003. :[font = postscript; inactive; PostScript; output; pictureLeft = 39; pictureWidth = 282; pictureHeight = 176; preserveAspect; ]
  5004. %!
  5005. %%Creator: Mathematica
  5006. %%AspectRatio: 0.61803 
  5007. MathPictureStart
  5008. % Scaling calculations
  5009. 0.40476 0.09524 0 0.07725 [
  5010. [(-4)] 0.02381 -0.0125 0 1 Msboxa
  5011. [(-2)] 0.21429 -0.0125 0 1 Msboxa
  5012. [(2)] 0.59524 -0.0125 0 1 Msboxa
  5013. [(4)] 0.78571 -0.0125 0 1 Msboxa
  5014. [(6)] 0.97619 -0.0125 0 1 Msboxa
  5015. [(1)] 0.39226 0.07725 1 0 Msboxa
  5016. [(2)] 0.39226 0.15451 1 0 Msboxa
  5017. [(3)] 0.39226 0.23176 1 0 Msboxa
  5018. [(4)] 0.39226 0.30902 1 0 Msboxa
  5019. [(5)] 0.39226 0.38627 1 0 Msboxa
  5020. [(6)] 0.39226 0.46353 1 0 Msboxa
  5021. [(7)] 0.39226 0.54078 1 0 Msboxa
  5022. [(8)] 0.39226 0.61803 1 0 Msboxa
  5023. [ -0.001 -0.00725 0 0 ]
  5024. [ 1.001 0.61903 0 0 ]
  5025. ] MathScale
  5026. % Start of Graphics
  5027. 1 setlinecap
  5028. 1 setlinejoin
  5029. newpath
  5030. %%Object: Graphics
  5031. [ ] 0 setdash
  5032. 0 setgray
  5033. gsave
  5034. gsave
  5035. 0.002 setlinewidth
  5036. 0 0 moveto
  5037. 1 0 lineto
  5038. stroke
  5039. 0.02381 -0.00625 moveto
  5040. 0.02381 0.00625 lineto
  5041. stroke
  5042. 0 setgray
  5043. [(-4)] 0.02381 -0.0125 0 1 Mshowa
  5044. 0.21429 -0.00625 moveto
  5045. 0.21429 0.00625 lineto
  5046. stroke
  5047. 0 setgray
  5048. [(-2)] 0.21429 -0.0125 0 1 Mshowa
  5049. 0.59524 -0.00625 moveto
  5050. 0.59524 0.00625 lineto
  5051. stroke
  5052. 0 setgray
  5053. [(2)] 0.59524 -0.0125 0 1 Mshowa
  5054. 0.78571 -0.00625 moveto
  5055. 0.78571 0.00625 lineto
  5056. stroke
  5057. 0 setgray
  5058. [(4)] 0.78571 -0.0125 0 1 Mshowa
  5059. 0.97619 -0.00625 moveto
  5060. 0.97619 0.00625 lineto
  5061. stroke
  5062. 0 setgray
  5063. [(6)] 0.97619 -0.0125 0 1 Mshowa
  5064. 0.40476 0 moveto
  5065. 0.40476 0.61803 lineto
  5066. stroke
  5067. 0.39851 0.07725 moveto
  5068. 0.41101 0.07725 lineto
  5069. stroke
  5070. 0 setgray
  5071. [(1)] 0.39226 0.07725 1 0 Mshowa
  5072. 0.39851 0.15451 moveto
  5073. 0.41101 0.15451 lineto
  5074. stroke
  5075. 0 setgray
  5076. [(2)] 0.39226 0.15451 1 0 Mshowa
  5077. 0.39851 0.23176 moveto
  5078. 0.41101 0.23176 lineto
  5079. stroke
  5080. 0 setgray
  5081. [(3)] 0.39226 0.23176 1 0 Mshowa
  5082. 0.39851 0.30902 moveto
  5083. 0.41101 0.30902 lineto
  5084. stroke
  5085. 0 setgray
  5086. [(4)] 0.39226 0.30902 1 0 Mshowa
  5087. 0.39851 0.38627 moveto
  5088. 0.41101 0.38627 lineto
  5089. stroke
  5090. 0 setgray
  5091. [(5)] 0.39226 0.38627 1 0 Mshowa
  5092. 0.39851 0.46353 moveto
  5093. 0.41101 0.46353 lineto
  5094. stroke
  5095. 0 setgray
  5096. [(6)] 0.39226 0.46353 1 0 Mshowa
  5097. 0.39851 0.54078 moveto
  5098. 0.41101 0.54078 lineto
  5099. stroke
  5100. 0 setgray
  5101. [(7)] 0.39226 0.54078 1 0 Mshowa
  5102. 0.39851 0.61803 moveto
  5103. 0.41101 0.61803 lineto
  5104. stroke
  5105. 0 setgray
  5106. [(8)] 0.39226 0.61803 1 0 Mshowa
  5107. grestore
  5108. grestore
  5109. 0 0 moveto
  5110. 1 0 lineto
  5111. 1 0.618034 lineto
  5112. 0 0.618034 lineto
  5113. closepath
  5114. clip
  5115. newpath
  5116. 0 setgray
  5117. gsave
  5118. gsave
  5119. gsave
  5120. 0.004 setlinewidth
  5121. 0.02381 0 moveto
  5122. 0.06349 0 lineto
  5123. 0.08333 0 lineto
  5124. 0.09325 0 lineto
  5125. 0.10317 0 lineto
  5126. 0.1131 0 lineto
  5127. 0.11558 0 lineto
  5128. 0.11682 0 lineto
  5129. 0.11806 0 lineto
  5130. 0.1193 0.07725 lineto
  5131. 0.12054 0.07725 lineto
  5132. 0.12178 0.07725 lineto
  5133. 0.12302 0.07725 lineto
  5134. 0.14286 0.07725 lineto
  5135. 0.1627 0.07725 lineto
  5136. 0.18254 0.07725 lineto
  5137. 0.20238 0.07725 lineto
  5138. 0.20734 0.07725 lineto
  5139. 0.20982 0.07725 lineto
  5140. 0.21106 0.07725 lineto
  5141. 0.2123 0.07725 lineto
  5142. 0.21354 0.07725 lineto
  5143. 0.21478 0.15451 lineto
  5144. 0.21602 0.15451 lineto
  5145. 0.21726 0.15451 lineto
  5146. 0.22222 0.15451 lineto
  5147. 0.2619 0.15451 lineto
  5148. 0.30159 0.15451 lineto
  5149. 0.34127 0.15451 lineto
  5150. 0.36111 0.15451 lineto
  5151. 0.38095 0.15451 lineto
  5152. 0.39087 0.15451 lineto
  5153. 0.39583 0.15451 lineto
  5154. 0.40079 0.15451 lineto
  5155. 0.40203 0.15451 lineto
  5156. 0.40327 0.15451 lineto
  5157. 0.40451 0.15451 lineto
  5158. 0.40575 0 lineto
  5159. 0.40823 0 lineto
  5160. 0.41071 0 lineto
  5161. 0.42063 0 lineto
  5162. 0.46032 0 lineto
  5163. 0.5 0 lineto
  5164. 0.53968 0 lineto
  5165. 0.57937 0 lineto
  5166. 0.61905 0 lineto
  5167. 0.65873 0 lineto
  5168. 0.69841 0 lineto
  5169. 0.7381 0 lineto
  5170. 0.77778 0 lineto
  5171. Mistroke
  5172. 0.81746 0 lineto
  5173. 0.85714 0 lineto
  5174. 0.89683 0 lineto
  5175. 0.93651 0 lineto
  5176. 0.97619 0 lineto
  5177. Mfstroke
  5178. grestore
  5179. grestore
  5180. gsave
  5181. gsave
  5182. 0.004 setlinewidth
  5183. 0.02381 0 moveto
  5184. 0.06349 0 lineto
  5185. 0.10317 0 lineto
  5186. 0.14286 0 lineto
  5187. 0.18254 0 lineto
  5188. 0.22222 0 lineto
  5189. 0.2619 0 lineto
  5190. 0.30159 0 lineto
  5191. 0.34127 0 lineto
  5192. 0.36111 0 lineto
  5193. 0.38095 0 lineto
  5194. 0.39087 0 lineto
  5195. 0.39583 0 lineto
  5196. 0.40079 0 lineto
  5197. 0.40203 0 lineto
  5198. 0.40327 0 lineto
  5199. 0.40451 0 lineto
  5200. 0.40575 0.00161 lineto
  5201. 0.40823 0.00563 lineto
  5202. 0.41071 0.00966 lineto
  5203. 0.42063 0.02575 lineto
  5204. 0.46032 0.09013 lineto
  5205. 0.5 0.15451 lineto
  5206. 0.53968 0.21889 lineto
  5207. 0.55952 0.25108 lineto
  5208. 0.57937 0.28327 lineto
  5209. 0.58433 0.29131 lineto
  5210. 0.58929 0.29936 lineto
  5211. 0.59177 0.30338 lineto
  5212. 0.59301 0.3054 lineto
  5213. 0.59425 0.30741 lineto
  5214. 0.59549 0 lineto
  5215. 0.59673 0 lineto
  5216. 0.59797 0 lineto
  5217. 0.59921 0 lineto
  5218. 0.61905 0 lineto
  5219. 0.65873 0 lineto
  5220. 0.69841 0 lineto
  5221. 0.7381 0 lineto
  5222. 0.77778 0 lineto
  5223. 0.81746 0 lineto
  5224. 0.85714 0 lineto
  5225. 0.89683 0 lineto
  5226. 0.93651 0 lineto
  5227. 0.97619 0 lineto
  5228. stroke
  5229. grestore
  5230. grestore
  5231. grestore
  5232. % End of Graphics
  5233. MathPictureEnd
  5234. :[font = postscript; inactive; PostScript; output; pictureLeft = 39; pictureWidth = 282; pictureHeight = 176; preserveAspect; ]
  5235. %!
  5236. %%Creator: Mathematica
  5237. %%AspectRatio: 0.61803 
  5238. MathPictureStart
  5239. % Scaling calculations
  5240. 0.40476 0.09524 0 0.07725 [
  5241. [(-4)] 0.02381 -0.0125 0 1 Msboxa
  5242. [(-2)] 0.21429 -0.0125 0 1 Msboxa
  5243. [(2)] 0.59524 -0.0125 0 1 Msboxa
  5244. [(4)] 0.78571 -0.0125 0 1 Msboxa
  5245. [(6)] 0.97619 -0.0125 0 1 Msboxa
  5246. [(1)] 0.39226 0.07725 1 0 Msboxa
  5247. [(2)] 0.39226 0.15451 1 0 Msboxa
  5248. [(3)] 0.39226 0.23176 1 0 Msboxa
  5249. [(4)] 0.39226 0.30902 1 0 Msboxa
  5250. [(5)] 0.39226 0.38627 1 0 Msboxa
  5251. [(6)] 0.39226 0.46353 1 0 Msboxa
  5252. [(7)] 0.39226 0.54078 1 0 Msboxa
  5253. [(8)] 0.39226 0.61803 1 0 Msboxa
  5254. [ -0.001 -0.00725 0 0 ]
  5255. [ 1.001 0.61903 0 0 ]
  5256. ] MathScale
  5257. % Start of Graphics
  5258. 1 setlinecap
  5259. 1 setlinejoin
  5260. newpath
  5261. %%Object: Graphics
  5262. [ ] 0 setdash
  5263. 0 setgray
  5264. gsave
  5265. gsave
  5266. 0.002 setlinewidth
  5267. 0 0 moveto
  5268. 1 0 lineto
  5269. stroke
  5270. 0.02381 -0.00625 moveto
  5271. 0.02381 0.00625 lineto
  5272. stroke
  5273. 0 setgray
  5274. [(-4)] 0.02381 -0.0125 0 1 Mshowa
  5275. 0.21429 -0.00625 moveto
  5276. 0.21429 0.00625 lineto
  5277. stroke
  5278. 0 setgray
  5279. [(-2)] 0.21429 -0.0125 0 1 Mshowa
  5280. 0.59524 -0.00625 moveto
  5281. 0.59524 0.00625 lineto
  5282. stroke
  5283. 0 setgray
  5284. [(2)] 0.59524 -0.0125 0 1 Mshowa
  5285. 0.78571 -0.00625 moveto
  5286. 0.78571 0.00625 lineto
  5287. stroke
  5288. 0 setgray
  5289. [(4)] 0.78571 -0.0125 0 1 Mshowa
  5290. 0.97619 -0.00625 moveto
  5291. 0.97619 0.00625 lineto
  5292. stroke
  5293. 0 setgray
  5294. [(6)] 0.97619 -0.0125 0 1 Mshowa
  5295. 0.40476 0 moveto
  5296. 0.40476 0.61803 lineto
  5297. stroke
  5298. 0.39851 0.07725 moveto
  5299. 0.41101 0.07725 lineto
  5300. stroke
  5301. 0 setgray
  5302. [(1)] 0.39226 0.07725 1 0 Mshowa
  5303. 0.39851 0.15451 moveto
  5304. 0.41101 0.15451 lineto
  5305. stroke
  5306. 0 setgray
  5307. [(2)] 0.39226 0.15451 1 0 Mshowa
  5308. 0.39851 0.23176 moveto
  5309. 0.41101 0.23176 lineto
  5310. stroke
  5311. 0 setgray
  5312. [(3)] 0.39226 0.23176 1 0 Mshowa
  5313. 0.39851 0.30902 moveto
  5314. 0.41101 0.30902 lineto
  5315. stroke
  5316. 0 setgray
  5317. [(4)] 0.39226 0.30902 1 0 Mshowa
  5318. 0.39851 0.38627 moveto
  5319. 0.41101 0.38627 lineto
  5320. stroke
  5321. 0 setgray
  5322. [(5)] 0.39226 0.38627 1 0 Mshowa
  5323. 0.39851 0.46353 moveto
  5324. 0.41101 0.46353 lineto
  5325. stroke
  5326. 0 setgray
  5327. [(6)] 0.39226 0.46353 1 0 Mshowa
  5328. 0.39851 0.54078 moveto
  5329. 0.41101 0.54078 lineto
  5330. stroke
  5331. 0 setgray
  5332. [(7)] 0.39226 0.54078 1 0 Mshowa
  5333. 0.39851 0.61803 moveto
  5334. 0.41101 0.61803 lineto
  5335. stroke
  5336. 0 setgray
  5337. [(8)] 0.39226 0.61803 1 0 Mshowa
  5338. grestore
  5339. grestore
  5340. 0 0 moveto
  5341. 1 0 lineto
  5342. 1 0.618034 lineto
  5343. 0 0.618034 lineto
  5344. closepath
  5345. clip
  5346. newpath
  5347. 0 setgray
  5348. gsave
  5349. gsave
  5350. gsave
  5351. 0.004 setlinewidth
  5352. 0.02381 0 moveto
  5353. 0.06349 0 lineto
  5354. 0.08333 0 lineto
  5355. 0.09325 0 lineto
  5356. 0.10317 0 lineto
  5357. 0.1131 0 lineto
  5358. 0.11558 0 lineto
  5359. 0.11682 0 lineto
  5360. 0.11806 0 lineto
  5361. 0.1193 0.07725 lineto
  5362. 0.12054 0.07725 lineto
  5363. 0.12178 0.07725 lineto
  5364. 0.12302 0.07725 lineto
  5365. 0.14286 0.07725 lineto
  5366. 0.1627 0.07725 lineto
  5367. 0.18254 0.07725 lineto
  5368. 0.20238 0.07725 lineto
  5369. 0.20734 0.07725 lineto
  5370. 0.20982 0.07725 lineto
  5371. 0.21106 0.07725 lineto
  5372. 0.2123 0.07725 lineto
  5373. 0.21354 0.07725 lineto
  5374. 0.21478 0.15451 lineto
  5375. 0.21602 0.15451 lineto
  5376. 0.21726 0.15451 lineto
  5377. 0.22222 0.15451 lineto
  5378. 0.2619 0.15451 lineto
  5379. 0.30159 0.15451 lineto
  5380. 0.34127 0.15451 lineto
  5381. 0.36111 0.15451 lineto
  5382. 0.38095 0.15451 lineto
  5383. 0.39087 0.15451 lineto
  5384. 0.39583 0.15451 lineto
  5385. 0.40079 0.15451 lineto
  5386. 0.40203 0.15451 lineto
  5387. 0.40327 0.15451 lineto
  5388. 0.40451 0.15451 lineto
  5389. 0.40575 0 lineto
  5390. 0.40823 0 lineto
  5391. 0.41071 0 lineto
  5392. 0.42063 0 lineto
  5393. 0.46032 0 lineto
  5394. 0.5 0 lineto
  5395. 0.53968 0 lineto
  5396. 0.57937 0 lineto
  5397. 0.61905 0 lineto
  5398. 0.65873 0 lineto
  5399. 0.69841 0 lineto
  5400. 0.7381 0 lineto
  5401. 0.77778 0 lineto
  5402. Mistroke
  5403. 0.81746 0 lineto
  5404. 0.85714 0 lineto
  5405. 0.89683 0 lineto
  5406. 0.93651 0 lineto
  5407. 0.97619 0 lineto
  5408. Mfstroke
  5409. grestore
  5410. grestore
  5411. gsave
  5412. gsave
  5413. 0.004 setlinewidth
  5414. 0.02381 0 moveto
  5415. 0.06349 0 lineto
  5416. 0.10317 0 lineto
  5417. 0.14286 0 lineto
  5418. 0.18254 0 lineto
  5419. 0.22222 0 lineto
  5420. 0.2619 0 lineto
  5421. 0.30159 0 lineto
  5422. 0.34127 0 lineto
  5423. 0.36111 0 lineto
  5424. 0.38095 0 lineto
  5425. 0.39087 0 lineto
  5426. 0.39583 0 lineto
  5427. 0.40079 0 lineto
  5428. 0.40203 0 lineto
  5429. 0.40327 0 lineto
  5430. 0.40451 0 lineto
  5431. 0.40575 0.00161 lineto
  5432. 0.40823 0.00563 lineto
  5433. 0.41071 0.00966 lineto
  5434. 0.42063 0.02575 lineto
  5435. 0.46032 0.09013 lineto
  5436. 0.5 0.15451 lineto
  5437. 0.53968 0.21889 lineto
  5438. 0.55952 0.25108 lineto
  5439. 0.57937 0.28327 lineto
  5440. 0.58433 0.29131 lineto
  5441. 0.58929 0.29936 lineto
  5442. 0.59177 0.30338 lineto
  5443. 0.59301 0.3054 lineto
  5444. 0.59425 0.30741 lineto
  5445. 0.59549 0 lineto
  5446. 0.59673 0 lineto
  5447. 0.59797 0 lineto
  5448. 0.59921 0 lineto
  5449. 0.61905 0 lineto
  5450. 0.65873 0 lineto
  5451. 0.69841 0 lineto
  5452. 0.7381 0 lineto
  5453. 0.77778 0 lineto
  5454. 0.81746 0 lineto
  5455. 0.85714 0 lineto
  5456. 0.89683 0 lineto
  5457. 0.93651 0 lineto
  5458. 0.97619 0 lineto
  5459. stroke
  5460. grestore
  5461. grestore
  5462. grestore
  5463. % End of Graphics
  5464. MathPictureEnd
  5465. :[font = postscript; inactive; PostScript; output; pictureLeft = 39; pictureWidth = 282; pictureHeight = 176; preserveAspect; ]
  5466. %!
  5467. %%Creator: Mathematica
  5468. %%AspectRatio: 0.61803 
  5469. MathPictureStart
  5470. % Scaling calculations
  5471. 0.40476 0.09524 0 0.07725 [
  5472. [(-4)] 0.02381 -0.0125 0 1 Msboxa
  5473. [(-2)] 0.21429 -0.0125 0 1 Msboxa
  5474. [(2)] 0.59524 -0.0125 0 1 Msboxa
  5475. [(4)] 0.78571 -0.0125 0 1 Msboxa
  5476. [(6)] 0.97619 -0.0125 0 1 Msboxa
  5477. [(1)] 0.39226 0.07725 1 0 Msboxa
  5478. [(2)] 0.39226 0.15451 1 0 Msboxa
  5479. [(3)] 0.39226 0.23176 1 0 Msboxa
  5480. [(4)] 0.39226 0.30902 1 0 Msboxa
  5481. [(5)] 0.39226 0.38627 1 0 Msboxa
  5482. [(6)] 0.39226 0.46353 1 0 Msboxa
  5483. [(7)] 0.39226 0.54078 1 0 Msboxa
  5484. [(8)] 0.39226 0.61803 1 0 Msboxa
  5485. [ -0.001 -0.00725 0 0 ]
  5486. [ 1.001 0.61903 0 0 ]
  5487. ] MathScale
  5488. % Start of Graphics
  5489. 1 setlinecap
  5490. 1 setlinejoin
  5491. newpath
  5492. %%Object: Graphics
  5493. [ ] 0 setdash
  5494. 0 setgray
  5495. gsave
  5496. gsave
  5497. 0.002 setlinewidth
  5498. 0 0 moveto
  5499. 1 0 lineto
  5500. stroke
  5501. 0.02381 -0.00625 moveto
  5502. 0.02381 0.00625 lineto
  5503. stroke
  5504. 0 setgray
  5505. [(-4)] 0.02381 -0.0125 0 1 Mshowa
  5506. 0.21429 -0.00625 moveto
  5507. 0.21429 0.00625 lineto
  5508. stroke
  5509. 0 setgray
  5510. [(-2)] 0.21429 -0.0125 0 1 Mshowa
  5511. 0.59524 -0.00625 moveto
  5512. 0.59524 0.00625 lineto
  5513. stroke
  5514. 0 setgray
  5515. [(2)] 0.59524 -0.0125 0 1 Mshowa
  5516. 0.78571 -0.00625 moveto
  5517. 0.78571 0.00625 lineto
  5518. stroke
  5519. 0 setgray
  5520. [(4)] 0.78571 -0.0125 0 1 Mshowa
  5521. 0.97619 -0.00625 moveto
  5522. 0.97619 0.00625 lineto
  5523. stroke
  5524. 0 setgray
  5525. [(6)] 0.97619 -0.0125 0 1 Mshowa
  5526. 0.40476 0 moveto
  5527. 0.40476 0.61803 lineto
  5528. stroke
  5529. 0.39851 0.07725 moveto
  5530. 0.41101 0.07725 lineto
  5531. stroke
  5532. 0 setgray
  5533. [(1)] 0.39226 0.07725 1 0 Mshowa
  5534. 0.39851 0.15451 moveto
  5535. 0.41101 0.15451 lineto
  5536. stroke
  5537. 0 setgray
  5538. [(2)] 0.39226 0.15451 1 0 Mshowa
  5539. 0.39851 0.23176 moveto
  5540. 0.41101 0.23176 lineto
  5541. stroke
  5542. 0 setgray
  5543. [(3)] 0.39226 0.23176 1 0 Mshowa
  5544. 0.39851 0.30902 moveto
  5545. 0.41101 0.30902 lineto
  5546. stroke
  5547. 0 setgray
  5548. [(4)] 0.39226 0.30902 1 0 Mshowa
  5549. 0.39851 0.38627 moveto
  5550. 0.41101 0.38627 lineto
  5551. stroke
  5552. 0 setgray
  5553. [(5)] 0.39226 0.38627 1 0 Mshowa
  5554. 0.39851 0.46353 moveto
  5555. 0.41101 0.46353 lineto
  5556. stroke
  5557. 0 setgray
  5558. [(6)] 0.39226 0.46353 1 0 Mshowa
  5559. 0.39851 0.54078 moveto
  5560. 0.41101 0.54078 lineto
  5561. stroke
  5562. 0 setgray
  5563. [(7)] 0.39226 0.54078 1 0 Mshowa
  5564. 0.39851 0.61803 moveto
  5565. 0.41101 0.61803 lineto
  5566. stroke
  5567. 0 setgray
  5568. [(8)] 0.39226 0.61803 1 0 Mshowa
  5569. grestore
  5570. grestore
  5571. 0 0 moveto
  5572. 1 0 lineto
  5573. 1 0.618034 lineto
  5574. 0 0.618034 lineto
  5575. closepath
  5576. clip
  5577. newpath
  5578. 0 setgray
  5579. gsave
  5580. gsave
  5581. gsave
  5582. 0.004 setlinewidth
  5583. 0.02381 0 moveto
  5584. 0.06349 0 lineto
  5585. 0.08333 0 lineto
  5586. 0.09325 0 lineto
  5587. 0.10317 0 lineto
  5588. 0.1131 0 lineto
  5589. 0.11558 0 lineto
  5590. 0.11682 0 lineto
  5591. 0.11806 0 lineto
  5592. 0.1193 0.07725 lineto
  5593. 0.12054 0.07725 lineto
  5594. 0.12178 0.07725 lineto
  5595. 0.12302 0.07725 lineto
  5596. 0.14286 0.07725 lineto
  5597. 0.1627 0.07725 lineto
  5598. 0.18254 0.07725 lineto
  5599. 0.20238 0.07725 lineto
  5600. 0.20734 0.07725 lineto
  5601. 0.20982 0.07725 lineto
  5602. 0.21106 0.07725 lineto
  5603. 0.2123 0.07725 lineto
  5604. 0.21354 0.07725 lineto
  5605. 0.21478 0.15451 lineto
  5606. 0.21602 0.15451 lineto
  5607. 0.21726 0.15451 lineto
  5608. 0.22222 0.15451 lineto
  5609. 0.2619 0.15451 lineto
  5610. 0.30159 0.15451 lineto
  5611. 0.34127 0.15451 lineto
  5612. 0.36111 0.15451 lineto
  5613. 0.38095 0.15451 lineto
  5614. 0.39087 0.15451 lineto
  5615. 0.39583 0.15451 lineto
  5616. 0.40079 0.15451 lineto
  5617. 0.40203 0.15451 lineto
  5618. 0.40327 0.15451 lineto
  5619. 0.40451 0.15451 lineto
  5620. 0.40575 0 lineto
  5621. 0.40823 0 lineto
  5622. 0.41071 0 lineto
  5623. 0.42063 0 lineto
  5624. 0.46032 0 lineto
  5625. 0.5 0 lineto
  5626. 0.53968 0 lineto
  5627. 0.57937 0 lineto
  5628. 0.61905 0 lineto
  5629. 0.65873 0 lineto
  5630. 0.69841 0 lineto
  5631. 0.7381 0 lineto
  5632. 0.77778 0 lineto
  5633. Mistroke
  5634. 0.81746 0 lineto
  5635. 0.85714 0 lineto
  5636. 0.89683 0 lineto
  5637. 0.93651 0 lineto
  5638. 0.97619 0 lineto
  5639. Mfstroke
  5640. grestore
  5641. grestore
  5642. gsave
  5643. gsave
  5644. 0.004 setlinewidth
  5645. 0.02381 0 moveto
  5646. 0.06349 0 lineto
  5647. 0.10317 0 lineto
  5648. 0.14286 0 lineto
  5649. 0.18254 0 lineto
  5650. 0.22222 0 lineto
  5651. 0.2619 0 lineto
  5652. 0.30159 0 lineto
  5653. 0.34127 0 lineto
  5654. 0.36111 0 lineto
  5655. 0.38095 0 lineto
  5656. 0.39087 0 lineto
  5657. 0.39583 0 lineto
  5658. 0.40079 0 lineto
  5659. 0.40203 0 lineto
  5660. 0.40327 0 lineto
  5661. 0.40451 0 lineto
  5662. 0.40575 0.00161 lineto
  5663. 0.40823 0.00563 lineto
  5664. 0.41071 0.00966 lineto
  5665. 0.42063 0.02575 lineto
  5666. 0.46032 0.09013 lineto
  5667. 0.5 0.15451 lineto
  5668. 0.53968 0.21889 lineto
  5669. 0.55952 0.25108 lineto
  5670. 0.57937 0.28327 lineto
  5671. 0.58433 0.29131 lineto
  5672. 0.58929 0.29936 lineto
  5673. 0.59177 0.30338 lineto
  5674. 0.59301 0.3054 lineto
  5675. 0.59425 0.30741 lineto
  5676. 0.59549 0 lineto
  5677. 0.59673 0 lineto
  5678. 0.59797 0 lineto
  5679. 0.59921 0 lineto
  5680. 0.61905 0 lineto
  5681. 0.65873 0 lineto
  5682. 0.69841 0 lineto
  5683. 0.7381 0 lineto
  5684. 0.77778 0 lineto
  5685. 0.81746 0 lineto
  5686. 0.85714 0 lineto
  5687. 0.89683 0 lineto
  5688. 0.93651 0 lineto
  5689. 0.97619 0 lineto
  5690. stroke
  5691. grestore
  5692. grestore
  5693. grestore
  5694. % End of Graphics
  5695. MathPictureEnd
  5696. :[font = postscript; inactive; PostScript; output; endGroup; pictureLeft = 39; pictureWidth = 282; pictureHeight = 176; preserveAspect; ]
  5697. %!
  5698. %%Creator: Mathematica
  5699. %%AspectRatio: 0.61803 
  5700. MathPictureStart
  5701. % Scaling calculations
  5702. 0.40476 0.09524 0 0.07725 [
  5703. [(-4)] 0.02381 -0.0125 0 1 Msboxa
  5704. [(-2)] 0.21429 -0.0125 0 1 Msboxa
  5705. [(2)] 0.59524 -0.0125 0 1 Msboxa
  5706. [(4)] 0.78571 -0.0125 0 1 Msboxa
  5707. [(6)] 0.97619 -0.0125 0 1 Msboxa
  5708. [(1)] 0.39226 0.07725 1 0 Msboxa
  5709. [(2)] 0.39226 0.15451 1 0 Msboxa
  5710. [(3)] 0.39226 0.23176 1 0 Msboxa
  5711. [(4)] 0.39226 0.30902 1 0 Msboxa
  5712. [(5)] 0.39226 0.38627 1 0 Msboxa
  5713. [(6)] 0.39226 0.46353 1 0 Msboxa
  5714. [(7)] 0.39226 0.54078 1 0 Msboxa
  5715. [(8)] 0.39226 0.61803 1 0 Msboxa
  5716. [ -0.001 -0.00725 0 0 ]
  5717. [ 1.001 0.61903 0 0 ]
  5718. ] MathScale
  5719. % Start of Graphics
  5720. 1 setlinecap
  5721. 1 setlinejoin
  5722. newpath
  5723. %%Object: Graphics
  5724. [ ] 0 setdash
  5725. 0 setgray
  5726. gsave
  5727. gsave
  5728. 0.002 setlinewidth
  5729. 0 0 moveto
  5730. 1 0 lineto
  5731. stroke
  5732. 0.02381 -0.00625 moveto
  5733. 0.02381 0.00625 lineto
  5734. stroke
  5735. 0 setgray
  5736. [(-4)] 0.02381 -0.0125 0 1 Mshowa
  5737. 0.21429 -0.00625 moveto
  5738. 0.21429 0.00625 lineto
  5739. stroke
  5740. 0 setgray
  5741. [(-2)] 0.21429 -0.0125 0 1 Mshowa
  5742. 0.59524 -0.00625 moveto
  5743. 0.59524 0.00625 lineto
  5744. stroke
  5745. 0 setgray
  5746. [(2)] 0.59524 -0.0125 0 1 Mshowa
  5747. 0.78571 -0.00625 moveto
  5748. 0.78571 0.00625 lineto
  5749. stroke
  5750. 0 setgray
  5751. [(4)] 0.78571 -0.0125 0 1 Mshowa
  5752. 0.97619 -0.00625 moveto
  5753. 0.97619 0.00625 lineto
  5754. stroke
  5755. 0 setgray
  5756. [(6)] 0.97619 -0.0125 0 1 Mshowa
  5757. 0.40476 0 moveto
  5758. 0.40476 0.61803 lineto
  5759. stroke
  5760. 0.39851 0.07725 moveto
  5761. 0.41101 0.07725 lineto
  5762. stroke
  5763. 0 setgray
  5764. [(1)] 0.39226 0.07725 1 0 Mshowa
  5765. 0.39851 0.15451 moveto
  5766. 0.41101 0.15451 lineto
  5767. stroke
  5768. 0 setgray
  5769. [(2)] 0.39226 0.15451 1 0 Mshowa
  5770. 0.39851 0.23176 moveto
  5771. 0.41101 0.23176 lineto
  5772. stroke
  5773. 0 setgray
  5774. [(3)] 0.39226 0.23176 1 0 Mshowa
  5775. 0.39851 0.30902 moveto
  5776. 0.41101 0.30902 lineto
  5777. stroke
  5778. 0 setgray
  5779. [(4)] 0.39226 0.30902 1 0 Mshowa
  5780. 0.39851 0.38627 moveto
  5781. 0.41101 0.38627 lineto
  5782. stroke
  5783. 0 setgray
  5784. [(5)] 0.39226 0.38627 1 0 Mshowa
  5785. 0.39851 0.46353 moveto
  5786. 0.41101 0.46353 lineto
  5787. stroke
  5788. 0 setgray
  5789. [(6)] 0.39226 0.46353 1 0 Mshowa
  5790. 0.39851 0.54078 moveto
  5791. 0.41101 0.54078 lineto
  5792. stroke
  5793. 0 setgray
  5794. [(7)] 0.39226 0.54078 1 0 Mshowa
  5795. 0.39851 0.61803 moveto
  5796. 0.41101 0.61803 lineto
  5797. stroke
  5798. 0 setgray
  5799. [(8)] 0.39226 0.61803 1 0 Mshowa
  5800. grestore
  5801. grestore
  5802. 0 0 moveto
  5803. 1 0 lineto
  5804. 1 0.618034 lineto
  5805. 0 0.618034 lineto
  5806. closepath
  5807. clip
  5808. newpath
  5809. 0 setgray
  5810. gsave
  5811. gsave
  5812. gsave
  5813. 0.004 setlinewidth
  5814. 0.02381 0 moveto
  5815. 0.06349 0 lineto
  5816. 0.08333 0 lineto
  5817. 0.09325 0 lineto
  5818. 0.10317 0 lineto
  5819. 0.1131 0 lineto
  5820. 0.11558 0 lineto
  5821. 0.11682 0 lineto
  5822. 0.11806 0 lineto
  5823. 0.1193 0.07725 lineto
  5824. 0.12054 0.07725 lineto
  5825. 0.12178 0.07725 lineto
  5826. 0.12302 0.07725 lineto
  5827. 0.14286 0.07725 lineto
  5828. 0.1627 0.07725 lineto
  5829. 0.18254 0.07725 lineto
  5830. 0.20238 0.07725 lineto
  5831. 0.20734 0.07725 lineto
  5832. 0.20982 0.07725 lineto
  5833. 0.21106 0.07725 lineto
  5834. 0.2123 0.07725 lineto
  5835. 0.21354 0.07725 lineto
  5836. 0.21478 0.15451 lineto
  5837. 0.21602 0.15451 lineto
  5838. 0.21726 0.15451 lineto
  5839. 0.22222 0.15451 lineto
  5840. 0.2619 0.15451 lineto
  5841. 0.30159 0.15451 lineto
  5842. 0.34127 0.15451 lineto
  5843. 0.36111 0.15451 lineto
  5844. 0.38095 0.15451 lineto
  5845. 0.39087 0.15451 lineto
  5846. 0.39583 0.15451 lineto
  5847. 0.40079 0.15451 lineto
  5848. 0.40203 0.15451 lineto
  5849. 0.40327 0.15451 lineto
  5850. 0.40451 0.15451 lineto
  5851. 0.40575 0 lineto
  5852. 0.40823 0 lineto
  5853. 0.41071 0 lineto
  5854. 0.42063 0 lineto
  5855. 0.46032 0 lineto
  5856. 0.5 0 lineto
  5857. 0.53968 0 lineto
  5858. 0.57937 0 lineto
  5859. 0.61905 0 lineto
  5860. 0.65873 0 lineto
  5861. 0.69841 0 lineto
  5862. 0.7381 0 lineto
  5863. 0.77778 0 lineto
  5864. Mistroke
  5865. 0.81746 0 lineto
  5866. 0.85714 0 lineto
  5867. 0.89683 0 lineto
  5868. 0.93651 0 lineto
  5869. 0.97619 0 lineto
  5870. Mfstroke
  5871. grestore
  5872. grestore
  5873. gsave
  5874. gsave
  5875. 0.004 setlinewidth
  5876. 0.02381 0 moveto
  5877. 0.06349 0 lineto
  5878. 0.10317 0 lineto
  5879. 0.14286 0 lineto
  5880. 0.18254 0 lineto
  5881. 0.22222 0 lineto
  5882. 0.2619 0 lineto
  5883. 0.30159 0 lineto
  5884. 0.34127 0 lineto
  5885. 0.36111 0 lineto
  5886. 0.38095 0 lineto
  5887. 0.39087 0 lineto
  5888. 0.39583 0 lineto
  5889. 0.40079 0 lineto
  5890. 0.40203 0 lineto
  5891. 0.40327 0 lineto
  5892. 0.40451 0 lineto
  5893. 0.40575 0.00161 lineto
  5894. 0.40823 0.00563 lineto
  5895. 0.41071 0.00966 lineto
  5896. 0.42063 0.02575 lineto
  5897. 0.46032 0.09013 lineto
  5898. 0.5 0.15451 lineto
  5899. 0.53968 0.21889 lineto
  5900. 0.55952 0.25108 lineto
  5901. 0.57937 0.28327 lineto
  5902. 0.58433 0.29131 lineto
  5903. 0.58929 0.29936 lineto
  5904. 0.59177 0.30338 lineto
  5905. 0.59301 0.3054 lineto
  5906. 0.59425 0.30741 lineto
  5907. 0.59549 0 lineto
  5908. 0.59673 0 lineto
  5909. 0.59797 0 lineto
  5910. 0.59921 0 lineto
  5911. 0.61905 0 lineto
  5912. 0.65873 0 lineto
  5913. 0.69841 0 lineto
  5914. 0.7381 0 lineto
  5915. 0.77778 0 lineto
  5916. 0.81746 0 lineto
  5917. 0.85714 0 lineto
  5918. 0.89683 0 lineto
  5919. 0.93651 0 lineto
  5920. 0.97619 0 lineto
  5921. stroke
  5922. grestore
  5923. grestore
  5924. grestore
  5925. % End of Graphics
  5926. MathPictureEnd
  5927. :[font = postscript; inactive; PostScript; output; startGroup; Cclosed; pictureLeft = 39; pictureWidth = 282; pictureHeight = 176; preserveAspect; ]
  5928. %!
  5929. %%Creator: Mathematica
  5930. %%AspectRatio: 0.61803 
  5931. MathPictureStart
  5932. % Scaling calculations
  5933. 0.40476 0.09524 0 0.07725 [
  5934. [(-4)] 0.02381 -0.0125 0 1 Msboxa
  5935. [(-2)] 0.21429 -0.0125 0 1 Msboxa
  5936. [(2)] 0.59524 -0.0125 0 1 Msboxa
  5937. [(4)] 0.78571 -0.0125 0 1 Msboxa
  5938. [(6)] 0.97619 -0.0125 0 1 Msboxa
  5939. [(1)] 0.39226 0.07725 1 0 Msboxa
  5940. [(2)] 0.39226 0.15451 1 0 Msboxa
  5941. [(3)] 0.39226 0.23176 1 0 Msboxa
  5942. [(4)] 0.39226 0.30902 1 0 Msboxa
  5943. [(5)] 0.39226 0.38627 1 0 Msboxa
  5944. [(6)] 0.39226 0.46353 1 0 Msboxa
  5945. [(7)] 0.39226 0.54078 1 0 Msboxa
  5946. [(8)] 0.39226 0.61803 1 0 Msboxa
  5947. [ -0.001 -0.00725 0 0 ]
  5948. [ 1.001 0.61903 0 0 ]
  5949. ] MathScale
  5950. % Start of Graphics
  5951. 1 setlinecap
  5952. 1 setlinejoin
  5953. newpath
  5954. %%Object: Graphics
  5955. [ ] 0 setdash
  5956. 0 setgray
  5957. gsave
  5958. gsave
  5959. 0.002 setlinewidth
  5960. 0 0 moveto
  5961. 1 0 lineto
  5962. stroke
  5963. 0.02381 -0.00625 moveto
  5964. 0.02381 0.00625 lineto
  5965. stroke
  5966. 0 setgray
  5967. [(-4)] 0.02381 -0.0125 0 1 Mshowa
  5968. 0.21429 -0.00625 moveto
  5969. 0.21429 0.00625 lineto
  5970. stroke
  5971. 0 setgray
  5972. [(-2)] 0.21429 -0.0125 0 1 Mshowa
  5973. 0.59524 -0.00625 moveto
  5974. 0.59524 0.00625 lineto
  5975. stroke
  5976. 0 setgray
  5977. [(2)] 0.59524 -0.0125 0 1 Mshowa
  5978. 0.78571 -0.00625 moveto
  5979. 0.78571 0.00625 lineto
  5980. stroke
  5981. 0 setgray
  5982. [(4)] 0.78571 -0.0125 0 1 Mshowa
  5983. 0.97619 -0.00625 moveto
  5984. 0.97619 0.00625 lineto
  5985. stroke
  5986. 0 setgray
  5987. [(6)] 0.97619 -0.0125 0 1 Mshowa
  5988. 0.40476 0 moveto
  5989. 0.40476 0.61803 lineto
  5990. stroke
  5991. 0.39851 0.07725 moveto
  5992. 0.41101 0.07725 lineto
  5993. stroke
  5994. 0 setgray
  5995. [(1)] 0.39226 0.07725 1 0 Mshowa
  5996. 0.39851 0.15451 moveto
  5997. 0.41101 0.15451 lineto
  5998. stroke
  5999. 0 setgray
  6000. [(2)] 0.39226 0.15451 1 0 Mshowa
  6001. 0.39851 0.23176 moveto
  6002. 0.41101 0.23176 lineto
  6003. stroke
  6004. 0 setgray
  6005. [(3)] 0.39226 0.23176 1 0 Mshowa
  6006. 0.39851 0.30902 moveto
  6007. 0.41101 0.30902 lineto
  6008. stroke
  6009. 0 setgray
  6010. [(4)] 0.39226 0.30902 1 0 Mshowa
  6011. 0.39851 0.38627 moveto
  6012. 0.41101 0.38627 lineto
  6013. stroke
  6014. 0 setgray
  6015. [(5)] 0.39226 0.38627 1 0 Mshowa
  6016. 0.39851 0.46353 moveto
  6017. 0.41101 0.46353 lineto
  6018. stroke
  6019. 0 setgray
  6020. [(6)] 0.39226 0.46353 1 0 Mshowa
  6021. 0.39851 0.54078 moveto
  6022. 0.41101 0.54078 lineto
  6023. stroke
  6024. 0 setgray
  6025. [(7)] 0.39226 0.54078 1 0 Mshowa
  6026. 0.39851 0.61803 moveto
  6027. 0.41101 0.61803 lineto
  6028. stroke
  6029. 0 setgray
  6030. [(8)] 0.39226 0.61803 1 0 Mshowa
  6031. grestore
  6032. grestore
  6033. 0 0 moveto
  6034. 1 0 lineto
  6035. 1 0.618034 lineto
  6036. 0 0.618034 lineto
  6037. closepath
  6038. clip
  6039. newpath
  6040. 0 setgray
  6041. gsave
  6042. gsave
  6043. gsave
  6044. 0.004 setlinewidth
  6045. 0.02381 0 moveto
  6046. 0.06349 0 lineto
  6047. 0.08333 0 lineto
  6048. 0.09325 0 lineto
  6049. 0.10317 0 lineto
  6050. 0.1131 0 lineto
  6051. 0.11558 0 lineto
  6052. 0.11682 0 lineto
  6053. 0.11806 0 lineto
  6054. 0.1193 0.07725 lineto
  6055. 0.12054 0.07725 lineto
  6056. 0.12178 0.07725 lineto
  6057. 0.12302 0.07725 lineto
  6058. 0.14286 0.07725 lineto
  6059. 0.1627 0.07725 lineto
  6060. 0.18254 0.07725 lineto
  6061. 0.20238 0.07725 lineto
  6062. 0.20734 0.07725 lineto
  6063. 0.20982 0.07725 lineto
  6064. 0.21106 0.07725 lineto
  6065. 0.2123 0.07725 lineto
  6066. 0.21354 0.07725 lineto
  6067. 0.21478 0.15451 lineto
  6068. 0.21602 0.15451 lineto
  6069. 0.21726 0.15451 lineto
  6070. 0.22222 0.15451 lineto
  6071. 0.2619 0.15451 lineto
  6072. 0.30159 0.15451 lineto
  6073. 0.34127 0.15451 lineto
  6074. 0.36111 0.15451 lineto
  6075. 0.38095 0.15451 lineto
  6076. 0.39087 0.15451 lineto
  6077. 0.39583 0.15451 lineto
  6078. 0.40079 0.15451 lineto
  6079. 0.40203 0.15451 lineto
  6080. 0.40327 0.15451 lineto
  6081. 0.40451 0.15451 lineto
  6082. 0.40575 0 lineto
  6083. 0.40823 0 lineto
  6084. 0.41071 0 lineto
  6085. 0.42063 0 lineto
  6086. 0.46032 0 lineto
  6087. 0.5 0 lineto
  6088. 0.53968 0 lineto
  6089. 0.57937 0 lineto
  6090. 0.61905 0 lineto
  6091. 0.65873 0 lineto
  6092. 0.69841 0 lineto
  6093. 0.7381 0 lineto
  6094. 0.77778 0 lineto
  6095. Mistroke
  6096. 0.81746 0 lineto
  6097. 0.85714 0 lineto
  6098. 0.89683 0 lineto
  6099. 0.93651 0 lineto
  6100. 0.97619 0 lineto
  6101. Mfstroke
  6102. grestore
  6103. grestore
  6104. gsave
  6105. gsave
  6106. 0.004 setlinewidth
  6107. 0.02381 0 moveto
  6108. 0.06349 0 lineto
  6109. 0.10317 0 lineto
  6110. 0.14286 0 lineto
  6111. 0.18254 0 lineto
  6112. 0.22222 0 lineto
  6113. 0.2619 0 lineto
  6114. 0.30159 0 lineto
  6115. 0.34127 0 lineto
  6116. 0.36111 0 lineto
  6117. 0.38095 0 lineto
  6118. 0.39087 0 lineto
  6119. 0.39583 0 lineto
  6120. 0.40079 0 lineto
  6121. 0.40203 0 lineto
  6122. 0.40327 0 lineto
  6123. 0.40451 0 lineto
  6124. 0.40575 0.00161 lineto
  6125. 0.40823 0.00563 lineto
  6126. 0.41071 0.00966 lineto
  6127. 0.42063 0.02575 lineto
  6128. 0.46032 0.09013 lineto
  6129. 0.5 0.15451 lineto
  6130. 0.53968 0.21889 lineto
  6131. 0.55952 0.25108 lineto
  6132. 0.57937 0.28327 lineto
  6133. 0.58433 0.29131 lineto
  6134. 0.58929 0.29936 lineto
  6135. 0.59177 0.30338 lineto
  6136. 0.59301 0.3054 lineto
  6137. 0.59425 0.30741 lineto
  6138. 0.59549 0 lineto
  6139. 0.59673 0 lineto
  6140. 0.59797 0 lineto
  6141. 0.59921 0 lineto
  6142. 0.61905 0 lineto
  6143. 0.65873 0 lineto
  6144. 0.69841 0 lineto
  6145. 0.7381 0 lineto
  6146. 0.77778 0 lineto
  6147. 0.81746 0 lineto
  6148. 0.85714 0 lineto
  6149. 0.89683 0 lineto
  6150. 0.93651 0 lineto
  6151. 0.97619 0 lineto
  6152. stroke
  6153. grestore
  6154. grestore
  6155. gsave
  6156. gsave
  6157. 0.004 setlinewidth
  6158. 0.02381 0 moveto
  6159. 0.06349 0 lineto
  6160. 0.10317 0 lineto
  6161. 0.14286 0 lineto
  6162. 0.18254 0 lineto
  6163. 0.22222 0 lineto
  6164. 0.2619 0 lineto
  6165. 0.30159 0 lineto
  6166. 0.34127 0 lineto
  6167. 0.38095 0 lineto
  6168. 0.42063 0 lineto
  6169. 0.46032 0 lineto
  6170. 0.5 0 lineto
  6171. 0.53968 0 lineto
  6172. 0.57937 0 lineto
  6173. 0.61905 0 lineto
  6174. 0.65873 0 lineto
  6175. 0.69841 0 lineto
  6176. 0.7381 0 lineto
  6177. 0.77778 0 lineto
  6178. 0.81746 0 lineto
  6179. 0.85714 0 lineto
  6180. 0.89683 0 lineto
  6181. 0.93651 0 lineto
  6182. 0.97619 0 lineto
  6183. stroke
  6184. grestore
  6185. grestore
  6186. grestore
  6187. % End of Graphics
  6188. MathPictureEnd
  6189. :[font = postscript; inactive; PostScript; output; pictureLeft = 39; pictureWidth = 282; pictureHeight = 176; preserveAspect; ]
  6190. %!
  6191. %%Creator: Mathematica
  6192. %%AspectRatio: 0.61803 
  6193. MathPictureStart
  6194. % Scaling calculations
  6195. 0.40476 0.09524 0 0.07725 [
  6196. [(-4)] 0.02381 -0.0125 0 1 Msboxa
  6197. [(-2)] 0.21429 -0.0125 0 1 Msboxa
  6198. [(2)] 0.59524 -0.0125 0 1 Msboxa
  6199. [(4)] 0.78571 -0.0125 0 1 Msboxa
  6200. [(6)] 0.97619 -0.0125 0 1 Msboxa
  6201. [(1)] 0.39226 0.07725 1 0 Msboxa
  6202. [(2)] 0.39226 0.15451 1 0 Msboxa
  6203. [(3)] 0.39226 0.23176 1 0 Msboxa
  6204. [(4)] 0.39226 0.30902 1 0 Msboxa
  6205. [(5)] 0.39226 0.38627 1 0 Msboxa
  6206. [(6)] 0.39226 0.46353 1 0 Msboxa
  6207. [(7)] 0.39226 0.54078 1 0 Msboxa
  6208. [(8)] 0.39226 0.61803 1 0 Msboxa
  6209. [ -0.001 -0.00725 0 0 ]
  6210. [ 1.001 0.61903 0 0 ]
  6211. ] MathScale
  6212. % Start of Graphics
  6213. 1 setlinecap
  6214. 1 setlinejoin
  6215. newpath
  6216. %%Object: Graphics
  6217. [ ] 0 setdash
  6218. 0 setgray
  6219. gsave
  6220. gsave
  6221. 0.002 setlinewidth
  6222. 0 0 moveto
  6223. 1 0 lineto
  6224. stroke
  6225. 0.02381 -0.00625 moveto
  6226. 0.02381 0.00625 lineto
  6227. stroke
  6228. 0 setgray
  6229. [(-4)] 0.02381 -0.0125 0 1 Mshowa
  6230. 0.21429 -0.00625 moveto
  6231. 0.21429 0.00625 lineto
  6232. stroke
  6233. 0 setgray
  6234. [(-2)] 0.21429 -0.0125 0 1 Mshowa
  6235. 0.59524 -0.00625 moveto
  6236. 0.59524 0.00625 lineto
  6237. stroke
  6238. 0 setgray
  6239. [(2)] 0.59524 -0.0125 0 1 Mshowa
  6240. 0.78571 -0.00625 moveto
  6241. 0.78571 0.00625 lineto
  6242. stroke
  6243. 0 setgray
  6244. [(4)] 0.78571 -0.0125 0 1 Mshowa
  6245. 0.97619 -0.00625 moveto
  6246. 0.97619 0.00625 lineto
  6247. stroke
  6248. 0 setgray
  6249. [(6)] 0.97619 -0.0125 0 1 Mshowa
  6250. 0.40476 0 moveto
  6251. 0.40476 0.61803 lineto
  6252. stroke
  6253. 0.39851 0.07725 moveto
  6254. 0.41101 0.07725 lineto
  6255. stroke
  6256. 0 setgray
  6257. [(1)] 0.39226 0.07725 1 0 Mshowa
  6258. 0.39851 0.15451 moveto
  6259. 0.41101 0.15451 lineto
  6260. stroke
  6261. 0 setgray
  6262. [(2)] 0.39226 0.15451 1 0 Mshowa
  6263. 0.39851 0.23176 moveto
  6264. 0.41101 0.23176 lineto
  6265. stroke
  6266. 0 setgray
  6267. [(3)] 0.39226 0.23176 1 0 Mshowa
  6268. 0.39851 0.30902 moveto
  6269. 0.41101 0.30902 lineto
  6270. stroke
  6271. 0 setgray
  6272. [(4)] 0.39226 0.30902 1 0 Mshowa
  6273. 0.39851 0.38627 moveto
  6274. 0.41101 0.38627 lineto
  6275. stroke
  6276. 0 setgray
  6277. [(5)] 0.39226 0.38627 1 0 Mshowa
  6278. 0.39851 0.46353 moveto
  6279. 0.41101 0.46353 lineto
  6280. stroke
  6281. 0 setgray
  6282. [(6)] 0.39226 0.46353 1 0 Mshowa
  6283. 0.39851 0.54078 moveto
  6284. 0.41101 0.54078 lineto
  6285. stroke
  6286. 0 setgray
  6287. [(7)] 0.39226 0.54078 1 0 Mshowa
  6288. 0.39851 0.61803 moveto
  6289. 0.41101 0.61803 lineto
  6290. stroke
  6291. 0 setgray
  6292. [(8)] 0.39226 0.61803 1 0 Mshowa
  6293. grestore
  6294. grestore
  6295. 0 0 moveto
  6296. 1 0 lineto
  6297. 1 0.618034 lineto
  6298. 0 0.618034 lineto
  6299. closepath
  6300. clip
  6301. newpath
  6302. 0 setgray
  6303. gsave
  6304. gsave
  6305. gsave
  6306. 0.004 setlinewidth
  6307. 0.02381 0 moveto
  6308. 0.06349 0 lineto
  6309. 0.08333 0 lineto
  6310. 0.10317 0 lineto
  6311. 0.1131 0 lineto
  6312. 0.12302 0 lineto
  6313. 0.12798 0 lineto
  6314. 0.13294 0 lineto
  6315. 0.13542 0 lineto
  6316. 0.13666 0 lineto
  6317. 0.1379 0 lineto
  6318. 0.13914 0.07725 lineto
  6319. 0.14038 0.07725 lineto
  6320. 0.14286 0.07725 lineto
  6321. 0.18254 0.07725 lineto
  6322. 0.20238 0.07725 lineto
  6323. 0.2123 0.07725 lineto
  6324. 0.22222 0.07725 lineto
  6325. 0.22718 0.07725 lineto
  6326. 0.22966 0.07725 lineto
  6327. 0.2309 0.07725 lineto
  6328. 0.23214 0.07725 lineto
  6329. 0.23338 0.15451 lineto
  6330. 0.23462 0.15451 lineto
  6331. 0.2371 0.15451 lineto
  6332. 0.24206 0.15451 lineto
  6333. 0.2619 0.15451 lineto
  6334. 0.30159 0.15451 lineto
  6335. 0.34127 0.15451 lineto
  6336. 0.38095 0.15451 lineto
  6337. 0.40079 0.15451 lineto
  6338. 0.41071 0.15451 lineto
  6339. 0.41567 0.15451 lineto
  6340. 0.41815 0.15451 lineto
  6341. 0.42063 0.15451 lineto
  6342. 0.42188 0.15451 lineto
  6343. 0.42312 0.15451 lineto
  6344. 0.42436 0 lineto
  6345. 0.4256 0 lineto
  6346. 0.42808 0 lineto
  6347. 0.43056 0 lineto
  6348. 0.44048 0 lineto
  6349. 0.46032 0 lineto
  6350. 0.5 0 lineto
  6351. 0.53968 0 lineto
  6352. 0.57937 0 lineto
  6353. 0.61905 0 lineto
  6354. 0.65873 0 lineto
  6355. 0.69841 0 lineto
  6356. 0.7381 0 lineto
  6357. Mistroke
  6358. 0.77778 0 lineto
  6359. 0.81746 0 lineto
  6360. 0.85714 0 lineto
  6361. 0.89683 0 lineto
  6362. 0.93651 0 lineto
  6363. 0.97619 0 lineto
  6364. Mfstroke
  6365. grestore
  6366. grestore
  6367. gsave
  6368. gsave
  6369. 0.004 setlinewidth
  6370. 0.02381 0 moveto
  6371. 0.06349 0 lineto
  6372. 0.10317 0 lineto
  6373. 0.14286 0 lineto
  6374. 0.18254 0 lineto
  6375. 0.22222 0 lineto
  6376. 0.2619 0 lineto
  6377. 0.30159 0 lineto
  6378. 0.34127 0 lineto
  6379. 0.36111 0 lineto
  6380. 0.38095 0 lineto
  6381. 0.39087 0 lineto
  6382. 0.39583 0 lineto
  6383. 0.40079 0 lineto
  6384. 0.40203 0 lineto
  6385. 0.40327 0 lineto
  6386. 0.40451 0 lineto
  6387. 0.40575 0.00161 lineto
  6388. 0.40823 0.00563 lineto
  6389. 0.41071 0.00966 lineto
  6390. 0.42063 0.02575 lineto
  6391. 0.46032 0.09013 lineto
  6392. 0.5 0.15451 lineto
  6393. 0.53968 0.21889 lineto
  6394. 0.55952 0.25108 lineto
  6395. 0.57937 0.28327 lineto
  6396. 0.58433 0.29131 lineto
  6397. 0.58929 0.29936 lineto
  6398. 0.59177 0.30338 lineto
  6399. 0.59301 0.3054 lineto
  6400. 0.59425 0.30741 lineto
  6401. 0.59549 0 lineto
  6402. 0.59673 0 lineto
  6403. 0.59797 0 lineto
  6404. 0.59921 0 lineto
  6405. 0.61905 0 lineto
  6406. 0.65873 0 lineto
  6407. 0.69841 0 lineto
  6408. 0.7381 0 lineto
  6409. 0.77778 0 lineto
  6410. 0.81746 0 lineto
  6411. 0.85714 0 lineto
  6412. 0.89683 0 lineto
  6413. 0.93651 0 lineto
  6414. 0.97619 0 lineto
  6415. stroke
  6416. grestore
  6417. grestore
  6418. gsave
  6419. gsave
  6420. 0.004 setlinewidth
  6421. 0.02381 0 moveto
  6422. 0.06349 0 lineto
  6423. 0.10317 0 lineto
  6424. 0.14286 0 lineto
  6425. 0.18254 0 lineto
  6426. 0.22222 0 lineto
  6427. 0.2619 0 lineto
  6428. 0.30159 0 lineto
  6429. 0.34127 0 lineto
  6430. 0.36111 0 lineto
  6431. 0.38095 0 lineto
  6432. 0.39087 0 lineto
  6433. 0.39583 0 lineto
  6434. 0.40079 0 lineto
  6435. 0.40203 0 lineto
  6436. 0.40327 0 lineto
  6437. 0.40451 0 lineto
  6438. 0.40575 2e-05 lineto
  6439. 0.40699 8e-05 lineto
  6440. 0.40823 0.00021 lineto
  6441. 0.40947 0.00038 lineto
  6442. 0.41071 0.0006 lineto
  6443. 0.41319 0.00121 lineto
  6444. 0.41567 0.00203 lineto
  6445. 0.41815 0.00306 lineto
  6446. 0.42063 0.00429 lineto
  6447. 0.42188 0.00499 lineto
  6448. 0.42312 0.00574 lineto
  6449. 0.42436 0 lineto
  6450. 0.4256 0 lineto
  6451. 0.42808 0 lineto
  6452. 0.43056 0 lineto
  6453. 0.44048 0 lineto
  6454. 0.46032 0 lineto
  6455. 0.5 0 lineto
  6456. 0.53968 0 lineto
  6457. 0.57937 0 lineto
  6458. 0.61905 0 lineto
  6459. 0.65873 0 lineto
  6460. 0.69841 0 lineto
  6461. 0.7381 0 lineto
  6462. 0.77778 0 lineto
  6463. 0.81746 0 lineto
  6464. 0.85714 0 lineto
  6465. 0.89683 0 lineto
  6466. 0.93651 0 lineto
  6467. 0.97619 0 lineto
  6468. stroke
  6469. grestore
  6470. grestore
  6471. grestore
  6472. % End of Graphics
  6473. MathPictureEnd
  6474. :[font = postscript; inactive; PostScript; output; pictureLeft = 39; pictureWidth = 282; pictureHeight = 176; preserveAspect; ]
  6475. %!
  6476. %%Creator: Mathematica
  6477. %%AspectRatio: 0.61803 
  6478. MathPictureStart
  6479. % Scaling calculations
  6480. 0.40476 0.09524 0 0.07725 [
  6481. [(-4)] 0.02381 -0.0125 0 1 Msboxa
  6482. [(-2)] 0.21429 -0.0125 0 1 Msboxa
  6483. [(2)] 0.59524 -0.0125 0 1 Msboxa
  6484. [(4)] 0.78571 -0.0125 0 1 Msboxa
  6485. [(6)] 0.97619 -0.0125 0 1 Msboxa
  6486. [(1)] 0.39226 0.07725 1 0 Msboxa
  6487. [(2)] 0.39226 0.15451 1 0 Msboxa
  6488. [(3)] 0.39226 0.23176 1 0 Msboxa
  6489. [(4)] 0.39226 0.30902 1 0 Msboxa
  6490. [(5)] 0.39226 0.38627 1 0 Msboxa
  6491. [(6)] 0.39226 0.46353 1 0 Msboxa
  6492. [(7)] 0.39226 0.54078 1 0 Msboxa
  6493. [(8)] 0.39226 0.61803 1 0 Msboxa
  6494. [ -0.001 -0.00725 0 0 ]
  6495. [ 1.001 0.61903 0 0 ]
  6496. ] MathScale
  6497. % Start of Graphics
  6498. 1 setlinecap
  6499. 1 setlinejoin
  6500. newpath
  6501. %%Object: Graphics
  6502. [ ] 0 setdash
  6503. 0 setgray
  6504. gsave
  6505. gsave
  6506. 0.002 setlinewidth
  6507. 0 0 moveto
  6508. 1 0 lineto
  6509. stroke
  6510. 0.02381 -0.00625 moveto
  6511. 0.02381 0.00625 lineto
  6512. stroke
  6513. 0 setgray
  6514. [(-4)] 0.02381 -0.0125 0 1 Mshowa
  6515. 0.21429 -0.00625 moveto
  6516. 0.21429 0.00625 lineto
  6517. stroke
  6518. 0 setgray
  6519. [(-2)] 0.21429 -0.0125 0 1 Mshowa
  6520. 0.59524 -0.00625 moveto
  6521. 0.59524 0.00625 lineto
  6522. stroke
  6523. 0 setgray
  6524. [(2)] 0.59524 -0.0125 0 1 Mshowa
  6525. 0.78571 -0.00625 moveto
  6526. 0.78571 0.00625 lineto
  6527. stroke
  6528. 0 setgray
  6529. [(4)] 0.78571 -0.0125 0 1 Mshowa
  6530. 0.97619 -0.00625 moveto
  6531. 0.97619 0.00625 lineto
  6532. stroke
  6533. 0 setgray
  6534. [(6)] 0.97619 -0.0125 0 1 Mshowa
  6535. 0.40476 0 moveto
  6536. 0.40476 0.61803 lineto
  6537. stroke
  6538. 0.39851 0.07725 moveto
  6539. 0.41101 0.07725 lineto
  6540. stroke
  6541. 0 setgray
  6542. [(1)] 0.39226 0.07725 1 0 Mshowa
  6543. 0.39851 0.15451 moveto
  6544. 0.41101 0.15451 lineto
  6545. stroke
  6546. 0 setgray
  6547. [(2)] 0.39226 0.15451 1 0 Mshowa
  6548. 0.39851 0.23176 moveto
  6549. 0.41101 0.23176 lineto
  6550. stroke
  6551. 0 setgray
  6552. [(3)] 0.39226 0.23176 1 0 Mshowa
  6553. 0.39851 0.30902 moveto
  6554. 0.41101 0.30902 lineto
  6555. stroke
  6556. 0 setgray
  6557. [(4)] 0.39226 0.30902 1 0 Mshowa
  6558. 0.39851 0.38627 moveto
  6559. 0.41101 0.38627 lineto
  6560. stroke
  6561. 0 setgray
  6562. [(5)] 0.39226 0.38627 1 0 Mshowa
  6563. 0.39851 0.46353 moveto
  6564. 0.41101 0.46353 lineto
  6565. stroke
  6566. 0 setgray
  6567. [(6)] 0.39226 0.46353 1 0 Mshowa
  6568. 0.39851 0.54078 moveto
  6569. 0.41101 0.54078 lineto
  6570. stroke
  6571. 0 setgray
  6572. [(7)] 0.39226 0.54078 1 0 Mshowa
  6573. 0.39851 0.61803 moveto
  6574. 0.41101 0.61803 lineto
  6575. stroke
  6576. 0 setgray
  6577. [(8)] 0.39226 0.61803 1 0 Mshowa
  6578. grestore
  6579. grestore
  6580. 0 0 moveto
  6581. 1 0 lineto
  6582. 1 0.618034 lineto
  6583. 0 0.618034 lineto
  6584. closepath
  6585. clip
  6586. newpath
  6587. 0 setgray
  6588. gsave
  6589. gsave
  6590. gsave
  6591. 0.004 setlinewidth
  6592. 0.02381 0 moveto
  6593. 0.06349 0 lineto
  6594. 0.10317 0 lineto
  6595. 0.12302 0 lineto
  6596. 0.14286 0 lineto
  6597. 0.14782 0 lineto
  6598. 0.1503 0 lineto
  6599. 0.15278 0 lineto
  6600. 0.15402 0 lineto
  6601. 0.15526 0 lineto
  6602. 0.1565 0 lineto
  6603. 0.15774 0.07725 lineto
  6604. 0.15898 0.07725 lineto
  6605. 0.16022 0.07725 lineto
  6606. 0.1627 0.07725 lineto
  6607. 0.18254 0.07725 lineto
  6608. 0.20238 0.07725 lineto
  6609. 0.22222 0.07725 lineto
  6610. 0.23214 0.07725 lineto
  6611. 0.24206 0.07725 lineto
  6612. 0.24702 0.07725 lineto
  6613. 0.2495 0.07725 lineto
  6614. 0.25074 0.07725 lineto
  6615. 0.25198 0.07725 lineto
  6616. 0.25322 0.15451 lineto
  6617. 0.25446 0.15451 lineto
  6618. 0.2557 0.15451 lineto
  6619. 0.25694 0.15451 lineto
  6620. 0.2619 0.15451 lineto
  6621. 0.30159 0.15451 lineto
  6622. 0.34127 0.15451 lineto
  6623. 0.38095 0.15451 lineto
  6624. 0.40079 0.15451 lineto
  6625. 0.42063 0.15451 lineto
  6626. 0.43056 0.15451 lineto
  6627. 0.43552 0.15451 lineto
  6628. 0.438 0.15451 lineto
  6629. 0.43924 0.15451 lineto
  6630. 0.44048 0.15451 lineto
  6631. 0.44172 0.15451 lineto
  6632. 0.44296 0 lineto
  6633. 0.44544 0 lineto
  6634. 0.4504 0 lineto
  6635. 0.46032 0 lineto
  6636. 0.5 0 lineto
  6637. 0.53968 0 lineto
  6638. 0.57937 0 lineto
  6639. 0.61905 0 lineto
  6640. 0.65873 0 lineto
  6641. 0.69841 0 lineto
  6642. Mistroke
  6643. 0.7381 0 lineto
  6644. 0.77778 0 lineto
  6645. 0.81746 0 lineto
  6646. 0.85714 0 lineto
  6647. 0.89683 0 lineto
  6648. 0.93651 0 lineto
  6649. 0.97619 0 lineto
  6650. Mfstroke
  6651. grestore
  6652. grestore
  6653. gsave
  6654. gsave
  6655. 0.004 setlinewidth
  6656. 0.02381 0 moveto
  6657. 0.06349 0 lineto
  6658. 0.10317 0 lineto
  6659. 0.14286 0 lineto
  6660. 0.18254 0 lineto
  6661. 0.22222 0 lineto
  6662. 0.2619 0 lineto
  6663. 0.30159 0 lineto
  6664. 0.34127 0 lineto
  6665. 0.36111 0 lineto
  6666. 0.38095 0 lineto
  6667. 0.39087 0 lineto
  6668. 0.39583 0 lineto
  6669. 0.40079 0 lineto
  6670. 0.40203 0 lineto
  6671. 0.40327 0 lineto
  6672. 0.40451 0 lineto
  6673. 0.40575 0.00161 lineto
  6674. 0.40823 0.00563 lineto
  6675. 0.41071 0.00966 lineto
  6676. 0.42063 0.02575 lineto
  6677. 0.46032 0.09013 lineto
  6678. 0.5 0.15451 lineto
  6679. 0.53968 0.21889 lineto
  6680. 0.55952 0.25108 lineto
  6681. 0.57937 0.28327 lineto
  6682. 0.58433 0.29131 lineto
  6683. 0.58929 0.29936 lineto
  6684. 0.59177 0.30338 lineto
  6685. 0.59301 0.3054 lineto
  6686. 0.59425 0.30741 lineto
  6687. 0.59549 0 lineto
  6688. 0.59673 0 lineto
  6689. 0.59797 0 lineto
  6690. 0.59921 0 lineto
  6691. 0.61905 0 lineto
  6692. 0.65873 0 lineto
  6693. 0.69841 0 lineto
  6694. 0.7381 0 lineto
  6695. 0.77778 0 lineto
  6696. 0.81746 0 lineto
  6697. 0.85714 0 lineto
  6698. 0.89683 0 lineto
  6699. 0.93651 0 lineto
  6700. 0.97619 0 lineto
  6701. stroke
  6702. grestore
  6703. grestore
  6704. gsave
  6705. gsave
  6706. 0.004 setlinewidth
  6707. 0.02381 0 moveto
  6708. 0.06349 0 lineto
  6709. 0.10317 0 lineto
  6710. 0.14286 0 lineto
  6711. 0.18254 0 lineto
  6712. 0.22222 0 lineto
  6713. 0.2619 0 lineto
  6714. 0.30159 0 lineto
  6715. 0.34127 0 lineto
  6716. 0.36111 0 lineto
  6717. 0.38095 0 lineto
  6718. 0.39087 0 lineto
  6719. 0.39583 0 lineto
  6720. 0.40079 0 lineto
  6721. 0.40203 0 lineto
  6722. 0.40327 0 lineto
  6723. 0.40451 0 lineto
  6724. 0.40575 2e-05 lineto
  6725. 0.40699 8e-05 lineto
  6726. 0.40823 0.00021 lineto
  6727. 0.40947 0.00038 lineto
  6728. 0.41071 0.0006 lineto
  6729. 0.41319 0.00121 lineto
  6730. 0.41567 0.00203 lineto
  6731. 0.41815 0.00306 lineto
  6732. 0.42063 0.00429 lineto
  6733. 0.4256 0.00739 lineto
  6734. 0.43056 0.01133 lineto
  6735. 0.43552 0.01611 lineto
  6736. 0.438 0.01881 lineto
  6737. 0.43924 0.02025 lineto
  6738. 0.44048 0.02173 lineto
  6739. 0.44172 0.02326 lineto
  6740. 0.44296 0 lineto
  6741. 0.44544 0 lineto
  6742. 0.4504 0 lineto
  6743. 0.46032 0 lineto
  6744. 0.5 0 lineto
  6745. 0.53968 0 lineto
  6746. 0.57937 0 lineto
  6747. 0.61905 0 lineto
  6748. 0.65873 0 lineto
  6749. 0.69841 0 lineto
  6750. 0.7381 0 lineto
  6751. 0.77778 0 lineto
  6752. 0.81746 0 lineto
  6753. 0.85714 0 lineto
  6754. 0.89683 0 lineto
  6755. 0.93651 0 lineto
  6756. 0.97619 0 lineto
  6757. Mistroke
  6758. Mfstroke
  6759. grestore
  6760. grestore
  6761. grestore
  6762. % End of Graphics
  6763. MathPictureEnd
  6764. :[font = postscript; inactive; PostScript; output; pictureLeft = 39; pictureWidth = 282; pictureHeight = 176; preserveAspect; ]
  6765. %!
  6766. %%Creator: Mathematica
  6767. %%AspectRatio: 0.61803 
  6768. MathPictureStart
  6769. % Scaling calculations
  6770. 0.40476 0.09524 0 0.07725 [
  6771. [(-4)] 0.02381 -0.0125 0 1 Msboxa
  6772. [(-2)] 0.21429 -0.0125 0 1 Msboxa
  6773. [(2)] 0.59524 -0.0125 0 1 Msboxa
  6774. [(4)] 0.78571 -0.0125 0 1 Msboxa
  6775. [(6)] 0.97619 -0.0125 0 1 Msboxa
  6776. [(1)] 0.39226 0.07725 1 0 Msboxa
  6777. [(2)] 0.39226 0.15451 1 0 Msboxa
  6778. [(3)] 0.39226 0.23176 1 0 Msboxa
  6779. [(4)] 0.39226 0.30902 1 0 Msboxa
  6780. [(5)] 0.39226 0.38627 1 0 Msboxa
  6781. [(6)] 0.39226 0.46353 1 0 Msboxa
  6782. [(7)] 0.39226 0.54078 1 0 Msboxa
  6783. [(8)] 0.39226 0.61803 1 0 Msboxa
  6784. [ -0.001 -0.00725 0 0 ]
  6785. [ 1.001 0.61903 0 0 ]
  6786. ] MathScale
  6787. % Start of Graphics
  6788. 1 setlinecap
  6789. 1 setlinejoin
  6790. newpath
  6791. %%Object: Graphics
  6792. [ ] 0 setdash
  6793. 0 setgray
  6794. gsave
  6795. gsave
  6796. 0.002 setlinewidth
  6797. 0 0 moveto
  6798. 1 0 lineto
  6799. stroke
  6800. 0.02381 -0.00625 moveto
  6801. 0.02381 0.00625 lineto
  6802. stroke
  6803. 0 setgray
  6804. [(-4)] 0.02381 -0.0125 0 1 Mshowa
  6805. 0.21429 -0.00625 moveto
  6806. 0.21429 0.00625 lineto
  6807. stroke
  6808. 0 setgray
  6809. [(-2)] 0.21429 -0.0125 0 1 Mshowa
  6810. 0.59524 -0.00625 moveto
  6811. 0.59524 0.00625 lineto
  6812. stroke
  6813. 0 setgray
  6814. [(2)] 0.59524 -0.0125 0 1 Mshowa
  6815. 0.78571 -0.00625 moveto
  6816. 0.78571 0.00625 lineto
  6817. stroke
  6818. 0 setgray
  6819. [(4)] 0.78571 -0.0125 0 1 Mshowa
  6820. 0.97619 -0.00625 moveto
  6821. 0.97619 0.00625 lineto
  6822. stroke
  6823. 0 setgray
  6824. [(6)] 0.97619 -0.0125 0 1 Mshowa
  6825. 0.40476 0 moveto
  6826. 0.40476 0.61803 lineto
  6827. stroke
  6828. 0.39851 0.07725 moveto
  6829. 0.41101 0.07725 lineto
  6830. stroke
  6831. 0 setgray
  6832. [(1)] 0.39226 0.07725 1 0 Mshowa
  6833. 0.39851 0.15451 moveto
  6834. 0.41101 0.15451 lineto
  6835. stroke
  6836. 0 setgray
  6837. [(2)] 0.39226 0.15451 1 0 Mshowa
  6838. 0.39851 0.23176 moveto
  6839. 0.41101 0.23176 lineto
  6840. stroke
  6841. 0 setgray
  6842. [(3)] 0.39226 0.23176 1 0 Mshowa
  6843. 0.39851 0.30902 moveto
  6844. 0.41101 0.30902 lineto
  6845. stroke
  6846. 0 setgray
  6847. [(4)] 0.39226 0.30902 1 0 Mshowa
  6848. 0.39851 0.38627 moveto
  6849. 0.41101 0.38627 lineto
  6850. stroke
  6851. 0 setgray
  6852. [(5)] 0.39226 0.38627 1 0 Mshowa
  6853. 0.39851 0.46353 moveto
  6854. 0.41101 0.46353 lineto
  6855. stroke
  6856. 0 setgray
  6857. [(6)] 0.39226 0.46353 1 0 Mshowa
  6858. 0.39851 0.54078 moveto
  6859. 0.41101 0.54078 lineto
  6860. stroke
  6861. 0 setgray
  6862. [(7)] 0.39226 0.54078 1 0 Mshowa
  6863. 0.39851 0.61803 moveto
  6864. 0.41101 0.61803 lineto
  6865. stroke
  6866. 0 setgray
  6867. [(8)] 0.39226 0.61803 1 0 Mshowa
  6868. grestore
  6869. grestore
  6870. 0 0 moveto
  6871. 1 0 lineto
  6872. 1 0.618034 lineto
  6873. 0 0.618034 lineto
  6874. closepath
  6875. clip
  6876. newpath
  6877. 0 setgray
  6878. gsave
  6879. gsave
  6880. gsave
  6881. 0.004 setlinewidth
  6882. 0.02381 0 moveto
  6883. 0.06349 0 lineto
  6884. 0.10317 0 lineto
  6885. 0.14286 0 lineto
  6886. 0.15278 0 lineto
  6887. 0.1627 0 lineto
  6888. 0.16766 0 lineto
  6889. 0.17262 0 lineto
  6890. 0.17386 0 lineto
  6891. 0.1751 0 lineto
  6892. 0.17634 0.07725 lineto
  6893. 0.17758 0.07725 lineto
  6894. 0.18006 0.07725 lineto
  6895. 0.18254 0.07725 lineto
  6896. 0.22222 0.07725 lineto
  6897. 0.24206 0.07725 lineto
  6898. 0.25198 0.07725 lineto
  6899. 0.2619 0.07725 lineto
  6900. 0.26438 0.07725 lineto
  6901. 0.26687 0.07725 lineto
  6902. 0.26935 0.07725 lineto
  6903. 0.27059 0.07725 lineto
  6904. 0.27183 0.15451 lineto
  6905. 0.28175 0.15451 lineto
  6906. 0.30159 0.15451 lineto
  6907. 0.34127 0.15451 lineto
  6908. 0.38095 0.15451 lineto
  6909. 0.42063 0.15451 lineto
  6910. 0.44048 0.15451 lineto
  6911. 0.4504 0.15451 lineto
  6912. 0.45536 0.15451 lineto
  6913. 0.45784 0.15451 lineto
  6914. 0.46032 0.15451 lineto
  6915. 0.46156 0.15451 lineto
  6916. 0.4628 0 lineto
  6917. 0.46528 0 lineto
  6918. 0.47024 0 lineto
  6919. 0.48016 0 lineto
  6920. 0.5 0 lineto
  6921. 0.53968 0 lineto
  6922. 0.57937 0 lineto
  6923. 0.61905 0 lineto
  6924. 0.65873 0 lineto
  6925. 0.69841 0 lineto
  6926. 0.7381 0 lineto
  6927. 0.77778 0 lineto
  6928. 0.81746 0 lineto
  6929. 0.85714 0 lineto
  6930. 0.89683 0 lineto
  6931. 0.93651 0 lineto
  6932. Mistroke
  6933. 0.97619 0 lineto
  6934. Mfstroke
  6935. grestore
  6936. grestore
  6937. gsave
  6938. gsave
  6939. 0.004 setlinewidth
  6940. 0.02381 0 moveto
  6941. 0.06349 0 lineto
  6942. 0.10317 0 lineto
  6943. 0.14286 0 lineto
  6944. 0.18254 0 lineto
  6945. 0.22222 0 lineto
  6946. 0.2619 0 lineto
  6947. 0.30159 0 lineto
  6948. 0.34127 0 lineto
  6949. 0.36111 0 lineto
  6950. 0.38095 0 lineto
  6951. 0.39087 0 lineto
  6952. 0.39583 0 lineto
  6953. 0.40079 0 lineto
  6954. 0.40203 0 lineto
  6955. 0.40327 0 lineto
  6956. 0.40451 0 lineto
  6957. 0.40575 0.00161 lineto
  6958. 0.40823 0.00563 lineto
  6959. 0.41071 0.00966 lineto
  6960. 0.42063 0.02575 lineto
  6961. 0.46032 0.09013 lineto
  6962. 0.5 0.15451 lineto
  6963. 0.53968 0.21889 lineto
  6964. 0.55952 0.25108 lineto
  6965. 0.57937 0.28327 lineto
  6966. 0.58433 0.29131 lineto
  6967. 0.58929 0.29936 lineto
  6968. 0.59177 0.30338 lineto
  6969. 0.59301 0.3054 lineto
  6970. 0.59425 0.30741 lineto
  6971. 0.59549 0 lineto
  6972. 0.59673 0 lineto
  6973. 0.59797 0 lineto
  6974. 0.59921 0 lineto
  6975. 0.61905 0 lineto
  6976. 0.65873 0 lineto
  6977. 0.69841 0 lineto
  6978. 0.7381 0 lineto
  6979. 0.77778 0 lineto
  6980. 0.81746 0 lineto
  6981. 0.85714 0 lineto
  6982. 0.89683 0 lineto
  6983. 0.93651 0 lineto
  6984. 0.97619 0 lineto
  6985. stroke
  6986. grestore
  6987. grestore
  6988. gsave
  6989. gsave
  6990. 0.004 setlinewidth
  6991. 0.02381 0 moveto
  6992. 0.06349 0 lineto
  6993. 0.10317 0 lineto
  6994. 0.14286 0 lineto
  6995. 0.18254 0 lineto
  6996. 0.22222 0 lineto
  6997. 0.2619 0 lineto
  6998. 0.30159 0 lineto
  6999. 0.34127 0 lineto
  7000. 0.36111 0 lineto
  7001. 0.38095 0 lineto
  7002. 0.39087 0 lineto
  7003. 0.39583 0 lineto
  7004. 0.40079 0 lineto
  7005. 0.40203 0 lineto
  7006. 0.40327 0 lineto
  7007. 0.40451 0 lineto
  7008. 0.40575 2e-05 lineto
  7009. 0.40699 8e-05 lineto
  7010. 0.40823 0.00021 lineto
  7011. 0.40947 0.00038 lineto
  7012. 0.41071 0.0006 lineto
  7013. 0.41319 0.00121 lineto
  7014. 0.41567 0.00203 lineto
  7015. 0.41815 0.00306 lineto
  7016. 0.42063 0.00429 lineto
  7017. 0.4256 0.00739 lineto
  7018. 0.43056 0.01133 lineto
  7019. 0.44048 0.02173 lineto
  7020. 0.4504 0.03548 lineto
  7021. 0.45536 0.04361 lineto
  7022. 0.45784 0.04799 lineto
  7023. 0.46032 0.05258 lineto
  7024. 0.46156 0.05495 lineto
  7025. 0.4628 0 lineto
  7026. 0.46528 0 lineto
  7027. 0.47024 0 lineto
  7028. 0.48016 0 lineto
  7029. 0.5 0 lineto
  7030. 0.53968 0 lineto
  7031. 0.57937 0 lineto
  7032. 0.61905 0 lineto
  7033. 0.65873 0 lineto
  7034. 0.69841 0 lineto
  7035. 0.7381 0 lineto
  7036. 0.77778 0 lineto
  7037. 0.81746 0 lineto
  7038. 0.85714 0 lineto
  7039. 0.89683 0 lineto
  7040. 0.93651 0 lineto
  7041. Mistroke
  7042. 0.97619 0 lineto
  7043. Mfstroke
  7044. grestore
  7045. grestore
  7046. grestore
  7047. % End of Graphics
  7048. MathPictureEnd
  7049. :[font = postscript; inactive; PostScript; output; pictureLeft = 39; pictureWidth = 282; pictureHeight = 176; preserveAspect; ]
  7050. %!
  7051. %%Creator: Mathematica
  7052. %%AspectRatio: 0.61803 
  7053. MathPictureStart
  7054. % Scaling calculations
  7055. 0.40476 0.09524 0 0.07725 [
  7056. [(-4)] 0.02381 -0.0125 0 1 Msboxa
  7057. [(-2)] 0.21429 -0.0125 0 1 Msboxa
  7058. [(2)] 0.59524 -0.0125 0 1 Msboxa
  7059. [(4)] 0.78571 -0.0125 0 1 Msboxa
  7060. [(6)] 0.97619 -0.0125 0 1 Msboxa
  7061. [(1)] 0.39226 0.07725 1 0 Msboxa
  7062. [(2)] 0.39226 0.15451 1 0 Msboxa
  7063. [(3)] 0.39226 0.23176 1 0 Msboxa
  7064. [(4)] 0.39226 0.30902 1 0 Msboxa
  7065. [(5)] 0.39226 0.38627 1 0 Msboxa
  7066. [(6)] 0.39226 0.46353 1 0 Msboxa
  7067. [(7)] 0.39226 0.54078 1 0 Msboxa
  7068. [(8)] 0.39226 0.61803 1 0 Msboxa
  7069. [ -0.001 -0.00725 0 0 ]
  7070. [ 1.001 0.61903 0 0 ]
  7071. ] MathScale
  7072. % Start of Graphics
  7073. 1 setlinecap
  7074. 1 setlinejoin
  7075. newpath
  7076. %%Object: Graphics
  7077. [ ] 0 setdash
  7078. 0 setgray
  7079. gsave
  7080. gsave
  7081. 0.002 setlinewidth
  7082. 0 0 moveto
  7083. 1 0 lineto
  7084. stroke
  7085. 0.02381 -0.00625 moveto
  7086. 0.02381 0.00625 lineto
  7087. stroke
  7088. 0 setgray
  7089. [(-4)] 0.02381 -0.0125 0 1 Mshowa
  7090. 0.21429 -0.00625 moveto
  7091. 0.21429 0.00625 lineto
  7092. stroke
  7093. 0 setgray
  7094. [(-2)] 0.21429 -0.0125 0 1 Mshowa
  7095. 0.59524 -0.00625 moveto
  7096. 0.59524 0.00625 lineto
  7097. stroke
  7098. 0 setgray
  7099. [(2)] 0.59524 -0.0125 0 1 Mshowa
  7100. 0.78571 -0.00625 moveto
  7101. 0.78571 0.00625 lineto
  7102. stroke
  7103. 0 setgray
  7104. [(4)] 0.78571 -0.0125 0 1 Mshowa
  7105. 0.97619 -0.00625 moveto
  7106. 0.97619 0.00625 lineto
  7107. stroke
  7108. 0 setgray
  7109. [(6)] 0.97619 -0.0125 0 1 Mshowa
  7110. 0.40476 0 moveto
  7111. 0.40476 0.61803 lineto
  7112. stroke
  7113. 0.39851 0.07725 moveto
  7114. 0.41101 0.07725 lineto
  7115. stroke
  7116. 0 setgray
  7117. [(1)] 0.39226 0.07725 1 0 Mshowa
  7118. 0.39851 0.15451 moveto
  7119. 0.41101 0.15451 lineto
  7120. stroke
  7121. 0 setgray
  7122. [(2)] 0.39226 0.15451 1 0 Mshowa
  7123. 0.39851 0.23176 moveto
  7124. 0.41101 0.23176 lineto
  7125. stroke
  7126. 0 setgray
  7127. [(3)] 0.39226 0.23176 1 0 Mshowa
  7128. 0.39851 0.30902 moveto
  7129. 0.41101 0.30902 lineto
  7130. stroke
  7131. 0 setgray
  7132. [(4)] 0.39226 0.30902 1 0 Mshowa
  7133. 0.39851 0.38627 moveto
  7134. 0.41101 0.38627 lineto
  7135. stroke
  7136. 0 setgray
  7137. [(5)] 0.39226 0.38627 1 0 Mshowa
  7138. 0.39851 0.46353 moveto
  7139. 0.41101 0.46353 lineto
  7140. stroke
  7141. 0 setgray
  7142. [(6)] 0.39226 0.46353 1 0 Mshowa
  7143. 0.39851 0.54078 moveto
  7144. 0.41101 0.54078 lineto
  7145. stroke
  7146. 0 setgray
  7147. [(7)] 0.39226 0.54078 1 0 Mshowa
  7148. 0.39851 0.61803 moveto
  7149. 0.41101 0.61803 lineto
  7150. stroke
  7151. 0 setgray
  7152. [(8)] 0.39226 0.61803 1 0 Mshowa
  7153. grestore
  7154. grestore
  7155. 0 0 moveto
  7156. 1 0 lineto
  7157. 1 0.618034 lineto
  7158. 0 0.618034 lineto
  7159. closepath
  7160. clip
  7161. newpath
  7162. 0 setgray
  7163. gsave
  7164. gsave
  7165. gsave
  7166. 0.004 setlinewidth
  7167. 0.02381 0 moveto
  7168. 0.06349 0 lineto
  7169. 0.10317 0 lineto
  7170. 0.14286 0 lineto
  7171. 0.1627 0 lineto
  7172. 0.17262 0 lineto
  7173. 0.18254 0 lineto
  7174. 0.1875 0 lineto
  7175. 0.18998 0 lineto
  7176. 0.19246 0 lineto
  7177. 0.1937 0 lineto
  7178. 0.19494 0 lineto
  7179. 0.19618 0.07725 lineto
  7180. 0.19742 0.07725 lineto
  7181. 0.20238 0.07725 lineto
  7182. 0.22222 0.07725 lineto
  7183. 0.2619 0.07725 lineto
  7184. 0.27183 0.07725 lineto
  7185. 0.27679 0.07725 lineto
  7186. 0.28175 0.07725 lineto
  7187. 0.28423 0.07725 lineto
  7188. 0.28671 0.07725 lineto
  7189. 0.28795 0.07725 lineto
  7190. 0.28919 0.07725 lineto
  7191. 0.29043 0.07725 lineto
  7192. 0.29167 0.15451 lineto
  7193. 0.29291 0.15451 lineto
  7194. 0.29415 0.15451 lineto
  7195. 0.29663 0.15451 lineto
  7196. 0.30159 0.15451 lineto
  7197. 0.34127 0.15451 lineto
  7198. 0.38095 0.15451 lineto
  7199. 0.42063 0.15451 lineto
  7200. 0.46032 0.15451 lineto
  7201. 0.47024 0.15451 lineto
  7202. 0.4752 0.15451 lineto
  7203. 0.47768 0.15451 lineto
  7204. 0.47892 0.15451 lineto
  7205. 0.48016 0.15451 lineto
  7206. 0.4814 0 lineto
  7207. 0.48264 0 lineto
  7208. 0.48388 0 lineto
  7209. 0.48512 0 lineto
  7210. 0.49008 0 lineto
  7211. 0.5 0 lineto
  7212. 0.53968 0 lineto
  7213. 0.57937 0 lineto
  7214. 0.61905 0 lineto
  7215. 0.65873 0 lineto
  7216. 0.69841 0 lineto
  7217. Mistroke
  7218. 0.7381 0 lineto
  7219. 0.77778 0 lineto
  7220. 0.81746 0 lineto
  7221. 0.85714 0 lineto
  7222. 0.89683 0 lineto
  7223. 0.93651 0 lineto
  7224. 0.97619 0 lineto
  7225. Mfstroke
  7226. grestore
  7227. grestore
  7228. gsave
  7229. gsave
  7230. 0.004 setlinewidth
  7231. 0.02381 0 moveto
  7232. 0.06349 0 lineto
  7233. 0.10317 0 lineto
  7234. 0.14286 0 lineto
  7235. 0.18254 0 lineto
  7236. 0.22222 0 lineto
  7237. 0.2619 0 lineto
  7238. 0.30159 0 lineto
  7239. 0.34127 0 lineto
  7240. 0.36111 0 lineto
  7241. 0.38095 0 lineto
  7242. 0.39087 0 lineto
  7243. 0.39583 0 lineto
  7244. 0.40079 0 lineto
  7245. 0.40203 0 lineto
  7246. 0.40327 0 lineto
  7247. 0.40451 0 lineto
  7248. 0.40575 0.00161 lineto
  7249. 0.40823 0.00563 lineto
  7250. 0.41071 0.00966 lineto
  7251. 0.42063 0.02575 lineto
  7252. 0.46032 0.09013 lineto
  7253. 0.5 0.15451 lineto
  7254. 0.53968 0.21889 lineto
  7255. 0.55952 0.25108 lineto
  7256. 0.57937 0.28327 lineto
  7257. 0.58433 0.29131 lineto
  7258. 0.58929 0.29936 lineto
  7259. 0.59177 0.30338 lineto
  7260. 0.59301 0.3054 lineto
  7261. 0.59425 0.30741 lineto
  7262. 0.59549 0 lineto
  7263. 0.59673 0 lineto
  7264. 0.59797 0 lineto
  7265. 0.59921 0 lineto
  7266. 0.61905 0 lineto
  7267. 0.65873 0 lineto
  7268. 0.69841 0 lineto
  7269. 0.7381 0 lineto
  7270. 0.77778 0 lineto
  7271. 0.81746 0 lineto
  7272. 0.85714 0 lineto
  7273. 0.89683 0 lineto
  7274. 0.93651 0 lineto
  7275. 0.97619 0 lineto
  7276. stroke
  7277. grestore
  7278. grestore
  7279. gsave
  7280. gsave
  7281. 0.004 setlinewidth
  7282. 0.02381 0 moveto
  7283. 0.06349 0 lineto
  7284. 0.10317 0 lineto
  7285. 0.14286 0 lineto
  7286. 0.18254 0 lineto
  7287. 0.22222 0 lineto
  7288. 0.2619 0 lineto
  7289. 0.30159 0 lineto
  7290. 0.34127 0 lineto
  7291. 0.36111 0 lineto
  7292. 0.38095 0 lineto
  7293. 0.39087 0 lineto
  7294. 0.39583 0 lineto
  7295. 0.40079 0 lineto
  7296. 0.40203 0 lineto
  7297. 0.40327 0 lineto
  7298. 0.40451 0 lineto
  7299. 0.40575 2e-05 lineto
  7300. 0.40699 8e-05 lineto
  7301. 0.40823 0.00021 lineto
  7302. 0.40947 0.00038 lineto
  7303. 0.41071 0.0006 lineto
  7304. 0.41319 0.00121 lineto
  7305. 0.41567 0.00203 lineto
  7306. 0.41815 0.00306 lineto
  7307. 0.42063 0.00429 lineto
  7308. 0.4256 0.00739 lineto
  7309. 0.43056 0.01133 lineto
  7310. 0.44048 0.02173 lineto
  7311. 0.4504 0.03548 lineto
  7312. 0.46032 0.05258 lineto
  7313. 0.47024 0.07303 lineto
  7314. 0.4752 0.08451 lineto
  7315. 0.47768 0.09057 lineto
  7316. 0.47892 0.09368 lineto
  7317. 0.48016 0.09684 lineto
  7318. 0.4814 0 lineto
  7319. 0.48264 0 lineto
  7320. 0.48388 0 lineto
  7321. 0.48512 0 lineto
  7322. 0.49008 0 lineto
  7323. 0.5 0 lineto
  7324. 0.53968 0 lineto
  7325. 0.57937 0 lineto
  7326. 0.61905 0 lineto
  7327. 0.65873 0 lineto
  7328. 0.69841 0 lineto
  7329. 0.7381 0 lineto
  7330. 0.77778 0 lineto
  7331. 0.81746 0 lineto
  7332. Mistroke
  7333. 0.85714 0 lineto
  7334. 0.89683 0 lineto
  7335. 0.93651 0 lineto
  7336. 0.97619 0 lineto
  7337. Mfstroke
  7338. grestore
  7339. grestore
  7340. grestore
  7341. % End of Graphics
  7342. MathPictureEnd
  7343. :[font = postscript; inactive; PostScript; output; pictureLeft = 39; pictureWidth = 282; pictureHeight = 176; preserveAspect; ]
  7344. %!
  7345. %%Creator: Mathematica
  7346. %%AspectRatio: 0.61803 
  7347. MathPictureStart
  7348. % Scaling calculations
  7349. 0.40476 0.09524 0 0.07725 [
  7350. [(-4)] 0.02381 -0.0125 0 1 Msboxa
  7351. [(-2)] 0.21429 -0.0125 0 1 Msboxa
  7352. [(2)] 0.59524 -0.0125 0 1 Msboxa
  7353. [(4)] 0.78571 -0.0125 0 1 Msboxa
  7354. [(6)] 0.97619 -0.0125 0 1 Msboxa
  7355. [(1)] 0.39226 0.07725 1 0 Msboxa
  7356. [(2)] 0.39226 0.15451 1 0 Msboxa
  7357. [(3)] 0.39226 0.23176 1 0 Msboxa
  7358. [(4)] 0.39226 0.30902 1 0 Msboxa
  7359. [(5)] 0.39226 0.38627 1 0 Msboxa
  7360. [(6)] 0.39226 0.46353 1 0 Msboxa
  7361. [(7)] 0.39226 0.54078 1 0 Msboxa
  7362. [(8)] 0.39226 0.61803 1 0 Msboxa
  7363. [ -0.001 -0.00725 0 0 ]
  7364. [ 1.001 0.61903 0 0 ]
  7365. ] MathScale
  7366. % Start of Graphics
  7367. 1 setlinecap
  7368. 1 setlinejoin
  7369. newpath
  7370. %%Object: Graphics
  7371. [ ] 0 setdash
  7372. 0 setgray
  7373. gsave
  7374. gsave
  7375. 0.002 setlinewidth
  7376. 0 0 moveto
  7377. 1 0 lineto
  7378. stroke
  7379. 0.02381 -0.00625 moveto
  7380. 0.02381 0.00625 lineto
  7381. stroke
  7382. 0 setgray
  7383. [(-4)] 0.02381 -0.0125 0 1 Mshowa
  7384. 0.21429 -0.00625 moveto
  7385. 0.21429 0.00625 lineto
  7386. stroke
  7387. 0 setgray
  7388. [(-2)] 0.21429 -0.0125 0 1 Mshowa
  7389. 0.59524 -0.00625 moveto
  7390. 0.59524 0.00625 lineto
  7391. stroke
  7392. 0 setgray
  7393. [(2)] 0.59524 -0.0125 0 1 Mshowa
  7394. 0.78571 -0.00625 moveto
  7395. 0.78571 0.00625 lineto
  7396. stroke
  7397. 0 setgray
  7398. [(4)] 0.78571 -0.0125 0 1 Mshowa
  7399. 0.97619 -0.00625 moveto
  7400. 0.97619 0.00625 lineto
  7401. stroke
  7402. 0 setgray
  7403. [(6)] 0.97619 -0.0125 0 1 Mshowa
  7404. 0.40476 0 moveto
  7405. 0.40476 0.61803 lineto
  7406. stroke
  7407. 0.39851 0.07725 moveto
  7408. 0.41101 0.07725 lineto
  7409. stroke
  7410. 0 setgray
  7411. [(1)] 0.39226 0.07725 1 0 Mshowa
  7412. 0.39851 0.15451 moveto
  7413. 0.41101 0.15451 lineto
  7414. stroke
  7415. 0 setgray
  7416. [(2)] 0.39226 0.15451 1 0 Mshowa
  7417. 0.39851 0.23176 moveto
  7418. 0.41101 0.23176 lineto
  7419. stroke
  7420. 0 setgray
  7421. [(3)] 0.39226 0.23176 1 0 Mshowa
  7422. 0.39851 0.30902 moveto
  7423. 0.41101 0.30902 lineto
  7424. stroke
  7425. 0 setgray
  7426. [(4)] 0.39226 0.30902 1 0 Mshowa
  7427. 0.39851 0.38627 moveto
  7428. 0.41101 0.38627 lineto
  7429. stroke
  7430. 0 setgray
  7431. [(5)] 0.39226 0.38627 1 0 Mshowa
  7432. 0.39851 0.46353 moveto
  7433. 0.41101 0.46353 lineto
  7434. stroke
  7435. 0 setgray
  7436. [(6)] 0.39226 0.46353 1 0 Mshowa
  7437. 0.39851 0.54078 moveto
  7438. 0.41101 0.54078 lineto
  7439. stroke
  7440. 0 setgray
  7441. [(7)] 0.39226 0.54078 1 0 Mshowa
  7442. 0.39851 0.61803 moveto
  7443. 0.41101 0.61803 lineto
  7444. stroke
  7445. 0 setgray
  7446. [(8)] 0.39226 0.61803 1 0 Mshowa
  7447. grestore
  7448. grestore
  7449. 0 0 moveto
  7450. 1 0 lineto
  7451. 1 0.618034 lineto
  7452. 0 0.618034 lineto
  7453. closepath
  7454. clip
  7455. newpath
  7456. 0 setgray
  7457. gsave
  7458. gsave
  7459. gsave
  7460. 0.004 setlinewidth
  7461. 0.02381 0 moveto
  7462. 0.06349 0 lineto
  7463. 0.10317 0 lineto
  7464. 0.14286 0 lineto
  7465. 0.1627 0 lineto
  7466. 0.18254 0 lineto
  7467. 0.20238 0 lineto
  7468. 0.20734 0 lineto
  7469. 0.20982 0 lineto
  7470. 0.21106 0 lineto
  7471. 0.2123 0 lineto
  7472. 0.21354 0 lineto
  7473. 0.21478 0.07725 lineto
  7474. 0.21602 0.07725 lineto
  7475. 0.21726 0.07725 lineto
  7476. 0.22222 0.07725 lineto
  7477. 0.2619 0.07725 lineto
  7478. 0.28175 0.07725 lineto
  7479. 0.29167 0.07725 lineto
  7480. 0.29663 0.07725 lineto
  7481. 0.30159 0.07725 lineto
  7482. 0.30655 0.07725 lineto
  7483. 0.30779 0.07725 lineto
  7484. 0.30903 0.07725 lineto
  7485. 0.31027 0.15451 lineto
  7486. 0.31151 0.15451 lineto
  7487. 0.31399 0.15451 lineto
  7488. 0.31647 0.15451 lineto
  7489. 0.32143 0.15451 lineto
  7490. 0.34127 0.15451 lineto
  7491. 0.38095 0.15451 lineto
  7492. 0.42063 0.15451 lineto
  7493. 0.46032 0.15451 lineto
  7494. 0.47024 0.15451 lineto
  7495. 0.48016 0.15451 lineto
  7496. 0.49008 0.15451 lineto
  7497. 0.49256 0.15451 lineto
  7498. 0.49504 0.15451 lineto
  7499. 0.49752 0.15451 lineto
  7500. 0.49876 0.15451 lineto
  7501. 0.5 0 lineto
  7502. 0.53968 0 lineto
  7503. 0.57937 0 lineto
  7504. 0.61905 0 lineto
  7505. 0.65873 0 lineto
  7506. 0.69841 0 lineto
  7507. 0.7381 0 lineto
  7508. 0.77778 0 lineto
  7509. 0.81746 0 lineto
  7510. 0.85714 0 lineto
  7511. Mistroke
  7512. 0.89683 0 lineto
  7513. 0.93651 0 lineto
  7514. 0.97619 0 lineto
  7515. Mfstroke
  7516. grestore
  7517. grestore
  7518. gsave
  7519. gsave
  7520. 0.004 setlinewidth
  7521. 0.02381 0 moveto
  7522. 0.06349 0 lineto
  7523. 0.10317 0 lineto
  7524. 0.14286 0 lineto
  7525. 0.18254 0 lineto
  7526. 0.22222 0 lineto
  7527. 0.2619 0 lineto
  7528. 0.30159 0 lineto
  7529. 0.34127 0 lineto
  7530. 0.36111 0 lineto
  7531. 0.38095 0 lineto
  7532. 0.39087 0 lineto
  7533. 0.39583 0 lineto
  7534. 0.40079 0 lineto
  7535. 0.40203 0 lineto
  7536. 0.40327 0 lineto
  7537. 0.40451 0 lineto
  7538. 0.40575 0.00161 lineto
  7539. 0.40823 0.00563 lineto
  7540. 0.41071 0.00966 lineto
  7541. 0.42063 0.02575 lineto
  7542. 0.46032 0.09013 lineto
  7543. 0.5 0.15451 lineto
  7544. 0.53968 0.21889 lineto
  7545. 0.55952 0.25108 lineto
  7546. 0.57937 0.28327 lineto
  7547. 0.58433 0.29131 lineto
  7548. 0.58929 0.29936 lineto
  7549. 0.59177 0.30338 lineto
  7550. 0.59301 0.3054 lineto
  7551. 0.59425 0.30741 lineto
  7552. 0.59549 0 lineto
  7553. 0.59673 0 lineto
  7554. 0.59797 0 lineto
  7555. 0.59921 0 lineto
  7556. 0.61905 0 lineto
  7557. 0.65873 0 lineto
  7558. 0.69841 0 lineto
  7559. 0.7381 0 lineto
  7560. 0.77778 0 lineto
  7561. 0.81746 0 lineto
  7562. 0.85714 0 lineto
  7563. 0.89683 0 lineto
  7564. 0.93651 0 lineto
  7565. 0.97619 0 lineto
  7566. stroke
  7567. grestore
  7568. grestore
  7569. gsave
  7570. gsave
  7571. 0.004 setlinewidth
  7572. 0.02381 0 moveto
  7573. 0.06349 0 lineto
  7574. 0.10317 0 lineto
  7575. 0.14286 0 lineto
  7576. 0.18254 0 lineto
  7577. 0.22222 0 lineto
  7578. 0.2619 0 lineto
  7579. 0.30159 0 lineto
  7580. 0.34127 0 lineto
  7581. 0.36111 0 lineto
  7582. 0.38095 0 lineto
  7583. 0.39087 0 lineto
  7584. 0.39583 0 lineto
  7585. 0.40079 0 lineto
  7586. 0.40203 0 lineto
  7587. 0.40327 0 lineto
  7588. 0.40451 0 lineto
  7589. 0.40575 2e-05 lineto
  7590. 0.40699 8e-05 lineto
  7591. 0.40823 0.00021 lineto
  7592. 0.40947 0.00038 lineto
  7593. 0.41071 0.0006 lineto
  7594. 0.41319 0.00121 lineto
  7595. 0.41567 0.00203 lineto
  7596. 0.41815 0.00306 lineto
  7597. 0.42063 0.00429 lineto
  7598. 0.4256 0.00739 lineto
  7599. 0.43056 0.01133 lineto
  7600. 0.44048 0.02173 lineto
  7601. 0.4504 0.03548 lineto
  7602. 0.46032 0.05258 lineto
  7603. 0.47024 0.07303 lineto
  7604. 0.48016 0.09684 lineto
  7605. 0.49008 0.124 lineto
  7606. 0.49256 0.13131 lineto
  7607. 0.49504 0.13883 lineto
  7608. 0.49752 0.14657 lineto
  7609. 0.49876 0.15051 lineto
  7610. 0.5 0 lineto
  7611. 0.53968 0 lineto
  7612. 0.57937 0 lineto
  7613. 0.61905 0 lineto
  7614. 0.65873 0 lineto
  7615. 0.69841 0 lineto
  7616. 0.7381 0 lineto
  7617. 0.77778 0 lineto
  7618. 0.81746 0 lineto
  7619. 0.85714 0 lineto
  7620. 0.89683 0 lineto
  7621. 0.93651 0 lineto
  7622. Mistroke
  7623. 0.97619 0 lineto
  7624. Mfstroke
  7625. grestore
  7626. grestore
  7627. grestore
  7628. % End of Graphics
  7629. MathPictureEnd
  7630. :[font = postscript; inactive; PostScript; output; pictureLeft = 39; pictureWidth = 282; pictureHeight = 176; preserveAspect; ]
  7631. %!
  7632. %%Creator: Mathematica
  7633. %%AspectRatio: 0.61803 
  7634. MathPictureStart
  7635. % Scaling calculations
  7636. 0.40476 0.09524 0 0.07725 [
  7637. [(-4)] 0.02381 -0.0125 0 1 Msboxa
  7638. [(-2)] 0.21429 -0.0125 0 1 Msboxa
  7639. [(2)] 0.59524 -0.0125 0 1 Msboxa
  7640. [(4)] 0.78571 -0.0125 0 1 Msboxa
  7641. [(6)] 0.97619 -0.0125 0 1 Msboxa
  7642. [(1)] 0.39226 0.07725 1 0 Msboxa
  7643. [(2)] 0.39226 0.15451 1 0 Msboxa
  7644. [(3)] 0.39226 0.23176 1 0 Msboxa
  7645. [(4)] 0.39226 0.30902 1 0 Msboxa
  7646. [(5)] 0.39226 0.38627 1 0 Msboxa
  7647. [(6)] 0.39226 0.46353 1 0 Msboxa
  7648. [(7)] 0.39226 0.54078 1 0 Msboxa
  7649. [(8)] 0.39226 0.61803 1 0 Msboxa
  7650. [ -0.001 -0.00725 0 0 ]
  7651. [ 1.001 0.61903 0 0 ]
  7652. ] MathScale
  7653. % Start of Graphics
  7654. 1 setlinecap
  7655. 1 setlinejoin
  7656. newpath
  7657. %%Object: Graphics
  7658. [ ] 0 setdash
  7659. 0 setgray
  7660. gsave
  7661. gsave
  7662. 0.002 setlinewidth
  7663. 0 0 moveto
  7664. 1 0 lineto
  7665. stroke
  7666. 0.02381 -0.00625 moveto
  7667. 0.02381 0.00625 lineto
  7668. stroke
  7669. 0 setgray
  7670. [(-4)] 0.02381 -0.0125 0 1 Mshowa
  7671. 0.21429 -0.00625 moveto
  7672. 0.21429 0.00625 lineto
  7673. stroke
  7674. 0 setgray
  7675. [(-2)] 0.21429 -0.0125 0 1 Mshowa
  7676. 0.59524 -0.00625 moveto
  7677. 0.59524 0.00625 lineto
  7678. stroke
  7679. 0 setgray
  7680. [(2)] 0.59524 -0.0125 0 1 Mshowa
  7681. 0.78571 -0.00625 moveto
  7682. 0.78571 0.00625 lineto
  7683. stroke
  7684. 0 setgray
  7685. [(4)] 0.78571 -0.0125 0 1 Mshowa
  7686. 0.97619 -0.00625 moveto
  7687. 0.97619 0.00625 lineto
  7688. stroke
  7689. 0 setgray
  7690. [(6)] 0.97619 -0.0125 0 1 Mshowa
  7691. 0.40476 0 moveto
  7692. 0.40476 0.61803 lineto
  7693. stroke
  7694. 0.39851 0.07725 moveto
  7695. 0.41101 0.07725 lineto
  7696. stroke
  7697. 0 setgray
  7698. [(1)] 0.39226 0.07725 1 0 Mshowa
  7699. 0.39851 0.15451 moveto
  7700. 0.41101 0.15451 lineto
  7701. stroke
  7702. 0 setgray
  7703. [(2)] 0.39226 0.15451 1 0 Mshowa
  7704. 0.39851 0.23176 moveto
  7705. 0.41101 0.23176 lineto
  7706. stroke
  7707. 0 setgray
  7708. [(3)] 0.39226 0.23176 1 0 Mshowa
  7709. 0.39851 0.30902 moveto
  7710. 0.41101 0.30902 lineto
  7711. stroke
  7712. 0 setgray
  7713. [(4)] 0.39226 0.30902 1 0 Mshowa
  7714. 0.39851 0.38627 moveto
  7715. 0.41101 0.38627 lineto
  7716. stroke
  7717. 0 setgray
  7718. [(5)] 0.39226 0.38627 1 0 Mshowa
  7719. 0.39851 0.46353 moveto
  7720. 0.41101 0.46353 lineto
  7721. stroke
  7722. 0 setgray
  7723. [(6)] 0.39226 0.46353 1 0 Mshowa
  7724. 0.39851 0.54078 moveto
  7725. 0.41101 0.54078 lineto
  7726. stroke
  7727. 0 setgray
  7728. [(7)] 0.39226 0.54078 1 0 Mshowa
  7729. 0.39851 0.61803 moveto
  7730. 0.41101 0.61803 lineto
  7731. stroke
  7732. 0 setgray
  7733. [(8)] 0.39226 0.61803 1 0 Mshowa
  7734. grestore
  7735. grestore
  7736. 0 0 moveto
  7737. 1 0 lineto
  7738. 1 0.618034 lineto
  7739. 0 0.618034 lineto
  7740. closepath
  7741. clip
  7742. newpath
  7743. 0 setgray
  7744. gsave
  7745. gsave
  7746. gsave
  7747. 0.004 setlinewidth
  7748. 0.02381 0 moveto
  7749. 0.06349 0 lineto
  7750. 0.10317 0 lineto
  7751. 0.14286 0 lineto
  7752. 0.18254 0 lineto
  7753. 0.20238 0 lineto
  7754. 0.2123 0 lineto
  7755. 0.22222 0 lineto
  7756. 0.22718 0 lineto
  7757. 0.22966 0 lineto
  7758. 0.2309 0 lineto
  7759. 0.23214 0 lineto
  7760. 0.23338 0.07725 lineto
  7761. 0.23462 0.07725 lineto
  7762. 0.2371 0.07725 lineto
  7763. 0.24206 0.07725 lineto
  7764. 0.2619 0.07725 lineto
  7765. 0.28175 0.07725 lineto
  7766. 0.30159 0.07725 lineto
  7767. 0.31151 0.07725 lineto
  7768. 0.31647 0.07725 lineto
  7769. 0.32143 0.07725 lineto
  7770. 0.32391 0.07725 lineto
  7771. 0.32515 0.07725 lineto
  7772. 0.32639 0.07725 lineto
  7773. 0.32763 0.07725 lineto
  7774. 0.32887 0.15451 lineto
  7775. 0.33135 0.15451 lineto
  7776. 0.34127 0.15451 lineto
  7777. 0.38095 0.15451 lineto
  7778. 0.42063 0.15451 lineto
  7779. 0.46032 0.15451 lineto
  7780. 0.48016 0.15451 lineto
  7781. 0.49008 0.15451 lineto
  7782. 0.5 0.15451 lineto
  7783. 0.50496 0.15451 lineto
  7784. 0.50992 0.15451 lineto
  7785. 0.5124 0.15451 lineto
  7786. 0.51488 0.15451 lineto
  7787. 0.51612 0.15451 lineto
  7788. 0.51736 0.15451 lineto
  7789. 0.5186 0.15451 lineto
  7790. 0.51984 0 lineto
  7791. 0.52108 0 lineto
  7792. 0.52232 0 lineto
  7793. 0.5248 0 lineto
  7794. 0.52976 0 lineto
  7795. 0.53968 0 lineto
  7796. 0.57937 0 lineto
  7797. 0.61905 0 lineto
  7798. Mistroke
  7799. 0.65873 0 lineto
  7800. 0.69841 0 lineto
  7801. 0.7381 0 lineto
  7802. 0.77778 0 lineto
  7803. 0.81746 0 lineto
  7804. 0.85714 0 lineto
  7805. 0.89683 0 lineto
  7806. 0.93651 0 lineto
  7807. 0.97619 0 lineto
  7808. Mfstroke
  7809. grestore
  7810. grestore
  7811. gsave
  7812. gsave
  7813. 0.004 setlinewidth
  7814. 0.02381 0 moveto
  7815. 0.06349 0 lineto
  7816. 0.10317 0 lineto
  7817. 0.14286 0 lineto
  7818. 0.18254 0 lineto
  7819. 0.22222 0 lineto
  7820. 0.2619 0 lineto
  7821. 0.30159 0 lineto
  7822. 0.34127 0 lineto
  7823. 0.36111 0 lineto
  7824. 0.38095 0 lineto
  7825. 0.39087 0 lineto
  7826. 0.39583 0 lineto
  7827. 0.40079 0 lineto
  7828. 0.40203 0 lineto
  7829. 0.40327 0 lineto
  7830. 0.40451 0 lineto
  7831. 0.40575 0.00161 lineto
  7832. 0.40823 0.00563 lineto
  7833. 0.41071 0.00966 lineto
  7834. 0.42063 0.02575 lineto
  7835. 0.46032 0.09013 lineto
  7836. 0.5 0.15451 lineto
  7837. 0.53968 0.21889 lineto
  7838. 0.55952 0.25108 lineto
  7839. 0.57937 0.28327 lineto
  7840. 0.58433 0.29131 lineto
  7841. 0.58929 0.29936 lineto
  7842. 0.59177 0.30338 lineto
  7843. 0.59301 0.3054 lineto
  7844. 0.59425 0.30741 lineto
  7845. 0.59549 0 lineto
  7846. 0.59673 0 lineto
  7847. 0.59797 0 lineto
  7848. 0.59921 0 lineto
  7849. 0.61905 0 lineto
  7850. 0.65873 0 lineto
  7851. 0.69841 0 lineto
  7852. 0.7381 0 lineto
  7853. 0.77778 0 lineto
  7854. 0.81746 0 lineto
  7855. 0.85714 0 lineto
  7856. 0.89683 0 lineto
  7857. 0.93651 0 lineto
  7858. 0.97619 0 lineto
  7859. stroke
  7860. grestore
  7861. grestore
  7862. gsave
  7863. gsave
  7864. 0.004 setlinewidth
  7865. 0.02381 0 moveto
  7866. 0.06349 0 lineto
  7867. 0.10317 0 lineto
  7868. 0.14286 0 lineto
  7869. 0.18254 0 lineto
  7870. 0.22222 0 lineto
  7871. 0.2619 0 lineto
  7872. 0.30159 0 lineto
  7873. 0.34127 0 lineto
  7874. 0.36111 0 lineto
  7875. 0.38095 0 lineto
  7876. 0.39087 0 lineto
  7877. 0.39583 0 lineto
  7878. 0.40079 0 lineto
  7879. 0.40203 0 lineto
  7880. 0.40327 0 lineto
  7881. 0.40451 0 lineto
  7882. 0.40575 2e-05 lineto
  7883. 0.40699 8e-05 lineto
  7884. 0.40823 0.00021 lineto
  7885. 0.40947 0.00038 lineto
  7886. 0.41071 0.0006 lineto
  7887. 0.41319 0.00121 lineto
  7888. 0.41567 0.00203 lineto
  7889. 0.41815 0.00306 lineto
  7890. 0.42063 0.00429 lineto
  7891. 0.4256 0.00739 lineto
  7892. 0.43056 0.01133 lineto
  7893. 0.44048 0.02173 lineto
  7894. 0.4504 0.03548 lineto
  7895. 0.46032 0.05258 lineto
  7896. 0.48016 0.09684 lineto
  7897. 0.49008 0.124 lineto
  7898. 0.5 0.15451 lineto
  7899. 0.50496 0.17102 lineto
  7900. 0.50992 0.18837 lineto
  7901. 0.5124 0.19736 lineto
  7902. 0.51488 0.20656 lineto
  7903. 0.51612 0.21124 lineto
  7904. 0.51736 0.21597 lineto
  7905. 0.5186 0.22076 lineto
  7906. 0.51984 0 lineto
  7907. 0.52108 0 lineto
  7908. 0.52232 0 lineto
  7909. 0.5248 0 lineto
  7910. 0.52976 0 lineto
  7911. 0.53968 0 lineto
  7912. 0.57937 0 lineto
  7913. 0.61905 0 lineto
  7914. 0.65873 0 lineto
  7915. Mistroke
  7916. 0.69841 0 lineto
  7917. 0.7381 0 lineto
  7918. 0.77778 0 lineto
  7919. 0.81746 0 lineto
  7920. 0.85714 0 lineto
  7921. 0.89683 0 lineto
  7922. 0.93651 0 lineto
  7923. 0.97619 0 lineto
  7924. Mfstroke
  7925. grestore
  7926. grestore
  7927. grestore
  7928. % End of Graphics
  7929. MathPictureEnd
  7930. :[font = postscript; inactive; PostScript; output; pictureLeft = 39; pictureWidth = 282; pictureHeight = 176; preserveAspect; ]
  7931. %!
  7932. %%Creator: Mathematica
  7933. %%AspectRatio: 0.61803 
  7934. MathPictureStart
  7935. % Scaling calculations
  7936. 0.40476 0.09524 0 0.07725 [
  7937. [(-4)] 0.02381 -0.0125 0 1 Msboxa
  7938. [(-2)] 0.21429 -0.0125 0 1 Msboxa
  7939. [(2)] 0.59524 -0.0125 0 1 Msboxa
  7940. [(4)] 0.78571 -0.0125 0 1 Msboxa
  7941. [(6)] 0.97619 -0.0125 0 1 Msboxa
  7942. [(1)] 0.39226 0.07725 1 0 Msboxa
  7943. [(2)] 0.39226 0.15451 1 0 Msboxa
  7944. [(3)] 0.39226 0.23176 1 0 Msboxa
  7945. [(4)] 0.39226 0.30902 1 0 Msboxa
  7946. [(5)] 0.39226 0.38627 1 0 Msboxa
  7947. [(6)] 0.39226 0.46353 1 0 Msboxa
  7948. [(7)] 0.39226 0.54078 1 0 Msboxa
  7949. [(8)] 0.39226 0.61803 1 0 Msboxa
  7950. [ -0.001 -0.00725 0 0 ]
  7951. [ 1.001 0.61903 0 0 ]
  7952. ] MathScale
  7953. % Start of Graphics
  7954. 1 setlinecap
  7955. 1 setlinejoin
  7956. newpath
  7957. %%Object: Graphics
  7958. [ ] 0 setdash
  7959. 0 setgray
  7960. gsave
  7961. gsave
  7962. 0.002 setlinewidth
  7963. 0 0 moveto
  7964. 1 0 lineto
  7965. stroke
  7966. 0.02381 -0.00625 moveto
  7967. 0.02381 0.00625 lineto
  7968. stroke
  7969. 0 setgray
  7970. [(-4)] 0.02381 -0.0125 0 1 Mshowa
  7971. 0.21429 -0.00625 moveto
  7972. 0.21429 0.00625 lineto
  7973. stroke
  7974. 0 setgray
  7975. [(-2)] 0.21429 -0.0125 0 1 Mshowa
  7976. 0.59524 -0.00625 moveto
  7977. 0.59524 0.00625 lineto
  7978. stroke
  7979. 0 setgray
  7980. [(2)] 0.59524 -0.0125 0 1 Mshowa
  7981. 0.78571 -0.00625 moveto
  7982. 0.78571 0.00625 lineto
  7983. stroke
  7984. 0 setgray
  7985. [(4)] 0.78571 -0.0125 0 1 Mshowa
  7986. 0.97619 -0.00625 moveto
  7987. 0.97619 0.00625 lineto
  7988. stroke
  7989. 0 setgray
  7990. [(6)] 0.97619 -0.0125 0 1 Mshowa
  7991. 0.40476 0 moveto
  7992. 0.40476 0.61803 lineto
  7993. stroke
  7994. 0.39851 0.07725 moveto
  7995. 0.41101 0.07725 lineto
  7996. stroke
  7997. 0 setgray
  7998. [(1)] 0.39226 0.07725 1 0 Mshowa
  7999. 0.39851 0.15451 moveto
  8000. 0.41101 0.15451 lineto
  8001. stroke
  8002. 0 setgray
  8003. [(2)] 0.39226 0.15451 1 0 Mshowa
  8004. 0.39851 0.23176 moveto
  8005. 0.41101 0.23176 lineto
  8006. stroke
  8007. 0 setgray
  8008. [(3)] 0.39226 0.23176 1 0 Mshowa
  8009. 0.39851 0.30902 moveto
  8010. 0.41101 0.30902 lineto
  8011. stroke
  8012. 0 setgray
  8013. [(4)] 0.39226 0.30902 1 0 Mshowa
  8014. 0.39851 0.38627 moveto
  8015. 0.41101 0.38627 lineto
  8016. stroke
  8017. 0 setgray
  8018. [(5)] 0.39226 0.38627 1 0 Mshowa
  8019. 0.39851 0.46353 moveto
  8020. 0.41101 0.46353 lineto
  8021. stroke
  8022. 0 setgray
  8023. [(6)] 0.39226 0.46353 1 0 Mshowa
  8024. 0.39851 0.54078 moveto
  8025. 0.41101 0.54078 lineto
  8026. stroke
  8027. 0 setgray
  8028. [(7)] 0.39226 0.54078 1 0 Mshowa
  8029. 0.39851 0.61803 moveto
  8030. 0.41101 0.61803 lineto
  8031. stroke
  8032. 0 setgray
  8033. [(8)] 0.39226 0.61803 1 0 Mshowa
  8034. grestore
  8035. grestore
  8036. 0 0 moveto
  8037. 1 0 lineto
  8038. 1 0.618034 lineto
  8039. 0 0.618034 lineto
  8040. closepath
  8041. clip
  8042. newpath
  8043. 0 setgray
  8044. gsave
  8045. gsave
  8046. gsave
  8047. 0.004 setlinewidth
  8048. 0.02381 0 moveto
  8049. 0.06349 0 lineto
  8050. 0.10317 0 lineto
  8051. 0.14286 0 lineto
  8052. 0.18254 0 lineto
  8053. 0.20238 0 lineto
  8054. 0.22222 0 lineto
  8055. 0.23214 0 lineto
  8056. 0.24206 0 lineto
  8057. 0.24702 0 lineto
  8058. 0.2495 0 lineto
  8059. 0.25074 0 lineto
  8060. 0.25198 0 lineto
  8061. 0.25322 0.07725 lineto
  8062. 0.25446 0.07725 lineto
  8063. 0.2557 0.07725 lineto
  8064. 0.25694 0.07725 lineto
  8065. 0.2619 0.07725 lineto
  8066. 0.30159 0.07725 lineto
  8067. 0.32143 0.07725 lineto
  8068. 0.33135 0.07725 lineto
  8069. 0.33631 0.07725 lineto
  8070. 0.34127 0.07725 lineto
  8071. 0.34375 0.07725 lineto
  8072. 0.34499 0.07725 lineto
  8073. 0.34623 0.07725 lineto
  8074. 0.34747 0.07725 lineto
  8075. 0.34871 0.15451 lineto
  8076. 0.34995 0.15451 lineto
  8077. 0.35119 0.15451 lineto
  8078. 0.36111 0.15451 lineto
  8079. 0.38095 0.15451 lineto
  8080. 0.42063 0.15451 lineto
  8081. 0.46032 0.15451 lineto
  8082. 0.48016 0.15451 lineto
  8083. 0.5 0.15451 lineto
  8084. 0.51984 0.15451 lineto
  8085. 0.5248 0.15451 lineto
  8086. 0.52976 0.15451 lineto
  8087. 0.53472 0.15451 lineto
  8088. 0.53596 0.15451 lineto
  8089. 0.5372 0.15451 lineto
  8090. 0.53844 0 lineto
  8091. 0.53968 0 lineto
  8092. 0.54216 0 lineto
  8093. 0.54464 0 lineto
  8094. 0.5496 0 lineto
  8095. 0.55952 0 lineto
  8096. 0.57937 0 lineto
  8097. 0.61905 0 lineto
  8098. Mistroke
  8099. 0.65873 0 lineto
  8100. 0.69841 0 lineto
  8101. 0.7381 0 lineto
  8102. 0.77778 0 lineto
  8103. 0.81746 0 lineto
  8104. 0.85714 0 lineto
  8105. 0.89683 0 lineto
  8106. 0.93651 0 lineto
  8107. 0.97619 0 lineto
  8108. Mfstroke
  8109. grestore
  8110. grestore
  8111. gsave
  8112. gsave
  8113. 0.004 setlinewidth
  8114. 0.02381 0 moveto
  8115. 0.06349 0 lineto
  8116. 0.10317 0 lineto
  8117. 0.14286 0 lineto
  8118. 0.18254 0 lineto
  8119. 0.22222 0 lineto
  8120. 0.2619 0 lineto
  8121. 0.30159 0 lineto
  8122. 0.34127 0 lineto
  8123. 0.36111 0 lineto
  8124. 0.38095 0 lineto
  8125. 0.39087 0 lineto
  8126. 0.39583 0 lineto
  8127. 0.40079 0 lineto
  8128. 0.40203 0 lineto
  8129. 0.40327 0 lineto
  8130. 0.40451 0 lineto
  8131. 0.40575 0.00161 lineto
  8132. 0.40823 0.00563 lineto
  8133. 0.41071 0.00966 lineto
  8134. 0.42063 0.02575 lineto
  8135. 0.46032 0.09013 lineto
  8136. 0.5 0.15451 lineto
  8137. 0.53968 0.21889 lineto
  8138. 0.55952 0.25108 lineto
  8139. 0.57937 0.28327 lineto
  8140. 0.58433 0.29131 lineto
  8141. 0.58929 0.29936 lineto
  8142. 0.59177 0.30338 lineto
  8143. 0.59301 0.3054 lineto
  8144. 0.59425 0.30741 lineto
  8145. 0.59549 0 lineto
  8146. 0.59673 0 lineto
  8147. 0.59797 0 lineto
  8148. 0.59921 0 lineto
  8149. 0.61905 0 lineto
  8150. 0.65873 0 lineto
  8151. 0.69841 0 lineto
  8152. 0.7381 0 lineto
  8153. 0.77778 0 lineto
  8154. 0.81746 0 lineto
  8155. 0.85714 0 lineto
  8156. 0.89683 0 lineto
  8157. 0.93651 0 lineto
  8158. 0.97619 0 lineto
  8159. stroke
  8160. grestore
  8161. grestore
  8162. gsave
  8163. gsave
  8164. 0.004 setlinewidth
  8165. 0.02381 0 moveto
  8166. 0.06349 0 lineto
  8167. 0.10317 0 lineto
  8168. 0.14286 0 lineto
  8169. 0.18254 0 lineto
  8170. 0.22222 0 lineto
  8171. 0.2619 0 lineto
  8172. 0.30159 0 lineto
  8173. 0.34127 0 lineto
  8174. 0.36111 0 lineto
  8175. 0.38095 0 lineto
  8176. 0.39087 0 lineto
  8177. 0.39583 0 lineto
  8178. 0.40079 0 lineto
  8179. 0.40203 0 lineto
  8180. 0.40327 0 lineto
  8181. 0.40451 0 lineto
  8182. 0.40575 2e-05 lineto
  8183. 0.40699 8e-05 lineto
  8184. 0.40823 0.00021 lineto
  8185. 0.40947 0.00038 lineto
  8186. 0.41071 0.0006 lineto
  8187. 0.41319 0.00121 lineto
  8188. 0.41567 0.00203 lineto
  8189. 0.41815 0.00306 lineto
  8190. 0.42063 0.00429 lineto
  8191. 0.4256 0.00739 lineto
  8192. 0.43056 0.01133 lineto
  8193. 0.44048 0.02173 lineto
  8194. 0.4504 0.03548 lineto
  8195. 0.46032 0.05258 lineto
  8196. 0.48016 0.09684 lineto
  8197. 0.5 0.15451 lineto
  8198. 0.51984 0.22559 lineto
  8199. 0.5248 0.24546 lineto
  8200. 0.52976 0.26617 lineto
  8201. 0.53472 0.28771 lineto
  8202. 0.53596 0.29323 lineto
  8203. 0.5372 0.29879 lineto
  8204. 0.53844 0 lineto
  8205. 0.53968 0 lineto
  8206. 0.54216 0 lineto
  8207. 0.54464 0 lineto
  8208. 0.5496 0 lineto
  8209. 0.55952 0 lineto
  8210. 0.57937 0 lineto
  8211. 0.61905 0 lineto
  8212. 0.65873 0 lineto
  8213. 0.69841 0 lineto
  8214. 0.7381 0 lineto
  8215. Mistroke
  8216. 0.77778 0 lineto
  8217. 0.81746 0 lineto
  8218. 0.85714 0 lineto
  8219. 0.89683 0 lineto
  8220. 0.93651 0 lineto
  8221. 0.97619 0 lineto
  8222. Mfstroke
  8223. grestore
  8224. grestore
  8225. grestore
  8226. % End of Graphics
  8227. MathPictureEnd
  8228. :[font = postscript; inactive; PostScript; output; pictureLeft = 39; pictureWidth = 282; pictureHeight = 176; preserveAspect; ]
  8229. %!
  8230. %%Creator: Mathematica
  8231. %%AspectRatio: 0.61803 
  8232. MathPictureStart
  8233. % Scaling calculations
  8234. 0.40476 0.09524 0 0.07725 [
  8235. [(-4)] 0.02381 -0.0125 0 1 Msboxa
  8236. [(-2)] 0.21429 -0.0125 0 1 Msboxa
  8237. [(2)] 0.59524 -0.0125 0 1 Msboxa
  8238. [(4)] 0.78571 -0.0125 0 1 Msboxa
  8239. [(6)] 0.97619 -0.0125 0 1 Msboxa
  8240. [(1)] 0.39226 0.07725 1 0 Msboxa
  8241. [(2)] 0.39226 0.15451 1 0 Msboxa
  8242. [(3)] 0.39226 0.23176 1 0 Msboxa
  8243. [(4)] 0.39226 0.30902 1 0 Msboxa
  8244. [(5)] 0.39226 0.38627 1 0 Msboxa
  8245. [(6)] 0.39226 0.46353 1 0 Msboxa
  8246. [(7)] 0.39226 0.54078 1 0 Msboxa
  8247. [(8)] 0.39226 0.61803 1 0 Msboxa
  8248. [ -0.001 -0.00725 0 0 ]
  8249. [ 1.001 0.61903 0 0 ]
  8250. ] MathScale
  8251. % Start of Graphics
  8252. 1 setlinecap
  8253. 1 setlinejoin
  8254. newpath
  8255. %%Object: Graphics
  8256. [ ] 0 setdash
  8257. 0 setgray
  8258. gsave
  8259. gsave
  8260. 0.002 setlinewidth
  8261. 0 0 moveto
  8262. 1 0 lineto
  8263. stroke
  8264. 0.02381 -0.00625 moveto
  8265. 0.02381 0.00625 lineto
  8266. stroke
  8267. 0 setgray
  8268. [(-4)] 0.02381 -0.0125 0 1 Mshowa
  8269. 0.21429 -0.00625 moveto
  8270. 0.21429 0.00625 lineto
  8271. stroke
  8272. 0 setgray
  8273. [(-2)] 0.21429 -0.0125 0 1 Mshowa
  8274. 0.59524 -0.00625 moveto
  8275. 0.59524 0.00625 lineto
  8276. stroke
  8277. 0 setgray
  8278. [(2)] 0.59524 -0.0125 0 1 Mshowa
  8279. 0.78571 -0.00625 moveto
  8280. 0.78571 0.00625 lineto
  8281. stroke
  8282. 0 setgray
  8283. [(4)] 0.78571 -0.0125 0 1 Mshowa
  8284. 0.97619 -0.00625 moveto
  8285. 0.97619 0.00625 lineto
  8286. stroke
  8287. 0 setgray
  8288. [(6)] 0.97619 -0.0125 0 1 Mshowa
  8289. 0.40476 0 moveto
  8290. 0.40476 0.61803 lineto
  8291. stroke
  8292. 0.39851 0.07725 moveto
  8293. 0.41101 0.07725 lineto
  8294. stroke
  8295. 0 setgray
  8296. [(1)] 0.39226 0.07725 1 0 Mshowa
  8297. 0.39851 0.15451 moveto
  8298. 0.41101 0.15451 lineto
  8299. stroke
  8300. 0 setgray
  8301. [(2)] 0.39226 0.15451 1 0 Mshowa
  8302. 0.39851 0.23176 moveto
  8303. 0.41101 0.23176 lineto
  8304. stroke
  8305. 0 setgray
  8306. [(3)] 0.39226 0.23176 1 0 Mshowa
  8307. 0.39851 0.30902 moveto
  8308. 0.41101 0.30902 lineto
  8309. stroke
  8310. 0 setgray
  8311. [(4)] 0.39226 0.30902 1 0 Mshowa
  8312. 0.39851 0.38627 moveto
  8313. 0.41101 0.38627 lineto
  8314. stroke
  8315. 0 setgray
  8316. [(5)] 0.39226 0.38627 1 0 Mshowa
  8317. 0.39851 0.46353 moveto
  8318. 0.41101 0.46353 lineto
  8319. stroke
  8320. 0 setgray
  8321. [(6)] 0.39226 0.46353 1 0 Mshowa
  8322. 0.39851 0.54078 moveto
  8323. 0.41101 0.54078 lineto
  8324. stroke
  8325. 0 setgray
  8326. [(7)] 0.39226 0.54078 1 0 Mshowa
  8327. 0.39851 0.61803 moveto
  8328. 0.41101 0.61803 lineto
  8329. stroke
  8330. 0 setgray
  8331. [(8)] 0.39226 0.61803 1 0 Mshowa
  8332. grestore
  8333. grestore
  8334. 0 0 moveto
  8335. 1 0 lineto
  8336. 1 0.618034 lineto
  8337. 0 0.618034 lineto
  8338. closepath
  8339. clip
  8340. newpath
  8341. 0 setgray
  8342. gsave
  8343. gsave
  8344. gsave
  8345. 0.004 setlinewidth
  8346. 0.02381 0 moveto
  8347. 0.06349 0 lineto
  8348. 0.10317 0 lineto
  8349. 0.14286 0 lineto
  8350. 0.18254 0 lineto
  8351. 0.22222 0 lineto
  8352. 0.24206 0 lineto
  8353. 0.25198 0 lineto
  8354. 0.2619 0 lineto
  8355. 0.26438 0 lineto
  8356. 0.26687 0 lineto
  8357. 0.26935 0 lineto
  8358. 0.27059 0 lineto
  8359. 0.27183 0.07725 lineto
  8360. 0.28175 0.07725 lineto
  8361. 0.30159 0.07725 lineto
  8362. 0.32143 0.07725 lineto
  8363. 0.34127 0.07725 lineto
  8364. 0.35119 0.07725 lineto
  8365. 0.35615 0.07725 lineto
  8366. 0.36111 0.07725 lineto
  8367. 0.36359 0.07725 lineto
  8368. 0.36483 0.07725 lineto
  8369. 0.36607 0.07725 lineto
  8370. 0.36731 0.15451 lineto
  8371. 0.36855 0.15451 lineto
  8372. 0.37103 0.15451 lineto
  8373. 0.38095 0.15451 lineto
  8374. 0.42063 0.15451 lineto
  8375. 0.46032 0.15451 lineto
  8376. 0.5 0.15451 lineto
  8377. 0.51984 0.15451 lineto
  8378. 0.52976 0.15451 lineto
  8379. 0.53968 0.15451 lineto
  8380. 0.5496 0.15451 lineto
  8381. 0.55208 0.15451 lineto
  8382. 0.55456 0.15451 lineto
  8383. 0.5558 0.15451 lineto
  8384. 0.55704 0.15451 lineto
  8385. 0.55828 0 lineto
  8386. 0.55952 0 lineto
  8387. 0.57937 0 lineto
  8388. 0.61905 0 lineto
  8389. 0.65873 0 lineto
  8390. 0.69841 0 lineto
  8391. 0.7381 0 lineto
  8392. 0.77778 0 lineto
  8393. 0.81746 0 lineto
  8394. 0.85714 0 lineto
  8395. 0.89683 0 lineto
  8396. Mistroke
  8397. 0.93651 0 lineto
  8398. 0.97619 0 lineto
  8399. Mfstroke
  8400. grestore
  8401. grestore
  8402. gsave
  8403. gsave
  8404. 0.004 setlinewidth
  8405. 0.02381 0 moveto
  8406. 0.06349 0 lineto
  8407. 0.10317 0 lineto
  8408. 0.14286 0 lineto
  8409. 0.18254 0 lineto
  8410. 0.22222 0 lineto
  8411. 0.2619 0 lineto
  8412. 0.30159 0 lineto
  8413. 0.34127 0 lineto
  8414. 0.36111 0 lineto
  8415. 0.38095 0 lineto
  8416. 0.39087 0 lineto
  8417. 0.39583 0 lineto
  8418. 0.40079 0 lineto
  8419. 0.40203 0 lineto
  8420. 0.40327 0 lineto
  8421. 0.40451 0 lineto
  8422. 0.40575 0.00161 lineto
  8423. 0.40823 0.00563 lineto
  8424. 0.41071 0.00966 lineto
  8425. 0.42063 0.02575 lineto
  8426. 0.46032 0.09013 lineto
  8427. 0.5 0.15451 lineto
  8428. 0.53968 0.21889 lineto
  8429. 0.55952 0.25108 lineto
  8430. 0.57937 0.28327 lineto
  8431. 0.58433 0.29131 lineto
  8432. 0.58929 0.29936 lineto
  8433. 0.59177 0.30338 lineto
  8434. 0.59301 0.3054 lineto
  8435. 0.59425 0.30741 lineto
  8436. 0.59549 0 lineto
  8437. 0.59673 0 lineto
  8438. 0.59797 0 lineto
  8439. 0.59921 0 lineto
  8440. 0.61905 0 lineto
  8441. 0.65873 0 lineto
  8442. 0.69841 0 lineto
  8443. 0.7381 0 lineto
  8444. 0.77778 0 lineto
  8445. 0.81746 0 lineto
  8446. 0.85714 0 lineto
  8447. 0.89683 0 lineto
  8448. 0.93651 0 lineto
  8449. 0.97619 0 lineto
  8450. stroke
  8451. grestore
  8452. grestore
  8453. gsave
  8454. gsave
  8455. 0.004 setlinewidth
  8456. 0.02381 0 moveto
  8457. 0.06349 0 lineto
  8458. 0.10317 0 lineto
  8459. 0.14286 0 lineto
  8460. 0.18254 0 lineto
  8461. 0.22222 0 lineto
  8462. 0.2619 0 lineto
  8463. 0.30159 0 lineto
  8464. 0.34127 0 lineto
  8465. 0.36111 0 lineto
  8466. 0.38095 0 lineto
  8467. 0.39087 0 lineto
  8468. 0.39583 0 lineto
  8469. 0.40079 0 lineto
  8470. 0.40203 0 lineto
  8471. 0.40327 0 lineto
  8472. 0.40451 0 lineto
  8473. 0.40575 2e-05 lineto
  8474. 0.40699 8e-05 lineto
  8475. 0.40823 0.00021 lineto
  8476. 0.40947 0.00038 lineto
  8477. 0.41071 0.0006 lineto
  8478. 0.41319 0.00121 lineto
  8479. 0.41567 0.00203 lineto
  8480. 0.41815 0.00306 lineto
  8481. 0.42063 0.00429 lineto
  8482. 0.4256 0.00739 lineto
  8483. 0.43056 0.01133 lineto
  8484. 0.44048 0.02173 lineto
  8485. 0.4504 0.03548 lineto
  8486. 0.46032 0.05258 lineto
  8487. 0.48016 0.09684 lineto
  8488. 0.5 0.15451 lineto
  8489. 0.51984 0.22559 lineto
  8490. 0.52976 0.26617 lineto
  8491. 0.53968 0.31009 lineto
  8492. 0.5496 0.35737 lineto
  8493. 0.55208 0.36971 lineto
  8494. 0.55456 0.38226 lineto
  8495. 0.5558 0.38862 lineto
  8496. 0.55704 0.39503 lineto
  8497. 0.55828 0 lineto
  8498. 0.55952 0 lineto
  8499. 0.57937 0 lineto
  8500. 0.61905 0 lineto
  8501. 0.65873 0 lineto
  8502. 0.69841 0 lineto
  8503. 0.7381 0 lineto
  8504. 0.77778 0 lineto
  8505. 0.81746 0 lineto
  8506. Mistroke
  8507. 0.85714 0 lineto
  8508. 0.89683 0 lineto
  8509. 0.93651 0 lineto
  8510. 0.97619 0 lineto
  8511. Mfstroke
  8512. grestore
  8513. grestore
  8514. grestore
  8515. % End of Graphics
  8516. MathPictureEnd
  8517. :[font = postscript; inactive; PostScript; output; pictureLeft = 39; pictureWidth = 282; pictureHeight = 176; preserveAspect; ]
  8518. %!
  8519. %%Creator: Mathematica
  8520. %%AspectRatio: 0.61803 
  8521. MathPictureStart
  8522. % Scaling calculations
  8523. 0.40476 0.09524 0 0.07725 [
  8524. [(-4)] 0.02381 -0.0125 0 1 Msboxa
  8525. [(-2)] 0.21429 -0.0125 0 1 Msboxa
  8526. [(2)] 0.59524 -0.0125 0 1 Msboxa
  8527. [(4)] 0.78571 -0.0125 0 1 Msboxa
  8528. [(6)] 0.97619 -0.0125 0 1 Msboxa
  8529. [(1)] 0.39226 0.07725 1 0 Msboxa
  8530. [(2)] 0.39226 0.15451 1 0 Msboxa
  8531. [(3)] 0.39226 0.23176 1 0 Msboxa
  8532. [(4)] 0.39226 0.30902 1 0 Msboxa
  8533. [(5)] 0.39226 0.38627 1 0 Msboxa
  8534. [(6)] 0.39226 0.46353 1 0 Msboxa
  8535. [(7)] 0.39226 0.54078 1 0 Msboxa
  8536. [(8)] 0.39226 0.61803 1 0 Msboxa
  8537. [ -0.001 -0.00725 0 0 ]
  8538. [ 1.001 0.61903 0 0 ]
  8539. ] MathScale
  8540. % Start of Graphics
  8541. 1 setlinecap
  8542. 1 setlinejoin
  8543. newpath
  8544. %%Object: Graphics
  8545. [ ] 0 setdash
  8546. 0 setgray
  8547. gsave
  8548. gsave
  8549. 0.002 setlinewidth
  8550. 0 0 moveto
  8551. 1 0 lineto
  8552. stroke
  8553. 0.02381 -0.00625 moveto
  8554. 0.02381 0.00625 lineto
  8555. stroke
  8556. 0 setgray
  8557. [(-4)] 0.02381 -0.0125 0 1 Mshowa
  8558. 0.21429 -0.00625 moveto
  8559. 0.21429 0.00625 lineto
  8560. stroke
  8561. 0 setgray
  8562. [(-2)] 0.21429 -0.0125 0 1 Mshowa
  8563. 0.59524 -0.00625 moveto
  8564. 0.59524 0.00625 lineto
  8565. stroke
  8566. 0 setgray
  8567. [(2)] 0.59524 -0.0125 0 1 Mshowa
  8568. 0.78571 -0.00625 moveto
  8569. 0.78571 0.00625 lineto
  8570. stroke
  8571. 0 setgray
  8572. [(4)] 0.78571 -0.0125 0 1 Mshowa
  8573. 0.97619 -0.00625 moveto
  8574. 0.97619 0.00625 lineto
  8575. stroke
  8576. 0 setgray
  8577. [(6)] 0.97619 -0.0125 0 1 Mshowa
  8578. 0.40476 0 moveto
  8579. 0.40476 0.61803 lineto
  8580. stroke
  8581. 0.39851 0.07725 moveto
  8582. 0.41101 0.07725 lineto
  8583. stroke
  8584. 0 setgray
  8585. [(1)] 0.39226 0.07725 1 0 Mshowa
  8586. 0.39851 0.15451 moveto
  8587. 0.41101 0.15451 lineto
  8588. stroke
  8589. 0 setgray
  8590. [(2)] 0.39226 0.15451 1 0 Mshowa
  8591. 0.39851 0.23176 moveto
  8592. 0.41101 0.23176 lineto
  8593. stroke
  8594. 0 setgray
  8595. [(3)] 0.39226 0.23176 1 0 Mshowa
  8596. 0.39851 0.30902 moveto
  8597. 0.41101 0.30902 lineto
  8598. stroke
  8599. 0 setgray
  8600. [(4)] 0.39226 0.30902 1 0 Mshowa
  8601. 0.39851 0.38627 moveto
  8602. 0.41101 0.38627 lineto
  8603. stroke
  8604. 0 setgray
  8605. [(5)] 0.39226 0.38627 1 0 Mshowa
  8606. 0.39851 0.46353 moveto
  8607. 0.41101 0.46353 lineto
  8608. stroke
  8609. 0 setgray
  8610. [(6)] 0.39226 0.46353 1 0 Mshowa
  8611. 0.39851 0.54078 moveto
  8612. 0.41101 0.54078 lineto
  8613. stroke
  8614. 0 setgray
  8615. [(7)] 0.39226 0.54078 1 0 Mshowa
  8616. 0.39851 0.61803 moveto
  8617. 0.41101 0.61803 lineto
  8618. stroke
  8619. 0 setgray
  8620. [(8)] 0.39226 0.61803 1 0 Mshowa
  8621. grestore
  8622. grestore
  8623. 0 0 moveto
  8624. 1 0 lineto
  8625. 1 0.618034 lineto
  8626. 0 0.618034 lineto
  8627. closepath
  8628. clip
  8629. newpath
  8630. 0 setgray
  8631. gsave
  8632. gsave
  8633. gsave
  8634. 0.004 setlinewidth
  8635. 0.02381 0 moveto
  8636. 0.06349 0 lineto
  8637. 0.10317 0 lineto
  8638. 0.14286 0 lineto
  8639. 0.18254 0 lineto
  8640. 0.22222 0 lineto
  8641. 0.2619 0 lineto
  8642. 0.27183 0 lineto
  8643. 0.27679 0 lineto
  8644. 0.28175 0 lineto
  8645. 0.28423 0 lineto
  8646. 0.28671 0 lineto
  8647. 0.28795 0 lineto
  8648. 0.28919 0 lineto
  8649. 0.29043 0 lineto
  8650. 0.29167 0.07725 lineto
  8651. 0.29291 0.07725 lineto
  8652. 0.29415 0.07725 lineto
  8653. 0.29663 0.07725 lineto
  8654. 0.30159 0.07725 lineto
  8655. 0.34127 0.07725 lineto
  8656. 0.36111 0.07725 lineto
  8657. 0.37103 0.07725 lineto
  8658. 0.37599 0.07725 lineto
  8659. 0.38095 0.07725 lineto
  8660. 0.38219 0.07725 lineto
  8661. 0.38343 0.07725 lineto
  8662. 0.38467 0.07725 lineto
  8663. 0.38591 0.15451 lineto
  8664. 0.38839 0.15451 lineto
  8665. 0.39087 0.15451 lineto
  8666. 0.40079 0.15451 lineto
  8667. 0.42063 0.15451 lineto
  8668. 0.46032 0.15451 lineto
  8669. 0.5 0.15451 lineto
  8670. 0.51984 0.15451 lineto
  8671. 0.53968 0.15451 lineto
  8672. 0.5496 0.15451 lineto
  8673. 0.55952 0.15451 lineto
  8674. 0.56448 0.15451 lineto
  8675. 0.56944 0.15451 lineto
  8676. 0.57192 0.15451 lineto
  8677. 0.57316 0.15451 lineto
  8678. 0.5744 0.15451 lineto
  8679. 0.57564 0.15451 lineto
  8680. 0.57688 0 lineto
  8681. 0.57937 0 lineto
  8682. 0.61905 0 lineto
  8683. 0.65873 0 lineto
  8684. 0.69841 0 lineto
  8685. Mistroke
  8686. 0.7381 0 lineto
  8687. 0.77778 0 lineto
  8688. 0.81746 0 lineto
  8689. 0.85714 0 lineto
  8690. 0.89683 0 lineto
  8691. 0.93651 0 lineto
  8692. 0.97619 0 lineto
  8693. Mfstroke
  8694. grestore
  8695. grestore
  8696. gsave
  8697. gsave
  8698. 0.004 setlinewidth
  8699. 0.02381 0 moveto
  8700. 0.06349 0 lineto
  8701. 0.10317 0 lineto
  8702. 0.14286 0 lineto
  8703. 0.18254 0 lineto
  8704. 0.22222 0 lineto
  8705. 0.2619 0 lineto
  8706. 0.30159 0 lineto
  8707. 0.34127 0 lineto
  8708. 0.36111 0 lineto
  8709. 0.38095 0 lineto
  8710. 0.39087 0 lineto
  8711. 0.39583 0 lineto
  8712. 0.40079 0 lineto
  8713. 0.40203 0 lineto
  8714. 0.40327 0 lineto
  8715. 0.40451 0 lineto
  8716. 0.40575 0.00161 lineto
  8717. 0.40823 0.00563 lineto
  8718. 0.41071 0.00966 lineto
  8719. 0.42063 0.02575 lineto
  8720. 0.46032 0.09013 lineto
  8721. 0.5 0.15451 lineto
  8722. 0.53968 0.21889 lineto
  8723. 0.55952 0.25108 lineto
  8724. 0.57937 0.28327 lineto
  8725. 0.58433 0.29131 lineto
  8726. 0.58929 0.29936 lineto
  8727. 0.59177 0.30338 lineto
  8728. 0.59301 0.3054 lineto
  8729. 0.59425 0.30741 lineto
  8730. 0.59549 0 lineto
  8731. 0.59673 0 lineto
  8732. 0.59797 0 lineto
  8733. 0.59921 0 lineto
  8734. 0.61905 0 lineto
  8735. 0.65873 0 lineto
  8736. 0.69841 0 lineto
  8737. 0.7381 0 lineto
  8738. 0.77778 0 lineto
  8739. 0.81746 0 lineto
  8740. 0.85714 0 lineto
  8741. 0.89683 0 lineto
  8742. 0.93651 0 lineto
  8743. 0.97619 0 lineto
  8744. stroke
  8745. grestore
  8746. grestore
  8747. gsave
  8748. gsave
  8749. 0.004 setlinewidth
  8750. 0.02381 0 moveto
  8751. 0.06349 0 lineto
  8752. 0.10317 0 lineto
  8753. 0.14286 0 lineto
  8754. 0.18254 0 lineto
  8755. 0.22222 0 lineto
  8756. 0.2619 0 lineto
  8757. 0.30159 0 lineto
  8758. 0.34127 0 lineto
  8759. 0.36111 0 lineto
  8760. 0.38095 0 lineto
  8761. 0.39087 0 lineto
  8762. 0.39583 0 lineto
  8763. 0.40079 0 lineto
  8764. 0.40203 0 lineto
  8765. 0.40327 0 lineto
  8766. 0.40451 0 lineto
  8767. 0.40575 2e-05 lineto
  8768. 0.40699 8e-05 lineto
  8769. 0.40823 0.00021 lineto
  8770. 0.40947 0.00038 lineto
  8771. 0.41071 0.0006 lineto
  8772. 0.41319 0.00121 lineto
  8773. 0.41567 0.00203 lineto
  8774. 0.41815 0.00306 lineto
  8775. 0.42063 0.00429 lineto
  8776. 0.4256 0.00739 lineto
  8777. 0.43056 0.01133 lineto
  8778. 0.44048 0.02173 lineto
  8779. 0.4504 0.03548 lineto
  8780. 0.46032 0.05258 lineto
  8781. 0.48016 0.09684 lineto
  8782. 0.5 0.15451 lineto
  8783. 0.51984 0.22559 lineto
  8784. 0.53968 0.31009 lineto
  8785. 0.5496 0.35737 lineto
  8786. 0.55952 0.408 lineto
  8787. 0.56448 0.43457 lineto
  8788. 0.56944 0.46198 lineto
  8789. 0.57192 0.476 lineto
  8790. 0.57316 0.48309 lineto
  8791. 0.5744 0.49023 lineto
  8792. 0.57564 0.49743 lineto
  8793. 0.57688 0 lineto
  8794. 0.57937 0 lineto
  8795. 0.61905 0 lineto
  8796. 0.65873 0 lineto
  8797. 0.69841 0 lineto
  8798. 0.7381 0 lineto
  8799. 0.77778 0 lineto
  8800. Mistroke
  8801. 0.81746 0 lineto
  8802. 0.85714 0 lineto
  8803. 0.89683 0 lineto
  8804. 0.93651 0 lineto
  8805. 0.97619 0 lineto
  8806. Mfstroke
  8807. grestore
  8808. grestore
  8809. grestore
  8810. % End of Graphics
  8811. MathPictureEnd
  8812. :[font = postscript; inactive; PostScript; output; pictureLeft = 39; pictureWidth = 282; pictureHeight = 176; preserveAspect; ]
  8813. %!
  8814. %%Creator: Mathematica
  8815. %%AspectRatio: 0.61803 
  8816. MathPictureStart
  8817. % Scaling calculations
  8818. 0.40476 0.09524 0 0.07725 [
  8819. [(-4)] 0.02381 -0.0125 0 1 Msboxa
  8820. [(-2)] 0.21429 -0.0125 0 1 Msboxa
  8821. [(2)] 0.59524 -0.0125 0 1 Msboxa
  8822. [(4)] 0.78571 -0.0125 0 1 Msboxa
  8823. [(6)] 0.97619 -0.0125 0 1 Msboxa
  8824. [(1)] 0.39226 0.07725 1 0 Msboxa
  8825. [(2)] 0.39226 0.15451 1 0 Msboxa
  8826. [(3)] 0.39226 0.23176 1 0 Msboxa
  8827. [(4)] 0.39226 0.30902 1 0 Msboxa
  8828. [(5)] 0.39226 0.38627 1 0 Msboxa
  8829. [(6)] 0.39226 0.46353 1 0 Msboxa
  8830. [(7)] 0.39226 0.54078 1 0 Msboxa
  8831. [(8)] 0.39226 0.61803 1 0 Msboxa
  8832. [ -0.001 -0.00725 0 0 ]
  8833. [ 1.001 0.61903 0 0 ]
  8834. ] MathScale
  8835. % Start of Graphics
  8836. 1 setlinecap
  8837. 1 setlinejoin
  8838. newpath
  8839. %%Object: Graphics
  8840. [ ] 0 setdash
  8841. 0 setgray
  8842. gsave
  8843. gsave
  8844. 0.002 setlinewidth
  8845. 0 0 moveto
  8846. 1 0 lineto
  8847. stroke
  8848. 0.02381 -0.00625 moveto
  8849. 0.02381 0.00625 lineto
  8850. stroke
  8851. 0 setgray
  8852. [(-4)] 0.02381 -0.0125 0 1 Mshowa
  8853. 0.21429 -0.00625 moveto
  8854. 0.21429 0.00625 lineto
  8855. stroke
  8856. 0 setgray
  8857. [(-2)] 0.21429 -0.0125 0 1 Mshowa
  8858. 0.59524 -0.00625 moveto
  8859. 0.59524 0.00625 lineto
  8860. stroke
  8861. 0 setgray
  8862. [(2)] 0.59524 -0.0125 0 1 Mshowa
  8863. 0.78571 -0.00625 moveto
  8864. 0.78571 0.00625 lineto
  8865. stroke
  8866. 0 setgray
  8867. [(4)] 0.78571 -0.0125 0 1 Mshowa
  8868. 0.97619 -0.00625 moveto
  8869. 0.97619 0.00625 lineto
  8870. stroke
  8871. 0 setgray
  8872. [(6)] 0.97619 -0.0125 0 1 Mshowa
  8873. 0.40476 0 moveto
  8874. 0.40476 0.61803 lineto
  8875. stroke
  8876. 0.39851 0.07725 moveto
  8877. 0.41101 0.07725 lineto
  8878. stroke
  8879. 0 setgray
  8880. [(1)] 0.39226 0.07725 1 0 Mshowa
  8881. 0.39851 0.15451 moveto
  8882. 0.41101 0.15451 lineto
  8883. stroke
  8884. 0 setgray
  8885. [(2)] 0.39226 0.15451 1 0 Mshowa
  8886. 0.39851 0.23176 moveto
  8887. 0.41101 0.23176 lineto
  8888. stroke
  8889. 0 setgray
  8890. [(3)] 0.39226 0.23176 1 0 Mshowa
  8891. 0.39851 0.30902 moveto
  8892. 0.41101 0.30902 lineto
  8893. stroke
  8894. 0 setgray
  8895. [(4)] 0.39226 0.30902 1 0 Mshowa
  8896. 0.39851 0.38627 moveto
  8897. 0.41101 0.38627 lineto
  8898. stroke
  8899. 0 setgray
  8900. [(5)] 0.39226 0.38627 1 0 Mshowa
  8901. 0.39851 0.46353 moveto
  8902. 0.41101 0.46353 lineto
  8903. stroke
  8904. 0 setgray
  8905. [(6)] 0.39226 0.46353 1 0 Mshowa
  8906. 0.39851 0.54078 moveto
  8907. 0.41101 0.54078 lineto
  8908. stroke
  8909. 0 setgray
  8910. [(7)] 0.39226 0.54078 1 0 Mshowa
  8911. 0.39851 0.61803 moveto
  8912. 0.41101 0.61803 lineto
  8913. stroke
  8914. 0 setgray
  8915. [(8)] 0.39226 0.61803 1 0 Mshowa
  8916. grestore
  8917. grestore
  8918. 0 0 moveto
  8919. 1 0 lineto
  8920. 1 0.618034 lineto
  8921. 0 0.618034 lineto
  8922. closepath
  8923. clip
  8924. newpath
  8925. 0 setgray
  8926. gsave
  8927. gsave
  8928. gsave
  8929. 0.004 setlinewidth
  8930. 0.02381 0 moveto
  8931. 0.06349 0 lineto
  8932. 0.10317 0 lineto
  8933. 0.14286 0 lineto
  8934. 0.18254 0 lineto
  8935. 0.22222 0 lineto
  8936. 0.2619 0 lineto
  8937. 0.28175 0 lineto
  8938. 0.29167 0 lineto
  8939. 0.29663 0 lineto
  8940. 0.30159 0 lineto
  8941. 0.30655 0 lineto
  8942. 0.30779 0 lineto
  8943. 0.30903 0 lineto
  8944. 0.31027 0.07725 lineto
  8945. 0.31151 0.07725 lineto
  8946. 0.31399 0.07725 lineto
  8947. 0.31647 0.07725 lineto
  8948. 0.32143 0.07725 lineto
  8949. 0.34127 0.07725 lineto
  8950. 0.36111 0.07725 lineto
  8951. 0.38095 0.07725 lineto
  8952. 0.39087 0.07725 lineto
  8953. 0.39583 0.07725 lineto
  8954. 0.40079 0.07725 lineto
  8955. 0.40203 0.07725 lineto
  8956. 0.40327 0.07725 lineto
  8957. 0.40451 0.07725 lineto
  8958. 0.40575 0.15451 lineto
  8959. 0.40823 0.15451 lineto
  8960. 0.41071 0.15451 lineto
  8961. 0.42063 0.15451 lineto
  8962. 0.46032 0.15451 lineto
  8963. 0.5 0.15451 lineto
  8964. 0.53968 0.15451 lineto
  8965. 0.55952 0.15451 lineto
  8966. 0.57937 0.15451 lineto
  8967. 0.58433 0.15451 lineto
  8968. 0.58929 0.15451 lineto
  8969. 0.59177 0.15451 lineto
  8970. 0.59301 0.15451 lineto
  8971. 0.59425 0.15451 lineto
  8972. 0.59549 0 lineto
  8973. 0.59673 0 lineto
  8974. 0.59797 0 lineto
  8975. 0.59921 0 lineto
  8976. 0.61905 0 lineto
  8977. 0.65873 0 lineto
  8978. 0.69841 0 lineto
  8979. 0.7381 0 lineto
  8980. Mistroke
  8981. 0.77778 0 lineto
  8982. 0.81746 0 lineto
  8983. 0.85714 0 lineto
  8984. 0.89683 0 lineto
  8985. 0.93651 0 lineto
  8986. 0.97619 0 lineto
  8987. Mfstroke
  8988. grestore
  8989. grestore
  8990. gsave
  8991. gsave
  8992. 0.004 setlinewidth
  8993. 0.02381 0 moveto
  8994. 0.06349 0 lineto
  8995. 0.10317 0 lineto
  8996. 0.14286 0 lineto
  8997. 0.18254 0 lineto
  8998. 0.22222 0 lineto
  8999. 0.2619 0 lineto
  9000. 0.30159 0 lineto
  9001. 0.34127 0 lineto
  9002. 0.36111 0 lineto
  9003. 0.38095 0 lineto
  9004. 0.39087 0 lineto
  9005. 0.39583 0 lineto
  9006. 0.40079 0 lineto
  9007. 0.40203 0 lineto
  9008. 0.40327 0 lineto
  9009. 0.40451 0 lineto
  9010. 0.40575 0.00161 lineto
  9011. 0.40823 0.00563 lineto
  9012. 0.41071 0.00966 lineto
  9013. 0.42063 0.02575 lineto
  9014. 0.46032 0.09013 lineto
  9015. 0.5 0.15451 lineto
  9016. 0.53968 0.21889 lineto
  9017. 0.55952 0.25108 lineto
  9018. 0.57937 0.28327 lineto
  9019. 0.58433 0.29131 lineto
  9020. 0.58929 0.29936 lineto
  9021. 0.59177 0.30338 lineto
  9022. 0.59301 0.3054 lineto
  9023. 0.59425 0.30741 lineto
  9024. 0.59549 0 lineto
  9025. 0.59673 0 lineto
  9026. 0.59797 0 lineto
  9027. 0.59921 0 lineto
  9028. 0.61905 0 lineto
  9029. 0.65873 0 lineto
  9030. 0.69841 0 lineto
  9031. 0.7381 0 lineto
  9032. 0.77778 0 lineto
  9033. 0.81746 0 lineto
  9034. 0.85714 0 lineto
  9035. 0.89683 0 lineto
  9036. 0.93651 0 lineto
  9037. 0.97619 0 lineto
  9038. stroke
  9039. grestore
  9040. grestore
  9041. gsave
  9042. gsave
  9043. 0.004 setlinewidth
  9044. 0.02381 0 moveto
  9045. 0.06349 0 lineto
  9046. 0.10317 0 lineto
  9047. 0.14286 0 lineto
  9048. 0.18254 0 lineto
  9049. 0.22222 0 lineto
  9050. 0.2619 0 lineto
  9051. 0.30159 0 lineto
  9052. 0.34127 0 lineto
  9053. 0.36111 0 lineto
  9054. 0.38095 0 lineto
  9055. 0.39087 0 lineto
  9056. 0.39583 0 lineto
  9057. 0.40079 0 lineto
  9058. 0.40203 0 lineto
  9059. 0.40327 0 lineto
  9060. 0.40451 0 lineto
  9061. 0.40575 2e-05 lineto
  9062. 0.40699 8e-05 lineto
  9063. 0.40823 0.00021 lineto
  9064. 0.40947 0.00038 lineto
  9065. 0.41071 0.0006 lineto
  9066. 0.41319 0.00121 lineto
  9067. 0.41567 0.00203 lineto
  9068. 0.41815 0.00306 lineto
  9069. 0.42063 0.00429 lineto
  9070. 0.4256 0.00739 lineto
  9071. 0.43056 0.01133 lineto
  9072. 0.44048 0.02173 lineto
  9073. 0.4504 0.03548 lineto
  9074. 0.46032 0.05258 lineto
  9075. 0.48016 0.09684 lineto
  9076. 0.5 0.15451 lineto
  9077. 0.53968 0.31009 lineto
  9078. 0.55952 0.408 lineto
  9079. 0.57937 0.51932 lineto
  9080. 0.58433 0.54925 lineto
  9081. 0.58929 0.58001 lineto
  9082. 0.59177 0.59571 lineto
  9083. 0.59301 0.60363 lineto
  9084. 0.59425 0.61161 lineto
  9085. 0.59549 0 lineto
  9086. 0.59673 0 lineto
  9087. 0.59797 0 lineto
  9088. 0.59921 0 lineto
  9089. 0.61905 0 lineto
  9090. 0.65873 0 lineto
  9091. 0.69841 0 lineto
  9092. 0.7381 0 lineto
  9093. 0.77778 0 lineto
  9094. Mistroke
  9095. 0.81746 0 lineto
  9096. 0.85714 0 lineto
  9097. 0.89683 0 lineto
  9098. 0.93651 0 lineto
  9099. 0.97619 0 lineto
  9100. Mfstroke
  9101. grestore
  9102. grestore
  9103. grestore
  9104. % End of Graphics
  9105. MathPictureEnd
  9106. :[font = postscript; inactive; PostScript; output; pictureLeft = 39; pictureWidth = 282; pictureHeight = 176; preserveAspect; ]
  9107. %!
  9108. %%Creator: Mathematica
  9109. %%AspectRatio: 0.61803 
  9110. MathPictureStart
  9111. % Scaling calculations
  9112. 0.40476 0.09524 0 0.07725 [
  9113. [(-4)] 0.02381 -0.0125 0 1 Msboxa
  9114. [(-2)] 0.21429 -0.0125 0 1 Msboxa
  9115. [(2)] 0.59524 -0.0125 0 1 Msboxa
  9116. [(4)] 0.78571 -0.0125 0 1 Msboxa
  9117. [(6)] 0.97619 -0.0125 0 1 Msboxa
  9118. [(1)] 0.39226 0.07725 1 0 Msboxa
  9119. [(2)] 0.39226 0.15451 1 0 Msboxa
  9120. [(3)] 0.39226 0.23176 1 0 Msboxa
  9121. [(4)] 0.39226 0.30902 1 0 Msboxa
  9122. [(5)] 0.39226 0.38627 1 0 Msboxa
  9123. [(6)] 0.39226 0.46353 1 0 Msboxa
  9124. [(7)] 0.39226 0.54078 1 0 Msboxa
  9125. [(8)] 0.39226 0.61803 1 0 Msboxa
  9126. [ -0.001 -0.00725 0 0 ]
  9127. [ 1.001 0.61903 0 0 ]
  9128. ] MathScale
  9129. % Start of Graphics
  9130. 1 setlinecap
  9131. 1 setlinejoin
  9132. newpath
  9133. %%Object: Graphics
  9134. [ ] 0 setdash
  9135. 0 setgray
  9136. gsave
  9137. gsave
  9138. 0.002 setlinewidth
  9139. 0 0 moveto
  9140. 1 0 lineto
  9141. stroke
  9142. 0.02381 -0.00625 moveto
  9143. 0.02381 0.00625 lineto
  9144. stroke
  9145. 0 setgray
  9146. [(-4)] 0.02381 -0.0125 0 1 Mshowa
  9147. 0.21429 -0.00625 moveto
  9148. 0.21429 0.00625 lineto
  9149. stroke
  9150. 0 setgray
  9151. [(-2)] 0.21429 -0.0125 0 1 Mshowa
  9152. 0.59524 -0.00625 moveto
  9153. 0.59524 0.00625 lineto
  9154. stroke
  9155. 0 setgray
  9156. [(2)] 0.59524 -0.0125 0 1 Mshowa
  9157. 0.78571 -0.00625 moveto
  9158. 0.78571 0.00625 lineto
  9159. stroke
  9160. 0 setgray
  9161. [(4)] 0.78571 -0.0125 0 1 Mshowa
  9162. 0.97619 -0.00625 moveto
  9163. 0.97619 0.00625 lineto
  9164. stroke
  9165. 0 setgray
  9166. [(6)] 0.97619 -0.0125 0 1 Mshowa
  9167. 0.40476 0 moveto
  9168. 0.40476 0.61803 lineto
  9169. stroke
  9170. 0.39851 0.07725 moveto
  9171. 0.41101 0.07725 lineto
  9172. stroke
  9173. 0 setgray
  9174. [(1)] 0.39226 0.07725 1 0 Mshowa
  9175. 0.39851 0.15451 moveto
  9176. 0.41101 0.15451 lineto
  9177. stroke
  9178. 0 setgray
  9179. [(2)] 0.39226 0.15451 1 0 Mshowa
  9180. 0.39851 0.23176 moveto
  9181. 0.41101 0.23176 lineto
  9182. stroke
  9183. 0 setgray
  9184. [(3)] 0.39226 0.23176 1 0 Mshowa
  9185. 0.39851 0.30902 moveto
  9186. 0.41101 0.30902 lineto
  9187. stroke
  9188. 0 setgray
  9189. [(4)] 0.39226 0.30902 1 0 Mshowa
  9190. 0.39851 0.38627 moveto
  9191. 0.41101 0.38627 lineto
  9192. stroke
  9193. 0 setgray
  9194. [(5)] 0.39226 0.38627 1 0 Mshowa
  9195. 0.39851 0.46353 moveto
  9196. 0.41101 0.46353 lineto
  9197. stroke
  9198. 0 setgray
  9199. [(6)] 0.39226 0.46353 1 0 Mshowa
  9200. 0.39851 0.54078 moveto
  9201. 0.41101 0.54078 lineto
  9202. stroke
  9203. 0 setgray
  9204. [(7)] 0.39226 0.54078 1 0 Mshowa
  9205. 0.39851 0.61803 moveto
  9206. 0.41101 0.61803 lineto
  9207. stroke
  9208. 0 setgray
  9209. [(8)] 0.39226 0.61803 1 0 Mshowa
  9210. grestore
  9211. grestore
  9212. 0 0 moveto
  9213. 1 0 lineto
  9214. 1 0.618034 lineto
  9215. 0 0.618034 lineto
  9216. closepath
  9217. clip
  9218. newpath
  9219. 0 setgray
  9220. gsave
  9221. gsave
  9222. gsave
  9223. 0.004 setlinewidth
  9224. 0.02381 0 moveto
  9225. 0.06349 0 lineto
  9226. 0.10317 0 lineto
  9227. 0.14286 0 lineto
  9228. 0.18254 0 lineto
  9229. 0.22222 0 lineto
  9230. 0.2619 0 lineto
  9231. 0.28175 0 lineto
  9232. 0.30159 0 lineto
  9233. 0.31151 0 lineto
  9234. 0.31647 0 lineto
  9235. 0.32143 0 lineto
  9236. 0.32391 0 lineto
  9237. 0.32515 0 lineto
  9238. 0.32639 0 lineto
  9239. 0.32763 0 lineto
  9240. 0.32887 0.07725 lineto
  9241. 0.33135 0.07725 lineto
  9242. 0.34127 0.07725 lineto
  9243. 0.38095 0.07725 lineto
  9244. 0.40079 0.07725 lineto
  9245. 0.41071 0.07725 lineto
  9246. 0.41567 0.07725 lineto
  9247. 0.41815 0.07725 lineto
  9248. 0.42063 0.07725 lineto
  9249. 0.42188 0.07725 lineto
  9250. 0.42312 0.07725 lineto
  9251. 0.42436 0.15451 lineto
  9252. 0.4256 0.15451 lineto
  9253. 0.42808 0.15451 lineto
  9254. 0.43056 0.15451 lineto
  9255. 0.44048 0.15451 lineto
  9256. 0.46032 0.15451 lineto
  9257. 0.5 0.15451 lineto
  9258. 0.53968 0.15451 lineto
  9259. 0.57937 0.15451 lineto
  9260. 0.58929 0.15451 lineto
  9261. 0.59921 0.15451 lineto
  9262. 0.60417 0.15451 lineto
  9263. 0.60913 0.15451 lineto
  9264. 0.61161 0.15451 lineto
  9265. 0.61285 0.15451 lineto
  9266. 0.61409 0.15451 lineto
  9267. 0.61533 0 lineto
  9268. 0.61657 0 lineto
  9269. 0.61905 0 lineto
  9270. 0.65873 0 lineto
  9271. 0.69841 0 lineto
  9272. 0.7381 0 lineto
  9273. 0.77778 0 lineto
  9274. Mistroke
  9275. 0.81746 0 lineto
  9276. 0.85714 0 lineto
  9277. 0.89683 0 lineto
  9278. 0.93651 0 lineto
  9279. 0.97619 0 lineto
  9280. Mfstroke
  9281. grestore
  9282. grestore
  9283. gsave
  9284. gsave
  9285. 0.004 setlinewidth
  9286. 0.02381 0 moveto
  9287. 0.06349 0 lineto
  9288. 0.10317 0 lineto
  9289. 0.14286 0 lineto
  9290. 0.18254 0 lineto
  9291. 0.22222 0 lineto
  9292. 0.2619 0 lineto
  9293. 0.30159 0 lineto
  9294. 0.34127 0 lineto
  9295. 0.36111 0 lineto
  9296. 0.38095 0 lineto
  9297. 0.39087 0 lineto
  9298. 0.39583 0 lineto
  9299. 0.40079 0 lineto
  9300. 0.40203 0 lineto
  9301. 0.40327 0 lineto
  9302. 0.40451 0 lineto
  9303. 0.40575 0.00161 lineto
  9304. 0.40823 0.00563 lineto
  9305. 0.41071 0.00966 lineto
  9306. 0.42063 0.02575 lineto
  9307. 0.46032 0.09013 lineto
  9308. 0.5 0.15451 lineto
  9309. 0.53968 0.21889 lineto
  9310. 0.55952 0.25108 lineto
  9311. 0.57937 0.28327 lineto
  9312. 0.58433 0.29131 lineto
  9313. 0.58929 0.29936 lineto
  9314. 0.59177 0.30338 lineto
  9315. 0.59301 0.3054 lineto
  9316. 0.59425 0.30741 lineto
  9317. 0.59549 0 lineto
  9318. 0.59673 0 lineto
  9319. 0.59797 0 lineto
  9320. 0.59921 0 lineto
  9321. 0.61905 0 lineto
  9322. 0.65873 0 lineto
  9323. 0.69841 0 lineto
  9324. 0.7381 0 lineto
  9325. 0.77778 0 lineto
  9326. 0.81746 0 lineto
  9327. 0.85714 0 lineto
  9328. 0.89683 0 lineto
  9329. 0.93651 0 lineto
  9330. 0.97619 0 lineto
  9331. stroke
  9332. grestore
  9333. grestore
  9334. gsave
  9335. gsave
  9336. 0.004 setlinewidth
  9337. 0.02381 0 moveto
  9338. 0.06349 0 lineto
  9339. 0.10317 0 lineto
  9340. 0.14286 0 lineto
  9341. 0.18254 0 lineto
  9342. 0.22222 0 lineto
  9343. 0.2619 0 lineto
  9344. 0.30159 0 lineto
  9345. 0.34127 0 lineto
  9346. 0.36111 0 lineto
  9347. 0.38095 0 lineto
  9348. 0.39087 0 lineto
  9349. 0.39583 0 lineto
  9350. 0.40079 0 lineto
  9351. 0.40203 0 lineto
  9352. 0.40327 0 lineto
  9353. 0.40451 0 lineto
  9354. 0.40575 2e-05 lineto
  9355. 0.40699 8e-05 lineto
  9356. 0.40823 0.00021 lineto
  9357. 0.40947 0.00038 lineto
  9358. 0.41071 0.0006 lineto
  9359. 0.41319 0.00121 lineto
  9360. 0.41567 0.00203 lineto
  9361. 0.41815 0.00306 lineto
  9362. 0.42063 0.00429 lineto
  9363. 0.4256 0.00739 lineto
  9364. 0.43056 0.01133 lineto
  9365. 0.44048 0.02173 lineto
  9366. 0.4504 0.03548 lineto
  9367. 0.46032 0.05258 lineto
  9368. 0.48016 0.09684 lineto
  9369. 0.5 0.15451 lineto
  9370. 0.53968 0.31009 lineto
  9371. 0.57937 0.51932 lineto
  9372. 0.58433 0.54925 lineto
  9373. 0.58929 0.58001 lineto
  9374. 0.59177 0.59571 lineto
  9375. 0.59301 0.60363 lineto
  9376. 0.59425 0.61161 lineto
  9377. 0.59549 0.61803 lineto
  9378. 0.59673 0.61802 lineto
  9379. 0.59797 0.61797 lineto
  9380. 0.59921 0.6179 lineto
  9381. 0.60045 0.6178 lineto
  9382. 0.60169 0.61768 lineto
  9383. 0.60417 0.61735 lineto
  9384. 0.60665 0.61693 lineto
  9385. 0.60913 0.61639 lineto
  9386. 0.61161 0.61575 lineto
  9387. Mistroke
  9388. 0.61285 0.61539 lineto
  9389. 0.61409 0.61501 lineto
  9390. 0.61533 0 lineto
  9391. 0.61657 0 lineto
  9392. 0.61905 0 lineto
  9393. 0.63889 0 lineto
  9394. 0.65873 0 lineto
  9395. 0.69841 0 lineto
  9396. 0.7381 0 lineto
  9397. 0.77778 0 lineto
  9398. 0.81746 0 lineto
  9399. 0.85714 0 lineto
  9400. 0.89683 0 lineto
  9401. 0.93651 0 lineto
  9402. 0.97619 0 lineto
  9403. Mfstroke
  9404. grestore
  9405. grestore
  9406. grestore
  9407. % End of Graphics
  9408. MathPictureEnd
  9409. :[font = postscript; inactive; PostScript; output; pictureLeft = 39; pictureWidth = 282; pictureHeight = 176; preserveAspect; ]
  9410. %!
  9411. %%Creator: Mathematica
  9412. %%AspectRatio: 0.61803 
  9413. MathPictureStart
  9414. % Scaling calculations
  9415. 0.40476 0.09524 0 0.07725 [
  9416. [(-4)] 0.02381 -0.0125 0 1 Msboxa
  9417. [(-2)] 0.21429 -0.0125 0 1 Msboxa
  9418. [(2)] 0.59524 -0.0125 0 1 Msboxa
  9419. [(4)] 0.78571 -0.0125 0 1 Msboxa
  9420. [(6)] 0.97619 -0.0125 0 1 Msboxa
  9421. [(1)] 0.39226 0.07725 1 0 Msboxa
  9422. [(2)] 0.39226 0.15451 1 0 Msboxa
  9423. [(3)] 0.39226 0.23176 1 0 Msboxa
  9424. [(4)] 0.39226 0.30902 1 0 Msboxa
  9425. [(5)] 0.39226 0.38627 1 0 Msboxa
  9426. [(6)] 0.39226 0.46353 1 0 Msboxa
  9427. [(7)] 0.39226 0.54078 1 0 Msboxa
  9428. [(8)] 0.39226 0.61803 1 0 Msboxa
  9429. [ -0.001 -0.00725 0 0 ]
  9430. [ 1.001 0.61903 0 0 ]
  9431. ] MathScale
  9432. % Start of Graphics
  9433. 1 setlinecap
  9434. 1 setlinejoin
  9435. newpath
  9436. %%Object: Graphics
  9437. [ ] 0 setdash
  9438. 0 setgray
  9439. gsave
  9440. gsave
  9441. 0.002 setlinewidth
  9442. 0 0 moveto
  9443. 1 0 lineto
  9444. stroke
  9445. 0.02381 -0.00625 moveto
  9446. 0.02381 0.00625 lineto
  9447. stroke
  9448. 0 setgray
  9449. [(-4)] 0.02381 -0.0125 0 1 Mshowa
  9450. 0.21429 -0.00625 moveto
  9451. 0.21429 0.00625 lineto
  9452. stroke
  9453. 0 setgray
  9454. [(-2)] 0.21429 -0.0125 0 1 Mshowa
  9455. 0.59524 -0.00625 moveto
  9456. 0.59524 0.00625 lineto
  9457. stroke
  9458. 0 setgray
  9459. [(2)] 0.59524 -0.0125 0 1 Mshowa
  9460. 0.78571 -0.00625 moveto
  9461. 0.78571 0.00625 lineto
  9462. stroke
  9463. 0 setgray
  9464. [(4)] 0.78571 -0.0125 0 1 Mshowa
  9465. 0.97619 -0.00625 moveto
  9466. 0.97619 0.00625 lineto
  9467. stroke
  9468. 0 setgray
  9469. [(6)] 0.97619 -0.0125 0 1 Mshowa
  9470. 0.40476 0 moveto
  9471. 0.40476 0.61803 lineto
  9472. stroke
  9473. 0.39851 0.07725 moveto
  9474. 0.41101 0.07725 lineto
  9475. stroke
  9476. 0 setgray
  9477. [(1)] 0.39226 0.07725 1 0 Mshowa
  9478. 0.39851 0.15451 moveto
  9479. 0.41101 0.15451 lineto
  9480. stroke
  9481. 0 setgray
  9482. [(2)] 0.39226 0.15451 1 0 Mshowa
  9483. 0.39851 0.23176 moveto
  9484. 0.41101 0.23176 lineto
  9485. stroke
  9486. 0 setgray
  9487. [(3)] 0.39226 0.23176 1 0 Mshowa
  9488. 0.39851 0.30902 moveto
  9489. 0.41101 0.30902 lineto
  9490. stroke
  9491. 0 setgray
  9492. [(4)] 0.39226 0.30902 1 0 Mshowa
  9493. 0.39851 0.38627 moveto
  9494. 0.41101 0.38627 lineto
  9495. stroke
  9496. 0 setgray
  9497. [(5)] 0.39226 0.38627 1 0 Mshowa
  9498. 0.39851 0.46353 moveto
  9499. 0.41101 0.46353 lineto
  9500. stroke
  9501. 0 setgray
  9502. [(6)] 0.39226 0.46353 1 0 Mshowa
  9503. 0.39851 0.54078 moveto
  9504. 0.41101 0.54078 lineto
  9505. stroke
  9506. 0 setgray
  9507. [(7)] 0.39226 0.54078 1 0 Mshowa
  9508. 0.39851 0.61803 moveto
  9509. 0.41101 0.61803 lineto
  9510. stroke
  9511. 0 setgray
  9512. [(8)] 0.39226 0.61803 1 0 Mshowa
  9513. grestore
  9514. grestore
  9515. 0 0 moveto
  9516. 1 0 lineto
  9517. 1 0.618034 lineto
  9518. 0 0.618034 lineto
  9519. closepath
  9520. clip
  9521. newpath
  9522. 0 setgray
  9523. gsave
  9524. gsave
  9525. gsave
  9526. 0.004 setlinewidth
  9527. 0.02381 0 moveto
  9528. 0.06349 0 lineto
  9529. 0.10317 0 lineto
  9530. 0.14286 0 lineto
  9531. 0.18254 0 lineto
  9532. 0.22222 0 lineto
  9533. 0.2619 0 lineto
  9534. 0.30159 0 lineto
  9535. 0.32143 0 lineto
  9536. 0.33135 0 lineto
  9537. 0.33631 0 lineto
  9538. 0.34127 0 lineto
  9539. 0.34375 0 lineto
  9540. 0.34499 0 lineto
  9541. 0.34623 0 lineto
  9542. 0.34747 0 lineto
  9543. 0.34871 0.07725 lineto
  9544. 0.34995 0.07725 lineto
  9545. 0.35119 0.07725 lineto
  9546. 0.36111 0.07725 lineto
  9547. 0.38095 0.07725 lineto
  9548. 0.40079 0.07725 lineto
  9549. 0.42063 0.07725 lineto
  9550. 0.43056 0.07725 lineto
  9551. 0.43552 0.07725 lineto
  9552. 0.438 0.07725 lineto
  9553. 0.43924 0.07725 lineto
  9554. 0.44048 0.07725 lineto
  9555. 0.44172 0.07725 lineto
  9556. 0.44296 0.15451 lineto
  9557. 0.44544 0.15451 lineto
  9558. 0.4504 0.15451 lineto
  9559. 0.46032 0.15451 lineto
  9560. 0.5 0.15451 lineto
  9561. 0.53968 0.15451 lineto
  9562. 0.57937 0.15451 lineto
  9563. 0.59921 0.15451 lineto
  9564. 0.60913 0.15451 lineto
  9565. 0.61905 0.15451 lineto
  9566. 0.62401 0.15451 lineto
  9567. 0.62897 0.15451 lineto
  9568. 0.63021 0.15451 lineto
  9569. 0.63145 0.15451 lineto
  9570. 0.63269 0.15451 lineto
  9571. 0.63393 0 lineto
  9572. 0.63641 0 lineto
  9573. 0.63889 0 lineto
  9574. 0.65873 0 lineto
  9575. 0.69841 0 lineto
  9576. 0.7381 0 lineto
  9577. Mistroke
  9578. 0.77778 0 lineto
  9579. 0.81746 0 lineto
  9580. 0.85714 0 lineto
  9581. 0.89683 0 lineto
  9582. 0.93651 0 lineto
  9583. 0.97619 0 lineto
  9584. Mfstroke
  9585. grestore
  9586. grestore
  9587. gsave
  9588. gsave
  9589. 0.004 setlinewidth
  9590. 0.02381 0 moveto
  9591. 0.06349 0 lineto
  9592. 0.10317 0 lineto
  9593. 0.14286 0 lineto
  9594. 0.18254 0 lineto
  9595. 0.22222 0 lineto
  9596. 0.2619 0 lineto
  9597. 0.30159 0 lineto
  9598. 0.34127 0 lineto
  9599. 0.36111 0 lineto
  9600. 0.38095 0 lineto
  9601. 0.39087 0 lineto
  9602. 0.39583 0 lineto
  9603. 0.40079 0 lineto
  9604. 0.40203 0 lineto
  9605. 0.40327 0 lineto
  9606. 0.40451 0 lineto
  9607. 0.40575 0.00161 lineto
  9608. 0.40823 0.00563 lineto
  9609. 0.41071 0.00966 lineto
  9610. 0.42063 0.02575 lineto
  9611. 0.46032 0.09013 lineto
  9612. 0.5 0.15451 lineto
  9613. 0.53968 0.21889 lineto
  9614. 0.55952 0.25108 lineto
  9615. 0.57937 0.28327 lineto
  9616. 0.58433 0.29131 lineto
  9617. 0.58929 0.29936 lineto
  9618. 0.59177 0.30338 lineto
  9619. 0.59301 0.3054 lineto
  9620. 0.59425 0.30741 lineto
  9621. 0.59549 0 lineto
  9622. 0.59673 0 lineto
  9623. 0.59797 0 lineto
  9624. 0.59921 0 lineto
  9625. 0.61905 0 lineto
  9626. 0.65873 0 lineto
  9627. 0.69841 0 lineto
  9628. 0.7381 0 lineto
  9629. 0.77778 0 lineto
  9630. 0.81746 0 lineto
  9631. 0.85714 0 lineto
  9632. 0.89683 0 lineto
  9633. 0.93651 0 lineto
  9634. 0.97619 0 lineto
  9635. stroke
  9636. grestore
  9637. grestore
  9638. gsave
  9639. gsave
  9640. 0.004 setlinewidth
  9641. 0.02381 0 moveto
  9642. 0.06349 0 lineto
  9643. 0.10317 0 lineto
  9644. 0.14286 0 lineto
  9645. 0.18254 0 lineto
  9646. 0.22222 0 lineto
  9647. 0.2619 0 lineto
  9648. 0.30159 0 lineto
  9649. 0.34127 0 lineto
  9650. 0.36111 0 lineto
  9651. 0.38095 0 lineto
  9652. 0.39087 0 lineto
  9653. 0.39583 0 lineto
  9654. 0.40079 0 lineto
  9655. 0.40203 0 lineto
  9656. 0.40327 0 lineto
  9657. 0.40451 0 lineto
  9658. 0.40575 2e-05 lineto
  9659. 0.40699 8e-05 lineto
  9660. 0.40823 0.00021 lineto
  9661. 0.40947 0.00038 lineto
  9662. 0.41071 0.0006 lineto
  9663. 0.41319 0.00121 lineto
  9664. 0.41567 0.00203 lineto
  9665. 0.41815 0.00306 lineto
  9666. 0.42063 0.00429 lineto
  9667. 0.4256 0.00739 lineto
  9668. 0.43056 0.01133 lineto
  9669. 0.44048 0.02173 lineto
  9670. 0.4504 0.03548 lineto
  9671. 0.46032 0.05258 lineto
  9672. 0.48016 0.09684 lineto
  9673. 0.5 0.15451 lineto
  9674. 0.53968 0.31009 lineto
  9675. 0.57937 0.51932 lineto
  9676. 0.58433 0.54925 lineto
  9677. 0.58929 0.58001 lineto
  9678. 0.59177 0.59571 lineto
  9679. 0.59301 0.60363 lineto
  9680. 0.59425 0.61161 lineto
  9681. 0.59549 0.61803 lineto
  9682. 0.59673 0.61802 lineto
  9683. 0.59797 0.61797 lineto
  9684. 0.59921 0.6179 lineto
  9685. 0.60045 0.6178 lineto
  9686. 0.60169 0.61768 lineto
  9687. 0.60417 0.61735 lineto
  9688. 0.60665 0.61693 lineto
  9689. 0.60913 0.61639 lineto
  9690. 0.61409 0.61501 lineto
  9691. Mistroke
  9692. 0.61905 0.61321 lineto
  9693. 0.62401 0.61098 lineto
  9694. 0.62897 0.60834 lineto
  9695. 0.63021 0.60762 lineto
  9696. 0.63145 0.60687 lineto
  9697. 0.63269 0.60609 lineto
  9698. 0.63393 0 lineto
  9699. 0.63641 0 lineto
  9700. 0.63889 0 lineto
  9701. 0.65873 0 lineto
  9702. 0.69841 0 lineto
  9703. 0.7381 0 lineto
  9704. 0.77778 0 lineto
  9705. 0.81746 0 lineto
  9706. 0.85714 0 lineto
  9707. 0.89683 0 lineto
  9708. 0.93651 0 lineto
  9709. 0.97619 0 lineto
  9710. Mfstroke
  9711. grestore
  9712. grestore
  9713. grestore
  9714. % End of Graphics
  9715. MathPictureEnd
  9716. :[font = postscript; inactive; PostScript; output; pictureLeft = 39; pictureWidth = 282; pictureHeight = 176; preserveAspect; ]
  9717. %!
  9718. %%Creator: Mathematica
  9719. %%AspectRatio: 0.61803 
  9720. MathPictureStart
  9721. % Scaling calculations
  9722. 0.40476 0.09524 0 0.07725 [
  9723. [(-4)] 0.02381 -0.0125 0 1 Msboxa
  9724. [(-2)] 0.21429 -0.0125 0 1 Msboxa
  9725. [(2)] 0.59524 -0.0125 0 1 Msboxa
  9726. [(4)] 0.78571 -0.0125 0 1 Msboxa
  9727. [(6)] 0.97619 -0.0125 0 1 Msboxa
  9728. [(1)] 0.39226 0.07725 1 0 Msboxa
  9729. [(2)] 0.39226 0.15451 1 0 Msboxa
  9730. [(3)] 0.39226 0.23176 1 0 Msboxa
  9731. [(4)] 0.39226 0.30902 1 0 Msboxa
  9732. [(5)] 0.39226 0.38627 1 0 Msboxa
  9733. [(6)] 0.39226 0.46353 1 0 Msboxa
  9734. [(7)] 0.39226 0.54078 1 0 Msboxa
  9735. [(8)] 0.39226 0.61803 1 0 Msboxa
  9736. [ -0.001 -0.00725 0 0 ]
  9737. [ 1.001 0.61903 0 0 ]
  9738. ] MathScale
  9739. % Start of Graphics
  9740. 1 setlinecap
  9741. 1 setlinejoin
  9742. newpath
  9743. %%Object: Graphics
  9744. [ ] 0 setdash
  9745. 0 setgray
  9746. gsave
  9747. gsave
  9748. 0.002 setlinewidth
  9749. 0 0 moveto
  9750. 1 0 lineto
  9751. stroke
  9752. 0.02381 -0.00625 moveto
  9753. 0.02381 0.00625 lineto
  9754. stroke
  9755. 0 setgray
  9756. [(-4)] 0.02381 -0.0125 0 1 Mshowa
  9757. 0.21429 -0.00625 moveto
  9758. 0.21429 0.00625 lineto
  9759. stroke
  9760. 0 setgray
  9761. [(-2)] 0.21429 -0.0125 0 1 Mshowa
  9762. 0.59524 -0.00625 moveto
  9763. 0.59524 0.00625 lineto
  9764. stroke
  9765. 0 setgray
  9766. [(2)] 0.59524 -0.0125 0 1 Mshowa
  9767. 0.78571 -0.00625 moveto
  9768. 0.78571 0.00625 lineto
  9769. stroke
  9770. 0 setgray
  9771. [(4)] 0.78571 -0.0125 0 1 Mshowa
  9772. 0.97619 -0.00625 moveto
  9773. 0.97619 0.00625 lineto
  9774. stroke
  9775. 0 setgray
  9776. [(6)] 0.97619 -0.0125 0 1 Mshowa
  9777. 0.40476 0 moveto
  9778. 0.40476 0.61803 lineto
  9779. stroke
  9780. 0.39851 0.07725 moveto
  9781. 0.41101 0.07725 lineto
  9782. stroke
  9783. 0 setgray
  9784. [(1)] 0.39226 0.07725 1 0 Mshowa
  9785. 0.39851 0.15451 moveto
  9786. 0.41101 0.15451 lineto
  9787. stroke
  9788. 0 setgray
  9789. [(2)] 0.39226 0.15451 1 0 Mshowa
  9790. 0.39851 0.23176 moveto
  9791. 0.41101 0.23176 lineto
  9792. stroke
  9793. 0 setgray
  9794. [(3)] 0.39226 0.23176 1 0 Mshowa
  9795. 0.39851 0.30902 moveto
  9796. 0.41101 0.30902 lineto
  9797. stroke
  9798. 0 setgray
  9799. [(4)] 0.39226 0.30902 1 0 Mshowa
  9800. 0.39851 0.38627 moveto
  9801. 0.41101 0.38627 lineto
  9802. stroke
  9803. 0 setgray
  9804. [(5)] 0.39226 0.38627 1 0 Mshowa
  9805. 0.39851 0.46353 moveto
  9806. 0.41101 0.46353 lineto
  9807. stroke
  9808. 0 setgray
  9809. [(6)] 0.39226 0.46353 1 0 Mshowa
  9810. 0.39851 0.54078 moveto
  9811. 0.41101 0.54078 lineto
  9812. stroke
  9813. 0 setgray
  9814. [(7)] 0.39226 0.54078 1 0 Mshowa
  9815. 0.39851 0.61803 moveto
  9816. 0.41101 0.61803 lineto
  9817. stroke
  9818. 0 setgray
  9819. [(8)] 0.39226 0.61803 1 0 Mshowa
  9820. grestore
  9821. grestore
  9822. 0 0 moveto
  9823. 1 0 lineto
  9824. 1 0.618034 lineto
  9825. 0 0.618034 lineto
  9826. closepath
  9827. clip
  9828. newpath
  9829. 0 setgray
  9830. gsave
  9831. gsave
  9832. gsave
  9833. 0.004 setlinewidth
  9834. 0.02381 0 moveto
  9835. 0.06349 0 lineto
  9836. 0.10317 0 lineto
  9837. 0.14286 0 lineto
  9838. 0.18254 0 lineto
  9839. 0.22222 0 lineto
  9840. 0.2619 0 lineto
  9841. 0.30159 0 lineto
  9842. 0.32143 0 lineto
  9843. 0.34127 0 lineto
  9844. 0.35119 0 lineto
  9845. 0.35615 0 lineto
  9846. 0.36111 0 lineto
  9847. 0.36359 0 lineto
  9848. 0.36483 0 lineto
  9849. 0.36607 0 lineto
  9850. 0.36731 0.07725 lineto
  9851. 0.36855 0.07725 lineto
  9852. 0.37103 0.07725 lineto
  9853. 0.38095 0.07725 lineto
  9854. 0.42063 0.07725 lineto
  9855. 0.44048 0.07725 lineto
  9856. 0.4504 0.07725 lineto
  9857. 0.45536 0.07725 lineto
  9858. 0.45784 0.07725 lineto
  9859. 0.46032 0.07725 lineto
  9860. 0.46156 0.07725 lineto
  9861. 0.4628 0.15451 lineto
  9862. 0.46528 0.15451 lineto
  9863. 0.47024 0.15451 lineto
  9864. 0.48016 0.15451 lineto
  9865. 0.5 0.15451 lineto
  9866. 0.53968 0.15451 lineto
  9867. 0.57937 0.15451 lineto
  9868. 0.59921 0.15451 lineto
  9869. 0.61905 0.15451 lineto
  9870. 0.62897 0.15451 lineto
  9871. 0.63889 0.15451 lineto
  9872. 0.64385 0.15451 lineto
  9873. 0.64633 0.15451 lineto
  9874. 0.64881 0.15451 lineto
  9875. 0.65005 0.15451 lineto
  9876. 0.65129 0.15451 lineto
  9877. 0.65253 0 lineto
  9878. 0.65377 0 lineto
  9879. 0.65873 0 lineto
  9880. 0.69841 0 lineto
  9881. 0.7381 0 lineto
  9882. 0.77778 0 lineto
  9883. 0.81746 0 lineto
  9884. Mistroke
  9885. 0.85714 0 lineto
  9886. 0.89683 0 lineto
  9887. 0.93651 0 lineto
  9888. 0.97619 0 lineto
  9889. Mfstroke
  9890. grestore
  9891. grestore
  9892. gsave
  9893. gsave
  9894. 0.004 setlinewidth
  9895. 0.02381 0 moveto
  9896. 0.06349 0 lineto
  9897. 0.10317 0 lineto
  9898. 0.14286 0 lineto
  9899. 0.18254 0 lineto
  9900. 0.22222 0 lineto
  9901. 0.2619 0 lineto
  9902. 0.30159 0 lineto
  9903. 0.34127 0 lineto
  9904. 0.36111 0 lineto
  9905. 0.38095 0 lineto
  9906. 0.39087 0 lineto
  9907. 0.39583 0 lineto
  9908. 0.40079 0 lineto
  9909. 0.40203 0 lineto
  9910. 0.40327 0 lineto
  9911. 0.40451 0 lineto
  9912. 0.40575 0.00161 lineto
  9913. 0.40823 0.00563 lineto
  9914. 0.41071 0.00966 lineto
  9915. 0.42063 0.02575 lineto
  9916. 0.46032 0.09013 lineto
  9917. 0.5 0.15451 lineto
  9918. 0.53968 0.21889 lineto
  9919. 0.55952 0.25108 lineto
  9920. 0.57937 0.28327 lineto
  9921. 0.58433 0.29131 lineto
  9922. 0.58929 0.29936 lineto
  9923. 0.59177 0.30338 lineto
  9924. 0.59301 0.3054 lineto
  9925. 0.59425 0.30741 lineto
  9926. 0.59549 0 lineto
  9927. 0.59673 0 lineto
  9928. 0.59797 0 lineto
  9929. 0.59921 0 lineto
  9930. 0.61905 0 lineto
  9931. 0.65873 0 lineto
  9932. 0.69841 0 lineto
  9933. 0.7381 0 lineto
  9934. 0.77778 0 lineto
  9935. 0.81746 0 lineto
  9936. 0.85714 0 lineto
  9937. 0.89683 0 lineto
  9938. 0.93651 0 lineto
  9939. 0.97619 0 lineto
  9940. stroke
  9941. grestore
  9942. grestore
  9943. gsave
  9944. gsave
  9945. 0.004 setlinewidth
  9946. 0.02381 0 moveto
  9947. 0.06349 0 lineto
  9948. 0.10317 0 lineto
  9949. 0.14286 0 lineto
  9950. 0.18254 0 lineto
  9951. 0.22222 0 lineto
  9952. 0.2619 0 lineto
  9953. 0.30159 0 lineto
  9954. 0.34127 0 lineto
  9955. 0.36111 0 lineto
  9956. 0.38095 0 lineto
  9957. 0.39087 0 lineto
  9958. 0.39583 0 lineto
  9959. 0.40079 0 lineto
  9960. 0.40203 0 lineto
  9961. 0.40327 0 lineto
  9962. 0.40451 0 lineto
  9963. 0.40575 2e-05 lineto
  9964. 0.40699 8e-05 lineto
  9965. 0.40823 0.00021 lineto
  9966. 0.40947 0.00038 lineto
  9967. 0.41071 0.0006 lineto
  9968. 0.41319 0.00121 lineto
  9969. 0.41567 0.00203 lineto
  9970. 0.41815 0.00306 lineto
  9971. 0.42063 0.00429 lineto
  9972. 0.4256 0.00739 lineto
  9973. 0.43056 0.01133 lineto
  9974. 0.44048 0.02173 lineto
  9975. 0.4504 0.03548 lineto
  9976. 0.46032 0.05258 lineto
  9977. 0.48016 0.09684 lineto
  9978. 0.5 0.15451 lineto
  9979. 0.53968 0.31009 lineto
  9980. 0.57937 0.51932 lineto
  9981. 0.58433 0.54925 lineto
  9982. 0.58929 0.58001 lineto
  9983. 0.59177 0.59571 lineto
  9984. 0.59301 0.60363 lineto
  9985. 0.59425 0.61161 lineto
  9986. 0.59549 0.61803 lineto
  9987. 0.59673 0.61802 lineto
  9988. 0.59797 0.61797 lineto
  9989. 0.59921 0.6179 lineto
  9990. 0.60045 0.6178 lineto
  9991. 0.60169 0.61768 lineto
  9992. 0.60417 0.61735 lineto
  9993. 0.60665 0.61693 lineto
  9994. 0.60913 0.61639 lineto
  9995. 0.61409 0.61501 lineto
  9996. Mistroke
  9997. 0.61905 0.61321 lineto
  9998. 0.62897 0.60834 lineto
  9999. 0.63889 0.60181 lineto
  10000. 0.64385 0.59791 lineto
  10001. 0.64633 0.5958 lineto
  10002. 0.64881 0.59359 lineto
  10003. 0.65005 0.59245 lineto
  10004. 0.65129 0.59127 lineto
  10005. 0.65253 0 lineto
  10006. 0.65377 0 lineto
  10007. 0.65873 0 lineto
  10008. 0.69841 0 lineto
  10009. 0.7381 0 lineto
  10010. 0.77778 0 lineto
  10011. 0.81746 0 lineto
  10012. 0.85714 0 lineto
  10013. 0.89683 0 lineto
  10014. 0.93651 0 lineto
  10015. 0.97619 0 lineto
  10016. Mfstroke
  10017. grestore
  10018. grestore
  10019. grestore
  10020. % End of Graphics
  10021. MathPictureEnd
  10022. :[font = postscript; inactive; PostScript; output; pictureLeft = 39; pictureWidth = 282; pictureHeight = 176; preserveAspect; ]
  10023. %!
  10024. %%Creator: Mathematica
  10025. %%AspectRatio: 0.61803 
  10026. MathPictureStart
  10027. % Scaling calculations
  10028. 0.40476 0.09524 0 0.07725 [
  10029. [(-4)] 0.02381 -0.0125 0 1 Msboxa
  10030. [(-2)] 0.21429 -0.0125 0 1 Msboxa
  10031. [(2)] 0.59524 -0.0125 0 1 Msboxa
  10032. [(4)] 0.78571 -0.0125 0 1 Msboxa
  10033. [(6)] 0.97619 -0.0125 0 1 Msboxa
  10034. [(1)] 0.39226 0.07725 1 0 Msboxa
  10035. [(2)] 0.39226 0.15451 1 0 Msboxa
  10036. [(3)] 0.39226 0.23176 1 0 Msboxa
  10037. [(4)] 0.39226 0.30902 1 0 Msboxa
  10038. [(5)] 0.39226 0.38627 1 0 Msboxa
  10039. [(6)] 0.39226 0.46353 1 0 Msboxa
  10040. [(7)] 0.39226 0.54078 1 0 Msboxa
  10041. [(8)] 0.39226 0.61803 1 0 Msboxa
  10042. [ -0.001 -0.00725 0 0 ]
  10043. [ 1.001 0.61903 0 0 ]
  10044. ] MathScale
  10045. % Start of Graphics
  10046. 1 setlinecap
  10047. 1 setlinejoin
  10048. newpath
  10049. %%Object: Graphics
  10050. [ ] 0 setdash
  10051. 0 setgray
  10052. gsave
  10053. gsave
  10054. 0.002 setlinewidth
  10055. 0 0 moveto
  10056. 1 0 lineto
  10057. stroke
  10058. 0.02381 -0.00625 moveto
  10059. 0.02381 0.00625 lineto
  10060. stroke
  10061. 0 setgray
  10062. [(-4)] 0.02381 -0.0125 0 1 Mshowa
  10063. 0.21429 -0.00625 moveto
  10064. 0.21429 0.00625 lineto
  10065. stroke
  10066. 0 setgray
  10067. [(-2)] 0.21429 -0.0125 0 1 Mshowa
  10068. 0.59524 -0.00625 moveto
  10069. 0.59524 0.00625 lineto
  10070. stroke
  10071. 0 setgray
  10072. [(2)] 0.59524 -0.0125 0 1 Mshowa
  10073. 0.78571 -0.00625 moveto
  10074. 0.78571 0.00625 lineto
  10075. stroke
  10076. 0 setgray
  10077. [(4)] 0.78571 -0.0125 0 1 Mshowa
  10078. 0.97619 -0.00625 moveto
  10079. 0.97619 0.00625 lineto
  10080. stroke
  10081. 0 setgray
  10082. [(6)] 0.97619 -0.0125 0 1 Mshowa
  10083. 0.40476 0 moveto
  10084. 0.40476 0.61803 lineto
  10085. stroke
  10086. 0.39851 0.07725 moveto
  10087. 0.41101 0.07725 lineto
  10088. stroke
  10089. 0 setgray
  10090. [(1)] 0.39226 0.07725 1 0 Mshowa
  10091. 0.39851 0.15451 moveto
  10092. 0.41101 0.15451 lineto
  10093. stroke
  10094. 0 setgray
  10095. [(2)] 0.39226 0.15451 1 0 Mshowa
  10096. 0.39851 0.23176 moveto
  10097. 0.41101 0.23176 lineto
  10098. stroke
  10099. 0 setgray
  10100. [(3)] 0.39226 0.23176 1 0 Mshowa
  10101. 0.39851 0.30902 moveto
  10102. 0.41101 0.30902 lineto
  10103. stroke
  10104. 0 setgray
  10105. [(4)] 0.39226 0.30902 1 0 Mshowa
  10106. 0.39851 0.38627 moveto
  10107. 0.41101 0.38627 lineto
  10108. stroke
  10109. 0 setgray
  10110. [(5)] 0.39226 0.38627 1 0 Mshowa
  10111. 0.39851 0.46353 moveto
  10112. 0.41101 0.46353 lineto
  10113. stroke
  10114. 0 setgray
  10115. [(6)] 0.39226 0.46353 1 0 Mshowa
  10116. 0.39851 0.54078 moveto
  10117. 0.41101 0.54078 lineto
  10118. stroke
  10119. 0 setgray
  10120. [(7)] 0.39226 0.54078 1 0 Mshowa
  10121. 0.39851 0.61803 moveto
  10122. 0.41101 0.61803 lineto
  10123. stroke
  10124. 0 setgray
  10125. [(8)] 0.39226 0.61803 1 0 Mshowa
  10126. grestore
  10127. grestore
  10128. 0 0 moveto
  10129. 1 0 lineto
  10130. 1 0.618034 lineto
  10131. 0 0.618034 lineto
  10132. closepath
  10133. clip
  10134. newpath
  10135. 0 setgray
  10136. gsave
  10137. gsave
  10138. gsave
  10139. 0.004 setlinewidth
  10140. 0.02381 0 moveto
  10141. 0.06349 0 lineto
  10142. 0.10317 0 lineto
  10143. 0.14286 0 lineto
  10144. 0.18254 0 lineto
  10145. 0.22222 0 lineto
  10146. 0.2619 0 lineto
  10147. 0.30159 0 lineto
  10148. 0.34127 0 lineto
  10149. 0.36111 0 lineto
  10150. 0.37103 0 lineto
  10151. 0.37599 0 lineto
  10152. 0.38095 0 lineto
  10153. 0.38219 0 lineto
  10154. 0.38343 0 lineto
  10155. 0.38467 0 lineto
  10156. 0.38591 0.07725 lineto
  10157. 0.38839 0.07725 lineto
  10158. 0.39087 0.07725 lineto
  10159. 0.40079 0.07725 lineto
  10160. 0.42063 0.07725 lineto
  10161. 0.46032 0.07725 lineto
  10162. 0.47024 0.07725 lineto
  10163. 0.4752 0.07725 lineto
  10164. 0.47768 0.07725 lineto
  10165. 0.47892 0.07725 lineto
  10166. 0.48016 0.07725 lineto
  10167. 0.4814 0.15451 lineto
  10168. 0.48264 0.15451 lineto
  10169. 0.48388 0.15451 lineto
  10170. 0.48512 0.15451 lineto
  10171. 0.49008 0.15451 lineto
  10172. 0.5 0.15451 lineto
  10173. 0.53968 0.15451 lineto
  10174. 0.57937 0.15451 lineto
  10175. 0.61905 0.15451 lineto
  10176. 0.63889 0.15451 lineto
  10177. 0.64881 0.15451 lineto
  10178. 0.65873 0.15451 lineto
  10179. 0.66369 0.15451 lineto
  10180. 0.66617 0.15451 lineto
  10181. 0.66865 0.15451 lineto
  10182. 0.66989 0.15451 lineto
  10183. 0.67113 0.15451 lineto
  10184. 0.67237 0 lineto
  10185. 0.67361 0 lineto
  10186. 0.67857 0 lineto
  10187. 0.69841 0 lineto
  10188. 0.7381 0 lineto
  10189. 0.77778 0 lineto
  10190. Mistroke
  10191. 0.81746 0 lineto
  10192. 0.85714 0 lineto
  10193. 0.89683 0 lineto
  10194. 0.93651 0 lineto
  10195. 0.97619 0 lineto
  10196. Mfstroke
  10197. grestore
  10198. grestore
  10199. gsave
  10200. gsave
  10201. 0.004 setlinewidth
  10202. 0.02381 0 moveto
  10203. 0.06349 0 lineto
  10204. 0.10317 0 lineto
  10205. 0.14286 0 lineto
  10206. 0.18254 0 lineto
  10207. 0.22222 0 lineto
  10208. 0.2619 0 lineto
  10209. 0.30159 0 lineto
  10210. 0.34127 0 lineto
  10211. 0.36111 0 lineto
  10212. 0.38095 0 lineto
  10213. 0.39087 0 lineto
  10214. 0.39583 0 lineto
  10215. 0.40079 0 lineto
  10216. 0.40203 0 lineto
  10217. 0.40327 0 lineto
  10218. 0.40451 0 lineto
  10219. 0.40575 0.00161 lineto
  10220. 0.40823 0.00563 lineto
  10221. 0.41071 0.00966 lineto
  10222. 0.42063 0.02575 lineto
  10223. 0.46032 0.09013 lineto
  10224. 0.5 0.15451 lineto
  10225. 0.53968 0.21889 lineto
  10226. 0.55952 0.25108 lineto
  10227. 0.57937 0.28327 lineto
  10228. 0.58433 0.29131 lineto
  10229. 0.58929 0.29936 lineto
  10230. 0.59177 0.30338 lineto
  10231. 0.59301 0.3054 lineto
  10232. 0.59425 0.30741 lineto
  10233. 0.59549 0 lineto
  10234. 0.59673 0 lineto
  10235. 0.59797 0 lineto
  10236. 0.59921 0 lineto
  10237. 0.61905 0 lineto
  10238. 0.65873 0 lineto
  10239. 0.69841 0 lineto
  10240. 0.7381 0 lineto
  10241. 0.77778 0 lineto
  10242. 0.81746 0 lineto
  10243. 0.85714 0 lineto
  10244. 0.89683 0 lineto
  10245. 0.93651 0 lineto
  10246. 0.97619 0 lineto
  10247. stroke
  10248. grestore
  10249. grestore
  10250. gsave
  10251. gsave
  10252. 0.004 setlinewidth
  10253. 0.02381 0 moveto
  10254. 0.06349 0 lineto
  10255. 0.10317 0 lineto
  10256. 0.14286 0 lineto
  10257. 0.18254 0 lineto
  10258. 0.22222 0 lineto
  10259. 0.2619 0 lineto
  10260. 0.30159 0 lineto
  10261. 0.34127 0 lineto
  10262. 0.36111 0 lineto
  10263. 0.38095 0 lineto
  10264. 0.39087 0 lineto
  10265. 0.39583 0 lineto
  10266. 0.40079 0 lineto
  10267. 0.40203 0 lineto
  10268. 0.40327 0 lineto
  10269. 0.40451 0 lineto
  10270. 0.40575 2e-05 lineto
  10271. 0.40699 8e-05 lineto
  10272. 0.40823 0.00021 lineto
  10273. 0.40947 0.00038 lineto
  10274. 0.41071 0.0006 lineto
  10275. 0.41319 0.00121 lineto
  10276. 0.41567 0.00203 lineto
  10277. 0.41815 0.00306 lineto
  10278. 0.42063 0.00429 lineto
  10279. 0.4256 0.00739 lineto
  10280. 0.43056 0.01133 lineto
  10281. 0.44048 0.02173 lineto
  10282. 0.4504 0.03548 lineto
  10283. 0.46032 0.05258 lineto
  10284. 0.48016 0.09684 lineto
  10285. 0.5 0.15451 lineto
  10286. 0.53968 0.31009 lineto
  10287. 0.57937 0.51932 lineto
  10288. 0.58433 0.54925 lineto
  10289. 0.58929 0.58001 lineto
  10290. 0.59177 0.59571 lineto
  10291. 0.59301 0.60363 lineto
  10292. 0.59425 0.61161 lineto
  10293. 0.59549 0.61803 lineto
  10294. 0.59673 0.61802 lineto
  10295. 0.59797 0.61797 lineto
  10296. 0.59921 0.6179 lineto
  10297. 0.60045 0.6178 lineto
  10298. 0.60169 0.61768 lineto
  10299. 0.60417 0.61735 lineto
  10300. 0.60665 0.61693 lineto
  10301. 0.60913 0.61639 lineto
  10302. 0.61409 0.61501 lineto
  10303. Mistroke
  10304. 0.61905 0.61321 lineto
  10305. 0.62897 0.60834 lineto
  10306. 0.63889 0.60181 lineto
  10307. 0.64881 0.59359 lineto
  10308. 0.65873 0.5837 lineto
  10309. 0.66369 0.57812 lineto
  10310. 0.66617 0.57518 lineto
  10311. 0.66865 0.57213 lineto
  10312. 0.66989 0.57057 lineto
  10313. 0.67113 0.56898 lineto
  10314. 0.67237 0 lineto
  10315. 0.67361 0 lineto
  10316. 0.67857 0 lineto
  10317. 0.69841 0 lineto
  10318. 0.7381 0 lineto
  10319. 0.77778 0 lineto
  10320. 0.81746 0 lineto
  10321. 0.85714 0 lineto
  10322. 0.89683 0 lineto
  10323. 0.93651 0 lineto
  10324. 0.97619 0 lineto
  10325. Mfstroke
  10326. grestore
  10327. grestore
  10328. grestore
  10329. % End of Graphics
  10330. MathPictureEnd
  10331. :[font = postscript; inactive; PostScript; output; pictureLeft = 39; pictureWidth = 282; pictureHeight = 176; preserveAspect; ]
  10332. %!
  10333. %%Creator: Mathematica
  10334. %%AspectRatio: 0.61803 
  10335. MathPictureStart
  10336. % Scaling calculations
  10337. 0.40476 0.09524 0 0.07725 [
  10338. [(-4)] 0.02381 -0.0125 0 1 Msboxa
  10339. [(-2)] 0.21429 -0.0125 0 1 Msboxa
  10340. [(2)] 0.59524 -0.0125 0 1 Msboxa
  10341. [(4)] 0.78571 -0.0125 0 1 Msboxa
  10342. [(6)] 0.97619 -0.0125 0 1 Msboxa
  10343. [(1)] 0.39226 0.07725 1 0 Msboxa
  10344. [(2)] 0.39226 0.15451 1 0 Msboxa
  10345. [(3)] 0.39226 0.23176 1 0 Msboxa
  10346. [(4)] 0.39226 0.30902 1 0 Msboxa
  10347. [(5)] 0.39226 0.38627 1 0 Msboxa
  10348. [(6)] 0.39226 0.46353 1 0 Msboxa
  10349. [(7)] 0.39226 0.54078 1 0 Msboxa
  10350. [(8)] 0.39226 0.61803 1 0 Msboxa
  10351. [ -0.001 -0.00725 0 0 ]
  10352. [ 1.001 0.61903 0 0 ]
  10353. ] MathScale
  10354. % Start of Graphics
  10355. 1 setlinecap
  10356. 1 setlinejoin
  10357. newpath
  10358. %%Object: Graphics
  10359. [ ] 0 setdash
  10360. 0 setgray
  10361. gsave
  10362. gsave
  10363. 0.002 setlinewidth
  10364. 0 0 moveto
  10365. 1 0 lineto
  10366. stroke
  10367. 0.02381 -0.00625 moveto
  10368. 0.02381 0.00625 lineto
  10369. stroke
  10370. 0 setgray
  10371. [(-4)] 0.02381 -0.0125 0 1 Mshowa
  10372. 0.21429 -0.00625 moveto
  10373. 0.21429 0.00625 lineto
  10374. stroke
  10375. 0 setgray
  10376. [(-2)] 0.21429 -0.0125 0 1 Mshowa
  10377. 0.59524 -0.00625 moveto
  10378. 0.59524 0.00625 lineto
  10379. stroke
  10380. 0 setgray
  10381. [(2)] 0.59524 -0.0125 0 1 Mshowa
  10382. 0.78571 -0.00625 moveto
  10383. 0.78571 0.00625 lineto
  10384. stroke
  10385. 0 setgray
  10386. [(4)] 0.78571 -0.0125 0 1 Mshowa
  10387. 0.97619 -0.00625 moveto
  10388. 0.97619 0.00625 lineto
  10389. stroke
  10390. 0 setgray
  10391. [(6)] 0.97619 -0.0125 0 1 Mshowa
  10392. 0.40476 0 moveto
  10393. 0.40476 0.61803 lineto
  10394. stroke
  10395. 0.39851 0.07725 moveto
  10396. 0.41101 0.07725 lineto
  10397. stroke
  10398. 0 setgray
  10399. [(1)] 0.39226 0.07725 1 0 Mshowa
  10400. 0.39851 0.15451 moveto
  10401. 0.41101 0.15451 lineto
  10402. stroke
  10403. 0 setgray
  10404. [(2)] 0.39226 0.15451 1 0 Mshowa
  10405. 0.39851 0.23176 moveto
  10406. 0.41101 0.23176 lineto
  10407. stroke
  10408. 0 setgray
  10409. [(3)] 0.39226 0.23176 1 0 Mshowa
  10410. 0.39851 0.30902 moveto
  10411. 0.41101 0.30902 lineto
  10412. stroke
  10413. 0 setgray
  10414. [(4)] 0.39226 0.30902 1 0 Mshowa
  10415. 0.39851 0.38627 moveto
  10416. 0.41101 0.38627 lineto
  10417. stroke
  10418. 0 setgray
  10419. [(5)] 0.39226 0.38627 1 0 Mshowa
  10420. 0.39851 0.46353 moveto
  10421. 0.41101 0.46353 lineto
  10422. stroke
  10423. 0 setgray
  10424. [(6)] 0.39226 0.46353 1 0 Mshowa
  10425. 0.39851 0.54078 moveto
  10426. 0.41101 0.54078 lineto
  10427. stroke
  10428. 0 setgray
  10429. [(7)] 0.39226 0.54078 1 0 Mshowa
  10430. 0.39851 0.61803 moveto
  10431. 0.41101 0.61803 lineto
  10432. stroke
  10433. 0 setgray
  10434. [(8)] 0.39226 0.61803 1 0 Mshowa
  10435. grestore
  10436. grestore
  10437. 0 0 moveto
  10438. 1 0 lineto
  10439. 1 0.618034 lineto
  10440. 0 0.618034 lineto
  10441. closepath
  10442. clip
  10443. newpath
  10444. 0 setgray
  10445. gsave
  10446. gsave
  10447. gsave
  10448. 0.004 setlinewidth
  10449. 0.02381 0 moveto
  10450. 0.06349 0 lineto
  10451. 0.10317 0 lineto
  10452. 0.14286 0 lineto
  10453. 0.18254 0 lineto
  10454. 0.22222 0 lineto
  10455. 0.2619 0 lineto
  10456. 0.30159 0 lineto
  10457. 0.34127 0 lineto
  10458. 0.36111 0 lineto
  10459. 0.38095 0 lineto
  10460. 0.39087 0 lineto
  10461. 0.39583 0 lineto
  10462. 0.40079 0 lineto
  10463. 0.40203 0 lineto
  10464. 0.40327 0 lineto
  10465. 0.40451 0 lineto
  10466. 0.40575 0.07725 lineto
  10467. 0.40823 0.07725 lineto
  10468. 0.41071 0.07725 lineto
  10469. 0.42063 0.07725 lineto
  10470. 0.46032 0.07725 lineto
  10471. 0.47024 0.07725 lineto
  10472. 0.48016 0.07725 lineto
  10473. 0.49008 0.07725 lineto
  10474. 0.49256 0.07725 lineto
  10475. 0.49504 0.07725 lineto
  10476. 0.49752 0.07725 lineto
  10477. 0.49876 0.07725 lineto
  10478. 0.5 0.15451 lineto
  10479. 0.53968 0.15451 lineto
  10480. 0.57937 0.15451 lineto
  10481. 0.61905 0.15451 lineto
  10482. 0.63889 0.15451 lineto
  10483. 0.65873 0.15451 lineto
  10484. 0.67857 0.15451 lineto
  10485. 0.68353 0.15451 lineto
  10486. 0.68601 0.15451 lineto
  10487. 0.68725 0.15451 lineto
  10488. 0.68849 0.15451 lineto
  10489. 0.68973 0.15451 lineto
  10490. 0.69097 0 lineto
  10491. 0.69345 0 lineto
  10492. 0.69841 0 lineto
  10493. 0.7381 0 lineto
  10494. 0.77778 0 lineto
  10495. 0.81746 0 lineto
  10496. 0.85714 0 lineto
  10497. 0.89683 0 lineto
  10498. 0.93651 0 lineto
  10499. Mistroke
  10500. 0.97619 0 lineto
  10501. Mfstroke
  10502. grestore
  10503. grestore
  10504. gsave
  10505. gsave
  10506. 0.004 setlinewidth
  10507. 0.02381 0 moveto
  10508. 0.06349 0 lineto
  10509. 0.10317 0 lineto
  10510. 0.14286 0 lineto
  10511. 0.18254 0 lineto
  10512. 0.22222 0 lineto
  10513. 0.2619 0 lineto
  10514. 0.30159 0 lineto
  10515. 0.34127 0 lineto
  10516. 0.36111 0 lineto
  10517. 0.38095 0 lineto
  10518. 0.39087 0 lineto
  10519. 0.39583 0 lineto
  10520. 0.40079 0 lineto
  10521. 0.40203 0 lineto
  10522. 0.40327 0 lineto
  10523. 0.40451 0 lineto
  10524. 0.40575 0.00161 lineto
  10525. 0.40823 0.00563 lineto
  10526. 0.41071 0.00966 lineto
  10527. 0.42063 0.02575 lineto
  10528. 0.46032 0.09013 lineto
  10529. 0.5 0.15451 lineto
  10530. 0.53968 0.21889 lineto
  10531. 0.55952 0.25108 lineto
  10532. 0.57937 0.28327 lineto
  10533. 0.58433 0.29131 lineto
  10534. 0.58929 0.29936 lineto
  10535. 0.59177 0.30338 lineto
  10536. 0.59301 0.3054 lineto
  10537. 0.59425 0.30741 lineto
  10538. 0.59549 0 lineto
  10539. 0.59673 0 lineto
  10540. 0.59797 0 lineto
  10541. 0.59921 0 lineto
  10542. 0.61905 0 lineto
  10543. 0.65873 0 lineto
  10544. 0.69841 0 lineto
  10545. 0.7381 0 lineto
  10546. 0.77778 0 lineto
  10547. 0.81746 0 lineto
  10548. 0.85714 0 lineto
  10549. 0.89683 0 lineto
  10550. 0.93651 0 lineto
  10551. 0.97619 0 lineto
  10552. stroke
  10553. grestore
  10554. grestore
  10555. gsave
  10556. gsave
  10557. 0.004 setlinewidth
  10558. 0.02381 0 moveto
  10559. 0.06349 0 lineto
  10560. 0.10317 0 lineto
  10561. 0.14286 0 lineto
  10562. 0.18254 0 lineto
  10563. 0.22222 0 lineto
  10564. 0.2619 0 lineto
  10565. 0.30159 0 lineto
  10566. 0.34127 0 lineto
  10567. 0.36111 0 lineto
  10568. 0.38095 0 lineto
  10569. 0.39087 0 lineto
  10570. 0.39583 0 lineto
  10571. 0.40079 0 lineto
  10572. 0.40203 0 lineto
  10573. 0.40327 0 lineto
  10574. 0.40451 0 lineto
  10575. 0.40575 2e-05 lineto
  10576. 0.40699 8e-05 lineto
  10577. 0.40823 0.00021 lineto
  10578. 0.40947 0.00038 lineto
  10579. 0.41071 0.0006 lineto
  10580. 0.41319 0.00121 lineto
  10581. 0.41567 0.00203 lineto
  10582. 0.41815 0.00306 lineto
  10583. 0.42063 0.00429 lineto
  10584. 0.4256 0.00739 lineto
  10585. 0.43056 0.01133 lineto
  10586. 0.44048 0.02173 lineto
  10587. 0.4504 0.03548 lineto
  10588. 0.46032 0.05258 lineto
  10589. 0.48016 0.09684 lineto
  10590. 0.5 0.15451 lineto
  10591. 0.53968 0.31009 lineto
  10592. 0.57937 0.51932 lineto
  10593. 0.58433 0.54925 lineto
  10594. 0.58929 0.58001 lineto
  10595. 0.59177 0.59571 lineto
  10596. 0.59301 0.60363 lineto
  10597. 0.59425 0.61161 lineto
  10598. 0.59549 0.61803 lineto
  10599. 0.59673 0.61802 lineto
  10600. 0.59797 0.61797 lineto
  10601. 0.59921 0.6179 lineto
  10602. 0.60045 0.6178 lineto
  10603. 0.60169 0.61768 lineto
  10604. 0.60417 0.61735 lineto
  10605. 0.60665 0.61693 lineto
  10606. 0.60913 0.61639 lineto
  10607. 0.61409 0.61501 lineto
  10608. Mistroke
  10609. 0.61905 0.61321 lineto
  10610. 0.62897 0.60834 lineto
  10611. 0.63889 0.60181 lineto
  10612. 0.65873 0.5837 lineto
  10613. 0.67857 0.55889 lineto
  10614. 0.68353 0.55164 lineto
  10615. 0.68601 0.54785 lineto
  10616. 0.68725 0.54592 lineto
  10617. 0.68849 0.54397 lineto
  10618. 0.68973 0.54198 lineto
  10619. 0.69097 0 lineto
  10620. 0.69345 0 lineto
  10621. 0.69841 0 lineto
  10622. 0.7381 0 lineto
  10623. 0.77778 0 lineto
  10624. 0.81746 0 lineto
  10625. 0.85714 0 lineto
  10626. 0.89683 0 lineto
  10627. 0.93651 0 lineto
  10628. 0.97619 0 lineto
  10629. Mfstroke
  10630. grestore
  10631. grestore
  10632. grestore
  10633. % End of Graphics
  10634. MathPictureEnd
  10635. :[font = postscript; inactive; PostScript; output; pictureLeft = 39; pictureWidth = 282; pictureHeight = 176; preserveAspect; ]
  10636. %!
  10637. %%Creator: Mathematica
  10638. %%AspectRatio: 0.61803 
  10639. MathPictureStart
  10640. % Scaling calculations
  10641. 0.40476 0.09524 0 0.07725 [
  10642. [(-4)] 0.02381 -0.0125 0 1 Msboxa
  10643. [(-2)] 0.21429 -0.0125 0 1 Msboxa
  10644. [(2)] 0.59524 -0.0125 0 1 Msboxa
  10645. [(4)] 0.78571 -0.0125 0 1 Msboxa
  10646. [(6)] 0.97619 -0.0125 0 1 Msboxa
  10647. [(1)] 0.39226 0.07725 1 0 Msboxa
  10648. [(2)] 0.39226 0.15451 1 0 Msboxa
  10649. [(3)] 0.39226 0.23176 1 0 Msboxa
  10650. [(4)] 0.39226 0.30902 1 0 Msboxa
  10651. [(5)] 0.39226 0.38627 1 0 Msboxa
  10652. [(6)] 0.39226 0.46353 1 0 Msboxa
  10653. [(7)] 0.39226 0.54078 1 0 Msboxa
  10654. [(8)] 0.39226 0.61803 1 0 Msboxa
  10655. [ -0.001 -0.00725 0 0 ]
  10656. [ 1.001 0.61903 0 0 ]
  10657. ] MathScale
  10658. % Start of Graphics
  10659. 1 setlinecap
  10660. 1 setlinejoin
  10661. newpath
  10662. %%Object: Graphics
  10663. [ ] 0 setdash
  10664. 0 setgray
  10665. gsave
  10666. gsave
  10667. 0.002 setlinewidth
  10668. 0 0 moveto
  10669. 1 0 lineto
  10670. stroke
  10671. 0.02381 -0.00625 moveto
  10672. 0.02381 0.00625 lineto
  10673. stroke
  10674. 0 setgray
  10675. [(-4)] 0.02381 -0.0125 0 1 Mshowa
  10676. 0.21429 -0.00625 moveto
  10677. 0.21429 0.00625 lineto
  10678. stroke
  10679. 0 setgray
  10680. [(-2)] 0.21429 -0.0125 0 1 Mshowa
  10681. 0.59524 -0.00625 moveto
  10682. 0.59524 0.00625 lineto
  10683. stroke
  10684. 0 setgray
  10685. [(2)] 0.59524 -0.0125 0 1 Mshowa
  10686. 0.78571 -0.00625 moveto
  10687. 0.78571 0.00625 lineto
  10688. stroke
  10689. 0 setgray
  10690. [(4)] 0.78571 -0.0125 0 1 Mshowa
  10691. 0.97619 -0.00625 moveto
  10692. 0.97619 0.00625 lineto
  10693. stroke
  10694. 0 setgray
  10695. [(6)] 0.97619 -0.0125 0 1 Mshowa
  10696. 0.40476 0 moveto
  10697. 0.40476 0.61803 lineto
  10698. stroke
  10699. 0.39851 0.07725 moveto
  10700. 0.41101 0.07725 lineto
  10701. stroke
  10702. 0 setgray
  10703. [(1)] 0.39226 0.07725 1 0 Mshowa
  10704. 0.39851 0.15451 moveto
  10705. 0.41101 0.15451 lineto
  10706. stroke
  10707. 0 setgray
  10708. [(2)] 0.39226 0.15451 1 0 Mshowa
  10709. 0.39851 0.23176 moveto
  10710. 0.41101 0.23176 lineto
  10711. stroke
  10712. 0 setgray
  10713. [(3)] 0.39226 0.23176 1 0 Mshowa
  10714. 0.39851 0.30902 moveto
  10715. 0.41101 0.30902 lineto
  10716. stroke
  10717. 0 setgray
  10718. [(4)] 0.39226 0.30902 1 0 Mshowa
  10719. 0.39851 0.38627 moveto
  10720. 0.41101 0.38627 lineto
  10721. stroke
  10722. 0 setgray
  10723. [(5)] 0.39226 0.38627 1 0 Mshowa
  10724. 0.39851 0.46353 moveto
  10725. 0.41101 0.46353 lineto
  10726. stroke
  10727. 0 setgray
  10728. [(6)] 0.39226 0.46353 1 0 Mshowa
  10729. 0.39851 0.54078 moveto
  10730. 0.41101 0.54078 lineto
  10731. stroke
  10732. 0 setgray
  10733. [(7)] 0.39226 0.54078 1 0 Mshowa
  10734. 0.39851 0.61803 moveto
  10735. 0.41101 0.61803 lineto
  10736. stroke
  10737. 0 setgray
  10738. [(8)] 0.39226 0.61803 1 0 Mshowa
  10739. grestore
  10740. grestore
  10741. 0 0 moveto
  10742. 1 0 lineto
  10743. 1 0.618034 lineto
  10744. 0 0.618034 lineto
  10745. closepath
  10746. clip
  10747. newpath
  10748. 0 setgray
  10749. gsave
  10750. gsave
  10751. gsave
  10752. 0.004 setlinewidth
  10753. 0.02381 0 moveto
  10754. 0.06349 0 lineto
  10755. 0.10317 0 lineto
  10756. 0.14286 0 lineto
  10757. 0.18254 0 lineto
  10758. 0.22222 0 lineto
  10759. 0.2619 0 lineto
  10760. 0.30159 0 lineto
  10761. 0.34127 0 lineto
  10762. 0.38095 0 lineto
  10763. 0.40079 0 lineto
  10764. 0.41071 0 lineto
  10765. 0.41567 0 lineto
  10766. 0.41815 0 lineto
  10767. 0.42063 0 lineto
  10768. 0.42188 0 lineto
  10769. 0.42312 0 lineto
  10770. 0.42436 0.07725 lineto
  10771. 0.4256 0.07725 lineto
  10772. 0.42808 0.07725 lineto
  10773. 0.43056 0.07725 lineto
  10774. 0.44048 0.07725 lineto
  10775. 0.46032 0.07725 lineto
  10776. 0.48016 0.07725 lineto
  10777. 0.49008 0.07725 lineto
  10778. 0.5 0.07725 lineto
  10779. 0.50496 0.07725 lineto
  10780. 0.50992 0.07725 lineto
  10781. 0.5124 0.07725 lineto
  10782. 0.51488 0.07725 lineto
  10783. 0.51612 0.07725 lineto
  10784. 0.51736 0.07725 lineto
  10785. 0.5186 0.07725 lineto
  10786. 0.51984 0.15451 lineto
  10787. 0.52108 0.15451 lineto
  10788. 0.52232 0.15451 lineto
  10789. 0.5248 0.15451 lineto
  10790. 0.52976 0.15451 lineto
  10791. 0.53968 0.15451 lineto
  10792. 0.57937 0.15451 lineto
  10793. 0.61905 0.15451 lineto
  10794. 0.65873 0.15451 lineto
  10795. 0.67857 0.15451 lineto
  10796. 0.68849 0.15451 lineto
  10797. 0.69841 0.15451 lineto
  10798. 0.70337 0.15451 lineto
  10799. 0.70585 0.15451 lineto
  10800. 0.70709 0.15451 lineto
  10801. 0.70833 0.15451 lineto
  10802. 0.70957 0 lineto
  10803. Mistroke
  10804. 0.71081 0 lineto
  10805. 0.71329 0 lineto
  10806. 0.71825 0 lineto
  10807. 0.7381 0 lineto
  10808. 0.77778 0 lineto
  10809. 0.81746 0 lineto
  10810. 0.85714 0 lineto
  10811. 0.89683 0 lineto
  10812. 0.93651 0 lineto
  10813. 0.97619 0 lineto
  10814. Mfstroke
  10815. grestore
  10816. grestore
  10817. gsave
  10818. gsave
  10819. 0.004 setlinewidth
  10820. 0.02381 0 moveto
  10821. 0.06349 0 lineto
  10822. 0.10317 0 lineto
  10823. 0.14286 0 lineto
  10824. 0.18254 0 lineto
  10825. 0.22222 0 lineto
  10826. 0.2619 0 lineto
  10827. 0.30159 0 lineto
  10828. 0.34127 0 lineto
  10829. 0.36111 0 lineto
  10830. 0.38095 0 lineto
  10831. 0.39087 0 lineto
  10832. 0.39583 0 lineto
  10833. 0.40079 0 lineto
  10834. 0.40203 0 lineto
  10835. 0.40327 0 lineto
  10836. 0.40451 0 lineto
  10837. 0.40575 0.00161 lineto
  10838. 0.40823 0.00563 lineto
  10839. 0.41071 0.00966 lineto
  10840. 0.42063 0.02575 lineto
  10841. 0.46032 0.09013 lineto
  10842. 0.5 0.15451 lineto
  10843. 0.53968 0.21889 lineto
  10844. 0.55952 0.25108 lineto
  10845. 0.57937 0.28327 lineto
  10846. 0.58433 0.29131 lineto
  10847. 0.58929 0.29936 lineto
  10848. 0.59177 0.30338 lineto
  10849. 0.59301 0.3054 lineto
  10850. 0.59425 0.30741 lineto
  10851. 0.59549 0 lineto
  10852. 0.59673 0 lineto
  10853. 0.59797 0 lineto
  10854. 0.59921 0 lineto
  10855. 0.61905 0 lineto
  10856. 0.65873 0 lineto
  10857. 0.69841 0 lineto
  10858. 0.7381 0 lineto
  10859. 0.77778 0 lineto
  10860. 0.81746 0 lineto
  10861. 0.85714 0 lineto
  10862. 0.89683 0 lineto
  10863. 0.93651 0 lineto
  10864. 0.97619 0 lineto
  10865. stroke
  10866. grestore
  10867. grestore
  10868. gsave
  10869. gsave
  10870. 0.004 setlinewidth
  10871. 0.02381 0 moveto
  10872. 0.06349 0 lineto
  10873. 0.10317 0 lineto
  10874. 0.14286 0 lineto
  10875. 0.18254 0 lineto
  10876. 0.22222 0 lineto
  10877. 0.2619 0 lineto
  10878. 0.30159 0 lineto
  10879. 0.34127 0 lineto
  10880. 0.36111 0 lineto
  10881. 0.38095 0 lineto
  10882. 0.39087 0 lineto
  10883. 0.39583 0 lineto
  10884. 0.40079 0 lineto
  10885. 0.40203 0 lineto
  10886. 0.40327 0 lineto
  10887. 0.40451 0 lineto
  10888. 0.40575 2e-05 lineto
  10889. 0.40699 8e-05 lineto
  10890. 0.40823 0.00021 lineto
  10891. 0.40947 0.00038 lineto
  10892. 0.41071 0.0006 lineto
  10893. 0.41319 0.00121 lineto
  10894. 0.41567 0.00203 lineto
  10895. 0.41815 0.00306 lineto
  10896. 0.42063 0.00429 lineto
  10897. 0.4256 0.00739 lineto
  10898. 0.43056 0.01133 lineto
  10899. 0.44048 0.02173 lineto
  10900. 0.4504 0.03548 lineto
  10901. 0.46032 0.05258 lineto
  10902. 0.48016 0.09684 lineto
  10903. 0.5 0.15451 lineto
  10904. 0.53968 0.31009 lineto
  10905. 0.57937 0.51932 lineto
  10906. 0.58433 0.54925 lineto
  10907. 0.58929 0.58001 lineto
  10908. 0.59177 0.59571 lineto
  10909. 0.59301 0.60363 lineto
  10910. 0.59425 0.61161 lineto
  10911. 0.59549 0.61803 lineto
  10912. 0.59673 0.61802 lineto
  10913. 0.59797 0.61797 lineto
  10914. 0.59921 0.6179 lineto
  10915. 0.60045 0.6178 lineto
  10916. 0.60169 0.61768 lineto
  10917. 0.60417 0.61735 lineto
  10918. 0.60665 0.61693 lineto
  10919. 0.60913 0.61639 lineto
  10920. 0.61409 0.61501 lineto
  10921. Mistroke
  10922. 0.61905 0.61321 lineto
  10923. 0.62897 0.60834 lineto
  10924. 0.63889 0.60181 lineto
  10925. 0.65873 0.5837 lineto
  10926. 0.67857 0.55889 lineto
  10927. 0.68849 0.54397 lineto
  10928. 0.69841 0.52683 lineto
  10929. 0.70337 0.51702 lineto
  10930. 0.70585 0.51181 lineto
  10931. 0.70709 0.50912 lineto
  10932. 0.70833 0.50638 lineto
  10933. 0.70957 0 lineto
  10934. 0.71081 0 lineto
  10935. 0.71329 0 lineto
  10936. 0.71825 0 lineto
  10937. 0.7381 0 lineto
  10938. 0.77778 0 lineto
  10939. 0.81746 0 lineto
  10940. 0.85714 0 lineto
  10941. 0.89683 0 lineto
  10942. 0.93651 0 lineto
  10943. 0.97619 0 lineto
  10944. Mfstroke
  10945. grestore
  10946. grestore
  10947. grestore
  10948. % End of Graphics
  10949. MathPictureEnd
  10950. :[font = postscript; inactive; PostScript; output; pictureLeft = 39; pictureWidth = 282; pictureHeight = 176; preserveAspect; ]
  10951. %!
  10952. %%Creator: Mathematica
  10953. %%AspectRatio: 0.61803 
  10954. MathPictureStart
  10955. % Scaling calculations
  10956. 0.40476 0.09524 0 0.07725 [
  10957. [(-4)] 0.02381 -0.0125 0 1 Msboxa
  10958. [(-2)] 0.21429 -0.0125 0 1 Msboxa
  10959. [(2)] 0.59524 -0.0125 0 1 Msboxa
  10960. [(4)] 0.78571 -0.0125 0 1 Msboxa
  10961. [(6)] 0.97619 -0.0125 0 1 Msboxa
  10962. [(1)] 0.39226 0.07725 1 0 Msboxa
  10963. [(2)] 0.39226 0.15451 1 0 Msboxa
  10964. [(3)] 0.39226 0.23176 1 0 Msboxa
  10965. [(4)] 0.39226 0.30902 1 0 Msboxa
  10966. [(5)] 0.39226 0.38627 1 0 Msboxa
  10967. [(6)] 0.39226 0.46353 1 0 Msboxa
  10968. [(7)] 0.39226 0.54078 1 0 Msboxa
  10969. [(8)] 0.39226 0.61803 1 0 Msboxa
  10970. [ -0.001 -0.00725 0 0 ]
  10971. [ 1.001 0.61903 0 0 ]
  10972. ] MathScale
  10973. % Start of Graphics
  10974. 1 setlinecap
  10975. 1 setlinejoin
  10976. newpath
  10977. %%Object: Graphics
  10978. [ ] 0 setdash
  10979. 0 setgray
  10980. gsave
  10981. gsave
  10982. 0.002 setlinewidth
  10983. 0 0 moveto
  10984. 1 0 lineto
  10985. stroke
  10986. 0.02381 -0.00625 moveto
  10987. 0.02381 0.00625 lineto
  10988. stroke
  10989. 0 setgray
  10990. [(-4)] 0.02381 -0.0125 0 1 Mshowa
  10991. 0.21429 -0.00625 moveto
  10992. 0.21429 0.00625 lineto
  10993. stroke
  10994. 0 setgray
  10995. [(-2)] 0.21429 -0.0125 0 1 Mshowa
  10996. 0.59524 -0.00625 moveto
  10997. 0.59524 0.00625 lineto
  10998. stroke
  10999. 0 setgray
  11000. [(2)] 0.59524 -0.0125 0 1 Mshowa
  11001. 0.78571 -0.00625 moveto
  11002. 0.78571 0.00625 lineto
  11003. stroke
  11004. 0 setgray
  11005. [(4)] 0.78571 -0.0125 0 1 Mshowa
  11006. 0.97619 -0.00625 moveto
  11007. 0.97619 0.00625 lineto
  11008. stroke
  11009. 0 setgray
  11010. [(6)] 0.97619 -0.0125 0 1 Mshowa
  11011. 0.40476 0 moveto
  11012. 0.40476 0.61803 lineto
  11013. stroke
  11014. 0.39851 0.07725 moveto
  11015. 0.41101 0.07725 lineto
  11016. stroke
  11017. 0 setgray
  11018. [(1)] 0.39226 0.07725 1 0 Mshowa
  11019. 0.39851 0.15451 moveto
  11020. 0.41101 0.15451 lineto
  11021. stroke
  11022. 0 setgray
  11023. [(2)] 0.39226 0.15451 1 0 Mshowa
  11024. 0.39851 0.23176 moveto
  11025. 0.41101 0.23176 lineto
  11026. stroke
  11027. 0 setgray
  11028. [(3)] 0.39226 0.23176 1 0 Mshowa
  11029. 0.39851 0.30902 moveto
  11030. 0.41101 0.30902 lineto
  11031. stroke
  11032. 0 setgray
  11033. [(4)] 0.39226 0.30902 1 0 Mshowa
  11034. 0.39851 0.38627 moveto
  11035. 0.41101 0.38627 lineto
  11036. stroke
  11037. 0 setgray
  11038. [(5)] 0.39226 0.38627 1 0 Mshowa
  11039. 0.39851 0.46353 moveto
  11040. 0.41101 0.46353 lineto
  11041. stroke
  11042. 0 setgray
  11043. [(6)] 0.39226 0.46353 1 0 Mshowa
  11044. 0.39851 0.54078 moveto
  11045. 0.41101 0.54078 lineto
  11046. stroke
  11047. 0 setgray
  11048. [(7)] 0.39226 0.54078 1 0 Mshowa
  11049. 0.39851 0.61803 moveto
  11050. 0.41101 0.61803 lineto
  11051. stroke
  11052. 0 setgray
  11053. [(8)] 0.39226 0.61803 1 0 Mshowa
  11054. grestore
  11055. grestore
  11056. 0 0 moveto
  11057. 1 0 lineto
  11058. 1 0.618034 lineto
  11059. 0 0.618034 lineto
  11060. closepath
  11061. clip
  11062. newpath
  11063. 0 setgray
  11064. gsave
  11065. gsave
  11066. gsave
  11067. 0.004 setlinewidth
  11068. 0.02381 0 moveto
  11069. 0.06349 0 lineto
  11070. 0.10317 0 lineto
  11071. 0.14286 0 lineto
  11072. 0.18254 0 lineto
  11073. 0.22222 0 lineto
  11074. 0.2619 0 lineto
  11075. 0.30159 0 lineto
  11076. 0.34127 0 lineto
  11077. 0.38095 0 lineto
  11078. 0.40079 0 lineto
  11079. 0.42063 0 lineto
  11080. 0.43056 0 lineto
  11081. 0.43552 0 lineto
  11082. 0.438 0 lineto
  11083. 0.43924 0 lineto
  11084. 0.44048 0 lineto
  11085. 0.44172 0 lineto
  11086. 0.44296 0.07725 lineto
  11087. 0.44544 0.07725 lineto
  11088. 0.4504 0.07725 lineto
  11089. 0.46032 0.07725 lineto
  11090. 0.48016 0.07725 lineto
  11091. 0.5 0.07725 lineto
  11092. 0.51984 0.07725 lineto
  11093. 0.5248 0.07725 lineto
  11094. 0.52976 0.07725 lineto
  11095. 0.53472 0.07725 lineto
  11096. 0.53596 0.07725 lineto
  11097. 0.5372 0.07725 lineto
  11098. 0.53844 0.15451 lineto
  11099. 0.53968 0.15451 lineto
  11100. 0.54216 0.15451 lineto
  11101. 0.54464 0.15451 lineto
  11102. 0.5496 0.15451 lineto
  11103. 0.55952 0.15451 lineto
  11104. 0.57937 0.15451 lineto
  11105. 0.61905 0.15451 lineto
  11106. 0.65873 0.15451 lineto
  11107. 0.69841 0.15451 lineto
  11108. 0.70833 0.15451 lineto
  11109. 0.71825 0.15451 lineto
  11110. 0.72321 0.15451 lineto
  11111. 0.72569 0.15451 lineto
  11112. 0.72693 0.15451 lineto
  11113. 0.72817 0.15451 lineto
  11114. 0.72941 0 lineto
  11115. 0.73065 0 lineto
  11116. 0.73313 0 lineto
  11117. 0.7381 0 lineto
  11118. Mistroke
  11119. 0.77778 0 lineto
  11120. 0.81746 0 lineto
  11121. 0.85714 0 lineto
  11122. 0.89683 0 lineto
  11123. 0.93651 0 lineto
  11124. 0.97619 0 lineto
  11125. Mfstroke
  11126. grestore
  11127. grestore
  11128. gsave
  11129. gsave
  11130. 0.004 setlinewidth
  11131. 0.02381 0 moveto
  11132. 0.06349 0 lineto
  11133. 0.10317 0 lineto
  11134. 0.14286 0 lineto
  11135. 0.18254 0 lineto
  11136. 0.22222 0 lineto
  11137. 0.2619 0 lineto
  11138. 0.30159 0 lineto
  11139. 0.34127 0 lineto
  11140. 0.36111 0 lineto
  11141. 0.38095 0 lineto
  11142. 0.39087 0 lineto
  11143. 0.39583 0 lineto
  11144. 0.40079 0 lineto
  11145. 0.40203 0 lineto
  11146. 0.40327 0 lineto
  11147. 0.40451 0 lineto
  11148. 0.40575 0.00161 lineto
  11149. 0.40823 0.00563 lineto
  11150. 0.41071 0.00966 lineto
  11151. 0.42063 0.02575 lineto
  11152. 0.46032 0.09013 lineto
  11153. 0.5 0.15451 lineto
  11154. 0.53968 0.21889 lineto
  11155. 0.55952 0.25108 lineto
  11156. 0.57937 0.28327 lineto
  11157. 0.58433 0.29131 lineto
  11158. 0.58929 0.29936 lineto
  11159. 0.59177 0.30338 lineto
  11160. 0.59301 0.3054 lineto
  11161. 0.59425 0.30741 lineto
  11162. 0.59549 0 lineto
  11163. 0.59673 0 lineto
  11164. 0.59797 0 lineto
  11165. 0.59921 0 lineto
  11166. 0.61905 0 lineto
  11167. 0.65873 0 lineto
  11168. 0.69841 0 lineto
  11169. 0.7381 0 lineto
  11170. 0.77778 0 lineto
  11171. 0.81746 0 lineto
  11172. 0.85714 0 lineto
  11173. 0.89683 0 lineto
  11174. 0.93651 0 lineto
  11175. 0.97619 0 lineto
  11176. stroke
  11177. grestore
  11178. grestore
  11179. gsave
  11180. gsave
  11181. 0.004 setlinewidth
  11182. 0.02381 0 moveto
  11183. 0.06349 0 lineto
  11184. 0.10317 0 lineto
  11185. 0.14286 0 lineto
  11186. 0.18254 0 lineto
  11187. 0.22222 0 lineto
  11188. 0.2619 0 lineto
  11189. 0.30159 0 lineto
  11190. 0.34127 0 lineto
  11191. 0.36111 0 lineto
  11192. 0.38095 0 lineto
  11193. 0.39087 0 lineto
  11194. 0.39583 0 lineto
  11195. 0.40079 0 lineto
  11196. 0.40203 0 lineto
  11197. 0.40327 0 lineto
  11198. 0.40451 0 lineto
  11199. 0.40575 2e-05 lineto
  11200. 0.40699 8e-05 lineto
  11201. 0.40823 0.00021 lineto
  11202. 0.40947 0.00038 lineto
  11203. 0.41071 0.0006 lineto
  11204. 0.41319 0.00121 lineto
  11205. 0.41567 0.00203 lineto
  11206. 0.41815 0.00306 lineto
  11207. 0.42063 0.00429 lineto
  11208. 0.4256 0.00739 lineto
  11209. 0.43056 0.01133 lineto
  11210. 0.44048 0.02173 lineto
  11211. 0.4504 0.03548 lineto
  11212. 0.46032 0.05258 lineto
  11213. 0.48016 0.09684 lineto
  11214. 0.5 0.15451 lineto
  11215. 0.53968 0.31009 lineto
  11216. 0.57937 0.51932 lineto
  11217. 0.58433 0.54925 lineto
  11218. 0.58929 0.58001 lineto
  11219. 0.59177 0.59571 lineto
  11220. 0.59301 0.60363 lineto
  11221. 0.59425 0.61161 lineto
  11222. 0.59549 0.61803 lineto
  11223. 0.59673 0.61802 lineto
  11224. 0.59797 0.61797 lineto
  11225. 0.59921 0.6179 lineto
  11226. 0.60045 0.6178 lineto
  11227. 0.60169 0.61768 lineto
  11228. 0.60417 0.61735 lineto
  11229. 0.60665 0.61693 lineto
  11230. 0.60913 0.61639 lineto
  11231. 0.61409 0.61501 lineto
  11232. Mistroke
  11233. 0.61905 0.61321 lineto
  11234. 0.62897 0.60834 lineto
  11235. 0.63889 0.60181 lineto
  11236. 0.65873 0.5837 lineto
  11237. 0.67857 0.55889 lineto
  11238. 0.69841 0.52683 lineto
  11239. 0.70833 0.50638 lineto
  11240. 0.71825 0.48257 lineto
  11241. 0.72321 0.46941 lineto
  11242. 0.72569 0.46252 lineto
  11243. 0.72693 0.45899 lineto
  11244. 0.72817 0.45541 lineto
  11245. 0.72941 0 lineto
  11246. 0.73065 0 lineto
  11247. 0.73313 0 lineto
  11248. 0.7381 0 lineto
  11249. 0.77778 0 lineto
  11250. 0.81746 0 lineto
  11251. 0.85714 0 lineto
  11252. 0.89683 0 lineto
  11253. 0.93651 0 lineto
  11254. 0.97619 0 lineto
  11255. Mfstroke
  11256. grestore
  11257. grestore
  11258. grestore
  11259. % End of Graphics
  11260. MathPictureEnd
  11261. :[font = postscript; inactive; PostScript; output; pictureLeft = 39; pictureWidth = 282; pictureHeight = 176; preserveAspect; ]
  11262. %!
  11263. %%Creator: Mathematica
  11264. %%AspectRatio: 0.61803 
  11265. MathPictureStart
  11266. % Scaling calculations
  11267. 0.40476 0.09524 0 0.07725 [
  11268. [(-4)] 0.02381 -0.0125 0 1 Msboxa
  11269. [(-2)] 0.21429 -0.0125 0 1 Msboxa
  11270. [(2)] 0.59524 -0.0125 0 1 Msboxa
  11271. [(4)] 0.78571 -0.0125 0 1 Msboxa
  11272. [(6)] 0.97619 -0.0125 0 1 Msboxa
  11273. [(1)] 0.39226 0.07725 1 0 Msboxa
  11274. [(2)] 0.39226 0.15451 1 0 Msboxa
  11275. [(3)] 0.39226 0.23176 1 0 Msboxa
  11276. [(4)] 0.39226 0.30902 1 0 Msboxa
  11277. [(5)] 0.39226 0.38627 1 0 Msboxa
  11278. [(6)] 0.39226 0.46353 1 0 Msboxa
  11279. [(7)] 0.39226 0.54078 1 0 Msboxa
  11280. [(8)] 0.39226 0.61803 1 0 Msboxa
  11281. [ -0.001 -0.00725 0 0 ]
  11282. [ 1.001 0.61903 0 0 ]
  11283. ] MathScale
  11284. % Start of Graphics
  11285. 1 setlinecap
  11286. 1 setlinejoin
  11287. newpath
  11288. %%Object: Graphics
  11289. [ ] 0 setdash
  11290. 0 setgray
  11291. gsave
  11292. gsave
  11293. 0.002 setlinewidth
  11294. 0 0 moveto
  11295. 1 0 lineto
  11296. stroke
  11297. 0.02381 -0.00625 moveto
  11298. 0.02381 0.00625 lineto
  11299. stroke
  11300. 0 setgray
  11301. [(-4)] 0.02381 -0.0125 0 1 Mshowa
  11302. 0.21429 -0.00625 moveto
  11303. 0.21429 0.00625 lineto
  11304. stroke
  11305. 0 setgray
  11306. [(-2)] 0.21429 -0.0125 0 1 Mshowa
  11307. 0.59524 -0.00625 moveto
  11308. 0.59524 0.00625 lineto
  11309. stroke
  11310. 0 setgray
  11311. [(2)] 0.59524 -0.0125 0 1 Mshowa
  11312. 0.78571 -0.00625 moveto
  11313. 0.78571 0.00625 lineto
  11314. stroke
  11315. 0 setgray
  11316. [(4)] 0.78571 -0.0125 0 1 Mshowa
  11317. 0.97619 -0.00625 moveto
  11318. 0.97619 0.00625 lineto
  11319. stroke
  11320. 0 setgray
  11321. [(6)] 0.97619 -0.0125 0 1 Mshowa
  11322. 0.40476 0 moveto
  11323. 0.40476 0.61803 lineto
  11324. stroke
  11325. 0.39851 0.07725 moveto
  11326. 0.41101 0.07725 lineto
  11327. stroke
  11328. 0 setgray
  11329. [(1)] 0.39226 0.07725 1 0 Mshowa
  11330. 0.39851 0.15451 moveto
  11331. 0.41101 0.15451 lineto
  11332. stroke
  11333. 0 setgray
  11334. [(2)] 0.39226 0.15451 1 0 Mshowa
  11335. 0.39851 0.23176 moveto
  11336. 0.41101 0.23176 lineto
  11337. stroke
  11338. 0 setgray
  11339. [(3)] 0.39226 0.23176 1 0 Mshowa
  11340. 0.39851 0.30902 moveto
  11341. 0.41101 0.30902 lineto
  11342. stroke
  11343. 0 setgray
  11344. [(4)] 0.39226 0.30902 1 0 Mshowa
  11345. 0.39851 0.38627 moveto
  11346. 0.41101 0.38627 lineto
  11347. stroke
  11348. 0 setgray
  11349. [(5)] 0.39226 0.38627 1 0 Mshowa
  11350. 0.39851 0.46353 moveto
  11351. 0.41101 0.46353 lineto
  11352. stroke
  11353. 0 setgray
  11354. [(6)] 0.39226 0.46353 1 0 Mshowa
  11355. 0.39851 0.54078 moveto
  11356. 0.41101 0.54078 lineto
  11357. stroke
  11358. 0 setgray
  11359. [(7)] 0.39226 0.54078 1 0 Mshowa
  11360. 0.39851 0.61803 moveto
  11361. 0.41101 0.61803 lineto
  11362. stroke
  11363. 0 setgray
  11364. [(8)] 0.39226 0.61803 1 0 Mshowa
  11365. grestore
  11366. grestore
  11367. 0 0 moveto
  11368. 1 0 lineto
  11369. 1 0.618034 lineto
  11370. 0 0.618034 lineto
  11371. closepath
  11372. clip
  11373. newpath
  11374. 0 setgray
  11375. gsave
  11376. gsave
  11377. gsave
  11378. 0.004 setlinewidth
  11379. 0.02381 0 moveto
  11380. 0.06349 0 lineto
  11381. 0.10317 0 lineto
  11382. 0.14286 0 lineto
  11383. 0.18254 0 lineto
  11384. 0.22222 0 lineto
  11385. 0.2619 0 lineto
  11386. 0.30159 0 lineto
  11387. 0.34127 0 lineto
  11388. 0.38095 0 lineto
  11389. 0.42063 0 lineto
  11390. 0.44048 0 lineto
  11391. 0.4504 0 lineto
  11392. 0.45536 0 lineto
  11393. 0.45784 0 lineto
  11394. 0.46032 0 lineto
  11395. 0.46156 0 lineto
  11396. 0.4628 0.07725 lineto
  11397. 0.46528 0.07725 lineto
  11398. 0.47024 0.07725 lineto
  11399. 0.48016 0.07725 lineto
  11400. 0.5 0.07725 lineto
  11401. 0.51984 0.07725 lineto
  11402. 0.52976 0.07725 lineto
  11403. 0.53968 0.07725 lineto
  11404. 0.5496 0.07725 lineto
  11405. 0.55208 0.07725 lineto
  11406. 0.55456 0.07725 lineto
  11407. 0.5558 0.07725 lineto
  11408. 0.55704 0.07725 lineto
  11409. 0.55828 0.15451 lineto
  11410. 0.55952 0.15451 lineto
  11411. 0.57937 0.15451 lineto
  11412. 0.61905 0.15451 lineto
  11413. 0.65873 0.15451 lineto
  11414. 0.69841 0.15451 lineto
  11415. 0.71825 0.15451 lineto
  11416. 0.72817 0.15451 lineto
  11417. 0.73313 0.15451 lineto
  11418. 0.7381 0.15451 lineto
  11419. 0.74058 0.15451 lineto
  11420. 0.74306 0.15451 lineto
  11421. 0.7443 0.15451 lineto
  11422. 0.74554 0.15451 lineto
  11423. 0.74678 0.15451 lineto
  11424. 0.74802 0 lineto
  11425. 0.74926 0 lineto
  11426. 0.7505 0 lineto
  11427. 0.75298 0 lineto
  11428. 0.75794 0 lineto
  11429. Mistroke
  11430. 0.77778 0 lineto
  11431. 0.81746 0 lineto
  11432. 0.85714 0 lineto
  11433. 0.89683 0 lineto
  11434. 0.93651 0 lineto
  11435. 0.97619 0 lineto
  11436. Mfstroke
  11437. grestore
  11438. grestore
  11439. gsave
  11440. gsave
  11441. 0.004 setlinewidth
  11442. 0.02381 0 moveto
  11443. 0.06349 0 lineto
  11444. 0.10317 0 lineto
  11445. 0.14286 0 lineto
  11446. 0.18254 0 lineto
  11447. 0.22222 0 lineto
  11448. 0.2619 0 lineto
  11449. 0.30159 0 lineto
  11450. 0.34127 0 lineto
  11451. 0.36111 0 lineto
  11452. 0.38095 0 lineto
  11453. 0.39087 0 lineto
  11454. 0.39583 0 lineto
  11455. 0.40079 0 lineto
  11456. 0.40203 0 lineto
  11457. 0.40327 0 lineto
  11458. 0.40451 0 lineto
  11459. 0.40575 0.00161 lineto
  11460. 0.40823 0.00563 lineto
  11461. 0.41071 0.00966 lineto
  11462. 0.42063 0.02575 lineto
  11463. 0.46032 0.09013 lineto
  11464. 0.5 0.15451 lineto
  11465. 0.53968 0.21889 lineto
  11466. 0.55952 0.25108 lineto
  11467. 0.57937 0.28327 lineto
  11468. 0.58433 0.29131 lineto
  11469. 0.58929 0.29936 lineto
  11470. 0.59177 0.30338 lineto
  11471. 0.59301 0.3054 lineto
  11472. 0.59425 0.30741 lineto
  11473. 0.59549 0 lineto
  11474. 0.59673 0 lineto
  11475. 0.59797 0 lineto
  11476. 0.59921 0 lineto
  11477. 0.61905 0 lineto
  11478. 0.65873 0 lineto
  11479. 0.69841 0 lineto
  11480. 0.7381 0 lineto
  11481. 0.77778 0 lineto
  11482. 0.81746 0 lineto
  11483. 0.85714 0 lineto
  11484. 0.89683 0 lineto
  11485. 0.93651 0 lineto
  11486. 0.97619 0 lineto
  11487. stroke
  11488. grestore
  11489. grestore
  11490. gsave
  11491. gsave
  11492. 0.004 setlinewidth
  11493. 0.02381 0 moveto
  11494. 0.06349 0 lineto
  11495. 0.10317 0 lineto
  11496. 0.14286 0 lineto
  11497. 0.18254 0 lineto
  11498. 0.22222 0 lineto
  11499. 0.2619 0 lineto
  11500. 0.30159 0 lineto
  11501. 0.34127 0 lineto
  11502. 0.36111 0 lineto
  11503. 0.38095 0 lineto
  11504. 0.39087 0 lineto
  11505. 0.39583 0 lineto
  11506. 0.40079 0 lineto
  11507. 0.40203 0 lineto
  11508. 0.40327 0 lineto
  11509. 0.40451 0 lineto
  11510. 0.40575 2e-05 lineto
  11511. 0.40699 8e-05 lineto
  11512. 0.40823 0.00021 lineto
  11513. 0.40947 0.00038 lineto
  11514. 0.41071 0.0006 lineto
  11515. 0.41319 0.00121 lineto
  11516. 0.41567 0.00203 lineto
  11517. 0.41815 0.00306 lineto
  11518. 0.42063 0.00429 lineto
  11519. 0.4256 0.00739 lineto
  11520. 0.43056 0.01133 lineto
  11521. 0.44048 0.02173 lineto
  11522. 0.4504 0.03548 lineto
  11523. 0.46032 0.05258 lineto
  11524. 0.48016 0.09684 lineto
  11525. 0.5 0.15451 lineto
  11526. 0.53968 0.31009 lineto
  11527. 0.57937 0.51932 lineto
  11528. 0.58433 0.54925 lineto
  11529. 0.58929 0.58001 lineto
  11530. 0.59177 0.59571 lineto
  11531. 0.59301 0.60363 lineto
  11532. 0.59425 0.61161 lineto
  11533. 0.59549 0.61803 lineto
  11534. 0.59673 0.61802 lineto
  11535. 0.59797 0.61797 lineto
  11536. 0.59921 0.6179 lineto
  11537. 0.60045 0.6178 lineto
  11538. 0.60169 0.61768 lineto
  11539. 0.60417 0.61735 lineto
  11540. 0.60665 0.61693 lineto
  11541. 0.60913 0.61639 lineto
  11542. 0.61409 0.61501 lineto
  11543. Mistroke
  11544. 0.61905 0.61321 lineto
  11545. 0.62897 0.60834 lineto
  11546. 0.63889 0.60181 lineto
  11547. 0.65873 0.5837 lineto
  11548. 0.67857 0.55889 lineto
  11549. 0.69841 0.52683 lineto
  11550. 0.71825 0.48257 lineto
  11551. 0.72817 0.45541 lineto
  11552. 0.73313 0.44057 lineto
  11553. 0.7381 0.4249 lineto
  11554. 0.74058 0.41675 lineto
  11555. 0.74306 0.40838 lineto
  11556. 0.7443 0.40413 lineto
  11557. 0.74554 0.39981 lineto
  11558. 0.74678 0.39545 lineto
  11559. 0.74802 0 lineto
  11560. 0.74926 0 lineto
  11561. 0.7505 0 lineto
  11562. 0.75298 0 lineto
  11563. 0.75794 0 lineto
  11564. 0.77778 0 lineto
  11565. 0.81746 0 lineto
  11566. 0.85714 0 lineto
  11567. 0.89683 0 lineto
  11568. 0.93651 0 lineto
  11569. 0.97619 0 lineto
  11570. Mfstroke
  11571. grestore
  11572. grestore
  11573. grestore
  11574. % End of Graphics
  11575. MathPictureEnd
  11576. :[font = postscript; inactive; PostScript; output; pictureLeft = 39; pictureWidth = 282; pictureHeight = 176; preserveAspect; ]
  11577. %!
  11578. %%Creator: Mathematica
  11579. %%AspectRatio: 0.61803 
  11580. MathPictureStart
  11581. % Scaling calculations
  11582. 0.40476 0.09524 0 0.07725 [
  11583. [(-4)] 0.02381 -0.0125 0 1 Msboxa
  11584. [(-2)] 0.21429 -0.0125 0 1 Msboxa
  11585. [(2)] 0.59524 -0.0125 0 1 Msboxa
  11586. [(4)] 0.78571 -0.0125 0 1 Msboxa
  11587. [(6)] 0.97619 -0.0125 0 1 Msboxa
  11588. [(1)] 0.39226 0.07725 1 0 Msboxa
  11589. [(2)] 0.39226 0.15451 1 0 Msboxa
  11590. [(3)] 0.39226 0.23176 1 0 Msboxa
  11591. [(4)] 0.39226 0.30902 1 0 Msboxa
  11592. [(5)] 0.39226 0.38627 1 0 Msboxa
  11593. [(6)] 0.39226 0.46353 1 0 Msboxa
  11594. [(7)] 0.39226 0.54078 1 0 Msboxa
  11595. [(8)] 0.39226 0.61803 1 0 Msboxa
  11596. [ -0.001 -0.00725 0 0 ]
  11597. [ 1.001 0.61903 0 0 ]
  11598. ] MathScale
  11599. % Start of Graphics
  11600. 1 setlinecap
  11601. 1 setlinejoin
  11602. newpath
  11603. %%Object: Graphics
  11604. [ ] 0 setdash
  11605. 0 setgray
  11606. gsave
  11607. gsave
  11608. 0.002 setlinewidth
  11609. 0 0 moveto
  11610. 1 0 lineto
  11611. stroke
  11612. 0.02381 -0.00625 moveto
  11613. 0.02381 0.00625 lineto
  11614. stroke
  11615. 0 setgray
  11616. [(-4)] 0.02381 -0.0125 0 1 Mshowa
  11617. 0.21429 -0.00625 moveto
  11618. 0.21429 0.00625 lineto
  11619. stroke
  11620. 0 setgray
  11621. [(-2)] 0.21429 -0.0125 0 1 Mshowa
  11622. 0.59524 -0.00625 moveto
  11623. 0.59524 0.00625 lineto
  11624. stroke
  11625. 0 setgray
  11626. [(2)] 0.59524 -0.0125 0 1 Mshowa
  11627. 0.78571 -0.00625 moveto
  11628. 0.78571 0.00625 lineto
  11629. stroke
  11630. 0 setgray
  11631. [(4)] 0.78571 -0.0125 0 1 Mshowa
  11632. 0.97619 -0.00625 moveto
  11633. 0.97619 0.00625 lineto
  11634. stroke
  11635. 0 setgray
  11636. [(6)] 0.97619 -0.0125 0 1 Mshowa
  11637. 0.40476 0 moveto
  11638. 0.40476 0.61803 lineto
  11639. stroke
  11640. 0.39851 0.07725 moveto
  11641. 0.41101 0.07725 lineto
  11642. stroke
  11643. 0 setgray
  11644. [(1)] 0.39226 0.07725 1 0 Mshowa
  11645. 0.39851 0.15451 moveto
  11646. 0.41101 0.15451 lineto
  11647. stroke
  11648. 0 setgray
  11649. [(2)] 0.39226 0.15451 1 0 Mshowa
  11650. 0.39851 0.23176 moveto
  11651. 0.41101 0.23176 lineto
  11652. stroke
  11653. 0 setgray
  11654. [(3)] 0.39226 0.23176 1 0 Mshowa
  11655. 0.39851 0.30902 moveto
  11656. 0.41101 0.30902 lineto
  11657. stroke
  11658. 0 setgray
  11659. [(4)] 0.39226 0.30902 1 0 Mshowa
  11660. 0.39851 0.38627 moveto
  11661. 0.41101 0.38627 lineto
  11662. stroke
  11663. 0 setgray
  11664. [(5)] 0.39226 0.38627 1 0 Mshowa
  11665. 0.39851 0.46353 moveto
  11666. 0.41101 0.46353 lineto
  11667. stroke
  11668. 0 setgray
  11669. [(6)] 0.39226 0.46353 1 0 Mshowa
  11670. 0.39851 0.54078 moveto
  11671. 0.41101 0.54078 lineto
  11672. stroke
  11673. 0 setgray
  11674. [(7)] 0.39226 0.54078 1 0 Mshowa
  11675. 0.39851 0.61803 moveto
  11676. 0.41101 0.61803 lineto
  11677. stroke
  11678. 0 setgray
  11679. [(8)] 0.39226 0.61803 1 0 Mshowa
  11680. grestore
  11681. grestore
  11682. 0 0 moveto
  11683. 1 0 lineto
  11684. 1 0.618034 lineto
  11685. 0 0.618034 lineto
  11686. closepath
  11687. clip
  11688. newpath
  11689. 0 setgray
  11690. gsave
  11691. gsave
  11692. gsave
  11693. 0.004 setlinewidth
  11694. 0.02381 0 moveto
  11695. 0.06349 0 lineto
  11696. 0.10317 0 lineto
  11697. 0.14286 0 lineto
  11698. 0.18254 0 lineto
  11699. 0.22222 0 lineto
  11700. 0.2619 0 lineto
  11701. 0.30159 0 lineto
  11702. 0.34127 0 lineto
  11703. 0.38095 0 lineto
  11704. 0.42063 0 lineto
  11705. 0.46032 0 lineto
  11706. 0.47024 0 lineto
  11707. 0.4752 0 lineto
  11708. 0.47768 0 lineto
  11709. 0.47892 0 lineto
  11710. 0.48016 0 lineto
  11711. 0.4814 0.07725 lineto
  11712. 0.48264 0.07725 lineto
  11713. 0.48388 0.07725 lineto
  11714. 0.48512 0.07725 lineto
  11715. 0.49008 0.07725 lineto
  11716. 0.5 0.07725 lineto
  11717. 0.51984 0.07725 lineto
  11718. 0.53968 0.07725 lineto
  11719. 0.5496 0.07725 lineto
  11720. 0.55952 0.07725 lineto
  11721. 0.56448 0.07725 lineto
  11722. 0.56944 0.07725 lineto
  11723. 0.57192 0.07725 lineto
  11724. 0.57316 0.07725 lineto
  11725. 0.5744 0.07725 lineto
  11726. 0.57564 0.07725 lineto
  11727. 0.57688 0.15451 lineto
  11728. 0.57937 0.15451 lineto
  11729. 0.61905 0.15451 lineto
  11730. 0.65873 0.15451 lineto
  11731. 0.69841 0.15451 lineto
  11732. 0.71825 0.15451 lineto
  11733. 0.7381 0.15451 lineto
  11734. 0.74802 0.15451 lineto
  11735. 0.75298 0.15451 lineto
  11736. 0.75794 0.15451 lineto
  11737. 0.7629 0.15451 lineto
  11738. 0.76414 0.15451 lineto
  11739. 0.76538 0.15451 lineto
  11740. 0.76662 0.15451 lineto
  11741. 0.76786 0 lineto
  11742. 0.77034 0 lineto
  11743. 0.77282 0 lineto
  11744. Mistroke
  11745. 0.77778 0 lineto
  11746. 0.81746 0 lineto
  11747. 0.85714 0 lineto
  11748. 0.89683 0 lineto
  11749. 0.93651 0 lineto
  11750. 0.97619 0 lineto
  11751. Mfstroke
  11752. grestore
  11753. grestore
  11754. gsave
  11755. gsave
  11756. 0.004 setlinewidth
  11757. 0.02381 0 moveto
  11758. 0.06349 0 lineto
  11759. 0.10317 0 lineto
  11760. 0.14286 0 lineto
  11761. 0.18254 0 lineto
  11762. 0.22222 0 lineto
  11763. 0.2619 0 lineto
  11764. 0.30159 0 lineto
  11765. 0.34127 0 lineto
  11766. 0.36111 0 lineto
  11767. 0.38095 0 lineto
  11768. 0.39087 0 lineto
  11769. 0.39583 0 lineto
  11770. 0.40079 0 lineto
  11771. 0.40203 0 lineto
  11772. 0.40327 0 lineto
  11773. 0.40451 0 lineto
  11774. 0.40575 0.00161 lineto
  11775. 0.40823 0.00563 lineto
  11776. 0.41071 0.00966 lineto
  11777. 0.42063 0.02575 lineto
  11778. 0.46032 0.09013 lineto
  11779. 0.5 0.15451 lineto
  11780. 0.53968 0.21889 lineto
  11781. 0.55952 0.25108 lineto
  11782. 0.57937 0.28327 lineto
  11783. 0.58433 0.29131 lineto
  11784. 0.58929 0.29936 lineto
  11785. 0.59177 0.30338 lineto
  11786. 0.59301 0.3054 lineto
  11787. 0.59425 0.30741 lineto
  11788. 0.59549 0 lineto
  11789. 0.59673 0 lineto
  11790. 0.59797 0 lineto
  11791. 0.59921 0 lineto
  11792. 0.61905 0 lineto
  11793. 0.65873 0 lineto
  11794. 0.69841 0 lineto
  11795. 0.7381 0 lineto
  11796. 0.77778 0 lineto
  11797. 0.81746 0 lineto
  11798. 0.85714 0 lineto
  11799. 0.89683 0 lineto
  11800. 0.93651 0 lineto
  11801. 0.97619 0 lineto
  11802. stroke
  11803. grestore
  11804. grestore
  11805. gsave
  11806. gsave
  11807. 0.004 setlinewidth
  11808. 0.02381 0 moveto
  11809. 0.06349 0 lineto
  11810. 0.10317 0 lineto
  11811. 0.14286 0 lineto
  11812. 0.18254 0 lineto
  11813. 0.22222 0 lineto
  11814. 0.2619 0 lineto
  11815. 0.30159 0 lineto
  11816. 0.34127 0 lineto
  11817. 0.36111 0 lineto
  11818. 0.38095 0 lineto
  11819. 0.39087 0 lineto
  11820. 0.39583 0 lineto
  11821. 0.40079 0 lineto
  11822. 0.40203 0 lineto
  11823. 0.40327 0 lineto
  11824. 0.40451 0 lineto
  11825. 0.40575 2e-05 lineto
  11826. 0.40699 8e-05 lineto
  11827. 0.40823 0.00021 lineto
  11828. 0.40947 0.00038 lineto
  11829. 0.41071 0.0006 lineto
  11830. 0.41319 0.00121 lineto
  11831. 0.41567 0.00203 lineto
  11832. 0.41815 0.00306 lineto
  11833. 0.42063 0.00429 lineto
  11834. 0.4256 0.00739 lineto
  11835. 0.43056 0.01133 lineto
  11836. 0.44048 0.02173 lineto
  11837. 0.4504 0.03548 lineto
  11838. 0.46032 0.05258 lineto
  11839. 0.48016 0.09684 lineto
  11840. 0.5 0.15451 lineto
  11841. 0.53968 0.31009 lineto
  11842. 0.57937 0.51932 lineto
  11843. 0.58433 0.54925 lineto
  11844. 0.58929 0.58001 lineto
  11845. 0.59177 0.59571 lineto
  11846. 0.59301 0.60363 lineto
  11847. 0.59425 0.61161 lineto
  11848. 0.59549 0.61803 lineto
  11849. 0.59673 0.61802 lineto
  11850. 0.59797 0.61797 lineto
  11851. 0.59921 0.6179 lineto
  11852. 0.60045 0.6178 lineto
  11853. 0.60169 0.61768 lineto
  11854. 0.60417 0.61735 lineto
  11855. 0.60665 0.61693 lineto
  11856. 0.60913 0.61639 lineto
  11857. 0.61409 0.61501 lineto
  11858. Mistroke
  11859. 0.61905 0.61321 lineto
  11860. 0.62897 0.60834 lineto
  11861. 0.63889 0.60181 lineto
  11862. 0.65873 0.5837 lineto
  11863. 0.67857 0.55889 lineto
  11864. 0.69841 0.52683 lineto
  11865. 0.71825 0.48257 lineto
  11866. 0.7381 0.4249 lineto
  11867. 0.74802 0.39103 lineto
  11868. 0.75298 0.37284 lineto
  11869. 0.75794 0.35381 lineto
  11870. 0.7629 0.33395 lineto
  11871. 0.76414 0.32885 lineto
  11872. 0.76538 0.3237 lineto
  11873. 0.76662 0.3185 lineto
  11874. 0.76786 0 lineto
  11875. 0.77034 0 lineto
  11876. 0.77282 0 lineto
  11877. 0.77778 0 lineto
  11878. 0.81746 0 lineto
  11879. 0.85714 0 lineto
  11880. 0.89683 0 lineto
  11881. 0.93651 0 lineto
  11882. 0.97619 0 lineto
  11883. Mfstroke
  11884. grestore
  11885. grestore
  11886. grestore
  11887. % End of Graphics
  11888. MathPictureEnd
  11889. :[font = postscript; inactive; PostScript; output; pictureLeft = 39; pictureWidth = 282; pictureHeight = 176; preserveAspect; ]
  11890. %!
  11891. %%Creator: Mathematica
  11892. %%AspectRatio: 0.61803 
  11893. MathPictureStart
  11894. % Scaling calculations
  11895. 0.40476 0.09524 0 0.07725 [
  11896. [(-4)] 0.02381 -0.0125 0 1 Msboxa
  11897. [(-2)] 0.21429 -0.0125 0 1 Msboxa
  11898. [(2)] 0.59524 -0.0125 0 1 Msboxa
  11899. [(4)] 0.78571 -0.0125 0 1 Msboxa
  11900. [(6)] 0.97619 -0.0125 0 1 Msboxa
  11901. [(1)] 0.39226 0.07725 1 0 Msboxa
  11902. [(2)] 0.39226 0.15451 1 0 Msboxa
  11903. [(3)] 0.39226 0.23176 1 0 Msboxa
  11904. [(4)] 0.39226 0.30902 1 0 Msboxa
  11905. [(5)] 0.39226 0.38627 1 0 Msboxa
  11906. [(6)] 0.39226 0.46353 1 0 Msboxa
  11907. [(7)] 0.39226 0.54078 1 0 Msboxa
  11908. [(8)] 0.39226 0.61803 1 0 Msboxa
  11909. [ -0.001 -0.00725 0 0 ]
  11910. [ 1.001 0.61903 0 0 ]
  11911. ] MathScale
  11912. % Start of Graphics
  11913. 1 setlinecap
  11914. 1 setlinejoin
  11915. newpath
  11916. %%Object: Graphics
  11917. [ ] 0 setdash
  11918. 0 setgray
  11919. gsave
  11920. gsave
  11921. 0.002 setlinewidth
  11922. 0 0 moveto
  11923. 1 0 lineto
  11924. stroke
  11925. 0.02381 -0.00625 moveto
  11926. 0.02381 0.00625 lineto
  11927. stroke
  11928. 0 setgray
  11929. [(-4)] 0.02381 -0.0125 0 1 Mshowa
  11930. 0.21429 -0.00625 moveto
  11931. 0.21429 0.00625 lineto
  11932. stroke
  11933. 0 setgray
  11934. [(-2)] 0.21429 -0.0125 0 1 Mshowa
  11935. 0.59524 -0.00625 moveto
  11936. 0.59524 0.00625 lineto
  11937. stroke
  11938. 0 setgray
  11939. [(2)] 0.59524 -0.0125 0 1 Mshowa
  11940. 0.78571 -0.00625 moveto
  11941. 0.78571 0.00625 lineto
  11942. stroke
  11943. 0 setgray
  11944. [(4)] 0.78571 -0.0125 0 1 Mshowa
  11945. 0.97619 -0.00625 moveto
  11946. 0.97619 0.00625 lineto
  11947. stroke
  11948. 0 setgray
  11949. [(6)] 0.97619 -0.0125 0 1 Mshowa
  11950. 0.40476 0 moveto
  11951. 0.40476 0.61803 lineto
  11952. stroke
  11953. 0.39851 0.07725 moveto
  11954. 0.41101 0.07725 lineto
  11955. stroke
  11956. 0 setgray
  11957. [(1)] 0.39226 0.07725 1 0 Mshowa
  11958. 0.39851 0.15451 moveto
  11959. 0.41101 0.15451 lineto
  11960. stroke
  11961. 0 setgray
  11962. [(2)] 0.39226 0.15451 1 0 Mshowa
  11963. 0.39851 0.23176 moveto
  11964. 0.41101 0.23176 lineto
  11965. stroke
  11966. 0 setgray
  11967. [(3)] 0.39226 0.23176 1 0 Mshowa
  11968. 0.39851 0.30902 moveto
  11969. 0.41101 0.30902 lineto
  11970. stroke
  11971. 0 setgray
  11972. [(4)] 0.39226 0.30902 1 0 Mshowa
  11973. 0.39851 0.38627 moveto
  11974. 0.41101 0.38627 lineto
  11975. stroke
  11976. 0 setgray
  11977. [(5)] 0.39226 0.38627 1 0 Mshowa
  11978. 0.39851 0.46353 moveto
  11979. 0.41101 0.46353 lineto
  11980. stroke
  11981. 0 setgray
  11982. [(6)] 0.39226 0.46353 1 0 Mshowa
  11983. 0.39851 0.54078 moveto
  11984. 0.41101 0.54078 lineto
  11985. stroke
  11986. 0 setgray
  11987. [(7)] 0.39226 0.54078 1 0 Mshowa
  11988. 0.39851 0.61803 moveto
  11989. 0.41101 0.61803 lineto
  11990. stroke
  11991. 0 setgray
  11992. [(8)] 0.39226 0.61803 1 0 Mshowa
  11993. grestore
  11994. grestore
  11995. 0 0 moveto
  11996. 1 0 lineto
  11997. 1 0.618034 lineto
  11998. 0 0.618034 lineto
  11999. closepath
  12000. clip
  12001. newpath
  12002. 0 setgray
  12003. gsave
  12004. gsave
  12005. gsave
  12006. 0.004 setlinewidth
  12007. 0.02381 0 moveto
  12008. 0.06349 0 lineto
  12009. 0.10317 0 lineto
  12010. 0.14286 0 lineto
  12011. 0.18254 0 lineto
  12012. 0.22222 0 lineto
  12013. 0.2619 0 lineto
  12014. 0.30159 0 lineto
  12015. 0.34127 0 lineto
  12016. 0.38095 0 lineto
  12017. 0.42063 0 lineto
  12018. 0.46032 0 lineto
  12019. 0.48016 0 lineto
  12020. 0.49008 0 lineto
  12021. 0.49504 0 lineto
  12022. 0.49752 0 lineto
  12023. 0.49876 0 lineto
  12024. 0.5 0 lineto
  12025. 0.50124 0.07725 lineto
  12026. 0.50248 0.07725 lineto
  12027. 0.50496 0.07725 lineto
  12028. 0.50992 0.07725 lineto
  12029. 0.51984 0.07725 lineto
  12030. 0.53968 0.07725 lineto
  12031. 0.55952 0.07725 lineto
  12032. 0.57937 0.07725 lineto
  12033. 0.58433 0.07725 lineto
  12034. 0.58929 0.07725 lineto
  12035. 0.59177 0.07725 lineto
  12036. 0.59301 0.07725 lineto
  12037. 0.59425 0.07725 lineto
  12038. 0.59549 0.15451 lineto
  12039. 0.59673 0.15451 lineto
  12040. 0.59797 0.15451 lineto
  12041. 0.59921 0.15451 lineto
  12042. 0.61905 0.15451 lineto
  12043. 0.65873 0.15451 lineto
  12044. 0.69841 0.15451 lineto
  12045. 0.7381 0.15451 lineto
  12046. 0.75794 0.15451 lineto
  12047. 0.76786 0.15451 lineto
  12048. 0.77778 0.15451 lineto
  12049. 0.78026 0.15451 lineto
  12050. 0.78274 0.15451 lineto
  12051. 0.78398 0.15451 lineto
  12052. 0.78522 0.15451 lineto
  12053. 0.78646 0 lineto
  12054. 0.7877 0 lineto
  12055. 0.79762 0 lineto
  12056. 0.81746 0 lineto
  12057. Mistroke
  12058. 0.85714 0 lineto
  12059. 0.89683 0 lineto
  12060. 0.93651 0 lineto
  12061. 0.97619 0 lineto
  12062. Mfstroke
  12063. grestore
  12064. grestore
  12065. gsave
  12066. gsave
  12067. 0.004 setlinewidth
  12068. 0.02381 0 moveto
  12069. 0.06349 0 lineto
  12070. 0.10317 0 lineto
  12071. 0.14286 0 lineto
  12072. 0.18254 0 lineto
  12073. 0.22222 0 lineto
  12074. 0.2619 0 lineto
  12075. 0.30159 0 lineto
  12076. 0.34127 0 lineto
  12077. 0.36111 0 lineto
  12078. 0.38095 0 lineto
  12079. 0.39087 0 lineto
  12080. 0.39583 0 lineto
  12081. 0.40079 0 lineto
  12082. 0.40203 0 lineto
  12083. 0.40327 0 lineto
  12084. 0.40451 0 lineto
  12085. 0.40575 0.00161 lineto
  12086. 0.40823 0.00563 lineto
  12087. 0.41071 0.00966 lineto
  12088. 0.42063 0.02575 lineto
  12089. 0.46032 0.09013 lineto
  12090. 0.5 0.15451 lineto
  12091. 0.53968 0.21889 lineto
  12092. 0.55952 0.25108 lineto
  12093. 0.57937 0.28327 lineto
  12094. 0.58433 0.29131 lineto
  12095. 0.58929 0.29936 lineto
  12096. 0.59177 0.30338 lineto
  12097. 0.59301 0.3054 lineto
  12098. 0.59425 0.30741 lineto
  12099. 0.59549 0 lineto
  12100. 0.59673 0 lineto
  12101. 0.59797 0 lineto
  12102. 0.59921 0 lineto
  12103. 0.61905 0 lineto
  12104. 0.65873 0 lineto
  12105. 0.69841 0 lineto
  12106. 0.7381 0 lineto
  12107. 0.77778 0 lineto
  12108. 0.81746 0 lineto
  12109. 0.85714 0 lineto
  12110. 0.89683 0 lineto
  12111. 0.93651 0 lineto
  12112. 0.97619 0 lineto
  12113. stroke
  12114. grestore
  12115. grestore
  12116. gsave
  12117. gsave
  12118. 0.004 setlinewidth
  12119. 0.02381 0 moveto
  12120. 0.06349 0 lineto
  12121. 0.10317 0 lineto
  12122. 0.14286 0 lineto
  12123. 0.18254 0 lineto
  12124. 0.22222 0 lineto
  12125. 0.2619 0 lineto
  12126. 0.30159 0 lineto
  12127. 0.34127 0 lineto
  12128. 0.36111 0 lineto
  12129. 0.38095 0 lineto
  12130. 0.39087 0 lineto
  12131. 0.39583 0 lineto
  12132. 0.40079 0 lineto
  12133. 0.40203 0 lineto
  12134. 0.40327 0 lineto
  12135. 0.40451 0 lineto
  12136. 0.40575 2e-05 lineto
  12137. 0.40699 8e-05 lineto
  12138. 0.40823 0.00021 lineto
  12139. 0.40947 0.00038 lineto
  12140. 0.41071 0.0006 lineto
  12141. 0.41319 0.00121 lineto
  12142. 0.41567 0.00203 lineto
  12143. 0.41815 0.00306 lineto
  12144. 0.42063 0.00429 lineto
  12145. 0.4256 0.00739 lineto
  12146. 0.43056 0.01133 lineto
  12147. 0.44048 0.02173 lineto
  12148. 0.4504 0.03548 lineto
  12149. 0.46032 0.05258 lineto
  12150. 0.48016 0.09684 lineto
  12151. 0.5 0.15451 lineto
  12152. 0.53968 0.31009 lineto
  12153. 0.57937 0.51932 lineto
  12154. 0.58433 0.54925 lineto
  12155. 0.58929 0.58001 lineto
  12156. 0.59177 0.59571 lineto
  12157. 0.59301 0.60363 lineto
  12158. 0.59425 0.61161 lineto
  12159. 0.59549 0.61803 lineto
  12160. 0.59673 0.61802 lineto
  12161. 0.59797 0.61797 lineto
  12162. 0.59921 0.6179 lineto
  12163. 0.60045 0.6178 lineto
  12164. 0.60169 0.61768 lineto
  12165. 0.60417 0.61735 lineto
  12166. 0.60665 0.61693 lineto
  12167. 0.60913 0.61639 lineto
  12168. 0.61409 0.61501 lineto
  12169. Mistroke
  12170. 0.61905 0.61321 lineto
  12171. 0.62897 0.60834 lineto
  12172. 0.63889 0.60181 lineto
  12173. 0.65873 0.5837 lineto
  12174. 0.67857 0.55889 lineto
  12175. 0.69841 0.52683 lineto
  12176. 0.71825 0.48257 lineto
  12177. 0.7381 0.4249 lineto
  12178. 0.75794 0.35381 lineto
  12179. 0.76786 0.31324 lineto
  12180. 0.77778 0.26932 lineto
  12181. 0.78026 0.25781 lineto
  12182. 0.78274 0.2461 lineto
  12183. 0.78398 0.24016 lineto
  12184. 0.78522 0.23417 lineto
  12185. 0.78646 0 lineto
  12186. 0.7877 0 lineto
  12187. 0.79762 0 lineto
  12188. 0.81746 0 lineto
  12189. 0.85714 0 lineto
  12190. 0.89683 0 lineto
  12191. 0.93651 0 lineto
  12192. 0.97619 0 lineto
  12193. Mfstroke
  12194. grestore
  12195. grestore
  12196. grestore
  12197. % End of Graphics
  12198. MathPictureEnd
  12199. :[font = postscript; inactive; PostScript; output; pictureLeft = 39; pictureWidth = 282; pictureHeight = 176; preserveAspect; ]
  12200. %!
  12201. %%Creator: Mathematica
  12202. %%AspectRatio: 0.61803 
  12203. MathPictureStart
  12204. % Scaling calculations
  12205. 0.40476 0.09524 0 0.07725 [
  12206. [(-4)] 0.02381 -0.0125 0 1 Msboxa
  12207. [(-2)] 0.21429 -0.0125 0 1 Msboxa
  12208. [(2)] 0.59524 -0.0125 0 1 Msboxa
  12209. [(4)] 0.78571 -0.0125 0 1 Msboxa
  12210. [(6)] 0.97619 -0.0125 0 1 Msboxa
  12211. [(1)] 0.39226 0.07725 1 0 Msboxa
  12212. [(2)] 0.39226 0.15451 1 0 Msboxa
  12213. [(3)] 0.39226 0.23176 1 0 Msboxa
  12214. [(4)] 0.39226 0.30902 1 0 Msboxa
  12215. [(5)] 0.39226 0.38627 1 0 Msboxa
  12216. [(6)] 0.39226 0.46353 1 0 Msboxa
  12217. [(7)] 0.39226 0.54078 1 0 Msboxa
  12218. [(8)] 0.39226 0.61803 1 0 Msboxa
  12219. [ -0.001 -0.00725 0 0 ]
  12220. [ 1.001 0.61903 0 0 ]
  12221. ] MathScale
  12222. % Start of Graphics
  12223. 1 setlinecap
  12224. 1 setlinejoin
  12225. newpath
  12226. %%Object: Graphics
  12227. [ ] 0 setdash
  12228. 0 setgray
  12229. gsave
  12230. gsave
  12231. 0.002 setlinewidth
  12232. 0 0 moveto
  12233. 1 0 lineto
  12234. stroke
  12235. 0.02381 -0.00625 moveto
  12236. 0.02381 0.00625 lineto
  12237. stroke
  12238. 0 setgray
  12239. [(-4)] 0.02381 -0.0125 0 1 Mshowa
  12240. 0.21429 -0.00625 moveto
  12241. 0.21429 0.00625 lineto
  12242. stroke
  12243. 0 setgray
  12244. [(-2)] 0.21429 -0.0125 0 1 Mshowa
  12245. 0.59524 -0.00625 moveto
  12246. 0.59524 0.00625 lineto
  12247. stroke
  12248. 0 setgray
  12249. [(2)] 0.59524 -0.0125 0 1 Mshowa
  12250. 0.78571 -0.00625 moveto
  12251. 0.78571 0.00625 lineto
  12252. stroke
  12253. 0 setgray
  12254. [(4)] 0.78571 -0.0125 0 1 Mshowa
  12255. 0.97619 -0.00625 moveto
  12256. 0.97619 0.00625 lineto
  12257. stroke
  12258. 0 setgray
  12259. [(6)] 0.97619 -0.0125 0 1 Mshowa
  12260. 0.40476 0 moveto
  12261. 0.40476 0.61803 lineto
  12262. stroke
  12263. 0.39851 0.07725 moveto
  12264. 0.41101 0.07725 lineto
  12265. stroke
  12266. 0 setgray
  12267. [(1)] 0.39226 0.07725 1 0 Mshowa
  12268. 0.39851 0.15451 moveto
  12269. 0.41101 0.15451 lineto
  12270. stroke
  12271. 0 setgray
  12272. [(2)] 0.39226 0.15451 1 0 Mshowa
  12273. 0.39851 0.23176 moveto
  12274. 0.41101 0.23176 lineto
  12275. stroke
  12276. 0 setgray
  12277. [(3)] 0.39226 0.23176 1 0 Mshowa
  12278. 0.39851 0.30902 moveto
  12279. 0.41101 0.30902 lineto
  12280. stroke
  12281. 0 setgray
  12282. [(4)] 0.39226 0.30902 1 0 Mshowa
  12283. 0.39851 0.38627 moveto
  12284. 0.41101 0.38627 lineto
  12285. stroke
  12286. 0 setgray
  12287. [(5)] 0.39226 0.38627 1 0 Mshowa
  12288. 0.39851 0.46353 moveto
  12289. 0.41101 0.46353 lineto
  12290. stroke
  12291. 0 setgray
  12292. [(6)] 0.39226 0.46353 1 0 Mshowa
  12293. 0.39851 0.54078 moveto
  12294. 0.41101 0.54078 lineto
  12295. stroke
  12296. 0 setgray
  12297. [(7)] 0.39226 0.54078 1 0 Mshowa
  12298. 0.39851 0.61803 moveto
  12299. 0.41101 0.61803 lineto
  12300. stroke
  12301. 0 setgray
  12302. [(8)] 0.39226 0.61803 1 0 Mshowa
  12303. grestore
  12304. grestore
  12305. 0 0 moveto
  12306. 1 0 lineto
  12307. 1 0.618034 lineto
  12308. 0 0.618034 lineto
  12309. closepath
  12310. clip
  12311. newpath
  12312. 0 setgray
  12313. gsave
  12314. gsave
  12315. gsave
  12316. 0.004 setlinewidth
  12317. 0.02381 0 moveto
  12318. 0.06349 0 lineto
  12319. 0.10317 0 lineto
  12320. 0.14286 0 lineto
  12321. 0.18254 0 lineto
  12322. 0.22222 0 lineto
  12323. 0.2619 0 lineto
  12324. 0.30159 0 lineto
  12325. 0.34127 0 lineto
  12326. 0.38095 0 lineto
  12327. 0.42063 0 lineto
  12328. 0.46032 0 lineto
  12329. 0.48016 0 lineto
  12330. 0.49008 0 lineto
  12331. 0.5 0 lineto
  12332. 0.50496 0 lineto
  12333. 0.50992 0 lineto
  12334. 0.5124 0 lineto
  12335. 0.51488 0 lineto
  12336. 0.51612 0 lineto
  12337. 0.51736 0 lineto
  12338. 0.5186 0 lineto
  12339. 0.51984 0.07725 lineto
  12340. 0.52108 0.07725 lineto
  12341. 0.52232 0.07725 lineto
  12342. 0.5248 0.07725 lineto
  12343. 0.52976 0.07725 lineto
  12344. 0.53968 0.07725 lineto
  12345. 0.57937 0.07725 lineto
  12346. 0.58929 0.07725 lineto
  12347. 0.59921 0.07725 lineto
  12348. 0.60417 0.07725 lineto
  12349. 0.60913 0.07725 lineto
  12350. 0.61161 0.07725 lineto
  12351. 0.61285 0.07725 lineto
  12352. 0.61409 0.07725 lineto
  12353. 0.61533 0.15451 lineto
  12354. 0.61657 0.15451 lineto
  12355. 0.61905 0.15451 lineto
  12356. 0.65873 0.15451 lineto
  12357. 0.69841 0.15451 lineto
  12358. 0.7381 0.15451 lineto
  12359. 0.77778 0.15451 lineto
  12360. 0.7877 0.15451 lineto
  12361. 0.79762 0.15451 lineto
  12362. 0.8001 0.15451 lineto
  12363. 0.80134 0.15451 lineto
  12364. 0.80258 0.15451 lineto
  12365. 0.80382 0.15451 lineto
  12366. 0.80506 0 lineto
  12367. Mistroke
  12368. 0.8063 0 lineto
  12369. 0.80754 0 lineto
  12370. 0.81746 0 lineto
  12371. 0.85714 0 lineto
  12372. 0.89683 0 lineto
  12373. 0.93651 0 lineto
  12374. 0.97619 0 lineto
  12375. Mfstroke
  12376. grestore
  12377. grestore
  12378. gsave
  12379. gsave
  12380. 0.004 setlinewidth
  12381. 0.02381 0 moveto
  12382. 0.06349 0 lineto
  12383. 0.10317 0 lineto
  12384. 0.14286 0 lineto
  12385. 0.18254 0 lineto
  12386. 0.22222 0 lineto
  12387. 0.2619 0 lineto
  12388. 0.30159 0 lineto
  12389. 0.34127 0 lineto
  12390. 0.36111 0 lineto
  12391. 0.38095 0 lineto
  12392. 0.39087 0 lineto
  12393. 0.39583 0 lineto
  12394. 0.40079 0 lineto
  12395. 0.40203 0 lineto
  12396. 0.40327 0 lineto
  12397. 0.40451 0 lineto
  12398. 0.40575 0.00161 lineto
  12399. 0.40823 0.00563 lineto
  12400. 0.41071 0.00966 lineto
  12401. 0.42063 0.02575 lineto
  12402. 0.46032 0.09013 lineto
  12403. 0.5 0.15451 lineto
  12404. 0.53968 0.21889 lineto
  12405. 0.55952 0.25108 lineto
  12406. 0.57937 0.28327 lineto
  12407. 0.58433 0.29131 lineto
  12408. 0.58929 0.29936 lineto
  12409. 0.59177 0.30338 lineto
  12410. 0.59301 0.3054 lineto
  12411. 0.59425 0.30741 lineto
  12412. 0.59549 0 lineto
  12413. 0.59673 0 lineto
  12414. 0.59797 0 lineto
  12415. 0.59921 0 lineto
  12416. 0.61905 0 lineto
  12417. 0.65873 0 lineto
  12418. 0.69841 0 lineto
  12419. 0.7381 0 lineto
  12420. 0.77778 0 lineto
  12421. 0.81746 0 lineto
  12422. 0.85714 0 lineto
  12423. 0.89683 0 lineto
  12424. 0.93651 0 lineto
  12425. 0.97619 0 lineto
  12426. stroke
  12427. grestore
  12428. grestore
  12429. gsave
  12430. gsave
  12431. 0.004 setlinewidth
  12432. 0.02381 0 moveto
  12433. 0.06349 0 lineto
  12434. 0.10317 0 lineto
  12435. 0.14286 0 lineto
  12436. 0.18254 0 lineto
  12437. 0.22222 0 lineto
  12438. 0.2619 0 lineto
  12439. 0.30159 0 lineto
  12440. 0.34127 0 lineto
  12441. 0.36111 0 lineto
  12442. 0.38095 0 lineto
  12443. 0.39087 0 lineto
  12444. 0.39583 0 lineto
  12445. 0.40079 0 lineto
  12446. 0.40203 0 lineto
  12447. 0.40327 0 lineto
  12448. 0.40451 0 lineto
  12449. 0.40575 2e-05 lineto
  12450. 0.40699 8e-05 lineto
  12451. 0.40823 0.00021 lineto
  12452. 0.40947 0.00038 lineto
  12453. 0.41071 0.0006 lineto
  12454. 0.41319 0.00121 lineto
  12455. 0.41567 0.00203 lineto
  12456. 0.41815 0.00306 lineto
  12457. 0.42063 0.00429 lineto
  12458. 0.4256 0.00739 lineto
  12459. 0.43056 0.01133 lineto
  12460. 0.44048 0.02173 lineto
  12461. 0.4504 0.03548 lineto
  12462. 0.46032 0.05258 lineto
  12463. 0.48016 0.09684 lineto
  12464. 0.5 0.15451 lineto
  12465. 0.53968 0.31009 lineto
  12466. 0.57937 0.51932 lineto
  12467. 0.58433 0.54925 lineto
  12468. 0.58929 0.58001 lineto
  12469. 0.59177 0.59571 lineto
  12470. 0.59301 0.60363 lineto
  12471. 0.59425 0.61161 lineto
  12472. 0.59549 0.61803 lineto
  12473. 0.59673 0.61802 lineto
  12474. 0.59797 0.61797 lineto
  12475. 0.59921 0.6179 lineto
  12476. 0.60045 0.6178 lineto
  12477. 0.60169 0.61768 lineto
  12478. 0.60417 0.61735 lineto
  12479. 0.60665 0.61693 lineto
  12480. 0.60913 0.61639 lineto
  12481. 0.61409 0.61501 lineto
  12482. Mistroke
  12483. 0.61905 0.61321 lineto
  12484. 0.62897 0.60834 lineto
  12485. 0.63889 0.60181 lineto
  12486. 0.65873 0.5837 lineto
  12487. 0.67857 0.55889 lineto
  12488. 0.69841 0.52683 lineto
  12489. 0.71825 0.48257 lineto
  12490. 0.7381 0.4249 lineto
  12491. 0.77778 0.26932 lineto
  12492. 0.78274 0.2461 lineto
  12493. 0.78398 0.24016 lineto
  12494. 0.78522 0.23417 lineto
  12495. 0.78646 0.23055 lineto
  12496. 0.7877 0.22851 lineto
  12497. 0.79266 0.22009 lineto
  12498. 0.79762 0.21124 lineto
  12499. 0.8001 0.20666 lineto
  12500. 0.80134 0.20433 lineto
  12501. 0.80258 0.20198 lineto
  12502. 0.80382 0.1996 lineto
  12503. 0.80506 0 lineto
  12504. 0.8063 0 lineto
  12505. 0.80754 0 lineto
  12506. 0.81746 0 lineto
  12507. 0.85714 0 lineto
  12508. 0.89683 0 lineto
  12509. 0.93651 0 lineto
  12510. 0.97619 0 lineto
  12511. Mfstroke
  12512. grestore
  12513. grestore
  12514. grestore
  12515. % End of Graphics
  12516. MathPictureEnd
  12517. :[font = postscript; inactive; PostScript; output; pictureLeft = 39; pictureWidth = 282; pictureHeight = 176; preserveAspect; ]
  12518. %!
  12519. %%Creator: Mathematica
  12520. %%AspectRatio: 0.61803 
  12521. MathPictureStart
  12522. % Scaling calculations
  12523. 0.40476 0.09524 0 0.07725 [
  12524. [(-4)] 0.02381 -0.0125 0 1 Msboxa
  12525. [(-2)] 0.21429 -0.0125 0 1 Msboxa
  12526. [(2)] 0.59524 -0.0125 0 1 Msboxa
  12527. [(4)] 0.78571 -0.0125 0 1 Msboxa
  12528. [(6)] 0.97619 -0.0125 0 1 Msboxa
  12529. [(1)] 0.39226 0.07725 1 0 Msboxa
  12530. [(2)] 0.39226 0.15451 1 0 Msboxa
  12531. [(3)] 0.39226 0.23176 1 0 Msboxa
  12532. [(4)] 0.39226 0.30902 1 0 Msboxa
  12533. [(5)] 0.39226 0.38627 1 0 Msboxa
  12534. [(6)] 0.39226 0.46353 1 0 Msboxa
  12535. [(7)] 0.39226 0.54078 1 0 Msboxa
  12536. [(8)] 0.39226 0.61803 1 0 Msboxa
  12537. [ -0.001 -0.00725 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 0 moveto
  12551. 1 0 lineto
  12552. stroke
  12553. 0.02381 -0.00625 moveto
  12554. 0.02381 0.00625 lineto
  12555. stroke
  12556. 0 setgray
  12557. [(-4)] 0.02381 -0.0125 0 1 Mshowa
  12558. 0.21429 -0.00625 moveto
  12559. 0.21429 0.00625 lineto
  12560. stroke
  12561. 0 setgray
  12562. [(-2)] 0.21429 -0.0125 0 1 Mshowa
  12563. 0.59524 -0.00625 moveto
  12564. 0.59524 0.00625 lineto
  12565. stroke
  12566. 0 setgray
  12567. [(2)] 0.59524 -0.0125 0 1 Mshowa
  12568. 0.78571 -0.00625 moveto
  12569. 0.78571 0.00625 lineto
  12570. stroke
  12571. 0 setgray
  12572. [(4)] 0.78571 -0.0125 0 1 Mshowa
  12573. 0.97619 -0.00625 moveto
  12574. 0.97619 0.00625 lineto
  12575. stroke
  12576. 0 setgray
  12577. [(6)] 0.97619 -0.0125 0 1 Mshowa
  12578. 0.40476 0 moveto
  12579. 0.40476 0.61803 lineto
  12580. stroke
  12581. 0.39851 0.07725 moveto
  12582. 0.41101 0.07725 lineto
  12583. stroke
  12584. 0 setgray
  12585. [(1)] 0.39226 0.07725 1 0 Mshowa
  12586. 0.39851 0.15451 moveto
  12587. 0.41101 0.15451 lineto
  12588. stroke
  12589. 0 setgray
  12590. [(2)] 0.39226 0.15451 1 0 Mshowa
  12591. 0.39851 0.23176 moveto
  12592. 0.41101 0.23176 lineto
  12593. stroke
  12594. 0 setgray
  12595. [(3)] 0.39226 0.23176 1 0 Mshowa
  12596. 0.39851 0.30902 moveto
  12597. 0.41101 0.30902 lineto
  12598. stroke
  12599. 0 setgray
  12600. [(4)] 0.39226 0.30902 1 0 Mshowa
  12601. 0.39851 0.38627 moveto
  12602. 0.41101 0.38627 lineto
  12603. stroke
  12604. 0 setgray
  12605. [(5)] 0.39226 0.38627 1 0 Mshowa
  12606. 0.39851 0.46353 moveto
  12607. 0.41101 0.46353 lineto
  12608. stroke
  12609. 0 setgray
  12610. [(6)] 0.39226 0.46353 1 0 Mshowa
  12611. 0.39851 0.54078 moveto
  12612. 0.41101 0.54078 lineto
  12613. stroke
  12614. 0 setgray
  12615. [(7)] 0.39226 0.54078 1 0 Mshowa
  12616. 0.39851 0.61803 moveto
  12617. 0.41101 0.61803 lineto
  12618. stroke
  12619. 0 setgray
  12620. [(8)] 0.39226 0.61803 1 0 Mshowa
  12621. grestore
  12622. grestore
  12623. 0 0 moveto
  12624. 1 0 lineto
  12625. 1 0.618034 lineto
  12626. 0 0.618034 lineto
  12627. closepath
  12628. clip
  12629. newpath
  12630. 0 setgray
  12631. gsave
  12632. gsave
  12633. gsave
  12634. 0.004 setlinewidth
  12635. 0.02381 0 moveto
  12636. 0.06349 0 lineto
  12637. 0.10317 0 lineto
  12638. 0.14286 0 lineto
  12639. 0.18254 0 lineto
  12640. 0.22222 0 lineto
  12641. 0.2619 0 lineto
  12642. 0.30159 0 lineto
  12643. 0.34127 0 lineto
  12644. 0.38095 0 lineto
  12645. 0.42063 0 lineto
  12646. 0.46032 0 lineto
  12647. 0.48016 0 lineto
  12648. 0.5 0 lineto
  12649. 0.51984 0 lineto
  12650. 0.5248 0 lineto
  12651. 0.52976 0 lineto
  12652. 0.53472 0 lineto
  12653. 0.53596 0 lineto
  12654. 0.5372 0 lineto
  12655. 0.53844 0.07725 lineto
  12656. 0.53968 0.07725 lineto
  12657. 0.54216 0.07725 lineto
  12658. 0.54464 0.07725 lineto
  12659. 0.5496 0.07725 lineto
  12660. 0.55952 0.07725 lineto
  12661. 0.57937 0.07725 lineto
  12662. 0.59921 0.07725 lineto
  12663. 0.60913 0.07725 lineto
  12664. 0.61905 0.07725 lineto
  12665. 0.62401 0.07725 lineto
  12666. 0.62897 0.07725 lineto
  12667. 0.63021 0.07725 lineto
  12668. 0.63145 0.07725 lineto
  12669. 0.63269 0.07725 lineto
  12670. 0.63393 0.15451 lineto
  12671. 0.63641 0.15451 lineto
  12672. 0.63889 0.15451 lineto
  12673. 0.65873 0.15451 lineto
  12674. 0.69841 0.15451 lineto
  12675. 0.7381 0.15451 lineto
  12676. 0.77778 0.15451 lineto
  12677. 0.79762 0.15451 lineto
  12678. 0.80754 0.15451 lineto
  12679. 0.8125 0.15451 lineto
  12680. 0.81746 0.15451 lineto
  12681. 0.81994 0.15451 lineto
  12682. 0.82118 0.15451 lineto
  12683. 0.82242 0.15451 lineto
  12684. 0.82366 0.15451 lineto
  12685. Mistroke
  12686. 0.8249 0 lineto
  12687. 0.82738 0 lineto
  12688. 0.8373 0 lineto
  12689. 0.85714 0 lineto
  12690. 0.89683 0 lineto
  12691. 0.93651 0 lineto
  12692. 0.97619 0 lineto
  12693. Mfstroke
  12694. grestore
  12695. grestore
  12696. gsave
  12697. gsave
  12698. 0.004 setlinewidth
  12699. 0.02381 0 moveto
  12700. 0.06349 0 lineto
  12701. 0.10317 0 lineto
  12702. 0.14286 0 lineto
  12703. 0.18254 0 lineto
  12704. 0.22222 0 lineto
  12705. 0.2619 0 lineto
  12706. 0.30159 0 lineto
  12707. 0.34127 0 lineto
  12708. 0.36111 0 lineto
  12709. 0.38095 0 lineto
  12710. 0.39087 0 lineto
  12711. 0.39583 0 lineto
  12712. 0.40079 0 lineto
  12713. 0.40203 0 lineto
  12714. 0.40327 0 lineto
  12715. 0.40451 0 lineto
  12716. 0.40575 0.00161 lineto
  12717. 0.40823 0.00563 lineto
  12718. 0.41071 0.00966 lineto
  12719. 0.42063 0.02575 lineto
  12720. 0.46032 0.09013 lineto
  12721. 0.5 0.15451 lineto
  12722. 0.53968 0.21889 lineto
  12723. 0.55952 0.25108 lineto
  12724. 0.57937 0.28327 lineto
  12725. 0.58433 0.29131 lineto
  12726. 0.58929 0.29936 lineto
  12727. 0.59177 0.30338 lineto
  12728. 0.59301 0.3054 lineto
  12729. 0.59425 0.30741 lineto
  12730. 0.59549 0 lineto
  12731. 0.59673 0 lineto
  12732. 0.59797 0 lineto
  12733. 0.59921 0 lineto
  12734. 0.61905 0 lineto
  12735. 0.65873 0 lineto
  12736. 0.69841 0 lineto
  12737. 0.7381 0 lineto
  12738. 0.77778 0 lineto
  12739. 0.81746 0 lineto
  12740. 0.85714 0 lineto
  12741. 0.89683 0 lineto
  12742. 0.93651 0 lineto
  12743. 0.97619 0 lineto
  12744. stroke
  12745. grestore
  12746. grestore
  12747. gsave
  12748. gsave
  12749. 0.004 setlinewidth
  12750. 0.02381 0 moveto
  12751. 0.06349 0 lineto
  12752. 0.10317 0 lineto
  12753. 0.14286 0 lineto
  12754. 0.18254 0 lineto
  12755. 0.22222 0 lineto
  12756. 0.2619 0 lineto
  12757. 0.30159 0 lineto
  12758. 0.34127 0 lineto
  12759. 0.36111 0 lineto
  12760. 0.38095 0 lineto
  12761. 0.39087 0 lineto
  12762. 0.39583 0 lineto
  12763. 0.40079 0 lineto
  12764. 0.40203 0 lineto
  12765. 0.40327 0 lineto
  12766. 0.40451 0 lineto
  12767. 0.40575 2e-05 lineto
  12768. 0.40699 8e-05 lineto
  12769. 0.40823 0.00021 lineto
  12770. 0.40947 0.00038 lineto
  12771. 0.41071 0.0006 lineto
  12772. 0.41319 0.00121 lineto
  12773. 0.41567 0.00203 lineto
  12774. 0.41815 0.00306 lineto
  12775. 0.42063 0.00429 lineto
  12776. 0.4256 0.00739 lineto
  12777. 0.43056 0.01133 lineto
  12778. 0.44048 0.02173 lineto
  12779. 0.4504 0.03548 lineto
  12780. 0.46032 0.05258 lineto
  12781. 0.48016 0.09684 lineto
  12782. 0.5 0.15451 lineto
  12783. 0.53968 0.31009 lineto
  12784. 0.57937 0.51932 lineto
  12785. 0.58433 0.54925 lineto
  12786. 0.58929 0.58001 lineto
  12787. 0.59177 0.59571 lineto
  12788. 0.59301 0.60363 lineto
  12789. 0.59425 0.61161 lineto
  12790. 0.59549 0.61803 lineto
  12791. 0.59673 0.61802 lineto
  12792. 0.59797 0.61797 lineto
  12793. 0.59921 0.6179 lineto
  12794. 0.60045 0.6178 lineto
  12795. 0.60169 0.61768 lineto
  12796. 0.60417 0.61735 lineto
  12797. 0.60665 0.61693 lineto
  12798. 0.60913 0.61639 lineto
  12799. 0.61409 0.61501 lineto
  12800. Mistroke
  12801. 0.61905 0.61321 lineto
  12802. 0.62897 0.60834 lineto
  12803. 0.63889 0.60181 lineto
  12804. 0.65873 0.5837 lineto
  12805. 0.67857 0.55889 lineto
  12806. 0.69841 0.52683 lineto
  12807. 0.71825 0.48257 lineto
  12808. 0.7381 0.4249 lineto
  12809. 0.77778 0.26932 lineto
  12810. 0.78274 0.2461 lineto
  12811. 0.78398 0.24016 lineto
  12812. 0.78522 0.23417 lineto
  12813. 0.78646 0.23055 lineto
  12814. 0.7877 0.22851 lineto
  12815. 0.79266 0.22009 lineto
  12816. 0.79762 0.21124 lineto
  12817. 0.80754 0.1923 lineto
  12818. 0.8125 0.1822 lineto
  12819. 0.81746 0.17168 lineto
  12820. 0.81994 0.16626 lineto
  12821. 0.82118 0.16351 lineto
  12822. 0.82242 0.16074 lineto
  12823. 0.82366 0.15794 lineto
  12824. 0.8249 0 lineto
  12825. 0.82738 0 lineto
  12826. 0.8373 0 lineto
  12827. 0.85714 0 lineto
  12828. 0.89683 0 lineto
  12829. 0.93651 0 lineto
  12830. 0.97619 0 lineto
  12831. Mfstroke
  12832. grestore
  12833. grestore
  12834. grestore
  12835. % End of Graphics
  12836. MathPictureEnd
  12837. :[font = postscript; inactive; PostScript; output; pictureLeft = 39; pictureWidth = 282; pictureHeight = 176; preserveAspect; ]
  12838. %!
  12839. %%Creator: Mathematica
  12840. %%AspectRatio: 0.61803 
  12841. MathPictureStart
  12842. % Scaling calculations
  12843. 0.40476 0.09524 0 0.07725 [
  12844. [(-4)] 0.02381 -0.0125 0 1 Msboxa
  12845. [(-2)] 0.21429 -0.0125 0 1 Msboxa
  12846. [(2)] 0.59524 -0.0125 0 1 Msboxa
  12847. [(4)] 0.78571 -0.0125 0 1 Msboxa
  12848. [(6)] 0.97619 -0.0125 0 1 Msboxa
  12849. [(1)] 0.39226 0.07725 1 0 Msboxa
  12850. [(2)] 0.39226 0.15451 1 0 Msboxa
  12851. [(3)] 0.39226 0.23176 1 0 Msboxa
  12852. [(4)] 0.39226 0.30902 1 0 Msboxa
  12853. [(5)] 0.39226 0.38627 1 0 Msboxa
  12854. [(6)] 0.39226 0.46353 1 0 Msboxa
  12855. [(7)] 0.39226 0.54078 1 0 Msboxa
  12856. [(8)] 0.39226 0.61803 1 0 Msboxa
  12857. [ -0.001 -0.00725 0 0 ]
  12858. [ 1.001 0.61903 0 0 ]
  12859. ] MathScale
  12860. % Start of Graphics
  12861. 1 setlinecap
  12862. 1 setlinejoin
  12863. newpath
  12864. %%Object: Graphics
  12865. [ ] 0 setdash
  12866. 0 setgray
  12867. gsave
  12868. gsave
  12869. 0.002 setlinewidth
  12870. 0 0 moveto
  12871. 1 0 lineto
  12872. stroke
  12873. 0.02381 -0.00625 moveto
  12874. 0.02381 0.00625 lineto
  12875. stroke
  12876. 0 setgray
  12877. [(-4)] 0.02381 -0.0125 0 1 Mshowa
  12878. 0.21429 -0.00625 moveto
  12879. 0.21429 0.00625 lineto
  12880. stroke
  12881. 0 setgray
  12882. [(-2)] 0.21429 -0.0125 0 1 Mshowa
  12883. 0.59524 -0.00625 moveto
  12884. 0.59524 0.00625 lineto
  12885. stroke
  12886. 0 setgray
  12887. [(2)] 0.59524 -0.0125 0 1 Mshowa
  12888. 0.78571 -0.00625 moveto
  12889. 0.78571 0.00625 lineto
  12890. stroke
  12891. 0 setgray
  12892. [(4)] 0.78571 -0.0125 0 1 Mshowa
  12893. 0.97619 -0.00625 moveto
  12894. 0.97619 0.00625 lineto
  12895. stroke
  12896. 0 setgray
  12897. [(6)] 0.97619 -0.0125 0 1 Mshowa
  12898. 0.40476 0 moveto
  12899. 0.40476 0.61803 lineto
  12900. stroke
  12901. 0.39851 0.07725 moveto
  12902. 0.41101 0.07725 lineto
  12903. stroke
  12904. 0 setgray
  12905. [(1)] 0.39226 0.07725 1 0 Mshowa
  12906. 0.39851 0.15451 moveto
  12907. 0.41101 0.15451 lineto
  12908. stroke
  12909. 0 setgray
  12910. [(2)] 0.39226 0.15451 1 0 Mshowa
  12911. 0.39851 0.23176 moveto
  12912. 0.41101 0.23176 lineto
  12913. stroke
  12914. 0 setgray
  12915. [(3)] 0.39226 0.23176 1 0 Mshowa
  12916. 0.39851 0.30902 moveto
  12917. 0.41101 0.30902 lineto
  12918. stroke
  12919. 0 setgray
  12920. [(4)] 0.39226 0.30902 1 0 Mshowa
  12921. 0.39851 0.38627 moveto
  12922. 0.41101 0.38627 lineto
  12923. stroke
  12924. 0 setgray
  12925. [(5)] 0.39226 0.38627 1 0 Mshowa
  12926. 0.39851 0.46353 moveto
  12927. 0.41101 0.46353 lineto
  12928. stroke
  12929. 0 setgray
  12930. [(6)] 0.39226 0.46353 1 0 Mshowa
  12931. 0.39851 0.54078 moveto
  12932. 0.41101 0.54078 lineto
  12933. stroke
  12934. 0 setgray
  12935. [(7)] 0.39226 0.54078 1 0 Mshowa
  12936. 0.39851 0.61803 moveto
  12937. 0.41101 0.61803 lineto
  12938. stroke
  12939. 0 setgray
  12940. [(8)] 0.39226 0.61803 1 0 Mshowa
  12941. grestore
  12942. grestore
  12943. 0 0 moveto
  12944. 1 0 lineto
  12945. 1 0.618034 lineto
  12946. 0 0.618034 lineto
  12947. closepath
  12948. clip
  12949. newpath
  12950. 0 setgray
  12951. gsave
  12952. gsave
  12953. gsave
  12954. 0.004 setlinewidth
  12955. 0.02381 0 moveto
  12956. 0.06349 0 lineto
  12957. 0.10317 0 lineto
  12958. 0.14286 0 lineto
  12959. 0.18254 0 lineto
  12960. 0.22222 0 lineto
  12961. 0.2619 0 lineto
  12962. 0.30159 0 lineto
  12963. 0.34127 0 lineto
  12964. 0.38095 0 lineto
  12965. 0.42063 0 lineto
  12966. 0.46032 0 lineto
  12967. 0.5 0 lineto
  12968. 0.51984 0 lineto
  12969. 0.52976 0 lineto
  12970. 0.53968 0 lineto
  12971. 0.5496 0 lineto
  12972. 0.55208 0 lineto
  12973. 0.55456 0 lineto
  12974. 0.5558 0 lineto
  12975. 0.55704 0 lineto
  12976. 0.55828 0.07725 lineto
  12977. 0.55952 0.07725 lineto
  12978. 0.57937 0.07725 lineto
  12979. 0.59921 0.07725 lineto
  12980. 0.61905 0.07725 lineto
  12981. 0.62897 0.07725 lineto
  12982. 0.63889 0.07725 lineto
  12983. 0.64385 0.07725 lineto
  12984. 0.64633 0.07725 lineto
  12985. 0.64881 0.07725 lineto
  12986. 0.65005 0.07725 lineto
  12987. 0.65129 0.07725 lineto
  12988. 0.65253 0.15451 lineto
  12989. 0.65377 0.15451 lineto
  12990. 0.65873 0.15451 lineto
  12991. 0.69841 0.15451 lineto
  12992. 0.7381 0.15451 lineto
  12993. 0.77778 0.15451 lineto
  12994. 0.79762 0.15451 lineto
  12995. 0.81746 0.15451 lineto
  12996. 0.82738 0.15451 lineto
  12997. 0.83234 0.15451 lineto
  12998. 0.8373 0.15451 lineto
  12999. 0.83978 0.15451 lineto
  13000. 0.84102 0.15451 lineto
  13001. 0.84226 0.15451 lineto
  13002. 0.8435 0 lineto
  13003. 0.84474 0 lineto
  13004. 0.84722 0 lineto
  13005. Mistroke
  13006. 0.85714 0 lineto
  13007. 0.89683 0 lineto
  13008. 0.93651 0 lineto
  13009. 0.97619 0 lineto
  13010. Mfstroke
  13011. grestore
  13012. grestore
  13013. gsave
  13014. gsave
  13015. 0.004 setlinewidth
  13016. 0.02381 0 moveto
  13017. 0.06349 0 lineto
  13018. 0.10317 0 lineto
  13019. 0.14286 0 lineto
  13020. 0.18254 0 lineto
  13021. 0.22222 0 lineto
  13022. 0.2619 0 lineto
  13023. 0.30159 0 lineto
  13024. 0.34127 0 lineto
  13025. 0.36111 0 lineto
  13026. 0.38095 0 lineto
  13027. 0.39087 0 lineto
  13028. 0.39583 0 lineto
  13029. 0.40079 0 lineto
  13030. 0.40203 0 lineto
  13031. 0.40327 0 lineto
  13032. 0.40451 0 lineto
  13033. 0.40575 0.00161 lineto
  13034. 0.40823 0.00563 lineto
  13035. 0.41071 0.00966 lineto
  13036. 0.42063 0.02575 lineto
  13037. 0.46032 0.09013 lineto
  13038. 0.5 0.15451 lineto
  13039. 0.53968 0.21889 lineto
  13040. 0.55952 0.25108 lineto
  13041. 0.57937 0.28327 lineto
  13042. 0.58433 0.29131 lineto
  13043. 0.58929 0.29936 lineto
  13044. 0.59177 0.30338 lineto
  13045. 0.59301 0.3054 lineto
  13046. 0.59425 0.30741 lineto
  13047. 0.59549 0 lineto
  13048. 0.59673 0 lineto
  13049. 0.59797 0 lineto
  13050. 0.59921 0 lineto
  13051. 0.61905 0 lineto
  13052. 0.65873 0 lineto
  13053. 0.69841 0 lineto
  13054. 0.7381 0 lineto
  13055. 0.77778 0 lineto
  13056. 0.81746 0 lineto
  13057. 0.85714 0 lineto
  13058. 0.89683 0 lineto
  13059. 0.93651 0 lineto
  13060. 0.97619 0 lineto
  13061. stroke
  13062. grestore
  13063. grestore
  13064. gsave
  13065. gsave
  13066. 0.004 setlinewidth
  13067. 0.02381 0 moveto
  13068. 0.06349 0 lineto
  13069. 0.10317 0 lineto
  13070. 0.14286 0 lineto
  13071. 0.18254 0 lineto
  13072. 0.22222 0 lineto
  13073. 0.2619 0 lineto
  13074. 0.30159 0 lineto
  13075. 0.34127 0 lineto
  13076. 0.36111 0 lineto
  13077. 0.38095 0 lineto
  13078. 0.39087 0 lineto
  13079. 0.39583 0 lineto
  13080. 0.40079 0 lineto
  13081. 0.40203 0 lineto
  13082. 0.40327 0 lineto
  13083. 0.40451 0 lineto
  13084. 0.40575 2e-05 lineto
  13085. 0.40699 8e-05 lineto
  13086. 0.40823 0.00021 lineto
  13087. 0.40947 0.00038 lineto
  13088. 0.41071 0.0006 lineto
  13089. 0.41319 0.00121 lineto
  13090. 0.41567 0.00203 lineto
  13091. 0.41815 0.00306 lineto
  13092. 0.42063 0.00429 lineto
  13093. 0.4256 0.00739 lineto
  13094. 0.43056 0.01133 lineto
  13095. 0.44048 0.02173 lineto
  13096. 0.4504 0.03548 lineto
  13097. 0.46032 0.05258 lineto
  13098. 0.48016 0.09684 lineto
  13099. 0.5 0.15451 lineto
  13100. 0.53968 0.31009 lineto
  13101. 0.57937 0.51932 lineto
  13102. 0.58433 0.54925 lineto
  13103. 0.58929 0.58001 lineto
  13104. 0.59177 0.59571 lineto
  13105. 0.59301 0.60363 lineto
  13106. 0.59425 0.61161 lineto
  13107. 0.59549 0.61803 lineto
  13108. 0.59673 0.61802 lineto
  13109. 0.59797 0.61797 lineto
  13110. 0.59921 0.6179 lineto
  13111. 0.60045 0.6178 lineto
  13112. 0.60169 0.61768 lineto
  13113. 0.60417 0.61735 lineto
  13114. 0.60665 0.61693 lineto
  13115. 0.60913 0.61639 lineto
  13116. 0.61409 0.61501 lineto
  13117. Mistroke
  13118. 0.61905 0.61321 lineto
  13119. 0.62897 0.60834 lineto
  13120. 0.63889 0.60181 lineto
  13121. 0.65873 0.5837 lineto
  13122. 0.67857 0.55889 lineto
  13123. 0.69841 0.52683 lineto
  13124. 0.71825 0.48257 lineto
  13125. 0.7381 0.4249 lineto
  13126. 0.77778 0.26932 lineto
  13127. 0.78274 0.2461 lineto
  13128. 0.78398 0.24016 lineto
  13129. 0.78522 0.23417 lineto
  13130. 0.78646 0.23055 lineto
  13131. 0.7877 0.22851 lineto
  13132. 0.79266 0.22009 lineto
  13133. 0.79762 0.21124 lineto
  13134. 0.80754 0.1923 lineto
  13135. 0.81746 0.17168 lineto
  13136. 0.82738 0.14938 lineto
  13137. 0.83234 0.1376 lineto
  13138. 0.8373 0.1254 lineto
  13139. 0.83978 0.11915 lineto
  13140. 0.84102 0.11598 lineto
  13141. 0.84226 0.11279 lineto
  13142. 0.8435 0 lineto
  13143. 0.84474 0 lineto
  13144. 0.84722 0 lineto
  13145. 0.85714 0 lineto
  13146. 0.89683 0 lineto
  13147. 0.93651 0 lineto
  13148. 0.97619 0 lineto
  13149. Mfstroke
  13150. grestore
  13151. grestore
  13152. grestore
  13153. % End of Graphics
  13154. MathPictureEnd
  13155. :[font = postscript; inactive; PostScript; output; pictureLeft = 39; pictureWidth = 282; pictureHeight = 176; preserveAspect; ]
  13156. %!
  13157. %%Creator: Mathematica
  13158. %%AspectRatio: 0.61803 
  13159. MathPictureStart
  13160. % Scaling calculations
  13161. 0.40476 0.09524 0 0.07725 [
  13162. [(-4)] 0.02381 -0.0125 0 1 Msboxa
  13163. [(-2)] 0.21429 -0.0125 0 1 Msboxa
  13164. [(2)] 0.59524 -0.0125 0 1 Msboxa
  13165. [(4)] 0.78571 -0.0125 0 1 Msboxa
  13166. [(6)] 0.97619 -0.0125 0 1 Msboxa
  13167. [(1)] 0.39226 0.07725 1 0 Msboxa
  13168. [(2)] 0.39226 0.15451 1 0 Msboxa
  13169. [(3)] 0.39226 0.23176 1 0 Msboxa
  13170. [(4)] 0.39226 0.30902 1 0 Msboxa
  13171. [(5)] 0.39226 0.38627 1 0 Msboxa
  13172. [(6)] 0.39226 0.46353 1 0 Msboxa
  13173. [(7)] 0.39226 0.54078 1 0 Msboxa
  13174. [(8)] 0.39226 0.61803 1 0 Msboxa
  13175. [ -0.001 -0.00725 0 0 ]
  13176. [ 1.001 0.61903 0 0 ]
  13177. ] MathScale
  13178. % Start of Graphics
  13179. 1 setlinecap
  13180. 1 setlinejoin
  13181. newpath
  13182. %%Object: Graphics
  13183. [ ] 0 setdash
  13184. 0 setgray
  13185. gsave
  13186. gsave
  13187. 0.002 setlinewidth
  13188. 0 0 moveto
  13189. 1 0 lineto
  13190. stroke
  13191. 0.02381 -0.00625 moveto
  13192. 0.02381 0.00625 lineto
  13193. stroke
  13194. 0 setgray
  13195. [(-4)] 0.02381 -0.0125 0 1 Mshowa
  13196. 0.21429 -0.00625 moveto
  13197. 0.21429 0.00625 lineto
  13198. stroke
  13199. 0 setgray
  13200. [(-2)] 0.21429 -0.0125 0 1 Mshowa
  13201. 0.59524 -0.00625 moveto
  13202. 0.59524 0.00625 lineto
  13203. stroke
  13204. 0 setgray
  13205. [(2)] 0.59524 -0.0125 0 1 Mshowa
  13206. 0.78571 -0.00625 moveto
  13207. 0.78571 0.00625 lineto
  13208. stroke
  13209. 0 setgray
  13210. [(4)] 0.78571 -0.0125 0 1 Mshowa
  13211. 0.97619 -0.00625 moveto
  13212. 0.97619 0.00625 lineto
  13213. stroke
  13214. 0 setgray
  13215. [(6)] 0.97619 -0.0125 0 1 Mshowa
  13216. 0.40476 0 moveto
  13217. 0.40476 0.61803 lineto
  13218. stroke
  13219. 0.39851 0.07725 moveto
  13220. 0.41101 0.07725 lineto
  13221. stroke
  13222. 0 setgray
  13223. [(1)] 0.39226 0.07725 1 0 Mshowa
  13224. 0.39851 0.15451 moveto
  13225. 0.41101 0.15451 lineto
  13226. stroke
  13227. 0 setgray
  13228. [(2)] 0.39226 0.15451 1 0 Mshowa
  13229. 0.39851 0.23176 moveto
  13230. 0.41101 0.23176 lineto
  13231. stroke
  13232. 0 setgray
  13233. [(3)] 0.39226 0.23176 1 0 Mshowa
  13234. 0.39851 0.30902 moveto
  13235. 0.41101 0.30902 lineto
  13236. stroke
  13237. 0 setgray
  13238. [(4)] 0.39226 0.30902 1 0 Mshowa
  13239. 0.39851 0.38627 moveto
  13240. 0.41101 0.38627 lineto
  13241. stroke
  13242. 0 setgray
  13243. [(5)] 0.39226 0.38627 1 0 Mshowa
  13244. 0.39851 0.46353 moveto
  13245. 0.41101 0.46353 lineto
  13246. stroke
  13247. 0 setgray
  13248. [(6)] 0.39226 0.46353 1 0 Mshowa
  13249. 0.39851 0.54078 moveto
  13250. 0.41101 0.54078 lineto
  13251. stroke
  13252. 0 setgray
  13253. [(7)] 0.39226 0.54078 1 0 Mshowa
  13254. 0.39851 0.61803 moveto
  13255. 0.41101 0.61803 lineto
  13256. stroke
  13257. 0 setgray
  13258. [(8)] 0.39226 0.61803 1 0 Mshowa
  13259. grestore
  13260. grestore
  13261. 0 0 moveto
  13262. 1 0 lineto
  13263. 1 0.618034 lineto
  13264. 0 0.618034 lineto
  13265. closepath
  13266. clip
  13267. newpath
  13268. 0 setgray
  13269. gsave
  13270. gsave
  13271. gsave
  13272. 0.004 setlinewidth
  13273. 0.02381 0 moveto
  13274. 0.06349 0 lineto
  13275. 0.10317 0 lineto
  13276. 0.14286 0 lineto
  13277. 0.18254 0 lineto
  13278. 0.22222 0 lineto
  13279. 0.2619 0 lineto
  13280. 0.30159 0 lineto
  13281. 0.34127 0 lineto
  13282. 0.38095 0 lineto
  13283. 0.42063 0 lineto
  13284. 0.46032 0 lineto
  13285. 0.5 0 lineto
  13286. 0.51984 0 lineto
  13287. 0.53968 0 lineto
  13288. 0.5496 0 lineto
  13289. 0.55952 0 lineto
  13290. 0.56448 0 lineto
  13291. 0.56944 0 lineto
  13292. 0.57192 0 lineto
  13293. 0.57316 0 lineto
  13294. 0.5744 0 lineto
  13295. 0.57564 0 lineto
  13296. 0.57688 0.07725 lineto
  13297. 0.57937 0.07725 lineto
  13298. 0.61905 0.07725 lineto
  13299. 0.63889 0.07725 lineto
  13300. 0.64881 0.07725 lineto
  13301. 0.65873 0.07725 lineto
  13302. 0.66369 0.07725 lineto
  13303. 0.66617 0.07725 lineto
  13304. 0.66865 0.07725 lineto
  13305. 0.66989 0.07725 lineto
  13306. 0.67113 0.07725 lineto
  13307. 0.67237 0.15451 lineto
  13308. 0.67361 0.15451 lineto
  13309. 0.67857 0.15451 lineto
  13310. 0.69841 0.15451 lineto
  13311. 0.7381 0.15451 lineto
  13312. 0.77778 0.15451 lineto
  13313. 0.81746 0.15451 lineto
  13314. 0.8373 0.15451 lineto
  13315. 0.84722 0.15451 lineto
  13316. 0.85218 0.15451 lineto
  13317. 0.85714 0.15451 lineto
  13318. 0.85838 0.15451 lineto
  13319. 0.85962 0.15451 lineto
  13320. 0.86086 0.15451 lineto
  13321. 0.8621 0 lineto
  13322. 0.86458 0 lineto
  13323. Mistroke
  13324. 0.86706 0 lineto
  13325. 0.87698 0 lineto
  13326. 0.89683 0 lineto
  13327. 0.93651 0 lineto
  13328. 0.97619 0 lineto
  13329. Mfstroke
  13330. grestore
  13331. grestore
  13332. gsave
  13333. gsave
  13334. 0.004 setlinewidth
  13335. 0.02381 0 moveto
  13336. 0.06349 0 lineto
  13337. 0.10317 0 lineto
  13338. 0.14286 0 lineto
  13339. 0.18254 0 lineto
  13340. 0.22222 0 lineto
  13341. 0.2619 0 lineto
  13342. 0.30159 0 lineto
  13343. 0.34127 0 lineto
  13344. 0.36111 0 lineto
  13345. 0.38095 0 lineto
  13346. 0.39087 0 lineto
  13347. 0.39583 0 lineto
  13348. 0.40079 0 lineto
  13349. 0.40203 0 lineto
  13350. 0.40327 0 lineto
  13351. 0.40451 0 lineto
  13352. 0.40575 0.00161 lineto
  13353. 0.40823 0.00563 lineto
  13354. 0.41071 0.00966 lineto
  13355. 0.42063 0.02575 lineto
  13356. 0.46032 0.09013 lineto
  13357. 0.5 0.15451 lineto
  13358. 0.53968 0.21889 lineto
  13359. 0.55952 0.25108 lineto
  13360. 0.57937 0.28327 lineto
  13361. 0.58433 0.29131 lineto
  13362. 0.58929 0.29936 lineto
  13363. 0.59177 0.30338 lineto
  13364. 0.59301 0.3054 lineto
  13365. 0.59425 0.30741 lineto
  13366. 0.59549 0 lineto
  13367. 0.59673 0 lineto
  13368. 0.59797 0 lineto
  13369. 0.59921 0 lineto
  13370. 0.61905 0 lineto
  13371. 0.65873 0 lineto
  13372. 0.69841 0 lineto
  13373. 0.7381 0 lineto
  13374. 0.77778 0 lineto
  13375. 0.81746 0 lineto
  13376. 0.85714 0 lineto
  13377. 0.89683 0 lineto
  13378. 0.93651 0 lineto
  13379. 0.97619 0 lineto
  13380. stroke
  13381. grestore
  13382. grestore
  13383. gsave
  13384. gsave
  13385. 0.004 setlinewidth
  13386. 0.02381 0 moveto
  13387. 0.06349 0 lineto
  13388. 0.10317 0 lineto
  13389. 0.14286 0 lineto
  13390. 0.18254 0 lineto
  13391. 0.22222 0 lineto
  13392. 0.2619 0 lineto
  13393. 0.30159 0 lineto
  13394. 0.34127 0 lineto
  13395. 0.36111 0 lineto
  13396. 0.38095 0 lineto
  13397. 0.39087 0 lineto
  13398. 0.39583 0 lineto
  13399. 0.40079 0 lineto
  13400. 0.40203 0 lineto
  13401. 0.40327 0 lineto
  13402. 0.40451 0 lineto
  13403. 0.40575 2e-05 lineto
  13404. 0.40699 8e-05 lineto
  13405. 0.40823 0.00021 lineto
  13406. 0.40947 0.00038 lineto
  13407. 0.41071 0.0006 lineto
  13408. 0.41319 0.00121 lineto
  13409. 0.41567 0.00203 lineto
  13410. 0.41815 0.00306 lineto
  13411. 0.42063 0.00429 lineto
  13412. 0.4256 0.00739 lineto
  13413. 0.43056 0.01133 lineto
  13414. 0.44048 0.02173 lineto
  13415. 0.4504 0.03548 lineto
  13416. 0.46032 0.05258 lineto
  13417. 0.48016 0.09684 lineto
  13418. 0.5 0.15451 lineto
  13419. 0.53968 0.31009 lineto
  13420. 0.57937 0.51932 lineto
  13421. 0.58433 0.54925 lineto
  13422. 0.58929 0.58001 lineto
  13423. 0.59177 0.59571 lineto
  13424. 0.59301 0.60363 lineto
  13425. 0.59425 0.61161 lineto
  13426. 0.59549 0.61803 lineto
  13427. 0.59673 0.61802 lineto
  13428. 0.59797 0.61797 lineto
  13429. 0.59921 0.6179 lineto
  13430. 0.60045 0.6178 lineto
  13431. 0.60169 0.61768 lineto
  13432. 0.60417 0.61735 lineto
  13433. 0.60665 0.61693 lineto
  13434. 0.60913 0.61639 lineto
  13435. 0.61409 0.61501 lineto
  13436. Mistroke
  13437. 0.61905 0.61321 lineto
  13438. 0.62897 0.60834 lineto
  13439. 0.63889 0.60181 lineto
  13440. 0.65873 0.5837 lineto
  13441. 0.67857 0.55889 lineto
  13442. 0.69841 0.52683 lineto
  13443. 0.71825 0.48257 lineto
  13444. 0.7381 0.4249 lineto
  13445. 0.77778 0.26932 lineto
  13446. 0.78274 0.2461 lineto
  13447. 0.78398 0.24016 lineto
  13448. 0.78522 0.23417 lineto
  13449. 0.78646 0.23055 lineto
  13450. 0.7877 0.22851 lineto
  13451. 0.79266 0.22009 lineto
  13452. 0.79762 0.21124 lineto
  13453. 0.80754 0.1923 lineto
  13454. 0.81746 0.17168 lineto
  13455. 0.85714 0.07243 lineto
  13456. 0.85838 0.06889 lineto
  13457. 0.85962 0.06533 lineto
  13458. 0.86086 0.06175 lineto
  13459. 0.8621 0 lineto
  13460. 0.86458 0 lineto
  13461. 0.86706 0 lineto
  13462. 0.87698 0 lineto
  13463. 0.89683 0 lineto
  13464. 0.93651 0 lineto
  13465. 0.97619 0 lineto
  13466. Mfstroke
  13467. grestore
  13468. grestore
  13469. grestore
  13470. % End of Graphics
  13471. MathPictureEnd
  13472. :[font = postscript; inactive; PostScript; output; endGroup; endGroup; endGroup; pictureLeft = 39; pictureWidth = 282; pictureHeight = 176; preserveAspect; ]
  13473. %!
  13474. %%Creator: Mathematica
  13475. %%AspectRatio: 0.61803 
  13476. MathPictureStart
  13477. % Scaling calculations
  13478. 0.40476 0.09524 0 0.07725 [
  13479. [(-4)] 0.02381 -0.0125 0 1 Msboxa
  13480. [(-2)] 0.21429 -0.0125 0 1 Msboxa
  13481. [(2)] 0.59524 -0.0125 0 1 Msboxa
  13482. [(4)] 0.78571 -0.0125 0 1 Msboxa
  13483. [(6)] 0.97619 -0.0125 0 1 Msboxa
  13484. [(1)] 0.39226 0.07725 1 0 Msboxa
  13485. [(2)] 0.39226 0.15451 1 0 Msboxa
  13486. [(3)] 0.39226 0.23176 1 0 Msboxa
  13487. [(4)] 0.39226 0.30902 1 0 Msboxa
  13488. [(5)] 0.39226 0.38627 1 0 Msboxa
  13489. [(6)] 0.39226 0.46353 1 0 Msboxa
  13490. [(7)] 0.39226 0.54078 1 0 Msboxa
  13491. [(8)] 0.39226 0.61803 1 0 Msboxa
  13492. [ -0.001 -0.00725 0 0 ]
  13493. [ 1.001 0.61903 0 0 ]
  13494. ] MathScale
  13495. % Start of Graphics
  13496. 1 setlinecap
  13497. 1 setlinejoin
  13498. newpath
  13499. %%Object: Graphics
  13500. [ ] 0 setdash
  13501. 0 setgray
  13502. gsave
  13503. gsave
  13504. 0.002 setlinewidth
  13505. 0 0 moveto
  13506. 1 0 lineto
  13507. stroke
  13508. 0.02381 -0.00625 moveto
  13509. 0.02381 0.00625 lineto
  13510. stroke
  13511. 0 setgray
  13512. [(-4)] 0.02381 -0.0125 0 1 Mshowa
  13513. 0.21429 -0.00625 moveto
  13514. 0.21429 0.00625 lineto
  13515. stroke
  13516. 0 setgray
  13517. [(-2)] 0.21429 -0.0125 0 1 Mshowa
  13518. 0.59524 -0.00625 moveto
  13519. 0.59524 0.00625 lineto
  13520. stroke
  13521. 0 setgray
  13522. [(2)] 0.59524 -0.0125 0 1 Mshowa
  13523. 0.78571 -0.00625 moveto
  13524. 0.78571 0.00625 lineto
  13525. stroke
  13526. 0 setgray
  13527. [(4)] 0.78571 -0.0125 0 1 Mshowa
  13528. 0.97619 -0.00625 moveto
  13529. 0.97619 0.00625 lineto
  13530. stroke
  13531. 0 setgray
  13532. [(6)] 0.97619 -0.0125 0 1 Mshowa
  13533. 0.40476 0 moveto
  13534. 0.40476 0.61803 lineto
  13535. stroke
  13536. 0.39851 0.07725 moveto
  13537. 0.41101 0.07725 lineto
  13538. stroke
  13539. 0 setgray
  13540. [(1)] 0.39226 0.07725 1 0 Mshowa
  13541. 0.39851 0.15451 moveto
  13542. 0.41101 0.15451 lineto
  13543. stroke
  13544. 0 setgray
  13545. [(2)] 0.39226 0.15451 1 0 Mshowa
  13546. 0.39851 0.23176 moveto
  13547. 0.41101 0.23176 lineto
  13548. stroke
  13549. 0 setgray
  13550. [(3)] 0.39226 0.23176 1 0 Mshowa
  13551. 0.39851 0.30902 moveto
  13552. 0.41101 0.30902 lineto
  13553. stroke
  13554. 0 setgray
  13555. [(4)] 0.39226 0.30902 1 0 Mshowa
  13556. 0.39851 0.38627 moveto
  13557. 0.41101 0.38627 lineto
  13558. stroke
  13559. 0 setgray
  13560. [(5)] 0.39226 0.38627 1 0 Mshowa
  13561. 0.39851 0.46353 moveto
  13562. 0.41101 0.46353 lineto
  13563. stroke
  13564. 0 setgray
  13565. [(6)] 0.39226 0.46353 1 0 Mshowa
  13566. 0.39851 0.54078 moveto
  13567. 0.41101 0.54078 lineto
  13568. stroke
  13569. 0 setgray
  13570. [(7)] 0.39226 0.54078 1 0 Mshowa
  13571. 0.39851 0.61803 moveto
  13572. 0.41101 0.61803 lineto
  13573. stroke
  13574. 0 setgray
  13575. [(8)] 0.39226 0.61803 1 0 Mshowa
  13576. grestore
  13577. grestore
  13578. 0 0 moveto
  13579. 1 0 lineto
  13580. 1 0.618034 lineto
  13581. 0 0.618034 lineto
  13582. closepath
  13583. clip
  13584. newpath
  13585. 0 setgray
  13586. gsave
  13587. gsave
  13588. gsave
  13589. 0.004 setlinewidth
  13590. 0.02381 0 moveto
  13591. 0.06349 0 lineto
  13592. 0.10317 0 lineto
  13593. 0.14286 0 lineto
  13594. 0.18254 0 lineto
  13595. 0.22222 0 lineto
  13596. 0.2619 0 lineto
  13597. 0.30159 0 lineto
  13598. 0.34127 0 lineto
  13599. 0.38095 0 lineto
  13600. 0.42063 0 lineto
  13601. 0.46032 0 lineto
  13602. 0.5 0 lineto
  13603. 0.53968 0 lineto
  13604. 0.55952 0 lineto
  13605. 0.57937 0 lineto
  13606. 0.58433 0 lineto
  13607. 0.58929 0 lineto
  13608. 0.59177 0 lineto
  13609. 0.59301 0 lineto
  13610. 0.59425 0 lineto
  13611. 0.59549 0.07725 lineto
  13612. 0.59673 0.07725 lineto
  13613. 0.59797 0.07725 lineto
  13614. 0.59921 0.07725 lineto
  13615. 0.61905 0.07725 lineto
  13616. 0.63889 0.07725 lineto
  13617. 0.65873 0.07725 lineto
  13618. 0.67857 0.07725 lineto
  13619. 0.68353 0.07725 lineto
  13620. 0.68601 0.07725 lineto
  13621. 0.68725 0.07725 lineto
  13622. 0.68849 0.07725 lineto
  13623. 0.68973 0.07725 lineto
  13624. 0.69097 0.15451 lineto
  13625. 0.69345 0.15451 lineto
  13626. 0.69841 0.15451 lineto
  13627. 0.7381 0.15451 lineto
  13628. 0.77778 0.15451 lineto
  13629. 0.81746 0.15451 lineto
  13630. 0.85714 0.15451 lineto
  13631. 0.86706 0.15451 lineto
  13632. 0.87202 0.15451 lineto
  13633. 0.8745 0.15451 lineto
  13634. 0.87698 0.15451 lineto
  13635. 0.87946 0.15451 lineto
  13636. 0.8807 0.15451 lineto
  13637. 0.88194 0 lineto
  13638. 0.8869 0 lineto
  13639. 0.89683 0 lineto
  13640. Mistroke
  13641. 0.93651 0 lineto
  13642. 0.97619 0 lineto
  13643. Mfstroke
  13644. grestore
  13645. grestore
  13646. gsave
  13647. gsave
  13648. 0.004 setlinewidth
  13649. 0.02381 0 moveto
  13650. 0.06349 0 lineto
  13651. 0.10317 0 lineto
  13652. 0.14286 0 lineto
  13653. 0.18254 0 lineto
  13654. 0.22222 0 lineto
  13655. 0.2619 0 lineto
  13656. 0.30159 0 lineto
  13657. 0.34127 0 lineto
  13658. 0.36111 0 lineto
  13659. 0.38095 0 lineto
  13660. 0.39087 0 lineto
  13661. 0.39583 0 lineto
  13662. 0.40079 0 lineto
  13663. 0.40203 0 lineto
  13664. 0.40327 0 lineto
  13665. 0.40451 0 lineto
  13666. 0.40575 0.00161 lineto
  13667. 0.40823 0.00563 lineto
  13668. 0.41071 0.00966 lineto
  13669. 0.42063 0.02575 lineto
  13670. 0.46032 0.09013 lineto
  13671. 0.5 0.15451 lineto
  13672. 0.53968 0.21889 lineto
  13673. 0.55952 0.25108 lineto
  13674. 0.57937 0.28327 lineto
  13675. 0.58433 0.29131 lineto
  13676. 0.58929 0.29936 lineto
  13677. 0.59177 0.30338 lineto
  13678. 0.59301 0.3054 lineto
  13679. 0.59425 0.30741 lineto
  13680. 0.59549 0 lineto
  13681. 0.59673 0 lineto
  13682. 0.59797 0 lineto
  13683. 0.59921 0 lineto
  13684. 0.61905 0 lineto
  13685. 0.65873 0 lineto
  13686. 0.69841 0 lineto
  13687. 0.7381 0 lineto
  13688. 0.77778 0 lineto
  13689. 0.81746 0 lineto
  13690. 0.85714 0 lineto
  13691. 0.89683 0 lineto
  13692. 0.93651 0 lineto
  13693. 0.97619 0 lineto
  13694. stroke
  13695. grestore
  13696. grestore
  13697. gsave
  13698. gsave
  13699. 0.004 setlinewidth
  13700. 0.02381 0 moveto
  13701. 0.06349 0 lineto
  13702. 0.10317 0 lineto
  13703. 0.14286 0 lineto
  13704. 0.18254 0 lineto
  13705. 0.22222 0 lineto
  13706. 0.2619 0 lineto
  13707. 0.30159 0 lineto
  13708. 0.34127 0 lineto
  13709. 0.36111 0 lineto
  13710. 0.38095 0 lineto
  13711. 0.39087 0 lineto
  13712. 0.39583 0 lineto
  13713. 0.40079 0 lineto
  13714. 0.40203 0 lineto
  13715. 0.40327 0 lineto
  13716. 0.40451 0 lineto
  13717. 0.40575 2e-05 lineto
  13718. 0.40699 8e-05 lineto
  13719. 0.40823 0.00021 lineto
  13720. 0.40947 0.00038 lineto
  13721. 0.41071 0.0006 lineto
  13722. 0.41319 0.00121 lineto
  13723. 0.41567 0.00203 lineto
  13724. 0.41815 0.00306 lineto
  13725. 0.42063 0.00429 lineto
  13726. 0.4256 0.00739 lineto
  13727. 0.43056 0.01133 lineto
  13728. 0.44048 0.02173 lineto
  13729. 0.4504 0.03548 lineto
  13730. 0.46032 0.05258 lineto
  13731. 0.48016 0.09684 lineto
  13732. 0.5 0.15451 lineto
  13733. 0.53968 0.31009 lineto
  13734. 0.57937 0.51932 lineto
  13735. 0.58433 0.54925 lineto
  13736. 0.58929 0.58001 lineto
  13737. 0.59177 0.59571 lineto
  13738. 0.59301 0.60363 lineto
  13739. 0.59425 0.61161 lineto
  13740. 0.59549 0.61803 lineto
  13741. 0.59673 0.61802 lineto
  13742. 0.59797 0.61797 lineto
  13743. 0.59921 0.6179 lineto
  13744. 0.60045 0.6178 lineto
  13745. 0.60169 0.61768 lineto
  13746. 0.60417 0.61735 lineto
  13747. 0.60665 0.61693 lineto
  13748. 0.60913 0.61639 lineto
  13749. 0.61409 0.61501 lineto
  13750. Mistroke
  13751. 0.61905 0.61321 lineto
  13752. 0.62897 0.60834 lineto
  13753. 0.63889 0.60181 lineto
  13754. 0.65873 0.5837 lineto
  13755. 0.67857 0.55889 lineto
  13756. 0.69841 0.52683 lineto
  13757. 0.71825 0.48257 lineto
  13758. 0.7381 0.4249 lineto
  13759. 0.77778 0.26932 lineto
  13760. 0.78274 0.2461 lineto
  13761. 0.78398 0.24016 lineto
  13762. 0.78522 0.23417 lineto
  13763. 0.78646 0.23055 lineto
  13764. 0.7877 0.22851 lineto
  13765. 0.79266 0.22009 lineto
  13766. 0.79762 0.21124 lineto
  13767. 0.80754 0.1923 lineto
  13768. 0.81746 0.17168 lineto
  13769. 0.85714 0.07243 lineto
  13770. 0.86706 0.04342 lineto
  13771. 0.87202 0.02829 lineto
  13772. 0.87698 0.01274 lineto
  13773. 0.87946 0.00481 lineto
  13774. 0.8807 0.0008 lineto
  13775. 0.88194 0 lineto
  13776. 0.8869 0 lineto
  13777. 0.89683 0 lineto
  13778. 0.93651 0 lineto
  13779. 0.97619 0 lineto
  13780. Mfstroke
  13781. grestore
  13782. grestore
  13783. grestore
  13784. % End of Graphics
  13785. MathPictureEnd
  13786. :[font = subsubsection; inactive; startGroup; Cclosed; pageBreak; ]
  13787. Overview of the z-Transform Notebook
  13788. :[font = text; inactive; endGroup; ]
  13789.         The z-transform notebook defines the bilateral z-transform and discusses the importance of the region of convergence (ROC).  This ROC coupled with the location of poles characterizes the stability and casuality of the signal.  The notebook then explores the relationship between the z-transform and the discrete-time Fourier transform (DTFT), namely the fact that not every function with a z-transform has a DTFT and vice-versa.  The notebook comes stocked with built-in exercises and many animations, including two that show the effect on the magnitude response of slight perturbations of poles and several that show how the locations of poles and zeroes influence the magnitude response.
  13790. :[font = subsubsection; inactive; startGroup; Cclosed; pageBreak; ]
  13791. Overview of the Filter Design Notebook
  13792. :[font = text; inactive; endGroup; endGroup; ]
  13793.         The analog filter design notebook discusses the characteristics of the classical Bessel, Butterworth, Chebyshev I, Chebyshev II, and Elliptic analog filters as well as lowpass, bandpass, bandstop, and highpass magnitude responses.  It shows how to manipulate filter representations (namely how to take transforms and plot the results).  It demonstrates the effects of coefficient truncation and how to convolve an input function with a filter symbolically.  The notebook contains two animations.  One shows how the magnitude filter response varies with filter order and the other how the ripple varies with the ripple gain parameter epsilon.
  13794. :[font = subsection; inactive; startGroup; Cclosed; pageBreak; ]
  13795. Current Uses of Signal Processing Notebooks
  13796. :[font = text; inactive; ]
  13797.  
  13798. :[font = special3; inactive; ]
  13799. University of Pennsylvania
  13800. Department of Civil Engineering
  13801. :[font = text; inactive; ]
  13802.         Teaching convolution  water flow (input) through soil (linear system) to find contribution to local water level (output) in graduate-level hydrology class.
  13803. :[font = text; inactive; ]
  13804.  
  13805. :[font = special3; inactive; ]
  13806.  Georgia Institute of Technology
  13807.  School of Electrical Engineering
  13808. :[font = text; inactive; ]
  13809.         Teaching convolution and Fourier transforms in an introductory communications class.
  13810. :[font = text; inactive; endGroup; endGroup; ]
  13811.         Generating problems z-transform sets and their solutions for an introductory digital signal processing class.
  13812. :[font = section; inactive; startGroup; Cclosed; ]
  13813. Summary
  13814. :[font = text; inactive; ]
  13815.         Several schools (Rose-Hulman, University of Illinois, etc.) are experimenting with integrating Mathematica into the freshmen curriculum.   The signal processing packages and notebooks are an attempt at developing the extensions for classes at a higher level, namely those that teach linear systems, signal processing, and transform methods.  This means that engineering, mathematics, chemistry, and physics students can benefit from these extensions.
  13816. :[font = subsection; inactive; startGroup; Cclosed; ]
  13817. Signal Processing Packages
  13818. :[font = text; inactive; ]
  13819.          The signal processing packages implement a wide range of topics from linear systems theory from an engineering perspective.  These packages provide many functions and operators common in linear systems theory and signal processing that are not defined in Mathematica: [Evans, 1990]
  13820. :[font = text; inactive; ]
  13821.  
  13822. :[font = special3; inactive; center; ]
  13823. discrete signals
  13824. :[font = network; inactive; center; ]
  13825.  z-transform
  13826. discrete-time Fourier transform
  13827. discrete Fourier transform
  13828. :[font = network; inactive; center; ]
  13829.  one-dimensional convolution
  13830. solving lcc difference equations
  13831. :[font = network; inactive; center; ]
  13832.  signal analysis
  13833. :[font = text; inactive; ]
  13834.  
  13835. :[font = special3; inactive; center; ]
  13836. continuous signals
  13837. :[font = network; inactive; center; ]
  13838. Laplace transform *
  13839. Fourier transform *
  13840. :[font = network; inactive; center; ]
  13841. one-dimensional piecewise convolution
  13842. solving lcc differential equations
  13843. :[font = network; inactive; center; ]
  13844.  signal analysis
  13845. :[font = network; inactive; center; ]
  13846. one-dimensional analog filter design
  13847. :[font = text; inactive; ]
  13848.  
  13849. :[font = special3; inactive; center; ]
  13850. general plotting
  13851. :[font = network; inactive; center; ]
  13852. 1-D and 2-D signals and sequences
  13853. frequency responses
  13854. pole-zero diagrams
  13855. root loci
  13856. :[font = text; inactive; endGroup; ]
  13857. *  Although Mathematica 2.0 comes with some Laplace  and  Fourier
  13858.      transform capabilities (written from a mathematicians point of view), 
  13859.      it will not be able to transform expressions common  in  signal
  13860.      processing because Mathematica 2.0 manipulates mathematical
  13861.      formulas not signal processing expressions.  Besides, Mathematica's
  13862.      implementation is for one-dimensional, one-sided functions, whereas
  13863.      ours handles two-sided and multidimensional functions.
  13864. :[font = subsection; inactive; startGroup; Cclosed; ]
  13865. Signal Processing Notebooks
  13866. :[font = text; inactive; ]
  13867.         So far, seven notebooks (besides the one you are presently reading) describe the signal processing packages.  Three serve as tutorials on the z-transform, convolution, and analog filter design.  The others serve as on-line help.  Together, these notebooks allow students to read about signal processing, tinker with equations, and visualize ideas through animation [Evans, 1991].  With Mathematica 2.0, students will also be able to learn through hearing.  As a multimedia tool, Mathematica can enhance the learning process and make it more enjoyable.
  13868. :[font = text; inactive; ]
  13869.  
  13870. :[font = subtitle; inactive; startGroup; ]
  13871. Tutorial Notebooks
  13872. :[font = special2; inactive; ]
  13873. Convolution
  13874. :[font = special2; inactive; ]
  13875. z-Transform
  13876. :[font = special2; inactive; endGroup; ]
  13877. Analog Filter Design
  13878. :[font = text; inactive; ]
  13879.  
  13880. :[font = subtitle; inactive; startGroup; ]
  13881. Demonstration Notebooks
  13882. :[font = special2; inactive; endGroup; ]
  13883. Laplace Transforms
  13884. :[font = text; inactive; ]
  13885.  
  13886. :[font = subtitle; inactive; startGroup; ]
  13887. On-Line Documentation
  13888. :[font = special2; inactive; ]
  13889. Usage Information
  13890. :[font = special2; inactive; ]
  13891. Overview with Examples
  13892. :[font = special2; inactive; endGroup; endGroup; endGroup; ]
  13893. Southeastcon Paper
  13894. :[font = section; inactive; startGroup; Cclosed; ]
  13895. References
  13896. :[font = subsection; inactive; startGroup; ]
  13897. [Clements and Pease 1989]
  13898. :[font = text; inactive; endGroup; ]
  13899. M. A. Clements and J. P. Pease. 1989.  ``On Causal Linear Phase IIR Digital Filters,''  {IEEE Transactions on Acoustics, Speech, and Signal Processing},  vol.  37 (4), pp. 479-484.
  13900. :[font = subsection; inactive; startGroup; ]
  13901. [Churchill 1978]
  13902. :[font = text; inactive; endGroup; ]
  13903. R. Churchill.  1958. {Operational Mathematics}.  McGraw-Hill, New York.
  13904. :[font = subsection; inactive; startGroup; ]
  13905. [Covell 1989]
  13906. :[font = text; inactive; endGroup; ]
  13907. M. M. Covell. 1989.  {An Algorithm Design Environment for Signal Processing}.  Ph.  D. Thesis and RLE Tech. Rep. #549.  MIT, Cambridge (MA).
  13908. :[font = subsection; inactive; startGroup; ]
  13909. [Dudgeon & Mersereau 1984]
  13910. :[font = text; inactive; endGroup; ]
  13911. D. E. Dudgeon and R. M. Mersereau. 1984.  {Multidimensional Digital Signal Processing}.  Prentice Hall, Englewood Cliffs (NJ).
  13912. :[font = subsection; inactive; startGroup; ]
  13913. [Evans 1990]
  13914. :[font = text; inactive; endGroup; ]
  13915. B. L. Evans, J. H. McClellan, and W. B. McClure.  1990.  "Symbolic Transforms with Application to Signal Processing."  {The Mathematica Journal}.  Fall, 1990.  vol. 1, issue #2, pp. 70-80.
  13916. :[font = subsection; inactive; startGroup; ]
  13917. [Evans 1991]
  13918. :[font = text; inactive; endGroup; ]
  13919. B. L. Evans, J. H. McClellan, and K. A. West.  "Mathematica As An Educational Tool for Signal Processing".  {Proc. of IEEE Southeastern Conference}.  April, 1991.  pp. 1172-1176.
  13920. :[font = subsection; inactive; startGroup; ]
  13921. [Kopec 1980]
  13922. :[font = text; inactive; endGroup; ]
  13923. G. Kopec. 1980.  {The Representation of Discrete-Time Signals and Systems in Programs.}  Ph. D. Thesis. MIT, Cambridge (MA).
  13924. :[font = subsection; inactive; startGroup; ]
  13925. [Kopec 1985]
  13926. :[font = text; inactive; endGroup; ]
  13927. G. Kopec. 1985.  ``The Signal Representation Language SRL.''  {IEEE Transactions on Acoustics, Speech, and Signal Processing}, vol.  33 (4), pp. 921-932.
  13928. :[font = subsection; inactive; startGroup; ]
  13929. [Lathi 1983]
  13930. :[font = text; inactive; endGroup; ]
  13931. B. P. Lathi. 1983.  {Modern Digital and Analog Communication Systems}.  Holt, Rinehart, and Winston, New York.
  13932. :[font = subsection; inactive; startGroup; ]
  13933. [Muth 1978]
  13934. :[font = text; inactive; endGroup; ]
  13935. E. J. Muth. 1978.  {Transform Methods}.  Prentice Hall, Englewood Cliffs (NJ).
  13936. :[font = subsection; inactive; startGroup; ]
  13937. [Myers 1986]
  13938. :[font = text; inactive; endGroup; ]
  13939. C. S. Myers. 1986.  {Signal Representation for Symbolic and Numeric Processing}.  Ph.  D. Thesis and RLE Tech. Rep. #521.  MIT, Cambridge (MA).
  13940. :[font = subsection; inactive; startGroup; ]
  13941. [Oberhettinger & Badii 1973]
  13942. :[font = text; inactive; endGroup; ]
  13943. F. Oberhettinger and L. Badii. 1973.  {Tables of Laplace Transforms}.  Springer-Verlag, New York.
  13944. :[font = subsection; inactive; startGroup; ]
  13945. [Oppenheim & Schafer 1989]
  13946. :[font = text; inactive; endGroup; ]
  13947. A. V. Oppenheim and R. W. Schafer. 1989.  {Discrete-Time Signal Processing}.  Prentice Hall, Englewood Cliffs (NJ).
  13948. :[font = subsection; inactive; startGroup; ]
  13949. [Oppenheim & Willsky 1983]
  13950. :[font = text; inactive; endGroup; endGroup; ]
  13951. A. V. Oppenheim and A. Willsky. 1983.  {Signals and Systems}.  Prentice Hall, Englewood Cliffs (NJ).
  13952. ^*)