{VERSION 4 0 "SUN SPARC SOLARIS" "4.0" } {USTYLETAB {CSTYLE "Maple Input" -1 0 "Courier" 0 1 255 0 0 1 0 1 0 0 1 0 0 0 0 1 }{CSTYLE "2D Math" -1 2 "Times" 0 1 0 0 0 0 0 0 2 0 0 0 0 0 0 1 }{CSTYLE "2D Output" 2 20 "" 0 1 0 0 255 1 0 0 0 0 0 0 0 0 0 1 } {CSTYLE "" -1 256 "" 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 }{CSTYLE "" -1 257 "" 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 }{CSTYLE "" -1 258 "" 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 }{PSTYLE "Normal" -1 0 1 {CSTYLE "" -1 -1 "" 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 }0 0 0 -1 -1 -1 0 0 0 0 0 0 -1 0 } {PSTYLE "Maple Output" 0 11 1 {CSTYLE "" -1 -1 "" 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 }3 3 0 -1 -1 -1 0 0 0 0 0 0 -1 0 }{PSTYLE "Maple Plot" 0 13 1 {CSTYLE "" -1 -1 "" 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 }3 0 0 -1 -1 -1 0 0 0 0 0 0 -1 0 }{PSTYLE "" 0 256 1 {CSTYLE "" -1 -1 "" 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 }3 0 0 -1 -1 -1 0 0 0 0 0 0 -1 0 }{PSTYLE "" 0 257 1 {CSTYLE "" -1 -1 "" 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 }3 0 0 -1 -1 -1 0 0 0 0 0 0 -1 0 }{PSTYLE "" 0 258 1 {CSTYLE "" -1 -1 "" 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 }3 0 0 -1 -1 -1 0 0 0 0 0 0 -1 0 }{PSTYLE " " 0 259 1 {CSTYLE "" -1 -1 "" 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 }0 0 0 -1 -1 -1 0 0 0 0 0 0 -1 0 }} {SECT 0 {EXCHG {PARA 256 "" 0 "" {TEXT -1 11 "Math 2270-1" }}{PARA 257 "" 0 "" {TEXT -1 17 "Friday October 27" }}{PARA 258 "" 0 "" {TEXT -1 27 "Projecting onto polynomials" }}{PARA 0 "" 0 "" {TEXT -1 0 "" }} {PARA 0 "" 0 "" {TEXT -1 267 "Here's the inner product we will use. W e'll call it ``dot'' in honor of the dot product of R^n, to which this inner product is very similar indeed. With the dot product we can th erefore define the magnitude of vectors, as well as distance and angle between vectors." }}{PARA 0 "" 0 "" {TEXT -1 0 "" }}}{EXCHG {PARA 0 " > " 0 "" {MPLTEXT 1 0 141 "dot:=(f,g)->int(f(x)*g(x),x=-1..1); #dot ta kes a pair of\n #functions and returns a real number by computing \n #a particular integral" }}{PARA 11 "" 1 "" {XPPMATH 20 "6#>%$d otGR6$%\"fG%\"gG6\"6$%)operatorG%&arrowGF)-%$intG6$*&-9$6#%\"xG\"\"\"- 9%F3F5/F4;!\"\"F5F)F)F)" }}}{EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 65 " mag:=f->sqrt(dot(f,f)); #computes the magnitude of\n #a vector" }} {PARA 11 "" 1 "" {XPPMATH 20 "6#>%$magGR6#%\"fG6\"6$%)operatorG%&arrow GF(-%%sqrtG6#-%$dotG6$9$F2F(F(F(" }}}{EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 79 "dist:=(f,g)->mag(f-g); #computes the ``distance'' be tween\n #two vectors. " }}{PARA 11 "" 1 "" {XPPMATH 20 "6#>%%dist GR6$%\"fG%\"gG6\"6$%)operatorG%&arrowGF)-%$magG6#,&9$\"\"\"9%!\"\"F)F) F)" }}}{EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 96 "angle:=(f,g)->arccos( dot(f,g)/(mag(f)*mag(g)));\n #computes the ``angle'' between two v ectors" }}{PARA 11 "" 1 "" {XPPMATH 20 "6#>%&angleGR6$%\"fG%\"gG6\"6$% )operatorG%&arrowGF)-%'arccosG6#*&-%$dotG6$9$9%\"\"\"*&-%$magG6#F4F6-F 96#F5F6!\"\"F)F)F)" }}}{PARA 0 "" 0 "" {TEXT -1 260 "Let's experiment \+ by computing some of these quantities for some polynomials. Here's ou r usual basis for the space of polynomials of degree at most three. T he restriction of these polynomials to the interval [-1..1] gives a su bspace of our inner product space" }}{EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 40 "P0:=x->1;P1:=x->x;P2:=x->x^2;P3:=x->x^3;" }}{PARA 11 "" 1 "" {XPPMATH 20 "6#>%#P0G\"\"\"" }}{PARA 11 "" 1 "" {XPPMATH 20 "6 #>%#P1GR6#%\"xG6\"6$%)operatorG%&arrowGF(9$F(F(F(" }}{PARA 11 "" 1 "" {XPPMATH 20 "6#>%#P2GR6#%\"xG6\"6$%)operatorG%&arrowGF(*$)9$\"\"#\"\" \"F(F(F(" }}{PARA 11 "" 1 "" {XPPMATH 20 "6#>%#P3GR6#%\"xG6\"6$%)opera torG%&arrowGF(*$)9$\"\"$\"\"\"F(F(F(" }}}{PARA 0 "" 0 "" {TEXT -1 43 " 2a) Compute the magnitudes of P0,P1,P2,P3." }}{EXCHG {PARA 0 "> " 0 " " {MPLTEXT 1 0 32 "mag(P0);mag(P1);mag(P2);mag(P3);" }}{PARA 11 "" 1 " " {XPPMATH 20 "6#*$-%%sqrtG6#\"\"#\"\"\"" }}{PARA 11 "" 1 "" {XPPMATH 20 "6#,$*$-%%sqrtG6#\"\"'\"\"\"#F)\"\"$" }}{PARA 11 "" 1 "" {XPPMATH 20 "6#,$*$-%%sqrtG6#\"#5\"\"\"#F)\"\"&" }}{PARA 11 "" 1 "" {XPPMATH 20 "6#,$*$-%%sqrtG6#\"#9\"\"\"#F)\"\"(" }}}{PARA 0 "" 0 "" {TEXT -1 195 "2b) Which pairs of these four polynomials are perpendicular to e ach other? Is it true that if f is an even function and g is an odd f unction, then f and g are perpendicular in this space? Why?" }}{PARA 259 "" 0 "" {TEXT -1 326 "Since the product of an even function with a n odd function is an odd function, and since the integral of an odd fu nction over an interval which is symmetric with respect to the origin \+ is zero, it IS true that even and odd functions are orthogonal to each other. So the following dots should be zero, indicating orthogonality : " }}{EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 44 "dot(P0,P1);dot(P0,P3); dot(P1,P2);dot(P2,P3);" }}{PARA 11 "" 1 "" {XPPMATH 20 "6#\"\"!" }} {PARA 11 "" 1 "" {XPPMATH 20 "6#\"\"!" }}{PARA 11 "" 1 "" {XPPMATH 20 "6#\"\"!" }}{PARA 11 "" 1 "" {XPPMATH 20 "6#\"\"!" }}}{PARA 0 "" 0 "" {TEXT -1 0 "" }{TEXT 256 25 "The rest of the dots are:" }}{EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 22 "dot(P0,P2);dot(P1,P3);" }}{PARA 11 "" 1 "" {XPPMATH 20 "6##\"\"#\"\"$" }}{PARA 11 "" 1 "" {XPPMATH 20 "6# #\"\"#\"\"&" }}}{PARA 0 "" 0 "" {TEXT -1 0 "" }{TEXT 257 58 "so those \+ pairs of functions turn out to not be orthogonal." }}{PARA 0 "" 0 "" {TEXT -1 116 "2c) Show that f(x)=1 and g(x)=x^2 - 1/3 are orthogonal. Hint: compute the inner product of P0 with P2 - (1/3)*P0. " }} {EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 18 "dot(P0,P2-1/3*P0);" }}{PARA 11 "" 1 "" {XPPMATH 20 "6#\"\"!" }}}{PARA 0 "" 0 "" {TEXT -1 0 "" } {TEXT 258 3 "yep" }}{PARA 0 "" 0 "" {TEXT -1 63 "2d) Find the distanc e between f(x)=1+2*x+x^3 and g(x)=x+3*x^2." }}{EXCHG {PARA 0 "> " 0 " " {MPLTEXT 1 0 25 "dist(P0+2*P1+P3,P1+3*P2);" }}{PARA 11 "" 1 "" {XPPMATH 20 "6#,$*$-%%sqrtG6#\"%5B\"\"\"#\"\"%\"$0\"" }}}{EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 9 "evalf(%);" }}{PARA 11 "" 1 "" {XPPMATH 20 "6#$\"+L3&4$=!\"*" }}}{PARA 0 "" 0 "" {TEXT -1 0 "" }}{PARA 0 "" 0 "" {TEXT -1 304 "Let's denote the subspace spanned by P0,P1,P2 with the l etter W2. Here's how to use Gram-Schmidt to find an orthonormal basis . It should look familiar! We will first find an orthogonal basis, t hen we will normalize it. We'll use Q0,Q1,Q2 for the orthogonal basis , and u0,u1,u2 for the normalized one." }}{PARA 11 "" 1 "" {TEXT -1 0 "" }}{EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 115 "Q0:=P0; #first ortho gonal basis element\nproj0:=f->(dot(f,Q0)/mag(Q0)^2)*Q0;\n #proje ction onto the span of Q0" }}{PARA 11 "" 1 "" {XPPMATH 20 "6#>%#Q0G\" \"\"" }}{PARA 11 "" 1 "" {XPPMATH 20 "6#>%&proj0GR6#%\"fG6\"6$%)operat orG%&arrowGF(*&*&-%$dotG6$9$%#Q0G\"\"\"F2F3F3*$)-%$magG6#F2\"\"#F3!\" \"F(F(F(" }}}{EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 145 "Q1:=P1 - proj0 (P1); #second orthogonal basis element\nproj1:=f->proj0(f) + (dot(f,Q 1)/mag(Q1)^2)*Q1;\n #projection onto the span of Q0 and Q1" }} {PARA 11 "" 1 "" {XPPMATH 20 "6#>%#Q1G%#P1G" }}{PARA 11 "" 1 "" {XPPMATH 20 "6#>%&proj1GR6#%\"fG6\"6$%)operatorG%&arrowGF(,&-%&proj0G6 #9$\"\"\"*&*&-%$dotG6$F0%#Q1GF1F7F1F1*$)-%$magG6#F7\"\"#F1!\"\"F1F(F(F (" }}}{EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 23 "Q1(x); #check our wor k" }}{PARA 11 "" 1 "" {XPPMATH 20 "6#%\"xG" }}}{EXCHG {PARA 0 "> " 0 " " {MPLTEXT 1 0 97 "Q2:=P2-proj1(P2); #third orthogonal basis element \nproj2:=f->proj1(f) + (dot(f,Q2)/mag(Q2)^2)*Q2;" }}{PARA 11 "" 1 "" {XPPMATH 20 "6#>%#Q2G,&%#P2G\"\"\"#F'\"\"$!\"\"" }}{PARA 11 "" 1 "" {XPPMATH 20 "6#>%&proj2GR6#%\"fG6\"6$%)operatorG%&arrowGF(,&-%&proj1G6 #9$\"\"\"*&*&-%$dotG6$F0%#Q2GF1F7F1F1*$)-%$magG6#F7\"\"#F1!\"\"F1F(F(F (" }}}{EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 22 "Q2(x); #check our work " }}{PARA 11 "" 1 "" {XPPMATH 20 "6#,&*$)%\"xG\"\"#\"\"\"F(#F(\"\"$!\" \"" }}}{EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 67 "dot(Q0,Q1);dot(Q0,Q2) ;dot(Q1,Q2); #these should all\n #be zero!" }}{PARA 11 "" 1 "" {XPPMATH 20 "6#\"\"!" }}{PARA 11 "" 1 "" {XPPMATH 20 "6#\"\"!" }} {PARA 11 "" 1 "" {XPPMATH 20 "6#\"\"!" }}}{EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 100 "u0:=x->Q0(x)/mag(Q0);u1:=x->Q1(x)/mag(Q1);u2:=x->Q2( x)/mag(Q2);\n #normalize our orthogonal basis" }}{PARA 11 "" 1 "" {XPPMATH 20 "6#>%#u0GR6#%\"xG6\"6$%)operatorG%&arrowGF(*&-%#Q0G6#9$\" \"\"-%$magG6#F.!\"\"F(F(F(" }}{PARA 11 "" 1 "" {XPPMATH 20 "6#>%#u1GR6 #%\"xG6\"6$%)operatorG%&arrowGF(*&-%#Q1G6#9$\"\"\"-%$magG6#F.!\"\"F(F( F(" }}{PARA 11 "" 1 "" {XPPMATH 20 "6#>%#u2GR6#%\"xG6\"6$%)operatorG%& arrowGF(*&-%#Q2G6#9$\"\"\"-%$magG6#F.!\"\"F(F(F(" }}}{EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 32 "u0(x);u1(x);u2(x); #unit vectors" }}{PARA 11 "" 1 "" {XPPMATH 20 "6#,$*$-%%sqrtG6#\"\"#\"\"\"#F)F(" }}{PARA 11 "" 1 "" {XPPMATH 20 "6#,$*&%\"xG\"\"\"-%%sqrtG6#\"\"'F&#F&\"\"#" }}{PARA 11 "" 1 "" {XPPMATH 20 "6#,$*&,&*$)%\"xG\"\"#\"\"\"F*#F*\"\"$!\"\"F*-% %sqrtG6#\"#5F*#F,\"\"%" }}}{PARA 0 "" 0 "" {TEXT -1 240 "Now let's use proj2 to find the projection of the exponential function exp onto W2. It should be the nearest polynomial of degree 2 to the exp function. In particular it should be closer that the degree two Taylor approxi mation 1+x+x^2/2:" }}{PARA 11 "" 1 "" {TEXT -1 0 "" }}{EXCHG {PARA 0 " > " 0 "" {MPLTEXT 1 0 14 "proj2(exp)(x);" }}{PARA 11 "" 1 "" {XPPMATH 20 "6#,*-%$expG6#\"\"\"#F'\"\"#*&#F'F)F'-F%6#!\"\"F'F.*(\"\"$F'F,F'%\" xGF'F'*(#\"#X\"\")F',&F$#F)F0*&#\"#9F0F'F,F'F.F',&*$)F1F)F'F'#F'F0F.F' F'" }}}{EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 9 "evalf(%);" }}{PARA 11 "" 1 "" {XPPMATH 20 "6#,($\"+*>SH'**!#5\"\"\"*&$\"+C$QO5\"!\"*F'%\"xGF 'F'*&$\"+%>:sO&F&F')F,\"\"#F'F'" }}}{EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 21 "dist(proj2(exp),exp);" }}{PARA 11 "" 1 "" {XPPMATH 20 "6#,$*$- %%sqrtG6#,(*&-%$expG6#\"\"\"F--F+6#!\"\"F-\"$W\"*&\"$=&F-)F.\"\"#F-F0* &\"#5F-)F*F5F-F0F-#F-F5" }}}{EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 9 "e valf(%);" }}{PARA 11 "" 1 "" {XPPMATH 20 "6#$\"+_u[&z$!#6" }}}{EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 21 "dist(P0+P1+P2/2,exp);" }}{PARA 11 " " 1 "" {XPPMATH 20 "6#,$*$-%%sqrtG6#,,\"%!4$\"\"\"*&\"$]%F*)-%$expG6#F *\"\"#F*F**&\"%+FF*F.F*!\"\"*&F,F*)-F/6#F4F1F*F4*&F3F*F7F*F*F*#F*\"#I " }}}{EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 9 "evalf(%);" }}{PARA 11 " " 1 "" {XPPMATH 20 "6#$\"+>mvz%*!#6" }}}{PARA 0 "" 0 "" {TEXT -1 81 "S o both approximations were close, but the projection was about 2.5 tim es closer." }}{PARA 0 "" 0 "" {TEXT -1 103 "Let's get a feel for these distances geometrically by plotting the three functions under conside ration:" }}{EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 273 "with(plots):\nac tual:=plot(exp(x),x=-1..1,color=`black`):\nnear:=plot(1+x+x^2/2,x=-1.. 1,color=`blue`):\nnearest:=plot(.9962940199+1.103638324*x+.5367215194* x^2,x=-1..1,\n color=`red`):\n #I used the mouse to paste t his in from up above\ndisplay(\{actual,near,nearest\});" }}{PARA 13 " " 1 "" {GLPLOT2D 394 394 394 {PLOTDATA 2 "6'-%'CURVESG6$7S7$$!\"\"\"\" !$\"3LBWr6WzyO!#=7$$!3ommm;p0k&*F-$\"3.W^QtfrUQF-7$$!3vKL$3f&F-7$$!3hmmm\">s%HaF-$\"3]0uvRHL5eF-7$$!3Q+++]$*4)*\\F-$\"3Dh `=4&fk1'F-7$$!38+++]_&\\c%F-$\"3en)*)HW)*\\L'F-7$$!30+++]1aZTF-$\"3QSd j9q-0mF-7$$!3umm;/#)[oPF-$\"3Zd1T#y(>goF-7$$!3hLLL$=exJ$F-$\"3/6<*Q)=[ wrF-7$$!3)RLLLtIf$HF-$\"3mz(\\.E)zbuF-7$$!3]++]PYx\"\\#F-$\"33wFu%Q;Wz (F-7$$!3EMLLL7i)4#F-$\"3k6-HV,'p5)F-7$$!3c****\\P'psm\"F-$\"3v-F]goIk% )F-7$$!3')****\\74_c7F-$\"3$H![k;i@>))F-7$$!3)3LLL3x%z#)!#>$\"3(RvD]\\ +a?*F-7$$!3KMLL3s$QM%Fdr$\"3Ui#G[g:\\d*F-7$$!3\\^omm;zr)*!#@$\"3i$)QMz I8!***F-7$$\"3%pJL$ezw5VFdr$\"32Z0q6.0W5!#<7$$\"3s*)***\\PQ#\\\")Fdr$ \"3bs^ka\\!\\3\"Fgs7$$\"3GKLLe\"*[H7F-$\"3;(zM@lE38\"Fgs7$$\"3H******* pvxl\"F-$\"3W$e]g`5.=\"Fgs7$$\"3#z****\\_qn2#F-$\"3TE;`;c\"3B\"Fgs7$$ \"3U)***\\i&p@[#F-$\"3*\\y'4$)zt\"G\"Fgs7$$\"3A)****\\2'HKHF-$\"3G'>'[ ,1vS8Fgs7$$\"3ElmmmZvOLF-$\"3')*>pi+!4'R\"Fgs7$$\"3h******\\2goPF-$\"3 oHAQE.qd9Fgs7$$\"3UKL$eR<*fTF-$\"3]!RtqMte^\"Fgs7$$\"3l******\\)Hxe%F- $\"3)f-IW\\J@e\"Fgs7$$\"3ckm;H!o-*\\F-$\"30]tZ?v6Z;Fgs7$$\"3y)***\\7k. 6aF-$\"3j$f'fjFgs7$$\" 3wKLL3N1#4(F-$\"3OvSfBwPK?Fgs7$$\"3Mmm;HYt7vF-$\"3[J]$\\l(p>@Fgs7$$\"3 Y*******p(G**yF-$\"3,i!=R[RK?#Fgs7$$\"3]mmmT6KU$)F-$\"3(y@sN*[/.BFgs7$ $\"3fKLLLbdQ()F-$\"3Q`]xri8'R#Fgs7$$\"3Z++]i`1h\"*F-$\"3qVqM`&R&*\\#Fg s7$$\"3W++]P?Wl&*F-$\"3`rQsflo-EFgs7$$\"\"\"F*$\"3`X!f%G=G=FFgs-%'COLO URG6&%$RGBGF*F*F*-F$6$7S7$F($\"3++++++++]F-7$F/$\"394`f=B]4]F-7$F4$\"3 +zR#=-KK.&F-7$F9$\"3rB0ycr5x]F-7$F>$\"3Qb\"=)Q6lR^F-7$FC$\"3#>dK\"Q`?? _F-7$FH$\"3o`9gn`?6`F-7$FM$\"3wRcw,T(>U&F-7$FR$\"3j`)Q `?;Fj?*F-7$Fhr$\"3+CH7Fgs7$F]u$\"342]$\\yA!z7Fgs7$Fbu$\"3*=Id)39AO8Fgs7$F gu$\"3-I5`Q^M*Q\"Fgs7$F\\v$\"3%G]kI$=(yW\"Fgs7$Fav$\"37Fgs7$Fix$\"3um!e4PzM.#Fgs7$F^y$\"3]co$3]A>5#Fgs7$Fcy$\" 3tf,KCP?#=#Fgs7$Fhy$\"3&H>#4l5nbAFgs7$F]z$\"3S')*H\"H@tNBFgs7$Fbz$\"3) 4'Qh5E.9CFgs7$Fgz$\"3++++++++DFgs-F\\[l6&F^[l$F*F*Fgdl$\"*++++\"!\")-F $6$7S7$F($\"3[*****H:sPH%F-7$F/$\"3#*43[wd8$\"3cwGK!3VT\\%F-7$FC$\"3oLO^cx^$f%F-7$FH$\"3(H@C ?2lJq%F-7$FM$\"3OIo$Q*pXM[F-7$FR$\"3JuBkiWC*)\\F-7$FW$\"3Z$ypnPnF;&F-7 $Ffn$\"3+tf5K-Hh`F-7$F[o$\"3'Hwx\"3q(Hb&F-7$F`o$\"3%Qs8=3Iwy&F-7$Feo$ \"3E*Qx'fZMVgF-7$Fjo$\"3%3]#Hg(G)3jF-7$F_p$\"3KXfkQu6mlF-7$Fdp$\"3[%=Y )pB8#*oF-7$Fip$\"3'f\"*3tzr`=(F-7$F^q$\"3MpTlI%pha(F-7$Fcq$\"3f;$[Y'[? $)yF-7$Fhq$\"3Z?*yotu?F)F-7$F]r$\"3+cLCjb$4m)F-7$Fbr$\"3Hdx$))\\xf3*F- 7$Fhr$\"3UaooL]m$\\*F-7$F]s$\"3E.K'=a]?&**F-7$Fcs$\"3@T\"R\"Fgs7$ Fht$\"3iy>PVIk[7Fgs7$F]u$\"3W<0%y1/LI\"Fgs7$Fbu$\"3&f%4O-F1m8Fgs7$Fgu$ \"3'=&*GZF4VU\"Fgs7$F\\v$\"3v/G#)=$Q%)[\"Fgs7$Fav$\"3&zShnjx#[:Fgs7$Ff v$\"3\")p(4'p'ybh\"Fgs7$F[w$\"3_z/nwwp!o\"Fgs7$F`w$\"3$>W&G?^i]$H3#=Fgs7$Fjw$\"3+zqpLIF'*=Fgs7$F_x$\"3F(H\"eLl\"3(>Fgs7$ Fdx$\"3%>.5*3\"e*[?Fgs7$Fix$\"3-+V(G " 0 "" {MPLTEXT 1 0 0 "" }}}{EXCHG {PARA 0 "" 0 " " {TEXT -1 0 "" }}}}{MARK "43 0 0" 0 }{VIEWOPTS 1 1 0 1 1 1803 1 1 1 1 }{PAGENUMBERS 0 1 2 33 1 1 }