63 Pages

lec10_b

Course: ECE 902, Fall 2009
School: Wisconsin
Rating:
 
 
 
 
 

Word Count: 7822

Document Preview

%%BoundingBox: %!PS-Adobe-3.0 (atend) %%Pages: (atend) %%PageOrder: (atend) %%DocumentFonts: (atend) %%Creator: Frame 5.0 %%DocumentData: Clean7Bit %%EndComments %%BeginProlog % % Frame ps_prolog 5.0, for use with Frame 5.0 products % This ps_prolog file is Copyright (c) 1986-1995 Frame Technology % Corporation. All rights reserved. This ps_prolog file may be % freely copied and distributed in conjunction with...

Register Now

Unformatted Document Excerpt

Coursehero >> Wisconsin >> Wisconsin >> ECE 902

Course Hero has millions of student submitted documents similar to the one
below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.

Course Hero has millions of student submitted documents similar to the one below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.
%%BoundingBox: %!PS-Adobe-3.0 (atend) %%Pages: (atend) %%PageOrder: (atend) %%DocumentFonts: (atend) %%Creator: Frame 5.0 %%DocumentData: Clean7Bit %%EndComments %%BeginProlog % % Frame ps_prolog 5.0, for use with Frame 5.0 products % This ps_prolog file is Copyright (c) 1986-1995 Frame Technology % Corporation. All rights reserved. This ps_prolog file may be % freely copied and distributed in conjunction with documents created % using FrameMaker, FrameMaker/SGML and FrameViewer as long as this % copyright notice is preserved. % % FrameMaker users specify the proper paper size for each print job in the % "Print" dialog's "Printer Paper Size" "Width" and "Height~ fields. If the % printer that the PS file is sent to does not support the requested paper % size, or if there is no paper tray of the proper size currently installed, % then the job will not be printed. The following flag, if set to true, will % cause the job to print on the default paper in such cases. /FMAllowPaperSizeMismatch false def % % Frame products normally print colors as their true color on a color printer % or as shades of gray, based on luminance, on a black-and white printer. The % following flag, if set to true, forces all non-white colors to print as pure % black. This has no effect on bitmap images. /FMPrintAllColorsAsBlack false def % % Frame products can either set their own line screens or use a printer's % default settings. Three flags below control this separately for no % separations, spot separations and process separations. If a flag % is true, then the default printer settings will not be changed. If it is % false, Frame products will use their own settings from a table based on % the printer's resolution. /FMUseDefaultNoSeparationScreen true def /FMUseDefaultSpotSeparationScreen true def /FMUseDefaultProcessSeparationScreen false def % % For any given PostScript printer resolution, Frame products have two sets of % screen angles and frequencies for printing process separations, which are % recomended by Adobe. The following variable chooses the higher frequencies % when set to true or the lower frequencies when set to false. This is only % effective if the appropriate FMUseDefault...SeparationScreen flag is false. /FMUseHighFrequencyScreens true def % % The following is a set of predefined optimal frequencies and angles for various % common dpi settings. This is taken from "Advances in Color Separation Using % PostScript Software Technology," from Adobe Systems (3/13/89 P.N. LPS 0043) % and corrolated with information which is in various PPD (4.0) files. % % The "dpiranges" figure is the minimum dots per inch device resolution which % can support this setting. The "low" and "high" values are controlled by the % setting of the FMUseHighFrequencyScreens flag above. The "TDot" flags control % the use of the "Yellow Triple Dot" feature whereby the frequency id divided by % three, but the dot function is "trippled" giving a block of 3x3 dots per cell. % % PatFreq is a compromise pattern frequency for ps Level 2 printers which is close % to the ideal WYSIWYG pattern frequency of 9 repetitions/inch but does not beat % (too badly) against the screen frequencies of any separations for that DPI. /dpiranges [ 2540 2400 1693 1270 1200 635 600 0 ] def /CMLowFreqs [ 100.402 94.8683 89.2289 100.402 94.8683 66.9349 63.2456 47.4342 ] def /YLowFreqs [ 95.25 90.0 84.65 95.25 90.0 70.5556 66.6667 50.0 ] def /KLowFreqs [ 89.8026 84.8528 79.8088 89.8026 84.8528 74.8355 70.7107 53.033 ] def /CLowAngles [ 71.5651 71.5651 71.5651 71.5651 71.5651 71.5651 71.5651 71.5651 ] def /MLowAngles [ 18.4349 18.4349 18.4349 18.4349 18.4349 18.4349 18.4349 18.4349 ] def /YLowTDot [ true true false true true false false false ] def /CMHighFreqs [ 133.87 126.491 133.843 108.503 102.523 100.402 94.8683 63.2456 ] def /YHighFreqs [ 127.0 120.0 126.975 115.455 109.091 95.25 90.0 60.0 ] def /KHighFreqs [ 119.737 113.137 119.713 128.289 121.218 89.8026 84.8528 63.6395 ] def /CHighAngles [ 71.5651 71.5651 71.5651 70.0169 70.0169 71.5651 71.5651 71.5651 ] def /MHighAngles [ 18.4349 18.4349 18.4349 19.9831 19.9831 18.4349 18.4349 18.4349 ] def /YHighTDot [ false false true false false true true false ] def /PatFreq [ 10.5833 10.0 9.4055 10.5833 10.0 10.5833 10.0 9.375 ] def % % PostScript Level 2 printers contain an "Accurate Screens" feature which can % improve process separation rendering at the expense of compute time. This % flag is ignored by PostScript Level 1 printers. /FMUseAcccurateScreens true def % % The following PostScript procedure defines the spot function that Frame % products will use for process separations. You may un-comment-out one of % the alternative functions below, or use your own. % % Dot function /FMSpotFunction {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 sub } {dup mul exch dup mul add 1 exch sub }ifelse } def % % Line function % /FMSpotFunction { pop } def % % Elipse function % /FMSpotFunction { dup 5 mul 8 div mul exch dup mul exch add % sqrt 1 exch sub } def % % /FMversion (5.0) def /fMLevel1 /languagelevel where {pop languagelevel} {1} ifelse 2 lt def /FMPColor fMLevel1 { false } { /colorimage where {pop pop true} if true } ifelse def /FrameDict 400 dict def systemdict /errordict known not {/errordict 10 dict def errordict /rangecheck {stop} put} if % The readline in PS 23.0 doesn't recognize cr's as nl's on AppleTalk FrameDict /tmprangecheck errordict /rangecheck get put errordict /rangecheck {FrameDict /bug true put} put FrameDict /bug false put mark % Some PS machines read past the CR, so keep the following 3 lines together! currentfile 5 string readline 00 0000000000 cleartomark errordict /rangecheck FrameDict /tmprangecheck get put FrameDict /bug get { /readline { /gstring exch def /gfile exch def /gindex 0 def { gfile read pop dup 10 eq {exit} if dup 13 eq {exit} if gstring exch gindex exch put /gindex gindex 1 add def } loop pop gstring 0 gindex getinterval true } bind def } if /FMshowpage /showpage load def /FMquit /quit load def /FMFAILURE { dup = flush FMshowpage /Helvetica findfont 12 scalefont setfont 72 200 moveto show 72 220 moveto show FMshowpage FMquit } def /FMVERSION { FMversion ne { (Frame product version does not match ps_prolog! Check installation;) (also check ~/fminit and ./fminit for old versions) FMFAILURE } if } def /FMBADEPSF { (Adobe's PostScript Language Reference Manual, 2nd Edition, section H.2.4) (says your EPS file is not valid, as it calls X ) dup dup (X) search pop exch pop exch pop length 5 -1 roll putinterval FMFAILURE } def /fmConcatProcs { /proc2 exch cvlit def/proc1 exch cvlit def/newproc proc1 length proc2 length add array def newproc 0 proc1 putinterval newproc proc1 length proc2 putinterval newproc cvx }def FrameDict begin [ /ALDsave /FMdicttop /FMoptop /FMpointsize /FMsaveobject /b /bitmapsave /blut /bpside /bs /bstring /bwidth /c /cf /cs /cynu /depth /edown /fh /fillvals /fw /fx /fy /g /gfile /gindex /grnt /gryt /gstring /height /hh /i /im /indx /is /k /kk /landscape /lb /len /llx /lly /m /magu /manualfeed /n /offbits /onbits /organgle /orgbangle /orgbfreq /orgbproc /orgbxfer /orgfreq /orggangle /orggfreq /orggproc /orggxfer /orgmatrix /orgproc /orgrangle /orgrfreq /orgrproc /orgrxfer /orgxfer /pagesave /paperheight /papersizedict /paperwidth /pos /pwid /r /rad /redt /sl /str /tran /u /urx /ury /val /width /width /ws /ww /x /x1 /x2 /xindex /xpoint /xscale /xx /y /y1 /y2 /yelu /yindex /ypoint /yscale /yy ] { 0 def } forall /FmBD {bind def} bind def systemdict /pdfmark known { /fMAcrobat true def /FmPD /pdfmark load def /FmPT /show load def currentdistillerparams /CoreDistVersion get 2000 ge { /FmPD2 /pdfmark load def /FmPA { mark exch /Dest exch 5 3 roll /View [ /XYZ null 6 -2 roll FmDC exch pop null] /DEST FmPD }FmBD } { /FmPD2 /cleartomark load def /FmPA {pop pop pop}FmBD } ifelse } { /fMAcrobat false def /FmPD /cleartomark load def /FmPD2 /cleartomark load def /FmPT /pop load def /FmPA {pop pop pop}FmBD } ifelse /FmDC { transform fMDefaultMatrix itransform cvi exch cvi exch }FmBD /FmBx { dup 3 index lt {3 1 roll exch} if 1 index 4 index lt {4 -1 roll 3 1 roll exch 4 1 roll} if }FmBD /FMnone 0 def /FMcyan 1 def /FMmagenta 2 def /FMyellow 3 def /FMblack 4 def /FMcustom 5 def /fMNegative false def /FrameSepIs FMnone def /FrameSepBlack 0 def /FrameSepYellow 0 def /FrameSepMagenta 0 def /FrameSepCyan 0 def /FrameSepRed 1 def /FrameSepGreen 1 def /FrameSepBlue 1 def /FrameCurGray 1 def /FrameCurPat null def /FrameCurColors [ 0 0 0 1 0 0 0 ] def /FrameColorEpsilon .001 def /eqepsilon { sub dup 0 lt {neg} if FrameColorEpsilon le } bind def /FrameCmpColorsCMYK { 2 copy 0 get exch 0 get eqepsilon { 2 copy 1 get exch 1 get eqepsilon { 2 copy 2 get exch 2 get eqepsilon { 3 get exch 3 get eqepsilon } {pop pop false} ifelse }{pop pop false} ifelse } {pop pop false} ifelse } bind def /FrameCmpColorsRGB { 2 copy 4 get exch 0 get eqepsilon { 2 copy 5 get exch 1 get eqepsilon { 6 get exch 2 get eqepsilon }{pop pop false} ifelse } {pop pop false} ifelse } bind def /RGBtoCMYK { 1 exch sub 3 1 roll 1 exch sub 3 1 roll 1 exch sub 3 1 roll 3 copy 2 copy le { pop } { exch pop } ifelse 2 copy le { pop } { exch pop } ifelse dup dup dup 6 1 roll 4 1 roll 7 1 roll sub 6 1 roll sub 5 1 roll sub 4 1 roll } bind def /CMYKtoRGB { dup dup 4 -1 roll add 5 1 roll 3 -1 roll add 4 1 roll add 1 exch sub dup 0 lt {pop 0} if 3 1 roll 1 exch sub dup 0 lt {pop 0} if exch 1 exch sub dup 0 lt {pop 0} if exch } bind def /FrameSepInit { 1.0 RealSetgray } bind def /FrameSetSepColor { /FrameSepBlue exch def /FrameSepGreen exch def /FrameSepRed exch def /FrameSepBlack exch def /FrameSepYellow exch def /FrameSepMagenta exch def /FrameSepCyan exch def /FrameSepIs FMcustom def setCurrentScreen } bind def /FrameSetCyan { /FrameSepBlue 1.0 def /FrameSepGreen 1.0 def /FrameSepRed 0.0 def /FrameSepBlack 0.0 def /FrameSepYellow 0.0 def /FrameSepMagenta 0.0 def /FrameSepCyan 1.0 def /FrameSepIs FMcyan def setCurrentScreen } bind def /FrameSetMagenta { /FrameSepBlue 1.0 def /FrameSepGreen 0.0 def /FrameSepRed 1.0 def /FrameSepBlack 0.0 def /FrameSepYellow 0.0 def /FrameSepMagenta 1.0 def /FrameSepCyan 0.0 def /FrameSepIs FMmagenta def setCurrentScreen } bind def /FrameSetYellow { /FrameSepBlue 0.0 def /FrameSepGreen 1.0 def /FrameSepRed 1.0 def /FrameSepBlack 0.0 def /FrameSepYellow 1.0 def /FrameSepMagenta 0.0 def /FrameSepCyan 0.0 def /FrameSepIs FMyellow def setCurrentScreen } bind def /FrameSetBlack { /FrameSepBlue 0.0 def /FrameSepGreen 0.0 def /FrameSepRed 0.0 def /FrameSepBlack 1.0 def /FrameSepYellow 0.0 def /FrameSepMagenta 0.0 def /FrameSepCyan 0.0 def /FrameSepIs FMblack def setCurrentScreen } bind def /FrameNoSep { /FrameSepIs FMnone def setCurrentScreen } bind def /FrameSetSepColors { FrameDict begin [ exch 1 add 1 roll ] /FrameSepColors exch def end } bind def /FrameColorInSepListCMYK { FrameSepColors { exch dup 3 -1 roll FrameCmpColorsCMYK { pop true exit } if } forall dup true ne {pop false} if } bind def /FrameColorInSepListRGB { FrameSepColors { exch dup 3 -1 roll FrameCmpColorsRGB { pop true exit } if } forall dup true ne {pop false} if } bind def /RealSetgray /setgray load def /RealSetrgbcolor /setrgbcolor load def /RealSethsbcolor /sethsbcolor load def end /setgray { FrameDict begin FrameSepIs FMnone eq { RealSetgray } { FrameSepIs FMblack eq { RealSetgray } { FrameSepIs FMcustom eq FrameSepRed 0 eq and FrameSepGreen 0 eq and FrameSepBlue 0 eq and { RealSetgray } { 1 RealSetgray pop } ifelse } ifelse } ifelse end } bind def /setrgbcolor { FrameDict begin FrameSepIs FMnone eq { RealSetrgbcolor } { 3 copy [ 4 1 roll ] FrameColorInSepListRGB { FrameSepBlue eq exch FrameSepGreen eq and exch FrameSepRed eq and { 0 } { 1 } ifelse } { FMPColor { RealSetrgbcolor currentcmykcolor } { RGBtoCMYK } ifelse FrameSepIs FMblack eq {1.0 exch sub 4 1 roll pop pop pop} { FrameSepIs FMyellow eq {pop 1.0 exch sub 3 1 roll pop pop} { FrameSepIs FMmagenta eq {pop pop 1.0 exch sub exch pop } { FrameSepIs FMcyan eq {pop pop pop 1.0 exch sub } {pop pop pop pop 1} ifelse } ifelse } ifelse } ifelse } ifelse RealSetgray } ifelse end } bind def /sethsbcolor { FrameDict begin FrameSepIs FMnone eq { RealSethsbcolor } { RealSethsbcolor currentrgbcolor setrgbcolor } ifelse end } bind def FrameDict begin /setcmykcolor where { pop /RealSetcmykcolor /setcmykcolor load def } { /RealSetcmykcolor { 4 1 roll 3 { 3 index add 0 max 1 min 1 exch sub 3 1 RealSetrgbcolor pop } bind def } ifelse userdict /setcmykcolor { FrameDict begin FrameSepIs FMnone eq { RealSetcmykcolor } { 4 copy [ 5 1 roll ] FrameColorInSepListCMYK { FrameSepBlack eq exch FrameSepYellow eq and exch FrameSepMagenta eq and exch FrameSepCyan eq and { 0 } { 1 } ifelse } { FrameSepIs FMblack eq {1.0 exch sub 4 1 roll pop pop FrameSepIs FMyellow eq {pop 1.0 exch sub 3 1 roll pop FrameSepIs FMmagenta eq {pop pop 1.0 exch sub exch pop FrameSepIs FMcyan eq {pop pop pop 1.0 exch sub } roll} repeat pop} { pop} { } { } ifelse end } bind put fMLevel1 { {pop pop pop pop 1} ifelse } ifelse } ifelse } ifelse } ifelse RealSetgray /patScreenDict 7 dict dup begin <0f1e3c78f0e1c387> [ 45 { pop } {exch pop} <0f87c3e1f0783c1e> [ 135 { pop } {exch pop} FmBD ] FmBD ] FmBD FmBD FmBD FmBD } { <cccccccccccccccc> [ 0 <ffff0000ffff0000> [ 90 <8142241818244281> [ 45 <03060c183060c081> [ 45 { pop } dup { pop } dup { 2 copy lt {exch} if pop} { pop } {exch pop} .5 2 sqrt] FmBD .5 2 sqrt] .5 .5 2 2 2 sqrt] dup .75 .875 2 sqrt] .875 2 sqrt] <8040201008040201> [ 135 { pop } {exch pop} end def /patProcDict 5 dict dup begin <0f1e3c78f0e1c387> { 3 setlinewidth -1 -1 moveto 9 9 lineto stroke 4 -4 moveto 12 4 lineto stroke -4 4 moveto 4 12 lineto stroke} bind def <0f87c3e1f0783c1e> { 3 setlinewidth -1 9 moveto 9 -1 lineto stroke -4 4 moveto 4 -4 lineto stroke 4 12 moveto 12 4 lineto stroke} bind def <8142241818244281> { 1 setlinewidth -1 9 moveto 9 -1 lineto stroke -1 -1 moveto 9 9 lineto stroke } bind def <03060c183060c081> { 1 setlinewidth -1 -1 moveto 9 9 lineto stroke 4 -4 moveto 12 4 lineto stroke -4 4 moveto 4 12 lineto stroke} bind def <8040201008040201> { 1 setlinewidth -1 9 moveto 9 -1 lineto stroke -4 4 moveto 4 -4 lineto stroke 4 12 moveto 12 4 lineto stroke} bind def end def /patDict 15 dict dup begin /PatternType 1 def /PaintType 2 def /TilingType 3 def /BBox [ 0 0 8 8 ] def /XStep 8 def /YStep 8 def /PaintProc { begin patProcDict bstring known { patProcDict bstring get exec } { 8 8 true [1 0 0 -1 0 8] bstring imagemask } ifelse end } bind def end def } ifelse /combineColor { FrameSepIs FMnone eq { graymode fMLevel1 or not { [/Pattern [/DeviceCMYK]] setcolorspace FrameCurColors 0 4 getinterval aload pop FrameCurPat setcolor FrameCurColors 3 get 1.0 ge { FrameCurGray RealSetgray } { fMAcrobat not FMPColor graymode and and { 0 1 3 { FrameCurColors exch get 1 FrameCurGray sub mul } for RealSetcmykcolor } { 4 1 6 { FrameCurColors exch get graymode { 1 exch sub 1 FrameCurGray sub mul 1 exch sub } { 1.0 lt {FrameCurGray} {1} ifelse } ifelse } for RealSetrgbcolor } ifelse } ifelse } ifelse FrameCurColors 0 4 getinterval aload FrameColorInSepListCMYK { FrameSepBlack eq exch FrameSepYellow eq and exch FrameSepMagenta eq and exch FrameSepCyan eq and FrameSepIs FMcustom eq and { FrameCurGray } { 1 } ifelse } { FrameSepIs FMblack eq {FrameCurGray 1.0 exch sub mul 1.0 exch sub 4 1 roll pop pop pop} FrameSepIs FMyellow eq {pop FrameCurGray 1.0 exch sub mul 1.0 exch sub 3 1 roll pop pop} { } { } { { FrameSepIs FMmagenta eq {pop pop FrameCurGray 1.0 exch sub mul 1.0 exch sub exch pop } { FrameSepIs FMcyan eq {pop pop pop FrameCurGray 1.0 exch sub mul 1.0 exch sub } {pop pop pop pop 1} ifelse } ifelse } ifelse } ifelse } ifelse graymode fMLevel1 or not { [/Pattern [/DeviceGray]] setcolorspace FrameCurPat setcolor } { graymode not fMLevel1 and { dup 1 lt {pop FrameCurGray} if } if RealSetgray } ifelse } ifelse } bind def /savematrix { orgmatrix currentmatrix pop } bind def /restorematrix { orgmatrix setmatrix } bind def /fMDefaultMatrix matrix defaultmatrix def /fMatrix2 matrix def /dpi 72 0 fMDefaultMatrix dtransform dup mul exch dup mul add sqrt def /freq dpi dup 72 div round dup 0 eq {pop 1} if 8 mul div def /sangle 1 0 fMDefaultMatrix dtransform exch atan def sangle fMatrix2 rotate fMDefaultMatrix fMatrix2 concatmatrix dup 0 get /sflipx exch def 3 get /sflipy exch def /screenIndex { 0 1 dpiranges length 1 sub { dup dpiranges exch get 1 sub dpi le {exit} {pop} ifelse } for } bind def /getCyanScreen { FMUseHighFrequencyScreens { CHighAngles CMHighFreqs} {CLowAngles CMLowFreqs} ifelse screenIndex dup 3 1 roll get 3 1 roll get /FMSpotFunction load } bind def /getMagentaScreen { FMUseHighFrequencyScreens { MHighAngles CMHighFreqs } {MLowAngles CMLowFreqs} ifelse screenIndex dup 3 1 roll get 3 1 roll get /FMSpotFunction load } bind def /getYellowScreen { FMUseHighFrequencyScreens { YHighTDot YHighFreqs} { YLowTDot YLowFreqs } ifelse screenIndex dup 3 1 roll get 3 1 roll get { 3 div {2 { 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch} repeat FMSpotFunction } } {/FMSpotFunction load } ifelse 0.0 exch } bind def /getBlackScreen { FMUseHighFrequencyScreens { KHighFreqs } { KLowFreqs } ifelse screenIndex get 45.0 /FMSpotFunction load } bind def /getSpotScreen { getBlackScreen } bind def /getCompositeScreen { getBlackScreen } bind def /FMSetScreen fMLevel1 { /setscreen load }{ { 8 dict begin /HalftoneType 1 def /SpotFunction exch def /Angle exch def /Frequency exch def /AccurateScreens FMUseAcccurateScreens def currentdict end sethalftone } bind } ifelse def /setDefaultScreen { FMPColor { orgrxfer cvx orggxfer cvx orgbxfer cvx orgxfer cvx setcolortransfer } { orgxfer cvx settransfer } ifelse orgfreq organgle orgproc cvx setscreen } bind def /setCurrentScreen { FrameSepIs FMnone eq { FMUseDefaultNoSeparationScreen { setDefaultScreen } { getCompositeScreen FMSetScreen } ifelse } { FrameSepIs FMcustom eq { FMUseDefaultSpotSeparationScreen { setDefaultScreen } { getSpotScreen FMSetScreen } ifelse } { FMUseDefaultProcessSeparationScreen { setDefaultScreen } { FrameSepIs FMcyan eq { getCyanScreen FMSetScreen } { FrameSepIs FMmagenta eq { getMagentaScreen FMSetScreen } { FrameSepIs FMyellow eq { getYellowScreen FMSetScreen } { getBlackScreen FMSetScreen } ifelse } ifelse } ifelse } ifelse } ifelse } ifelse } bind def end /FMDOCUMENT { array /FMfonts exch def /#copies exch def FrameDict begin 0 ne /manualfeed exch def /paperheight exch def /paperwidth exch def 0 ne /fMNegative exch def 0 ne /edown exch def /yscale exch def /xscale exch def fMLevel1 { manualfeed {setmanualfeed} if /FMdicttop countdictstack 1 add def /FMoptop count def setpapername manualfeed {true} {papersize} ifelse {manualpapersize} {false} ifelse {desperatepapersize} {false} ifelse {papersizefailure} if count -1 FMoptop {pop pop} for countdictstack -1 FMdicttop {pop end} for } {2 dict dup /PageSize [paperwidth paperheight] put manualfeed {dup /ManualFeed manualfeed put} if {setpagedevice} stopped {papersizefailure} if } ifelse FMPColor { currentcolorscreen cvlit /orgproc exch def /organgle exch def /orgfreq exch def cvlit /orgbproc exch def /orgbangle exch def /orgbfreq exch def cvlit /orggproc exch def /orggangle exch def /orggfreq exch def cvlit /orgrproc exch def /orgrangle exch def /orgrfreq exch def currentcolortransfer fMNegative { 1 1 4 { pop { 1 exch sub } fmConcatProcs 4 1 roll } for 4 copy setcolortransfer } { } if cvlit cvlit cvlit cvlit /orgxfer exch def /orgbxfer exch def /orggxfer exch def /orgrxfer exch def currentscreen cvlit /orgproc exch def /organgle exch def /orgfreq exch def currenttransfer fMNegative { { 1 exch sub } fmConcatProcs dup settransfer } if cvlit /orgxfer exch def } ifelse end } def /FMBEGINPAGE { FrameDict begin /pagesave save def 3.86 setmiterlimit /landscape exch 0 ne def landscape { 90 rotate 0 exch dup /pwid exch def neg translate pop }{ pop /pwid exch def } ifelse edown { [-1 0 0 1 pwid 0] concat } if 0 0 moveto paperwidth 0 lineto paperwidth paperheight lineto 0 paperheight lineto 0 0 lineto 1 setgray fill xscale yscale scale /orgmatrix matrix def gsave } def /FMENDPAGE { grestore pagesave restore end showpage } def /FMFONTDEFINE { FrameDict begin findfont ReEncode 1 index exch definefont FMfonts 3 1 roll put end } def /FMFILLS { FrameDict begin dup array /fillvals exch def dict /patCache exch def end } def /FMFILL { FrameDict begin fillvals 3 1 roll put end } def /FMNORMALIZEGRAPHICS { newpath 1 setlinewidth 0 setlinecap 0 0 0 sethsbcolor 0 setgray } bind def /FMBEGINEPSF { end /FMEPSF save def /showpage {} def % See Adobe's "PostScript Language Reference Manual, 2nd Edition", page 714. % "...the following operators MUST NOT be used in an EPS file:" (emphasis ours) /banddevice {(banddevice) FMBADEPSF} def /clear {(clear) FMBADEPSF} def /cleardictstack {(cleardictstack) FMBADEPSF} def /copypage {(copypage) FMBADEPSF} def /erasepage {(erasepage) FMBADEPSF} def /exitserver {(exitserver) FMBADEPSF} def /framedevice {(framedevice) FMBADEPSF} def /grestoreall {(grestoreall) FMBADEPSF} def /initclip {(initclip) FMBADEPSF} def /initgraphics {(initgraphics) FMBADEPSF} def /quit {(quit) FMBADEPSF} def /renderbands {(renderbands) FMBADEPSF} def /setglobal {(setglobal) FMBADEPSF} def /setpagedevice {(setpagedevice) FMBADEPSF} def /setshared {(setshared) FMBADEPSF} def /startjob {(startjob) FMBADEPSF} def /lettertray {(lettertray) FMBADEPSF} def /letter {(letter) FMBADEPSF} def /lettersmall {(lettersmall) FMBADEPSF} def /11x17tray {(11x17tray) FMBADEPSF} def /11x17 {(11x17) FMBADEPSF} def /ledgertray {(ledgertray) FMBADEPSF} def /ledger {(ledger) FMBADEPSF} def /legaltray {(legaltray) FMBADEPSF} def /legal {(legal) FMBADEPSF} def /statementtray {(statementtray) FMBADEPSF} def /statement {(statement) FMBADEPSF} def /executivetray {(executivetray) FMBADEPSF} def /executive {(executive) FMBADEPSF} def /a3tray {(a3tray) FMBADEPSF} def /a3 {(a3) FMBADEPSF} def /a4tray {(a4tray) FMBADEPSF} def /a4 {(a4) FMBADEPSF} def /a4small {(a4small) FMBADEPSF} def /b4tray {(b4tray) FMBADEPSF} def /b4 {(b4) FMBADEPSF} def /b5tray {(b5tray) FMBADEPSF} def /b5 {(b5) FMBADEPSF} def FMNORMALIZEGRAPHICS [/fy /fx /fh /fw /ury /urx /lly /llx] {exch def} forall fx fw 2 div add fy fh 2 div add translate rotate fw 2 div neg fh 2 div neg translate fw urx llx sub div fh ury lly sub div scale llx neg lly neg translate /FMdicttop countdictstack 1 add def /FMoptop count def } bind def /FMENDEPSF { count -1 FMoptop {pop pop} for countdictstack -1 FMdicttop {pop end} for FMEPSF restore FrameDict begin } bind def FrameDict begin /setmanualfeed { %%BeginFeature *ManualFeed True statusdict /manualfeed true put %%EndFeature } bind def /max {2 copy lt {exch} if pop} bind def /min {2 copy gt {exch} if pop} bind def /inch {72 mul} def /pagedimen { paperheight sub abs 16 lt exch paperwidth sub abs 16 lt and {/papername exch def} {pop} ifelse } bind def /setpapername { /papersizedict 14 dict def papersizedict begin /papername /unknown def /Letter 8.5 inch 11.0 inch pagedimen /LetterSmall 7.68 inch 10.16 inch pagedimen /Tabloid 11.0 inch 17.0 inch pagedimen /Ledger 17.0 inch 11.0 inch pagedimen /Legal 8.5 inch 14.0 inch pagedimen /Statement 5.5 inch 8.5 inch pagedimen /Executive 7.5 inch 10.0 inch pagedimen /A3 11.69 inch 16.5 inch pagedimen /A4 8.26 inch 11.69 inch pagedimen /A4Small 7.47 inch 10.85 inch pagedimen /B4 10.125 inch 14.33 inch pagedimen /B5 7.16 inch 10.125 inch pagedimen end } bind def /papersize { papersizedict begin /Letter {lettertray letter} def /LetterSmall {lettertray lettersmall} def /Tabloid {11x17tray 11x17} def /Ledger {ledgertray ledger} def /Legal {legaltray legal} def /Statement {statementtray statement} def /Executive {executivetray executive} def /A3 {a3tray a3} def /A4 {a4tray a4} def /A4Small {a4tray a4small} def /B4 {b4tray b4} def /B5 {b5tray b5} def /unknown {unknown} def papersizedict dup papername known {papername} {/unknown} ifelse get end statusdict begin stopped end } bind def /manualpapersize { papersizedict begin /Letter {letter} def /LetterSmall {lettersmall} def /Tabloid {11x17} def /Ledger {ledger} def /Legal {legal} def /Statement {statement} def /Executive {executive} def /A3 {a3} def /A4 {a4} def /A4Small {a4small} def /B4 {b4} def /B5 {b5} def /unknown {unknown} def papersizedict dup papername known {papername} {/unknown} ifelse get end stopped } bind def /desperatepapersize { statusdict /setpageparams known { paperwidth paperheight 0 1 statusdict begin {setpageparams} stopped end } {true} ifelse } bind def /papersizefailure { FMAllowPaperSizeMismatch not { (The requested paper size is not available in any currently-installed tray) (Edit the PS file to "FMAllowPaperSizeMismatch true" to use default tray) FMFAILURE } if } def /DiacriticEncoding [ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quotesingle /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one /two /three /four /five /six /seven /eight /nine /colon /semicolon /less /equal /greater /question /at /A /B /C /D /E /F /G /H /I /J /K /L /M /N /O /P /Q /R /S /T /U /V /W /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore /grave /a /b /c /d /e /f /g /h /i /j /k /l /m /n /o /p /q /r /s /t /u /v /w /x /y /z /braceleft /bar /braceright /asciitilde /.notdef /Adieresis /Aring /Ccedilla /Eacute /Ntilde /Odieresis /Udieresis /aacute /agrave /acircumflex /adieresis /atilde /aring /ccedilla /eacute /egrave /ecircumflex /edieresis /iacute /igrave /icircumflex /idieresis /ntilde /oacute /ograve /ocircumflex /odieresis /otilde /uacute /ugrave /ucircumflex /udieresis /dagger /.notdef /cent /sterling /section /bullet /paragraph /germandbls /registered /copyright /trademark /acute /dieresis /.notdef /AE /Oslash /.notdef /.notdef /.notdef /.notdef /yen /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /ordfeminine /ordmasculine /.notdef /ae /oslash /questiondown /exclamdown /logicalnot /.notdef /florin /.notdef /.notdef /guillemotleft /guillemotright /ellipsis /.notdef /Agrave /Atilde /Otilde /OE /oe /endash /emdash /quotedblleft /quotedblright /quoteleft /quoteright /.notdef /.notdef /ydieresis /Ydieresis /fraction /currency /guilsinglleft /guilsinglright /fi /fl /daggerdbl /periodcentered /quotesinglbase /quotedblbase /perthousand /Acircumflex /Ecircumflex /Aacute /Edieresis /Egrave /Iacute /Icircumflex /Idieresis /Igrave /Oacute /Ocircumflex /.notdef /Ograve /Uacute /Ucircumflex /Ugrave /dotlessi /circumflex /tilde /macron /breve /dotaccent /ring /cedilla /hungarumlaut /ogonek /caron ] def /ReEncode { dup length dict begin { 1 index /FID ne {def} {pop pop} ifelse } forall 0 eq {/Encoding DiacriticEncoding def} if currentdict end } bind def FMPColor { /BEGINBITMAPCOLOR { BITMAPCOLOR} def /BEGINBITMAPCOLORc { BITMAPCOLORc} def /BEGINBITMAPTRUECOLOR { BITMAPTRUECOLOR } def /BEGINBITMAPTRUECOLORc { BITMAPTRUECOLORc } def /BEGINBITMAPCMYK { BITMAPCMYK } def /BEGINBITMAPCMYKc { BITMAPCMYKc } def } { /BEGINBITMAPCOLOR { BITMAPGRAY} def /BEGINBITMAPCOLORc { BITMAPGRAYc} def /BEGINBITMAPTRUECOLOR { BITMAPTRUEGRAY } def /BEGINBITMAPTRUECOLORc { BITMAPTRUEGRAYc } def /BEGINBITMAPCMYK { BITMAPCMYKGRAY } def /BEGINBITMAPCMYKc { BITMAPCMYKGRAYc } def } ifelse /K { FMPrintAllColorsAsBlack { dup 1 eq 2 index 1 eq and 3 index 1 eq and not {7 {pop} repeat 0 0 0 1 0 0 0} if } if FrameCurColors astore pop combineColor } bind def /graymode true def fMLevel1 { /fmGetFlip { fMatrix2 exch get mul 0 lt { -1 } { 1 } ifelse } FmBD } if /setPatternMode { fMLevel1 { 2 index patScreenDict exch known { pop pop patScreenDict exch get aload pop freq mul 5 2 roll fMatrix2 currentmatrix 1 get 0 ne { 3 -1 roll 90 add 3 1 roll sflipx 1 fmGetFlip sflipy 2 fmGetFlip neg mul } { sflipx 0 fmGetFlip sflipy 3 fmGetFlip mul } ifelse 0 lt {exch pop} {pop} ifelse fMNegative { {neg} fmConcatProcs } if bind } { systemdict /setscreen get exec /FrameCurGray exch def /bwidth exch def /bpside exch def /bstring exch def /onbits 0 def /offbits 0 def freq sangle landscape {90 add} if {/ypoint exch def /xpoint exch def /xindex xpoint 1 add 2 div bpside mul cvi def /yindex ypoint 1 add 2 div bpside mul cvi def bstring yindex bwidth mul xindex 8 idiv add get 1 7 xindex 8 mod sub bitshift and 0 ne fMNegative {not} if {/onbits onbits 1 add def 1} {/offbits offbits 1 add def 0} ifelse } setscreen offbits offbits onbits add div fMNegative {1.0 exch sub} if /FrameCurGray exch def } ifelse pop pop dup patCache exch known { patCache exch get } { dup patDict /bstring 3 -1 roll put patDict 9 PatFreq screenIndex get div dup matrix scale makepattern dup patCache 4 -1 roll 3 -1 roll put } ifelse /FrameCurGray 0 def /FrameCurPat exch def } ifelse /graymode false def combineColor } bind def /setGrayScaleMode { graymode not { /graymode true def fMLevel1 { setCurrentScreen } if } if /FrameCurGray exch def combineColor } bind def /normalize { transform round exch round exch itransform } bind def /dnormalize { dtransform round exch round exch idtransform } bind def /lnormalize { 0 dtransform exch cvi 2 idiv 2 mul 1 add exch idtransform pop } bind def /H { lnormalize setlinewidth } bind def /Z { setlinecap } bind def /PFill { graymode fMLevel1 or not { gsave 1 setgray eofill grestore } if } bind def /PStroke { graymode fMLevel1 or not { gsave 1 setgray stroke grestore } if stroke } bind def /X { fillvals exch get dup type /stringtype eq } { {8 1 setPatternMode} {setGrayScaleMode} ifelse } bind def /V { PFill gsave eofill grestore } bind def /Vclip { clip } bind def /Vstrk { currentlinewidth exch setlinewidth PStroke setlinewidth } bind def /N { PStroke } bind def /Nclip { strokepath clip newpath } bind def /Nstrk { currentlinewidth exch setlinewidth PStroke setlinewidth } bind def /M {newpath moveto} bind def /E {lineto} bind def /D {curveto} bind def /O {closepath} bind def /L { /n exch def newpath normalize moveto 2 1 n {pop normalize lineto} for } bind def /Y { L closepath } bind def /R { /y2 exch def /x2 exch def /y1 exch def /x1 exch def x1 y1 x2 y1 x2 y2 x1 y2 4 Y } bind def /rarc {rad arcto } bind def /RR { /rad exch def normalize /y2 exch def /x2 exch def normalize /y1 exch def /x1 exch def mark newpath { x1 y1 rad add moveto x1 y2 x2 y2 rarc x2 y2 x2 y1 rarc x2 y1 x1 y1 rarc x1 y1 x1 y2 rarc closepath } stopped {x1 y1 x2 y2 cleartomark } bind def /RRR { /rad exch def normalize /y4 exch def normalize /y3 exch def normalize /y2 exch def normalize /y1 exch def newpath normalize moveto mark { x2 y2 x3 y3 rarc x3 y3 x4 y4 rarc x4 y4 x1 y1 rarc x1 y1 x2 y2 rarc closepath } stopped {x1 y1 x2 y2 x3 y3 x4 cleartomark } bind def /C { grestore gsave R clip setCurrentScreen } bind def /CP { grestore gsave Y clip setCurrentScreen } bind def /F { FMfonts exch get FMpointsize scalefont setfont } bind def /Q { /FMpointsize exch def F } bind def /T { moveto show } bind def /RF { R} if /x4 /x3 /x2 /x1 exch exch exch exch def def def def y4 newpath moveto lineto lineto lineto closepath} if /TF { rotate 0 ne {-1 1 scale} if } bind def gsave moveto RF show grestore } bind def /P { moveto 0 32 3 2 roll widthshow } bind def gsave moveto RF 0 32 3 2 roll widthshow grestore } bind def moveto 0 exch ashow } bind def gsave moveto RF 0 exch ashow grestore } bind def /PF { /S { /SF { /B { moveto 0 32 4 2 roll 0 exch awidthshow } bind def gsave moveto RF 0 32 4 2 roll 0 exch awidthshow grestore } bind def /BF { /G { gsave newpath normalize translate 0.0 0.0 moveto dnormalize scale 0.0 0.0 1.0 5 3 roll arc closepath PFill fill grestore } bind def /Gstrk { savematrix newpath 2 index 2 div add exch 3 index 2 div sub exch normalize 2 index 2 div sub exch 3 index 2 div add exch translate scale 0.0 0.0 1.0 5 3 roll arc restorematrix currentlinewidth exch setlinewidth PStroke } bind def /Gclip { newpath savematrix normalize translate 0.0 0.0 moveto dnormalize scale 0.0 0.0 1.0 5 3 roll arc closepath clip newpath restorematrix } bind def /GG { gsave newpath normalize translate 0.0 0.0 moveto rotate dnormalize scale 0.0 0.0 1.0 5 3 roll arc closepath PFill fill grestore } bind def /GGclip { savematrix newpath normalize translate 0.0 0.0 moveto rotate dnormalize scale 0.0 0.0 1.0 5 3 roll arc closepath clip newpath restorematrix } bind def /GGstrk { savematrix newpath normalize translate 0.0 0.0 moveto rotate dnormalize scale 0.0 0.0 1.0 5 3 roll arc closepath restorematrix currentlinewidth exch setlinewidth PStroke } bind def /A { gsave savematrix newpath 2 index 2 div add exch 3 index 2 div sub normalize 2 index 2 div sub exch 3 index translate scale 0.0 0.0 1.0 5 3 roll arc restorematrix setlinewidth setlinewidth exch 2 div add exch PStroke grestore } bind def /Aclip { newpath savematrix normalize translate 0.0 0.0 moveto dnormalize scale 0.0 0.0 1.0 5 3 roll arc closepath strokepath clip newpath restorematrix } bind def /Astrk { Gstrk } bind def /AA { gsave savematrix newpath 3 index 2 div add exch 4 index 2 div sub exch normalize 3 index 2 div sub exch 4 index 2 div add exch translate rotate scale 0.0 0.0 1.0 5 3 roll arc restorematrix PStroke grestore } bind def /AAclip { savematrix newpath normalize translate 0.0 0.0 moveto rotate dnormalize scale 0.0 0.0 1.0 5 3 roll arc closepath strokepath clip newpath restorematrix } bind def /AAstrk { GGstrk } bind def /BEGINPRINTCODE { /FMdicttop countdictstack 1 add def /FMoptop count 7 sub def /FMsaveobject save def userdict begin /showpage {} def FMNORMALIZEGRAPHICS 3 index neg 3 index neg translate } bind def /ENDPRINTCODE { count -1 FMoptop {pop pop} for countdictstack -1 FMdicttop {pop end} for FMsaveobject restore /gn { } bind def 0 { 46 mul cf read pop 32 sub dup 46 lt {exit} if 46 sub add } loop add } bind def /cfs { /str sl string def 0 1 sl 1 sub {str exch val put} for str def } bind def /ic [ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0223 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0223 0 {0 hx} {1 hx} {2 hx} {3 hx} {4 hx} {5 hx} {6 hx} {7 hx} {8 hx} {9 hx} {10 hx} {11 hx} {12 hx} {13 hx} {14 hx} {15 hx} {16 hx} {17 hx} {18 hx} {19 hx} {gn hx} {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} {16} {17} {18} {19} {gn} {0 wh} {1 wh} {2 wh} {3 wh} {4 wh} {5 wh} {6 wh} {7 wh} {8 wh} {9 wh} {10 wh} {11 wh} {12 wh} {13 wh} {14 wh} {gn wh} {0 bl} {1 bl} {2 bl} {3 bl} {4 bl} {5 bl} {6 bl} {7 bl} {8 bl} {9 bl} {10 bl} {11 bl} {12 bl} {13 bl} {14 bl} {gn bl} {0 fl} {1 fl} {2 fl} {3 fl} {4 fl} {5 fl} {6 fl} {7 fl} {8 fl} {9 fl} {10 fl} {11 fl} {12 fl} {13 fl} {14 fl} {gn fl} ] def /ms { /sl exch def /val 255 def /ws cfs /im cfs /val 0 def /bs cfs /cs cfs } bind def 400 ms /ip { is 0 cf cs readline pop { ic exch get exec add } forall pop } bind def /rip { bis ris copy pop is 0 cf cs readline pop { ic exch get exec add } forall pop pop ris gis copy pop dup is exch cf cs readline pop { ic exch get exec add } forall pop pop gis bis copy pop dup add is exch cf cs readline pop { ic exch get exec add } forall pop } bind def /rip4 { kis cis copy pop is 0 cf cs readline pop { ic exch get exec add } forall pop pop cis mis copy pop dup is exch cf cs pop readline { ic exch get exec add } forall pop pop mis yis copy pop dup dup add is exch cf cs readline pop { ic exch get exec add } forall pop pop yis kis copy pop 3 mul is exch cf cs readline pop { ic exch get exec add } forall pop /wh { } bind def /len exch def /pos exch def ws 0 len getinterval im pos len getinterval copy pop pos len } bind def /bl { /len exch def /pos exch def bs 0 len getinterval im pos len getinterval copy pop pos len } bind def /s1 1 string def /fl { /len exch def /pos exch def /val cf s1 readhexstring pop 0 get def pos 1 pos len add 1 sub {im exch val put} for pos len } bind def /hx { 3 copy getinterval cf exch readhexstring pop pop } bind def /wbytes { dup dup 8 gt { pop 8 idiv mul } { 8 eq {pop} {1 eq {7 add 8 idiv} {3 add 4 idiv} ifelse} ifelse } ifelse } bind def /BEGINBITMAPBWc { 1 {} COMMONBITMAPc } bind def /BEGINBITMAPGRAYc { 8 {} COMMONBITMAPc } bind def /BEGINBITMAP2BITc { 2 {} COMMONBITMAPc } bind def /COMMONBITMAPc { /cvtProc exch def /depth exch def gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /lb width depth wbytes def sl lb lt {lb ms} if /bitmapsave save def cvtProc /is im 0 lb getinterval def ws 0 lb getinterval is copy pop /cf currentfile def width height depth [width 0 0 height neg 0 height] {ip} image bitmapsave restore grestore } bind def /BEGINBITMAPBW { 1 {} COMMONBITMAP } bind def /BEGINBITMAPGRAY { 8 {} COMMONBITMAP } bind def /BEGINBITMAP2BIT { 2 {} COMMONBITMAP } bind def /COMMONBITMAP { /cvtProc exch def /depth exch def gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /bitmapsave save def cvtProc /is width depth wbytes string def /cf currentfile def width height depth [width 0 0 height neg 0 height] {cf is readhexstring pop} image bitmapsave restore grestore } bind def /ngrayt 256 array def /nredt 256 array def /nbluet 256 array def /ngreent 256 array def fMLevel1 { /colorsetup { currentcolortransfer /gryt exch def /blut exch def /grnt exch def /redt exch def 0 1 255 { /indx exch def /cynu 1 red indx get 255 div sub def /magu 1 green indx get 255 div sub def /yelu 1 blue indx get 255 div sub def /kk cynu magu min yelu min def /u kk currentundercolorremoval exec def % /u 0 def nredt indx 1 0 cynu u sub max sub redt exec put ngreent indx 1 0 magu u sub max sub grnt exec put nbluet indx 1 0 yelu u sub max sub blut exec put ngrayt indx 1 kk currentblackgeneration exec sub gryt exec put } { /colorSetup2 { [ /Indexed /DeviceRGB 255 {dup red exch get 255 div exch dup green exch get 255 div exch blue exch get 255 div} ] setcolorspace } bind def } ifelse /fakecolorsetup { /tran 256 string def 0 1 255 {/indx exch def tran indx red indx get 77 mul green indx get 151 mul blue indx get 28 mul add add 256 idiv put} for currenttransfer {255 mul cvi tran exch get 255.0 div} exch fmConcatProcs settransfer } bind def /BITMAPCOLOR { /depth 8 def gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /bitmapsave save def fMLevel1 { colorsetup /is width depth wbytes string def /cf currentfile def width height depth [width 0 0 height neg 0 height] {cf is readhexstring pop} {is} {is} true 3 colorimage } { colorSetup2 /is width depth wbytes string def /cf currentfile def 7 dict dup begin /ImageType 1 def /Width width def /Height height def } for {255 mul cvi nredt exch get} {255 mul cvi ngreent exch get} {255 mul cvi nbluet exch get} {255 mul cvi ngrayt exch get} setcolortransfer {pop 0} setundercolorremoval {} setblackgeneration } bind def /ImageMatrix [width 0 0 height neg 0 height] def /DataSource {cf is readhexstring pop} bind def /BitsPerComponent depth def /Decode [0 255] def end image } ifelse bitmapsave restore grestore } bind def /BITMAPCOLORc { /depth 8 def gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /lb width depth wbytes def sl lb lt {lb ms} if /bitmapsave save def fMLevel1 { colorsetup /is im 0 lb getinterval def ws 0 lb getinterval is copy pop /cf currentfile def width height depth [width 0 0 height neg 0 height] {ip} {is} {is} true 3 colorimage } { colorSetup2 /is im 0 lb getinterval def ws 0 lb getinterval is copy pop /cf currentfile def 7 dict dup begin /ImageType 1 def /Width width def /Height height def /ImageMatrix [width 0 0 height neg 0 height] def /DataSource {ip} bind def /BitsPerComponent depth def /Decode [0 255] def end image } ifelse bitmapsave restore grestore } bind def /BITMAPTRUECOLORc { /depth 24 def gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /lb width depth wbytes def sl lb lt {lb ms} if /bitmapsave save def /is im 0 lb getinterval def /ris im 0 width getinterval def /gis im width width getinterval def /bis im width 2 mul width getinterval def ws 0 lb getinterval is copy pop /cf currentfile def width height 8 [width 0 0 height neg 0 height] {width rip pop ris} {gis} {bis} true 3 colorimage bitmapsave restore grestore } bind def /BITMAPCMYKc { /depth 32 def gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /lb width depth wbytes def sl lb lt {lb ms} if /bitmapsave save def /is im 0 lb getinterval def /cis im 0 width getinterval def /mis im width width getinterval def /yis im width 2 mul width getinterval def /kis im width 3 mul width getinterval def ws 0 lb getinterval is copy pop /cf currentfile def width height 8 [width 0 0 height neg 0 height] {width rip4 pop cis} {mis} {yis} {kis} true 4 colorimage bitmapsave restore grestore } bind def /BITMAPTRUECOLOR { gsave 3 index 2 4 index 2 translate rotate 1 index 2 1 index 2 div add exch div add exch div neg div neg translate scale /height exch def /width exch def /bitmapsave save def /is width string def /gis width string def /bis width string def /cf currentfile def width height 8 [width 0 0 height neg 0 height] { cf is readhexstring pop } { cf gis readhexstring pop } { cf bis readhexstring pop } true 3 colorimage bitmapsave restore grestore } bind def /BITMAPCMYK { gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /bitmapsave save def /is width string def /mis width string def /yis width string def /kis width string def /cf currentfile def width height 8 [width 0 0 height neg 0 height] { cf is readhexstring pop } { cf mis readhexstring pop } { cf yis readhexstring pop } { cf kis readhexstring pop } true 4 colorimage bitmapsave restore grestore } bind def /BITMAPTRUEGRAYc { /depth 24 def gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /lb width depth wbytes def sl lb lt {lb ms} if /bitmapsave save def /is im 0 lb getinterval def /ris im 0 width getinterval def /gis im width width getinterval def /bis im width 2 mul width getinterval def ws 0 lb getinterval is copy pop /cf currentfile def width height 8 [width 0 0 height neg 0 height] {width rip pop ris gis bis width gray} image bitmapsave restore grestore } bind def /BITMAPCMYKGRAYc { /depth 32 def gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /lb width depth wbytes def sl lb lt {lb ms} if /bitmapsave save def /is im 0 lb getinterval def /cis im 0 width getinterval def /mis im width width getinterval def /yis im width 2 mul width getinterval def /kis im width 3 mul width getinterval def ws 0 lb getinterval is copy pop /cf currentfile def width height 8 [width 0 0 height neg 0 height] {width rip pop cis mis yis kis width cgray} image bitmapsave restore grestore } bind def /cgray { /ww exch def /k exch def /y exch def /m exch def /c exch def 0 1 ww 1 sub { /i exch def c i get m i get y i get k i get CMYKtoRGB .144 mul 3 1 roll .587 mul 3 1 roll .299 mul add add c i 3 -1 roll floor cvi put } for c } bind def /gray { /ww exch def /b exch def /g exch def /r exch def 0 1 ww 1 sub { /i exch def r i get .299 mul g i get .587 mul b i get .114 mul add add r i 3 -1 roll floor cvi put } for r } bind def /BITMAPTRUEGRAY { gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /bitmapsave save def /is width string def /gis width string def /bis width string def /cf currentfile def width height 8 [width 0 0 height neg 0 height] { cf is readhexstring pop cf gis readhexstring pop cf bis readhexstring pop width gray} image bitmapsave restore grestore } bind def /BITMAPCMYKGRAY { gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /bitmapsave save def /is width string def /yis width string def /mis width string def /kis width string def /cf currentfile def width height 8 [width 0 0 height neg 0 height] { cf is readhexstring pop cf mis readhexstring pop cf yis readhexstring pop cf kis readhexstring pop width cgray} image bitmapsave restore grestore } bind def /BITMAPGRAY { 8 {fakecolorsetup} COMMONBITMAP } bind def /BITMAPGRAYc { 8 {fakecolorsetup} COMMONBITMAPc } bind def /ENDBITMAP { end } bind def /ALDmatrix matrix def ALDmatrix currentmatrix pop /StartALD { /ALDsave save def savematrix ALDmatrix setmatrix } bind def /InALD { restorematrix } bind def /DoneALD { ALDsave restore } bind def /I { setdash } bind def /J { [] 0 setdash } bind def %%EndProlog %%BeginSetup (5.0) FMVERSION 1 1 0 0 612 792 0 1 11 FMDOCUMENT 0 0 /Times-Roman FMFONTDEFINE 1 0 /Helvetica FMFONTDEFINE 2 1 /Symbol FMFONTDEFINE 32 FMFILLS 0 0 FMFILL 1 0.1 FMFILL 2 0.3 FMFILL 3 0.5 FMFILL 4 0.7 FMFILL 5 0.9 FMFILL 6 0.97 FMFILL 7 1 FMFILL 8 <0f1e3c78f0e1c387> FMFILL 9 <0f87c3e1f0783c1e> FMFILL 10 <cccccccccccccccc> FMFILL 11 <ffff0000ffff0000> FMFILL 12 <8142241818244281> FMFILL 13 <03060c183060c081> FMFILL 14 <8040201008040201> FMFILL 16 1 FMFILL 17 0.9 FMFILL 18 0.7 FMFILL 19 0.5 FMFILL 20 0.3 FMFILL 21 0.1 FMFILL 22 0.03 FMFILL 23 0 FMFILL 24 <f0e1c3870f1e3c78> FMFILL 25 <f0783c1e0f87c3e1> FMFILL 26 <3333333333333333> FMFILL 27 <0000ffff0000ffff> FMFILL 28 <7ebddbe7e7dbbd7e> FMFILL 29 <fcf9f3e7cf9f3f7e> FMFILL 30 <7fbfdfeff7fbfdfe> FMFILL %%EndSetup %%Page: "1" 1 %%BeginPaperSize: Letter %%EndPaperSize 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 7 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K J 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 72 746.06 540 756 R 7 X 0 0 0 1 0 0 0 K V 72 32.76 540 42.7 R V 0 12 Q 0 X (1) 303 34.7 T 18 54 594 756 R 0.25 H 0 Z N 216 72 297 189 R 7 X V 3 H 0 X N 117 639 405 684 R 7 X V 0 X N 99 387 432 441 R 7 X V 0 X N 0 1 1 0 1 0 0 K 1 20 Q 0 1 1 0 1 0 0 K (g) 137.18 409 T (x) 157.55 409 T 1 14 Q (n) 168.31 403.8 T 1 20 Q (y) 186.1 409 T 1 14 Q (n) 196.85 403.8 T 1 20 Q (t) 214.64 409 T 1 14 Q (n) 220.96 403.8 T 2 20 Q (,) 176.1 409 T (,) 204.64 409 T (\050) 149.48 409 T (\051) 230.16 409 T 0 F (0) 268.09 409 T 1 F (n) 288.08 409 T 2 F (,) 278.09 409 T 0 F (1) 330.47 409 T (2) 350.47 409 T 2 F (\274) 370.47 409 T (,) 340.47 409 T (,) 360.47 409 T 0 F (=) 246.81 409 T (=) 309.2 409 T 0 0 0 1 0 0 0 K 144 225 387 342 R 7 X 0 0 0 1 0 0 0 K V 0 X N 1 F 0.6 (Up to No) 72 692.27 S 0.6 (w) 155.42 692.27 S 0 1 1 0 1 0 0 K 0 1 1 0 1 0 0 K (f) 151.37 657.64 T (x) 166.19 657.64 T (x) 186.19 657.64 T (\372) 189.95 659.1 T (y) 206.18 657.64 T (t) 226.18 657.64 T 2 F (,) 176.19 657.64 T (,) 196.19 657.64 T (,) 216.18 657.64 T (\050) 158.11 657.64 T (\051) 233.16 657.64 T 0 F (0) 271.09 657.64 T 1 F (x) 291.09 657.64 T 0 F (0) 310.35 657.64 T 2 F (\050) 302.27 657.64 T (\051) 321.77 657.64 T (,) 281.09 657.64 T 1 F (x) 359.7 657.64 T 0 14 Q (0) 370.45 652.44 T 0 20 Q (=) 249.82 657.64 T (=) 338.42 657.64 T 1 F (x) 397.65 471.5 T (\372) 401.41 472.96 T 1 14 Q (n) 408.41 467.1 T 2 20 Q (a) 477.73 486.3 T 1 14 Q (i) 491.11 481.1 T 1 20 Q (x) 495.4 486.3 T 1 14 Q (n) 506.16 481.1 T (i) 527.94 481.1 T 0 F (\320) 517.44 481.1 T 2 24 Q (\345) 458.62 482.9 T 0 20 Q (\320) 447.86 486.3 T 2 F (b) 469.66 458.11 T 0 14 Q (0) 481.4 452.91 T 1 20 Q (h) 489.58 458.11 T 1 14 Q (n) 501.46 452.91 T 1 20 Q (-) 447.86 470.52 T (-) 451.19 470.52 T (-) 454.52 470.52 T (-) 457.85 470.52 T (-) 461.18 470.52 T (-) 464.51 470.52 T (-) 467.84 470.52 T (-) 471.17 470.52 T (-) 474.5 470.52 T (-) 477.83 470.52 T (-) 481.16 470.52 T (-) 484.49 470.52 T (-) 487.82 470.52 T (-) 491.15 470.52 T (-) 494.48 470.52 T (-) 497.81 470.52 T (-) 501.14 470.52 T (-) 504.47 470.52 T (-) 507.8 470.52 T (-) 511.13 470.52 T (-) 514.46 470.52 T (-) 517.79 470.52 T (-) 521.12 470.52 T (-) 524.39 470.52 T 0 F (=) 426.19 471.5 T 1 F (A) 165.97 283.5 T 1 14 Q (n) 180.07 278.3 T (j) 180.29 294.45 T 1 20 Q (x) 197.93 296.52 T 1 14 Q (n) 208.69 291.32 T (j) 208.91 307.47 T 1 20 Q (y) 197.93 258.37 T 1 14 Q (n) 208.69 253.17 T (j) 208.91 269.32 T 1 20 Q (b) 254.84 283.5 T 1 14 Q (n) 266.71 278.3 T (j) 266.94 294.45 T 1 20 Q (j) 284.82 283.5 T 2 F (,) 274.5 283.5 T 0 F (1) 320.52 283.5 T (2) 340.52 283.5 T 2 F (\274) 360.52 283.5 T (,) 330.52 283.5 T (,) 350.52 283.5 T 0 F (=) 233.56 283.5 T (=) 299.25 283.5 T 199.03 249.67 193.03 249.67 193.03 325.96 0.9 H 2 Z N 193.03 325.96 199.03 325.96 2 L N 213.57 249.67 219.57 249.67 219.57 325.96 N 219.57 325.96 213.57 325.96 2 L N 1 F (x) 247.74 143.52 T 1 14 Q (n) 258.5 138.32 T (j) 258.73 154.47 T 1 20 Q (y) 247.74 105.38 T 1 14 Q (n) 258.5 100.17 T (j) 258.73 116.32 T 248.84 96.67 242.85 96.67 242.85 172.97 3 N 242.85 172.97 248.84 172.97 2 L N 263.39 96.67 269.39 96.67 269.39 172.97 3 3 L 3 L L L N 269.39 172.97 263.39 172.97 2 L N 0 0 0 1 0 0 0 K 99 549 432 603 R 7 X 0 0 0 1 0 0 0 K V 3 H 0 Z 0 X N 0 1 1 0 1 0 0 K 1 20 Q 0 1 1 0 1 0 0 K (f) 123.08 571 T (x) 137.9 571 T 1 14 Q (n) 148.66 565.8 T 1 20 Q (x) 166.44 571 T (\372) 170.21 572.46 T 1 14 Q (n) 177.2 566.6 T 1 20 Q (y) 194.98 571 T 1 14 Q (n) 205.74 565.8 T 1 20 Q (t) 223.52 571 T 1 14 Q (n) 229.85 565.8 T 2 20 Q (,) 156.45 571 T (,) 184.99 571 T (,) 213.53 571 T (\050) 129.82 571 T (\051) 239.05 571 T 0 F (0) 276.98 571 T 1 F (n) 296.97 571 T 2 F (,) 286.98 571 T 0 F (1) 339.36 571 T (2) 359.36 571 T 2 F (\274) 379.36 571 T (,) 349.36 571 T (,) 369.36 571 T 0 F (=) 255.7 571 T (=) 318.09 571 T 1 1 0 0 0 0 1 K 2 30 Q 1 1 0 0 0 0 1 K (\337) 257.3 605.99 T (\337) 251.91 486.99 T (\337) 243 351.99 T (\337) 242.91 196.02 T 0 0 0 1 0 0 0 K 1 20 Q 0 0 0 1 0 0 0 K (diff) 441 693 T (erential) 467.08 693 T (algebr) 441 673 T (aic) 496.38 673 T (system) 441 653 T 1 1 0 0 0 0 1 K 1 1 0 0 0 0 1 K (discretiz) 288 612 T (e time) 361.04 612 T (apply) 288 515 T (integ) 288 495 T (r) 331.16 495 T (ation) 337.62 495 T (f) 288 475 T (or) 292.96 475 T (m) 311.24 475 T (ula e) 327.7 475 T (.g.) 370.76 475 T (Ne) 288 360 T (wton-Raphson \050linear) 313.16 360 T (ization\051) 503.52 360 T (Sparse matr) 279 207 T (ix LU f) 388.22 207 T (actor) 444.3 207 T (ization) 489.06 207 T (and solution) 351.28 187 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (\0501\051) 48.96 648.72 T (\0502\051) 49.68 570.96 T (\0503\051) 54 408.97 T (\0504\051) 53.28 282.97 T FMENDPAGE %%EndPage: "1" 1 %%Page: "2" 2 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 7 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 72 746.06 540 756 R 7 X 0 0 0 1 0 0 0 K V 72 32.76 540 42.7 R V 0 12 Q 0 X (2) 303 34.7 T 18 54 594 756 R 0.25 H 0 Z N 108 144 576 711 R 3 H N 108 252 117 252 2 L 2 Z N 108 360 117 360 2 L N 108 468 117 468 2 L N 108 576 117 576 2 L N 108 684 117 684 2 L N 216 144 216 157.62 2 L N 324 144 324 153 2 L N 432 144 432 153 2 L N 540 144 540 153 2 L N 0 1 1 0 1 0 0 K 216 252 549 585 2 L 4 H 0 1 1 0 1 0 0 K N 0 0 0 1 0 0 0 K 540 675 216 216 2 L 0 0 0 1 0 0 0 K N 1 0 1 0 0 1 0 K 504 693 396 531 288 396 216 324 4 L 1 0 1 0 0 1 0 K N 0 0 0 1 0 0 0 K 1 20 Q 0 0 0 1 0 0 0 K (1) 108 117 T (10) 216 112.38 T (10) 324 112.38 T 1 16 Q (2) 346.24 120.38 T 1 20 Q (10) 432 117 T 1 16 Q (3) 454.24 125 T 1 20 Q (10) 540 117 T 1 16 Q (4) 562.24 125 T 1 20 Q (1) 72 144 T (10) 72 252 T (10) 72 360 T 1 16 Q (2) 94.24 368 T 1 20 Q (10) 72 477 T 1 16 Q (3) 94.24 485 T 1 20 Q (10) 72 585 T 1 16 Q (4) 94.24 593 T 1 20 Q (10) 72 684 T 1 16 Q (5) 94.24 692 T 1 0 1 0 0 1 0 K 1 20 Q 1 0 1 0 0 1 0 K (T) 324 657 T (otal Time) 333.82 657 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (Solv) 517.01 616.38 T (e) 555.41 616.38 T 0 1 1 0 1 0 0 K 0 1 1 0 1 0 0 K (F) 441 435.43 T (or) 452.62 435.43 T (m) 470.9 435.43 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (Number of Circuit Equations) 180 81 T (C) 36 585 T (P) 36 565 T (U) 36 545 T (T) 36 505 T (I) 36 485 T (M) 36 465 T (E) 36 445 T (\050s\051) 36 400.38 T FMENDPAGE %%EndPage: "2" 2 %%Page: "3" 3 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 7 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 72 746.06 540 756 R 7 X 0 0 0 1 0 0 0 K V 72 32.76 540 42.7 R V 0 12 Q 0 X (3) 303 34.7 T 18 54 594 756 R 0.25 H 0 Z N 1 1 0 0 0 0 1 K 184.06 702.72 184.06 630 275.19 666.36 3 Y 3 H 1 1 0 0 0 0 1 K N 184.06 666.36 161.28 666.36 2 L 2 Z N 0 Z 90 450 5.7 6.06 280.89 666.36 A 286.58 666.36 320.76 666.36 2 L 2 Z N 0 1 1 0 1 0 0 K 343.54 702.72 343.54 630 434.67 666.36 3 Y 0 Z 0 1 1 0 1 0 0 K N 343.54 666.36 320.76 666.36 2 L 2 Z N 0 Z 90 450 5.7 6.06 440.36 666.36 A 446.06 666.36 480.24 666.36 2 L 2 Z N 367.82 495.73 403.82 495.73 2 L N 367.82 487.73 403.82 487.73 2 L N 367.82 458.73 403.82 458.73 2 L N 367.82 450.73 403.82 450.73 2 L N 385.82 495.73 385.82 513.73 439.82 513.73 3 L N 385.82 486.73 385.82 459.73 2 L N 385.82 450.73 385.82 405.73 2 L N 331.82 486.73 331.82 468.73 385.82 468.73 3 L N 367.82 405.73 403.82 405.73 2 L N 371.82 396.73 398.82 396.73 2 L N 376.82 387.73 390.82 N 1 20 Q (v) 426.39 454.73 T 0 14 Q (2) 437.14 449.53 T 1 F (K) 437.14 465.68 T 0 F (1) 460.48 465.68 T (\320) 449.98 465.68 395.27 288.19 395.27 N 395.27 288.19 422.27 N 395.27 252.19 422.27 N 395.27 252.19 404.27 V 0 Z N 386.27 288.19 386.27 V 2 Z N 422.27 252.19 422.27 V N 422.27 306.19 422.27 V N 422.27 234.19 377.27 V N 377.27 270.19 377.27 V N 377.27 270.19 386.27 V N 417.77 301.69 426.77 V N 395.27 211.69 395.27 V N 395.27 211.69 422.27 V N 395.27 175.69 422.27 V N 386.27 211.69 386.27 V N 422.27 175.69 422.27 V N 387.73 2 L T 252.19 2 L 288.19 2 L 252.19 2 L 288.19 R 252.19 2 L 216.19 2 L 288.19 2 L 234.19 2 L 234.19 2 L 270.19 2 L 310.69 2 L 175.69 2 L 211.69 2 L 175.69 2 L 175.69 2 L 139.69 2 L 368.27 220.69 341.27 220.69 2 L V N 368.27 211.69 341.27 211.69 2 L V N 368.27 175.69 341.27 175.69 2 L V N 368.27 166.69 341.27 166.69 2 L V N 350.27 166.69 350.27 157.69 422.27 157.69 3 L N 350.27 175.69 350.27 211.69 2 L N 350.27 220.69 350.27 238.69 377.27 238.69 3 L N 386.27 193.69 350.27 193.69 2 L N 350.27 193.69 314.27 193.69 2 L N 404.27 139.69 440.27 139.69 2 L N 408.27 130.69 435.27 130.69 2 L N 413.27 121.69 427.27 121.69 2 L N 422.27 233.69 540.27 233.69 2 L N 466.27 203.69 503.27 203.69 2 L N 466.27 194.69 503.27 194.69 2 L N 486.27 205.69 486.27 235.69 2 L N 423.27 157.69 488.27 157.69 2 L N 488.27 157.69 488.27 193.69 2 L N 1 20 Q (v) 513.27 176.69 T 0 14 Q (2) 524.03 171.49 T 1 F (k) 524.03 187.64 T 1 1 0 0 0 0 1 K 278.27 166.69 M 296.27 166.69 296.27 166.69 300.77 184.69 D 305.27 202.69 305.27 202.69 323.27 202.69 D 1 1 0 0 0 0 1 K N 0 1 1 0 1 0 0 K 467.27 283.69 M 485.27 283.69 485.27 283.69 489.77 265.69 D 494.27 247.69 494.27 247.69 512.27 247.69 D 0 1 1 0 1 0 0 K N 1 1 0 0 0 0 1 K 1 20 Q 1 1 0 0 0 0 1 K (v) 249.33 179.69 T 0 14 Q (1) 260.09 174.49 T 1 F (K) 260.09 190.64 T 187.82 545.23 187.82 N 187.82 545.23 214.82 N 187.82 509.23 214.82 N 187.82 509.23 196.82 V 0 Z N 178.82 545.23 178.82 V 2 Z N 214.82 509.23 214.82 V N 214.82 563.23 214.82 V N 214.82 491.23 169.82 V N 169.82 527.23 169.82 V N 169.82 527.23 178.82 V N 210.32 558.73 219.32 V N 187.82 468.73 187.82 V N 187.82 468.73 214.82 V N 187.82 432.73 214.82 V N 178.82 468.73 178.82 V N 214.82 432.73 214.82 V N 160.82 477.73 133.82 V N 160.82 468.73 133.82 V 509.23 2 L 545.23 2 L 509.23 2 L 545.23 R 509.23 2 L 473.23 2 L 545.23 2 L 491.23 2 L 491.23 2 L 527.23 2 L 567.73 2 L 432.73 2 L 468.73 2 L 432.73 2 L 432.73 2 L 396.73 2 L 477.73 2 L 468.73 2 L N 160.82 432.73 133.82 432.73 2 L V N 160.82 423.73 133.82 423.73 2 L V N 142.82 423.73 142.82 414.73 214.82 414.73 3 L N 142.82 432.73 142.82 468.73 2 L N 142.82 477.73 142.82 495.73 169.82 495.73 3 L N 178.82 450.73 142.82 450.73 2 L N 142.82 450.73 106.82...

Find millions of documents on Course Hero - Study Guides, Lecture Notes, Reference Materials, Practice Exams and more. Course Hero has millions of course specific materials providing students with the best way to expand their education.

Below is a small sample set of documents:

Wisconsin - ECE - 902
%!PS-Adobe-3.0 %BoundingBox: (atend) %Pages: 4 0 %PageOrder: (atend) %DocumentFonts: (atend) %Creator: Frame 5.0 %DocumentData: Clean7Bit %EndComments %BeginProlog %BeginProcSet: PStoPS 1 15 userdict begin [/showpage/erasepage/copypage]{dup where{pop
Wisconsin - ECE - 902
%!PS-Adobe-3.0 %BoundingBox: (atend) %Pages: 2 0 %PageOrder: (atend) %DocumentFonts: (atend) %Creator: Frame 5.0 %DocumentData: Clean7Bit %EndComments %BeginProlog %BeginProcSet: PStoPS 1 15 userdict begin [/showpage/erasepage/copypage]{dup where{pop
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.76 (MiKTeX 1.11) Copyright 1997 Radical Eye Software (www.radicaleye.com) %Title: conjgrad.dvi %CreationDate: Mon Apr 19 14:20:31 1999 %Pages: 38 %PageOrder: Ascend %BoundingBox: 0 0 596 842 %DocumentFonts: CMMI8 CMSY
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.76 (MiKTeX 1.11) Copyright 1997 Radical Eye Software (www.radicaleye.com) %Title: conjgrad.dvi %CreationDate: Mon Apr 19 14:20:31 1999 %Pages: 19 0 %PageOrder: Ascend %BoundingBox: 0 0 596 842 %DocumentFonts: CMMI8 CM
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.76 (MiKTeX 1.11) Copyright 1997 Radical Eye Software (www.radicaleye.com) %Title: conjgrad.dvi %CreationDate: Mon Apr 19 14:20:31 1999 %Pages: 10 0 %PageOrder: Ascend %BoundingBox: 0 0 596 842 %DocumentFonts: CMMI8 CM
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvipsk 5.55a Copyright 1986, 1994 Radical Eye Software %Title: cg.dvi %Pages: 64 %PageOrder: Ascend %BoundingBox: 0 0 612 792 %DocumentFonts: Times-Roman Times-Bold Courier Times-Italic Helvetica %+ Symbol %EndComments %DVIPS
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec1.dvi %CreationDate: Thu Mar 4 22:25:54 1999 %Pages: 10 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %DVIPSCommandLine: dvip
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec1.dvi %CreationDate: Thu Mar 4 22:25:54 1999 %Pages: 5 0 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %BeginProcSet: PStoPS
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec1.dvi %CreationDate: Thu Mar 4 22:25:54 1999 %Pages: 3 0 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %BeginProcSet: PStoPS
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec2.dvi %CreationDate: Thu Feb 25 20:48:19 1999 %Pages: 12 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %DVIPSCommandLine: dvi
Wisconsin - ECE - 902
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt; &lt;Error&gt;&lt;Code&gt;NoSuchKey&lt;/Code&gt;&lt;Message&gt;The specified key does not exist.&lt;/Message&gt;&lt;Key&gt;7b5851f6d1593e664a6cb1263c83f0bc9944d939.ps&lt;/Key&gt;&lt;RequestId&gt;D5 16DDE863988ADB&lt;/RequestId&gt;&lt;HostId&gt;zRSLwm44UsxqWMBL/HFHeGb5o3tn
Wisconsin - ECE - 902
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt; &lt;Error&gt;&lt;Code&gt;NoSuchKey&lt;/Code&gt;&lt;Message&gt;The specified key does not exist.&lt;/Message&gt;&lt;Key&gt;e7155ed6c19a6ade6457932c6e71fc5be738d22d.ps&lt;/Key&gt;&lt;RequestId&gt;FB 23F1559BDC2B88&lt;/RequestId&gt;&lt;HostId&gt;opXwwkeNTTX0WPkJ7wJRLVtvlZjx
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec3.dvi %CreationDate: Tue Mar 2 00:48:24 1999 %Pages: 8 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %DVIPSCommandLine: dvips
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec3.dvi %CreationDate: Tue Mar 2 00:48:24 1999 %Pages: 4 0 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %BeginProcSet: PStoPS
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec3.dvi %CreationDate: Tue Mar 2 00:48:24 1999 %Pages: 2 0 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %BeginProcSet: PStoPS
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec4.dvi %CreationDate: Sun Mar 14 04:10:28 1999 %Pages: 8 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %DVIPSCommandLine: dvip
Wisconsin - ECE - 902
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt; &lt;Error&gt;&lt;Code&gt;NoSuchKey&lt;/Code&gt;&lt;Message&gt;The specified key does not exist.&lt;/Message&gt;&lt;Key&gt;5d8fcbd1abe9568e1d710d3b1b60cdb2e835cb51.ps&lt;/Key&gt;&lt;RequestId&gt;BD 204E24FC64AF3D&lt;/RequestId&gt;&lt;HostId&gt;NN94IBWOKrD1fDUP9yeDaJHpS+M9
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec4.dvi %CreationDate: Sun Mar 14 04:10:28 1999 %Pages: 2 0 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %BeginProcSet: PStoPS
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec5.dvi %CreationDate: Thu Mar 11 20:54:34 1999 %Pages: 8 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %DVIPSCommandLine: dvip
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec5.dvi %CreationDate: Thu Mar 11 20:54:34 1999 %Pages: 4 0 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %BeginProcSet: PStoPS
Wisconsin - ECE - 902
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt; &lt;Error&gt;&lt;Code&gt;NoSuchKey&lt;/Code&gt;&lt;Message&gt;The specified key does not exist.&lt;/Message&gt;&lt;Key&gt;9be6d3b1a534f6c1a69969a0a14b538b28a49e4c.ps&lt;/Key&gt;&lt;RequestId&gt;74 EC912C826F73F5&lt;/RequestId&gt;&lt;HostId&gt;neJzzfvUK0Pb12o/Mr1fkIqTcbax
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec6.dvi %CreationDate: Tue Mar 16 12:59:24 1999 %Pages: 12 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %DVIPSCommandLine: dvi
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec6.dvi %CreationDate: Tue Mar 16 12:59:24 1999 %Pages: 6 0 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %BeginProcSet: PStoPS
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec6.dvi %CreationDate: Tue Mar 16 12:59:24 1999 %Pages: 3 0 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %BeginProcSet: PStoPS
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec7.dvi %CreationDate: Mon Mar 29 21:11:51 1999 %Pages: 12 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %DVIPSCommandLine: dvi
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec7.dvi %CreationDate: Mon Mar 29 21:11:51 1999 %Pages: 6 0 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %BeginProcSet: PStoPS
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec7.dvi %CreationDate: Mon Mar 29 21:11:51 1999 %Pages: 3 0 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %BeginProcSet: PStoPS
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec8.dvi %CreationDate: Mon Mar 29 21:24:44 1999 %Pages: 16 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %DVIPSCommandLine: dvi
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec8.dvi %CreationDate: Mon Mar 29 21:24:44 1999 %Pages: 8 0 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %BeginProcSet: PStoPS
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec8.dvi %CreationDate: Mon Mar 29 21:24:44 1999 %Pages: 4 0 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %BeginProcSet: PStoPS
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec9.dvi %CreationDate: Tue Mar 30 01:14:59 1999 %Pages: 8 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %DVIPSCommandLine: dvip
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec9.dvi %CreationDate: Tue Mar 30 01:14:59 1999 %Pages: 4 0 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %BeginProcSet: PStoPS
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec10.dvi %CreationDate: Sat Apr 17 05:11:47 1999 %Pages: 15 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %DVIPSCommandLine: dv
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec10.dvi %CreationDate: Sat Apr 17 05:11:47 1999 %Pages: 8 0 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %BeginProcSet: PStoP
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec10.dvi %CreationDate: Sat Apr 17 05:11:47 1999 %Pages: 4 0 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %BeginProcSet: PStoP
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec11.dvi %CreationDate: Mon Apr 19 21:41:53 1999 %Pages: 10 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %DVIPSCommandLine: dv
Maryland - BMGT - 110
Welcome to.BMGT 110 INTRODUCTION TO BUSINESS SPRING 2009INSTRUCTOR: JEFFREY MILLERCOPYRIGHT NOTICE Jeffrey Miller 2009All Rights Reserved - In accordance with copyright laws, you are forbidden to reproduce this work in any manner other than
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec11.dvi %CreationDate: Mon Apr 19 21:41:53 1999 %Pages: 5 0 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %BeginProcSet: PStoP
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec11.dvi %CreationDate: Mon Apr 19 21:41:53 1999 %Pages: 3 0 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %BeginProcSet: PStoP
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec12.dvi %CreationDate: Mon May 3 22:09:23 1999 %Pages: 8 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %DVIPSCommandLine: dvip
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec12.dvi %CreationDate: Mon May 3 22:09:23 1999 %Pages: 4 0 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %BeginProcSet: PStoPS
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec12.dvi %CreationDate: Mon May 3 22:09:23 1999 %Pages: 2 0 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %BeginProcSet: PStoPS
Wisconsin - ECE - 902
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt; &lt;Error&gt;&lt;Code&gt;NoSuchKey&lt;/Code&gt;&lt;Message&gt;The specified key does not exist.&lt;/Message&gt;&lt;Key&gt;4813db6d38e59af07fde8f29caf3824834645c9c.ps&lt;/Key&gt;&lt;RequestId&gt;9D 52E506B29617DB&lt;/RequestId&gt;&lt;HostId&gt;DBqB0Alv4Q+dnRW/pXNijYz5nTx2
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec13.dvi %CreationDate: Fri May 7 05:02:39 1999 %Pages: 7 0 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %BeginProcSet: PStoPS
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec13.dvi %CreationDate: Fri May 7 05:02:39 1999 %Pages: 4 0 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %BeginProcSet: PStoPS
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec14.dvi %CreationDate: Fri May 7 04:19:22 1999 %Pages: 12 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %DVIPSCommandLine: dvi
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec14.dvi %CreationDate: Fri May 7 04:19:22 1999 %Pages: 6 0 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %BeginProcSet: PStoPS
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec14.dvi %CreationDate: Fri May 7 04:19:22 1999 %Pages: 3 0 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %BeginProcSet: PStoPS
Wisconsin - ECE - 902
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt; &lt;Error&gt;&lt;Code&gt;NoSuchKey&lt;/Code&gt;&lt;Message&gt;The specified key does not exist.&lt;/Message&gt;&lt;Key&gt;4e48e16f5205233a525d90ac3b3cf183cb79ab26.ps&lt;/Key&gt;&lt;RequestId&gt;9D 8DB957C50950CB&lt;/RequestId&gt;&lt;HostId&gt;O+CkCov4T4xZvWQUgjIOPHMoxcmR
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec15.dvi %CreationDate: Mon May 10 22:48:31 1999 %Pages: 2 0 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %BeginProcSet: PStoP
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec15.dvi %CreationDate: Mon May 10 22:48:31 1999 %Pages: 1 0 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %BeginProcSet: PStoP
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec16.dvi %CreationDate: Fri May 14 05:19:09 1999 %Pages: 8 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %DVIPSCommandLine: dvi
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec16.dvi %CreationDate: Fri May 14 05:19:09 1999 %Pages: 4 0 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %BeginProcSet: PStoP
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec16.dvi %CreationDate: Fri May 14 05:19:09 1999 %Pages: 2 0 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %BeginProcSet: PStoP
Wisconsin - ECE - 902
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt; &lt;Error&gt;&lt;Code&gt;NoSuchKey&lt;/Code&gt;&lt;Message&gt;The specified key does not exist.&lt;/Message&gt;&lt;Key&gt;0950f7fb596201116a7c2692410d8ac34f5d690e.ps&lt;/Key&gt;&lt;RequestId&gt;E5 39CF5977E0121E&lt;/RequestId&gt;&lt;HostId&gt;9Vmwu3s2FXzHSbyGZzeIX1haad6H
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec17.dvi %CreationDate: Tue May 18 03:13:01 1999 %Pages: 3 0 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %BeginProcSet: PStoP
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec17.dvi %CreationDate: Tue May 18 03:13:01 1999 %Pages: 2 0 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %BeginProcSet: PStoP
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec18.dvi %CreationDate: Fri May 21 04:00:14 1999 %Pages: 8 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %DVIPSCommandLine: dvi
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec18.dvi %CreationDate: Fri May 21 04:00:14 1999 %Pages: 4 0 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %BeginProcSet: PStoP
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec18.dvi %CreationDate: Fri May 21 04:00:14 1999 %Pages: 2 0 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %BeginProcSet: PStoP
Wisconsin - ECE - 902
%!PS-Adobe-2.0 %Creator: dvips 5.58 Copyright 1986, 1994 Radical Eye Software %Title: lec19.dvi %CreationDate: Mon May 24 23:56:33 1999 %Pages: 8 %PageOrder: Ascend %Orientation: Landscape %BoundingBox: 0 0 612 792 %EndComments %DVIPSCommandLine: dvi