{VERSION 6 0 "IBM INTEL NT" "6.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 } {PSTYLE "Normal" -1 0 1 {CSTYLE "" -1 -1 "Times" 1 12 0 0 0 1 2 2 2 2 2 2 1 1 1 1 }1 1 0 0 0 0 1 0 1 0 2 2 0 1 }{PSTYLE "Text Output" -1 2 1 {CSTYLE "" -1 -1 "Courier" 1 10 0 0 255 1 0 0 0 0 0 1 3 0 3 0 }1 0 0 -1 -1 -1 0 0 0 0 0 0 -1 0 }{PSTYLE "" 2 6 1 {CSTYLE "" -1 -1 "" 0 1 0 0 0 0 0 0 0 0 0 0 2 0 0 0 }0 0 0 -1 -1 -1 0 0 0 0 0 0 -1 0 }{PSTYLE "Warning" -1 7 1 {CSTYLE "" -1 -1 "Courier" 1 10 0 0 255 1 2 2 2 2 2 1 1 1 3 1 }1 1 0 0 0 0 1 0 1 0 2 2 0 1 }{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 }} {SECT 0 {EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 8 "restart:" }}}{EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 12 "with(plots):" }}{PARA 7 "" 1 "" {TEXT -1 50 "Warning, the name changecoords has been redefined\n" }}} {EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 18 "with(StringTools):" }}{PARA 7 "" 1 "" {TEXT -1 58 "Warning, the assigned name Group now has a glob al binding\n" }}}{EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 14 "with(Maplet s):" }}}{EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 24 "with(Maplets[Element s]):" }}}{EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 68 "#Pic1:=animate(plot ,[sin(x+t),x=-5..5,axes=none],t=0..10,frames=11):" }}}{EXCHG {PARA 0 " > " 0 "" {MPLTEXT 1 0 79 "#Pic2:=animate(plot,[sin(x+t),x=-5..5,axes=n one,color=blue],t=0..10,frames=11):" }}}{EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 152 "Minutes:=PLOT(\n ANIMATE(\n seq(\n [TEXT([0,0.05] ,sprintf(\" %02d:\",i),FONT(COURIER,BOLD,10)),\n VIEW(-1..1,-1..1) ,AXESSTYLE(NONE)],\n i=0..99) \n )\n):" }}}{EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 150 "Seconds:=PLOT(\n ANIMATE(\n seq(\n [TEXT([0,0.05] ,sprintf(\"%02d\",i),FONT(COURIER,BOLD,10)),\n VIEW(-1..1,-1..1),A XESSTYLE(NONE)],\n i=0..99) \n )\n):" }}}{EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 153 "Time:=proc(IsStart)\n global StartTime,FinishTime:\n FormatTime(\"%H:%M:%S\"):\n if IsStart then\n StartTime:=%\n els e\n FinishTime:=%\n end if:\nend proc:" }}}{EXCHG {PARA 0 "> " 0 " " {MPLTEXT 1 0 222 "GetAllTime:=proc()\n local st,ft:\n global StartTi me,FinishTime:\n st:=ParseTime(\"%H:%M:%S\",StartTime):\n ft:=ParseTim e(\"%H:%M:%S\",FinishTime):\n Difference([st:-minute,st:-second],[ft:- minute,ft:-second]):\n print(%):\nend proc:" }}}{EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 149 "Difference:=proc(l1,l2)\n local dM,dS:\n l2[1]*60 +l2[2]-l1[1]*60-l1[2]:\n dM:=iquo(%,60):\n dS:=irem(%%,60):\n sprintf( \"%02d:%02d:%02d\",0,dM,dS)\nend proc:" }}}{EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 747 "M:=Maplet(onstartup=Action(RunWindow(W),Evaluate(fun ction='Time'(true))),\n Window[W](\n layout=GridLayout(border=true,\n GridRow(\n GridCell(CheckBox()),\n GridCell(CheckBox())\n ) ,\n GridRow(GridCell(width=2,BoxLayout())),\n GridRow(\n GridCe ll(halign=right,\n Plotter[P_M](Minutes,width=25,height=20,\n \+ background=grey,continuous=true,play=true,delay=1000)\n ),\n Gr idCell(halign=left,\n Plotter[P_S](Seconds,width=22,height=20,\n \+ background=grey,continuous=true,play=true,delay=10)\n )\n ), \n GridRow(GridCell(width=2,BoxLayout())),\n GridRow(\n GridCel l(width=2,\n Button(\"Exit\",\n onclick=Action(Evaluate(funct ion='Time'(false)),Evaluate(function=GetAllTime),\n Shutdown())) \n )\n )\n )\n )\n):" }}}{EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 11 "Display(M);" }}{PARA 6 "" 1 "" {TEXT -1 38 "Initializing Java runt ime environment." }}{PARA 11 "" 1 "" {XPPMATH 20 "6#Q)00:00:066\"" }}} {EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 0 "" }}}{EXCHG {PARA 0 "> " 0 " " {MPLTEXT 1 0 0 "" }}}{EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 0 "" }}} {EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 0 "" }}}{EXCHG {PARA 0 "> " 0 " " {MPLTEXT 1 0 0 "" }}}{EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 0 "" }}} {EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 0 "" }}}{EXCHG {PARA 0 "> " 0 " " {MPLTEXT 1 0 0 "" }}}{EXCHG {PARA 0 "> " 0 "" {MPLTEXT 1 0 0 "" }}}} {MARK "14 0 0" 0 }{VIEWOPTS 1 1 1 1 1 1803 1 1 1 1 }{PAGENUMBERS 0 1 2 33 1 1 }