Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": true,
"slideshow": {
"slide_type": "skip"
}
},
"outputs": [],
"source": [
"%plot --format svg"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"collapsed": true,
"slideshow": {
"slide_type": "skip"
}
},
"outputs": [],
"source": [
"pkg load odepkg"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {
"collapsed": true,
"slideshow": {
"slide_type": "skip"
}
},
"outputs": [],
"source": [
"setdefaults"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"![Whirling Roller-coaster](./figures/roller_coaster.png)\n",
"\n",
"**1\\.** A roller coaster is being designed on a parabolic track that rotates at a constant\n",
"speed as seen in the figure above. Assume the cart rolls on the track as a frictionless\n",
"point-mass of 100-kg. Determine the equations of motion in terms of the distance from the\n",
"lowest point, $q_1=x_2$.\n",
"\n",
" a. What is the kinetic energy of the cart?\n",
"\n",
" b. What is the virtual work done by gravity on the cart, $F_{q_{1}}$ ?\n",
"\n",
" c. What is the equation of motion for the cart?\n",
"\n",
" d. Plot the $x_{2}$-position over time if $x_2(0)$=10 m, and $\\dot{x}_{2}(0)$=0 m/s, <!---\n",
"_{} end the highlighting\n",
"--> for two cases:\n",
"\n",
" i. $\\omega$=1 rad/s\n",
"\n",
" ii. $\\omega$=5 rad/s\n"
]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {
"collapsed": true,
"slideshow": {
"slide_type": "subslide"
}
},
"outputs": [],
"source": [
"g=9.81;\n",
"wnapprox=@(w) sqrt(0.7*g-w^2);\n",
"ode1=@(t,r,w) [r(2);-(0.49*r(2).^2.*r(1)+(0.7*g-w^2).*r(1))./(1+0.49*r(1).^2)];\n",
"\n",
"[t1,r1]=ode23(@(t,r) ode1(t,r,1), [0 1.1*8*pi/wnapprox(1)], [10 0]);"
]
},
{
"cell_type": "code",
"execution_count": 5,
"metadata": {
"collapsed": false,
"slideshow": {
"slide_type": "subslide"
}
},
"outputs": [
{
"data": {
"image/svg+xml": [
"<svg height=\"420px\" viewBox=\"0 0 560 420\" width=\"560px\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n",
"\n",
"<title>Gnuplot</title>\n",
"<desc>Produced by GNUPLOT 5.0 patchlevel 3 </desc>\n",
"\n",
"<g id=\"gnuplot_canvas\">\n",
"\n",
"<rect fill=\"none\" height=\"420\" width=\"560\" x=\"0\" y=\"0\"/>\n",
"<defs>\n",
"\n",
"\t<circle id=\"gpDot\" r=\"0.5\" stroke-width=\"0.5\"/>\n",
"\t<path d=\"M-1,0 h2 M0,-1 v2\" id=\"gpPt0\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<path d=\"M-1,-1 L1,1 M1,-1 L-1,1\" id=\"gpPt1\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<path d=\"M-1,0 L1,0 M0,-1 L0,1 M-1,-1 L1,1 M-1,1 L1,-1\" id=\"gpPt2\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<rect height=\"2\" id=\"gpPt3\" stroke=\"currentColor\" stroke-width=\"0.222\" width=\"2\" x=\"-1\" y=\"-1\"/>\n",
"\t<rect fill=\"currentColor\" height=\"2\" id=\"gpPt4\" stroke=\"currentColor\" stroke-width=\"0.222\" width=\"2\" x=\"-1\" y=\"-1\"/>\n",
"\t<circle cx=\"0\" cy=\"0\" id=\"gpPt5\" r=\"1\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<use fill=\"currentColor\" id=\"gpPt6\" stroke=\"none\" xlink:href=\"#gpPt5\"/>\n",
"\t<path d=\"M0,-1.33 L-1.33,0.67 L1.33,0.67 z\" id=\"gpPt7\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<use fill=\"currentColor\" id=\"gpPt8\" stroke=\"none\" xlink:href=\"#gpPt7\"/>\n",
"\t<use id=\"gpPt9\" stroke=\"currentColor\" transform=\"rotate(180)\" xlink:href=\"#gpPt7\"/>\n",
"\t<use fill=\"currentColor\" id=\"gpPt10\" stroke=\"none\" xlink:href=\"#gpPt9\"/>\n",
"\t<use id=\"gpPt11\" stroke=\"currentColor\" transform=\"rotate(45)\" xlink:href=\"#gpPt3\"/>\n",
"\t<use fill=\"currentColor\" id=\"gpPt12\" stroke=\"none\" xlink:href=\"#gpPt11\"/>\n",
"\t<path d=\"M0,1.330 L1.265,0.411 L0.782,-1.067 L-0.782,-1.076 L-1.265,0.411 z\" id=\"gpPt13\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<use fill=\"currentColor\" id=\"gpPt14\" stroke=\"none\" xlink:href=\"#gpPt13\"/>\n",
"\t<filter filterUnits=\"objectBoundingBox\" height=\"1\" id=\"textbox\" width=\"1\" x=\"0\" y=\"0\">\n",
"\t <feFlood flood-color=\"white\" flood-opacity=\"1\" result=\"bgnd\"/>\n",
"\t <feComposite in=\"SourceGraphic\" in2=\"bgnd\" operator=\"atop\"/>\n",
"\t</filter>\n",
"\t<filter filterUnits=\"objectBoundingBox\" height=\"1\" id=\"greybox\" width=\"1\" x=\"0\" y=\"0\">\n",
"\t <feFlood flood-color=\"lightgrey\" flood-opacity=\"1\" result=\"grey\"/>\n",
"\t <feComposite in=\"SourceGraphic\" in2=\"grey\" operator=\"atop\"/>\n",
"\t</filter>\n",
"</defs>\n",
"<g color=\"white\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<g shape-rendering=\"crispEdges\" stroke=\"none\">\n",
"\t\t<polygon fill=\"rgb(255, 255, 255)\" points=\"63.6,362.4 534.9,362.4 534.9,16.8 63.6,16.8 \"/>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.6,362.4 L76.1,362.4 M535.0,362.4 L522.5,362.4 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(55.3,368.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">-10</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.6,276.0 L76.1,276.0 M535.0,276.0 L522.5,276.0 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(55.3,282.0)\">\n",
"\t\t<text><tspan font-family=\"{}\">-5</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.6,189.5 L76.1,189.5 M535.0,189.5 L522.5,189.5 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(55.3,195.5)\">\n",
"\t\t<text><tspan font-family=\"{}\">0</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.6,103.1 L76.1,103.1 M535.0,103.1 L522.5,103.1 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(55.3,109.1)\">\n",
"\t\t<text><tspan font-family=\"{}\">5</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.6,16.7 L76.1,16.7 M535.0,16.7 L522.5,16.7 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(55.3,22.7)\">\n",
"\t\t<text><tspan font-family=\"{}\">10</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.6,362.4 L63.6,349.9 M63.6,16.7 L63.6,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(63.6,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">0</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M142.2,362.4 L142.2,349.9 M142.2,16.7 L142.2,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(142.2,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">2</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M220.7,362.4 L220.7,349.9 M220.7,16.7 L220.7,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(220.7,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">4</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M299.3,362.4 L299.3,349.9 M299.3,16.7 L299.3,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(299.3,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">6</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M377.9,362.4 L377.9,349.9 M377.9,16.7 L377.9,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(377.9,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">8</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M456.4,362.4 L456.4,349.9 M456.4,16.7 L456.4,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(456.4,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">10</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M535.0,362.4 L535.0,349.9 M535.0,16.7 L535.0,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(535.0,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">12</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.6,16.7 L63.6,362.4 L535.0,362.4 L535.0,16.7 L63.6,16.7 Z \" stroke=\"black\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(19.1,189.6) rotate(-90)\">\n",
"\t\t<text><tspan font-family=\"{}\">position (m)</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(299.3,413.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">time (s)</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"\t<g id=\"gnuplot_plot_1a\"><title>gnuplot_plot_1a</title>\n",
"<g color=\"white\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"3.00\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"3.00\">\n",
"\t<path d=\"M63.6,16.7 L64.5,16.7 L65.5,16.7 L66.4,16.8 L67.4,16.8 L68.4,16.9 L69.4,16.9 L70.3,17.0 L71.3,17.1 L72.3,17.2 L73.2,17.3 L74.2,17.4 L75.2,17.6 L76.1,17.7 L77.1,17.9 L78.0,18.1 L78.9,18.3 L79.9,18.4 L80.8,18.7 L81.7,18.9 L82.6,19.1 L83.5,19.3 L84.5,19.6 L85.3,19.8 L86.2,20.1 L87.1,20.4 L88.0,20.7 L88.9,20.9 L89.7,21.2 L90.6,21.6 L91.4,21.9 L92.3,22.2 L93.1,22.5 L94.0,22.9 L94.8,23.2 L95.6,23.6 L96.4,23.9 L97.2,24.3 L98.0,24.6 L98.8,25.0 L99.6,25.4 L100.4,25.8 L101.2,26.2 L101.9,26.6 L102.7,27.1 L103.5,27.5 L104.3,27.9 L105.1,28.4 L105.9,28.8 L106.6,29.3 L107.4,29.8 L108.2,30.3 L108.9,30.8 L109.7,31.3 L110.4,31.8 L111.2,32.3 L111.9,32.8 L112.7,33.3 L113.4,33.8 L114.2,34.4 L114.9,34.9 L115.6,35.5 L116.3,36.0 L117.0,36.6 L117.8,37.1 L118.5,37.7 L119.2,38.3 L119.9,38.9 L120.5,39.5 L121.2,40.1 L121.9,40.7 L122.6,41.3 L123.2,41.9 L123.9,42.5 L124.6,43.1 L125.2,43.7 L125.9,44.3 L126.5,45.0 L127.1,45.6 L127.8,46.2 L128.4,46.8 L129.0,47.5 L129.6,48.1 L130.2,48.8 L130.8,49.4 L131.4,50.1 L132.0,50.7 L132.6,51.4 L133.2,52.0 L133.8,52.7 L134.3,53.3 L134.9,54.0 L135.4,54.7 L136.0,55.3 L136.5,56.0 L137.1,56.7 L137.6,57.3 L138.1,58.0 L138.7,58.7 L139.2,59.4 L139.7,60.0 L140.2,60.7 L140.7,61.4 L141.2,62.1 L141.7,62.7 L142.2,63.4 L142.7,64.1 L143.1,64.8 L143.6,65.4 L144.1,66.1 L144.5,66.8 L145.0,67.5 L145.4,68.2 L145.9,68.8 L146.3,69.5 L146.8,70.2 L147.2,70.9 L147.6,71.5 L148.0,72.2 L148.5,72.9 L148.9,73.6 L149.3,74.2 L149.7,74.9 L150.1,75.6 L150.5,76.2 L150.9,76.9 L151.2,77.6 L151.6,78.3 L152.0,78.9 L152.4,79.6 L152.7,80.2 L153.1,80.9 L153.5,81.6 L153.8,82.2 L154.2,82.9 L154.5,83.5 L154.8,84.2 L155.2,84.9 L155.5,85.5 L155.8,86.2 L156.2,86.8 L156.5,87.5 L156.8,88.1 L157.1,88.7 L157.4,89.4 L157.7,90.0 L158.0,90.7 L158.3,91.3 L158.6,91.9 L158.9,92.6 L159.2,93.2 L159.5,93.8 L159.8,94.5 L160.1,95.1 L160.3,95.7 L160.6,96.3 L160.9,96.9 L161.1,97.6 L161.4,98.2 L161.7,98.8 L161.9,99.4 L162.2,100.0 L162.4,100.6 L162.7,101.2 L162.9,101.8 L163.1,102.4 L163.4,103.0 L163.6,103.6 L163.9,104.2 L164.1,104.8 L164.3,105.4 L164.5,106.0 L164.7,106.6 L165.0,107.1 L165.2,107.7 L165.4,108.3 L165.6,108.9 L165.8,109.4 L166.0,110.0 L166.2,110.6 L166.4,111.1 L166.6,111.7 L166.8,112.3 L167.0,112.8 L167.2,113.4 L167.4,113.9 L167.6,114.5 L167.7,115.0 L167.9,115.6 L168.1,116.1 L168.3,116.7 L168.4,117.2 L168.6,117.7 L168.8,118.3 L169.0,118.8 L169.1,119.3 L169.3,119.9 L169.4,120.4 L169.6,120.9 L169.8,121.5 L169.9,122.0 L170.1,122.5 L170.2,123.0 L170.4,123.5 L170.5,124.0 L170.7,124.5 L170.8,125.0 L170.9,125.5 L171.1,126.1 L171.2,126.6 L171.4,127.0 L171.5,127.5 L171.6,128.0 L171.8,128.5 L171.9,129.0 L172.0,129.5 L172.1,130.0 L172.3,130.5 L172.4,131.0 L172.5,131.4 L172.6,131.9 L172.8,132.4 L172.9,132.9 L173.0,133.3 L173.1,133.8 L173.2,134.3 L173.3,134.7 L173.4,135.2 L173.6,135.7 L173.7,136.1 L173.8,136.6 L173.9,137.0 L174.0,137.5 L174.1,137.9 L174.2,138.4 L174.3,138.8 L174.4,139.3 L174.5,139.7 L174.6,140.2 L174.7,140.6 L174.8,141.1 L174.9,141.5 L175.0,141.9 L175.1,142.4 L175.2,142.8 L175.2,143.2 L175.3,143.7 L175.4,144.1 L175.5,144.5 L175.6,145.0 L175.7,145.4 L175.8,145.8 L175.8,146.2 L175.9,146.7 L176.0,147.1 L176.1,147.5 L176.2,147.9 L176.2,148.3 L176.3,148.7 L176.4,149.2 L176.5,149.6 L176.6,150.0 L176.6,150.4 L176.7,150.8 L176.8,151.2 L176.8,151.6 L176.9,152.0 L177.0,152.5 L177.1,152.9 L177.1,153.3 L177.2,153.7 L177.3,154.1 L177.3,154.5 L177.4,154.9 L177.5,155.3 L177.5,155.7 L177.6,156.1 L177.7,156.5 L177.7,156.9 L177.8,157.3 L177.9,157.8 L177.9,158.2 L178.0,158.6 L178.1,159.0 L178.1,159.4 L178.2,159.8 L178.2,160.2 L178.3,160.7 L178.4,161.1 L178.4,161.5 L178.5,161.9 L178.5,162.4 L178.6,162.8 L178.7,163.2 L178.7,163.7 L178.8,164.1 L178.8,164.6 L178.9,165.0 L179.0,165.5 L179.0,165.9 L179.1,166.4 L179.1,166.8 L179.2,167.3 L179.3,167.7 L179.3,168.2 L179.4,168.7 L179.4,169.1 L179.5,169.6 L179.6,170.1 L179.6,170.5 L179.7,171.0 L179.7,171.5 L179.8,172.0 L179.8,172.5 L179.9,173.1 L180.0,173.6 L180.0,174.1 L180.1,174.6 L180.1,175.0 L180.2,175.5 L180.2,175.9 L180.3,176.3 L180.3,176.7 L180.3,177.1 L180.4,177.5 L180.4,177.9 L180.5,178.2 L180.5,178.6 L180.5,179.0 L180.6,179.3 L180.6,179.7 L180.6,180.1 L180.7,180.4 L180.7,180.8 L180.8,181.1 L180.8,181.4 L180.8,181.8 L180.9,182.1 L180.9,182.5 L180.9,182.8 L181.0,183.2 L181.0,183.5 L181.0,183.9 L181.1,184.2 L181.1,184.6 L181.1,184.9 L181.2,185.3 L181.2,185.6 L181.2,185.9 L181.3,186.3 L181.3,186.6 L181.3,186.9 L181.3,187.3 L181.4,187.6 L181.4,187.9 L181.4,188.2 L181.5,188.5 L181.5,188.9 L181.5,189.2 L181.6,189.5 L181.6,189.8 L181.6,190.1 L181.6,190.4 L181.7,190.8 L181.7,191.1 L181.7,191.4 L181.8,191.7 L181.8,192.0 L181.8,192.4 L181.9,192.7 L181.9,193.0 L181.9,193.3 L181.9,193.6 L182.0,194.0 L182.0,194.3 L182.0,194.6 L182.1,195.0 L182.1,195.3 L182.1,195.7 L182.2,196.0 L182.2,196.4 L182.2,196.7 L182.3,197.1 L182.3,197.4 L182.3,197.7 L182.4,198.1 L182.4,198.4 L182.4,198.8 L182.5,199.1 L182.5,199.5 L182.5,199.8 L182.6,200.2 L182.6,200.5 L182.7,200.9 L182.7,201.2 L182.7,201.6 L182.8,202.0 L182.8,202.3 L182.9,202.7 L182.9,203.1 L182.9,203.5 L183.0,203.9 L183.0,204.3 L183.1,204.7 L183.1,205.2 L183.2,205.6 L183.2,206.1 L183.3,206.6 L183.3,207.1 L183.4,207.7 L183.5,208.2 L183.5,208.6 L183.6,209.1 L183.6,209.6 L183.7,210.1 L183.7,210.5 L183.8,211.0 L183.9,211.4 L183.9,211.9 L184.0,212.3 L184.0,212.8 L184.1,213.2 L184.1,213.7 L184.2,214.1 L184.3,214.5 L184.3,215.0 L184.4,215.4 L184.4,215.9 L184.5,216.3 L184.6,216.7 L184.6,217.2 L184.7,217.6 L184.8,218.0 L184.8,218.4 L184.9,218.8 L184.9,219.2 L185.0,219.7 L185.1,220.1 L185.1,220.5 L185.2,220.9 L185.2,221.3 L185.3,221.7 L185.4,222.1 L185.4,222.5 L185.5,222.9 L185.6,223.3 L185.6,223.7 L185.7,224.1 L185.8,224.5 L185.8,224.9 L185.9,225.3 L186.0,225.7 L186.0,226.1 L186.1,226.5 L186.2,226.9 L186.2,227.3 L186.3,227.7 L186.4,228.1 L186.5,228.5 L186.5,228.9 L186.6,229.3 L186.7,229.7 L186.7,230.1 L186.8,230.5 L186.9,230.9 L187.0,231.3 L187.1,231.7 L187.1,232.2 L187.2,232.6 L187.3,233.0 L187.4,233.4 L187.5,233.8 L187.5,234.2 L187.6,234.6 L187.7,235.1 L187.8,235.5 L187.9,235.9 L188.0,236.3 L188.1,236.8 L188.2,237.2 L188.2,237.6 L188.3,238.0 L188.4,238.5 L188.5,238.9 L188.6,239.3 L188.7,239.8 L188.8,240.2 L188.9,240.6 L189.0,241.1 L189.1,241.5 L189.2,242.0 L189.3,242.4 L189.4,242.8 L189.5,243.3 L189.6,243.7 L189.7,244.2 L189.8,244.6 L190.0,245.1 L190.1,245.6 L190.2,246.0 L190.3,246.5 L190.4,246.9 L190.5,247.4 L190.6,247.9 L190.8,248.3 L190.9,248.8 L191.0,249.3 L191.1,249.8 L191.3,250.2 L191.4,250.7 L191.5,251.2 L191.7,251.7 L191.8,252.2 L191.9,252.6 L192.1,253.1 L192.2,253.6 L192.3,254.1 L192.5,254.6 L192.6,255.1 L192.8,255.6 L192.9,256.1 L193.0,256.6 L193.2,257.1 L193.3,257.6 L193.5,258.1 L193.7,258.6 L193.8,259.1 L194.0,259.7 L194.1,260.2 L194.3,260.7 L194.5,261.2 L194.6,261.7 L194.8,262.3 L195.0,262.8 L195.1,263.3 L195.3,263.8 L195.5,264.4 L195.7,264.9 L195.8,265.5 L196.0,266.0 L196.2,266.5 L196.4,267.1 L196.6,267.6 L196.8,268.2 L197.0,268.7 L197.2,269.3 L197.4,269.8 L197.6,270.4 L197.8,271.0 L198.0,271.5 L198.2,272.1 L198.4,272.7 L198.6,273.2 L198.8,273.8 L199.1,274.4 L199.3,275.0 L199.5,275.5 L199.7,276.1 L200.0,276.7 L200.2,277.3 L200.4,277.9 L200.7,278.5 L200.9,279.0 L201.2,279.6 L201.4,280.2 L201.7,280.8 L201.9,281.4 L202.2,282.0 L202.4,282.6 L202.7,283.2 L203.0,283.8 L203.2,284.5 L203.5,285.1 L203.8,285.7 L204.1,286.3 L204.4,286.9 L204.6,287.5 L204.9,288.1 L205.2,288.8 L205.5,289.4 L205.8,290.0 L206.1,290.6 L206.4,291.3 L206.8,291.9 L207.1,292.5 L207.4,293.2 L207.7,293.8 L208.0,294.4 L208.4,295.1 L208.7,295.7 L209.0,296.4 L209.4,297.0 L209.7,297.7 L210.1,298.3 L210.4,299.0 L210.8,299.6 L211.2,300.2 L211.5,300.9 L211.9,301.6 L212.3,302.2 L212.7,302.9 L213.0,303.5 L213.4,304.2 L213.8,304.8 L214.2,305.5 L214.6,306.1 L215.0,306.8 L215.4,307.5 L215.9,308.1 L216.3,308.8 L216.7,309.4 L217.1,310.1 L217.6,310.8 L218.0,311.4 L218.4,312.1 L218.9,312.8 L219.3,313.4 L219.8,314.1 L220.3,314.8 L220.7,315.4 L221.2,316.1 L221.7,316.7 L222.2,317.4 L222.7,318.1 L223.2,318.7 L223.7,319.4 L224.2,320.0 L224.7,320.7 L225.2,321.4 L225.7,322.0 L226.2,322.7 L226.8,323.3 L227.3,324.0 L227.9,324.6 L228.4,325.3 L229.0,325.9 L229.5,326.6 L230.1,327.2 L230.6,327.9 L231.2,328.5 L231.8,329.2 L232.4,329.8 L233.0,330.4 L233.6,331.1 L234.2,331.7 L234.8,332.3 L235.4,332.9 L236.0,333.6 L236.7,334.2 L237.3,334.8 L237.9,335.4 L238.6,336.0 L239.2,336.6 L239.9,337.2 L240.5,337.8 L241.2,338.4 L241.9,339.0 L242.5,339.6 L243.2,340.2 L243.9,340.8 L244.6,341.3 L245.3,341.9 L246.0,342.5 L246.7,343.0 L247.4,343.6 L248.1,344.1 L248.8,344.6 L249.6,345.2 L250.3,345.7 L251.0,346.2 L251.8,346.7 L252.5,347.2 L253.3,347.7 L254.0,348.2 L254.8,348.7 L255.6,349.2 L256.3,349.7 L257.1,350.1 L257.9,350.6 L258.6,351.1 L259.4,351.5 L260.2,351.9 L261.0,352.4 L261.8,352.8 L262.6,353.2 L263.4,353.6 L264.2,354.0 L265.0,354.4 L265.8,354.7 L266.6,355.1 L267.4,355.5 L268.2,355.8 L269.0,356.2 L269.8,356.5 L270.6,356.8 L271.4,357.1 L272.2,357.4 L273.1,357.7 L273.9,358.0 L274.8,358.3 L275.6,358.6 L276.5,358.9 L277.4,359.2 L278.3,359.4 L279.2,359.7 L280.1,359.9 L281.0,360.1 L281.9,360.3 L282.8,360.5 L283.7,360.7 L284.6,360.9 L285.6,361.1 L286.5,361.3 L287.4,361.4 L288.4,361.6 L289.3,361.7 L290.3,361.8 L291.2,361.9 L292.2,362.0 L293.2,362.1 L294.1,362.2 L295.1,362.3 L296.1,362.3 L297.0,362.4 L298.0,362.4 L299.0,362.4 L300.0,362.4 L301.0,362.4 L301.9,362.4 L302.9,362.3 L303.9,362.3 L304.9,362.2 L305.8,362.1 L306.8,362.1 L307.8,362.0 L308.7,361.8 L309.7,361.7 L310.6,361.6 L311.6,361.4 L312.6,361.3 L313.5,361.1 L314.4,360.9 L315.4,360.7 L316.3,360.5 L317.2,360.3 L318.2,360.1 L319.1,359.9 L320.0,359.6 L320.9,359.4 L321.8,359.1 L322.7,358.8 L323.5,358.6 L324.4,358.3 L325.3,358.0 L326.1,357.7 L327.0,357.4 L327.8,357.0 L328.7,356.7 L329.5,356.4 L330.3,356.0 L331.1,355.7 L332.0,355.3 L332.8,355.0 L333.6,354.6 L334.3,354.2 L335.1,353.9 L335.9,353.5 L336.7,353.1 L337.5,352.6 L338.3,352.2 L339.1,351.8 L339.9,351.4 L340.7,350.9 L341.4,350.5 L342.2,350.0 L343.0,349.5 L343.7,349.0 L344.5,348.6 L345.3,348.1 L346.0,347.6 L346.8,347.1 L347.5,346.5 L348.3,346.0 L349.0,345.5 L349.8,345.0 L350.5,344.4 L351.2,343.9 L351.9,343.3 L352.6,342.8 L353.4,342.2 L354.1,341.6 L354.8,341.1 L355.5,340.5 L356.2,339.9 L356.8,339.3 L357.5,338.7 L358.2,338.1 L358.9,337.5 L359.5,336.9 L360.2,336.3 L360.9,335.7 L361.5,335.0 L362.1,334.4 L362.8,333.8 L363.4,333.2 L364.0,332.5 L364.7,331.9 L365.3,331.3 L365.9,330.6 L366.5,330.0 L367.1,329.3 L367.7,328.7 L368.3,328.0 L368.8,327.4 L369.4,326.7 L370.0,326.0 L370.6,325.4 L371.1,324.7 L371.7,324.1 L372.2,323.4 L372.8,322.7 L373.3,322.1 L373.8,321.4 L374.4,320.7 L374.9,320.0 L375.4,319.4 L375.9,318.7 L376.4,318.0 L376.9,317.3 L377.4,316.7 L377.9,316.0 L378.4,315.3 L378.8,314.6 L379.3,314.0 L379.8,313.3 L380.2,312.6 L380.7,311.9 L381.2,311.2 L381.6,310.6 L382.1,309.9 L382.5,309.2 L382.9,308.5 L383.3,307.9 L383.8,307.2 L384.2,306.5 L384.6,305.8 L385.0,305.2 L385.4,304.5 L385.8,303.8 L386.2,303.1 L386.6,302.5 L387.0,301.8 L387.4,301.1 L387.7,300.5 L388.1,299.8 L388.5,299.1 L388.9,298.5 L389.2,297.8 L389.6,297.2 L389.9,296.5 L390.3,295.8 L390.6,295.2 L391.0,294.5 L391.3,293.9 L391.6,293.2 L391.9,292.6 L392.3,291.9 L392.6,291.3 L392.9,290.6 L393.2,290.0 L393.5,289.4 L393.8,288.7 L394.1,288.1 L394.4,287.4 L394.7,286.8 L395.0,286.2 L395.3,285.5 L395.6,284.9 L395.9,284.3 L396.1,283.7 L396.4,283.0 L396.7,282.4 L396.9,281.8 L397.2,281.2 L397.5,280.6 L397.7,280.0 L398.0,279.4 L398.2,278.8 L398.5,278.1 L398.7,277.5 L399.0,276.9 L399.2,276.3 L399.4,275.7 L399.7,275.2 L399.9,274.6 L400.1,274.0 L400.3,273.4 L400.6,272.8 L400.8,272.2 L401.0,271.6 L401.2,271.1 L401.4,270.5 L401.6,269.9 L401.8,269.3 L402.0,268.8 L402.2,268.2 L402.4,267.6 L402.6,267.1 L402.8,266.5 L403.0,266.0 L403.2,265.4 L403.4,264.9 L403.6,264.3 L403.8,263.8 L403.9,263.2 L404.1,262.7 L404.3,262.1 L404.5,261.6 L404.6,261.0 L404.8,260.5 L405.0,260.0 L405.1,259.5 L405.3,258.9 L405.4,258.4 L405.6,257.9 L405.8,257.4 L405.9,256.8 L406.1,256.3 L406.2,255.8 L406.4,255.3 L406.5,254.8 L406.7,254.3 L406.8,253.8 L406.9,253.3 L407.1,252.8 L407.2,252.3 L407.4,251.8 L407.5,251.3 L407.6,250.8 L407.8,250.3 L407.9,249.8 L408.0,249.3 L408.1,248.8 L408.3,248.4 L408.4,247.9 L408.5,247.4 L408.6,246.9 L408.7,246.4 L408.9,246.0 L409.0,245.5 L409.1,245.0 L409.2,244.6 L409.3,244.1 L409.4,243.6 L409.5,243.2 L409.6,242.7 L409.8,242.3 L409.9,241.8 L410.0,241.4 L410.1,240.9 L410.2,240.5 L410.3,240.0 L410.4,239.6 L410.5,239.1 L410.6,238.7 L410.7,238.2 L410.8,237.8 L410.8,237.4 L410.9,236.9 L411.0,236.5 L411.1,236.1 L411.2,235.6 L411.3,235.2 L411.4,234.8 L411.5,234.3 L411.6,233.9 L411.6,233.5 L411.7,233.1 L411.8,232.6 L411.9,232.2 L412.0,231.8 L412.0,231.4 L412.1,231.0 L412.2,230.5 L412.3,230.1 L412.4,229.7 L412.4,229.3 L412.5,228.9 L412.6,228.5 L412.7,228.1 L412.7,227.6 L412.8,227.2 L412.9,226.8 L412.9,226.4 L413.0,226.0 L413.1,225.6 L413.2,225.2 L413.2,224.8 L413.3,224.4 L413.4,224.0 L413.4,223.6 L413.5,223.2 L413.6,222.7 L413.6,222.3 L413.7,221.9 L413.8,221.5 L413.8,221.1 L413.9,220.7 L413.9,220.3 L414.0,219.9 L414.1,219.5 L414.1,219.0 L414.2,218.6 L414.3,218.2 L414.3,217.8 L414.4,217.4 L414.4,216.9 L414.5,216.5 L414.6,216.1 L414.6,215.6 L414.7,215.2 L414.7,214.7 L414.8,214.3 L414.9,213.8 L414.9,213.4 L415.0,212.9 L415.0,212.5 L415.1,212.0 L415.2,211.6 L415.2,211.1 L415.3,210.6 L415.3,210.2 L415.4,209.7 L415.4,209.2 L415.5,208.8 L415.6,208.3 L415.6,207.8 L415.7,207.3 L415.7,206.8 L415.8,206.3 L415.9,205.7 L415.9,205.2 L416.0,204.7 L416.0,204.3 L416.1,203.8 L416.1,203.4 L416.2,203.0 L416.2,202.6 L416.2,202.2 L416.3,201.8 L416.3,201.4 L416.4,201.0 L416.4,200.6 L416.4,200.3 L416.5,199.9 L416.5,199.6 L416.5,199.2 L416.6,198.8 L416.6,198.5 L416.7,198.1 L416.7,197.8 L416.7,197.5 L416.8,197.1 L416.8,196.8 L416.8,196.4 L416.9,196.1 L416.9,195.7 L416.9,195.4 L417.0,195.0 L417.0,194.7 L417.0,194.3 L417.1,194.0 L417.1,193.6 L417.1,193.3 L417.2,193.0 L417.2,192.6 L417.2,192.3 L417.2,192.0 L417.3,191.7 L417.3,191.3 L417.3,191.0 L417.4,190.7 L417.4,190.4 L417.4,190.1 L417.5,189.7 L417.5,189.4 L417.5,189.1 L417.5,188.8 L417.6,188.5 L417.6,188.2 L417.6,187.8 L417.7,187.5 L417.7,187.2 L417.7,186.9 L417.8,186.6 L417.8,186.2 L417.8,185.9 L417.8,185.6 L417.9,185.3 L417.9,184.9 L417.9,184.6 L418.0,184.3 L418.0,183.9 L418.0,183.6 L418.1,183.2 L418.1,182.9 L418.1,182.5 L418.2,182.2 L418.2,181.9 L418.2,181.5 L418.3,181.2 L418.3,180.8 L418.3,180.5 L418.4,180.1 L418.4,179.8 L418.5,179.4 L418.5,179.1 L418.5,178.7 L418.6,178.4 L418.6,178.0 L418.6,177.7 L418.7,177.3 L418.7,176.9 L418.8,176.6 L418.8,176.2 L418.8,175.8 L418.9,175.4 L418.9,175.0 L419.0,174.6 L419.0,174.1 L419.1,173.7 L419.1,173.2 L419.2,172.7 L419.2,172.2 L419.3,171.7 L419.4,171.2 L419.4,170.7 L419.5,170.2 L419.5,169.7 L419.6,169.2 L419.6,168.8 L419.7,168.3 L419.8,167.9 L419.8,167.4 L419.9,167.0 L419.9,166.5 L420.0,166.1 L420.0,165.6 L420.1,165.2 L420.2,164.8 L420.2,164.3 L420.3,163.9 L420.3,163.4 L420.4,163.0 L420.5,162.6 L420.5,162.1 L420.6,161.7 L420.6,161.3 L420.7,160.9 L420.8,160.4 L420.8,160.0 L420.9,159.6 L420.9,159.2 L421.0,158.8 L421.1,158.4 L421.1,158.0 L421.2,157.6 L421.3,157.2 L421.3,156.8 L421.4,156.4 L421.5,156.0 L421.5,155.6 L421.6,155.2 L421.6,154.8 L421.7,154.4 L421.8,154.0 L421.8,153.6 L421.9,153.2 L422.0,152.8 L422.1,152.4 L422.1,152.0 L422.2,151.6 L422.3,151.2 L422.3,150.8 L422.4,150.4 L422.5,150.0 L422.6,149.6 L422.6,149.2 L422.7,148.8 L422.8,148.3 L422.9,147.9 L422.9,147.5 L423.0,147.1 L423.1,146.7 L423.2,146.3 L423.3,145.9 L423.3,145.5 L423.4,145.0 L423.5,144.6 L423.6,144.2 L423.7,143.8 L423.8,143.4 L423.9,143.0 L423.9,142.5 L424.0,142.1 L424.1,141.7 L424.2,141.2 L424.3,140.8 L424.4,140.4 L424.5,140.0 L424.6,139.5 L424.7,139.1 L424.8,138.7 L424.9,138.2 L425.0,137.8 L425.1,137.3 L425.2,136.9 L425.3,136.4 L425.4,136.0 L425.5,135.5 L425.6,135.1 L425.7,134.6 L425.8,134.2 L425.9,133.7 L426.1,133.3 L426.2,132.8 L426.3,132.4 L426.4,131.9 L426.5,131.4 L426.6,131.0 L426.8,130.5 L426.9,130.0 L427.0,129.5 L427.1,129.1 L427.3,128.6 L427.4,128.1 L427.5,127.6 L427.6,127.2 L427.8,126.7 L427.9,126.2 L428.0,125.7 L428.2,125.2 L428.3,124.7 L428.5,124.2 L428.6,123.7 L428.8,123.2 L428.9,122.7 L429.0,122.2 L429.2,121.7 L429.4,121.2 L429.5,120.7 L429.7,120.2 L429.8,119.7 L430.0,119.2 L430.1,118.6 L430.3,118.1 L430.5,117.6 L430.6,117.1 L430.8,116.5 L431.0,116.0 L431.2,115.5 L431.3,114.9 L431.5,114.4 L431.7,113.9 L431.9,113.3 L432.1,112.8 L432.2,112.2 L432.4,111.7 L432.6,111.1 L432.8,110.6 L433.0,110.0 L433.2,109.5 L433.4,108.9 L433.6,108.4 L433.8,107.8 L434.0,107.2 L434.2,106.7 L434.5,106.1 L434.7,105.5 L434.9,105.0 L435.1,104.4 L435.3,103.8 L435.6,103.2 L435.8,102.7 L436.0,102.1 L436.3,101.5 L436.5,100.9 L436.7,100.3 L437.0,99.7 L437.2,99.1 L437.5,98.5 L437.7,97.9 L438.0,97.3 L438.3,96.7 L438.5,96.1 L438.8,95.5 L439.0,94.9 L439.3,94.3 L439.6,93.7 L439.9,93.1 L440.2,92.5 L440.4,91.8 L440.7,91.2 L441.0,90.6 L441.3,90.0 L441.6,89.3 L441.9,88.7 L442.2,88.1 L442.5,87.5 L442.9,86.8 L443.2,86.2 L443.5,85.6 L443.8,84.9 L444.1,84.3 L444.5,83.6 L444.8,83.0 L445.2,82.4 L445.5,81.7 L445.9,81.1 L446.2,80.4 L446.6,79.8 L446.9,79.1 L447.3,78.5 L447.7,77.8 L448.0,77.2 L448.4,76.5 L448.8,75.9 L449.2,75.2 L449.6,74.6 L450.0,73.9 L450.4,73.2 L450.8,72.6 L451.2,71.9 L451.6,71.3 L452.0,70.6 L452.4,69.9 L452.9,69.3 L453.3,68.6 L453.7,67.9 L454.2,67.3 L454.6,66.6 L455.1,66.0 L455.5,65.3 L456.0,64.6 L456.5,64.0 L456.9,63.3 L457.4,62.6 L457.9,62.0 L458.4,61.3 L458.9,60.7 L459.4,60.0 L459.9,59.3 L460.4,58.7 L460.9,58.0 L461.4,57.4 L461.9,56.7 L462.5,56.0 L463.0,55.4 L463.5,54.7 L464.1,54.1 L464.6,53.4 L465.2,52.8 L465.8,52.1 L466.3,51.5 L466.9,50.9 L467.5,50.2 L468.1,49.6 L468.6,48.9 L469.2,48.3 L469.8,47.7 L470.4,47.0 L471.1,46.4 L471.7,45.8 L472.3,45.2 L472.9,44.6 L473.6,43.9 L474.2,43.3 L474.8,42.7 L475.5,42.1 L476.2,41.5 L476.8,40.9 L477.5,40.3 L478.2,39.8 L478.8,39.2 L479.5,38.6 L480.2,38.0 L480.9,37.5 L481.6,36.9 L482.3,36.3 L483.0,35.8 L483.7,35.2 L484.5,34.7 L485.2,34.2 L485.9,33.6 L486.6,33.1 L487.4,32.6 L488.1,32.1 L488.9,31.6 L489.6,31.1 L490.4,30.6 L491.1,30.1 L491.9,29.6 L492.7,29.1 L493.5,28.7 L494.2,28.2 L495.0,27.8 L495.8,27.3 L496.6,26.9 L497.4,26.5 L498.2,26.1 L498.9,25.7 L499.7,25.3 L500.5,24.9 L501.3,24.5 L502.1,24.1 L502.9,23.8 L503.7,23.4 L504.5,23.1 L505.3,22.8 L506.2,22.4 L507.0,22.1 L507.8,21.8 L508.6,21.5 L509.5,21.2 L510.3,20.9 L511.2,20.6 L512.0,20.4 \" stroke=\"rgb( 0, 0, 255)\"/></g>\n",
"\t</g>\n",
"<g color=\"white\" fill=\"none\" stroke=\"rgb( 0, 0, 255)\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"2.00\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"2.00\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"black\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"</g>\n",
"</svg>"
],
"text/plain": [
"<IPython.core.display.SVG object>"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"plot(t1,r1(:,1))\n",
"xlabel('time (s)')\n",
"ylabel('position (m)')"
]
},
{
"cell_type": "code",
"execution_count": 6,
"metadata": {
"collapsed": false,
"slideshow": {
"slide_type": "subslide"
}
},
"outputs": [
{
"data": {
"image/svg+xml": [
"<svg height=\"420px\" viewBox=\"0 0 560 420\" width=\"560px\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n",
"\n",
"<title>Gnuplot</title>\n",
"<desc>Produced by GNUPLOT 5.0 patchlevel 3 </desc>\n",
"\n",
"<g id=\"gnuplot_canvas\">\n",
"\n",
"<rect fill=\"none\" height=\"420\" width=\"560\" x=\"0\" y=\"0\"/>\n",
"<defs>\n",
"\n",
"\t<circle id=\"gpDot\" r=\"0.5\" stroke-width=\"0.5\"/>\n",
"\t<path d=\"M-1,0 h2 M0,-1 v2\" id=\"gpPt0\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<path d=\"M-1,-1 L1,1 M1,-1 L-1,1\" id=\"gpPt1\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<path d=\"M-1,0 L1,0 M0,-1 L0,1 M-1,-1 L1,1 M-1,1 L1,-1\" id=\"gpPt2\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<rect height=\"2\" id=\"gpPt3\" stroke=\"currentColor\" stroke-width=\"0.222\" width=\"2\" x=\"-1\" y=\"-1\"/>\n",
"\t<rect fill=\"currentColor\" height=\"2\" id=\"gpPt4\" stroke=\"currentColor\" stroke-width=\"0.222\" width=\"2\" x=\"-1\" y=\"-1\"/>\n",
"\t<circle cx=\"0\" cy=\"0\" id=\"gpPt5\" r=\"1\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<use fill=\"currentColor\" id=\"gpPt6\" stroke=\"none\" xlink:href=\"#gpPt5\"/>\n",
"\t<path d=\"M0,-1.33 L-1.33,0.67 L1.33,0.67 z\" id=\"gpPt7\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<use fill=\"currentColor\" id=\"gpPt8\" stroke=\"none\" xlink:href=\"#gpPt7\"/>\n",
"\t<use id=\"gpPt9\" stroke=\"currentColor\" transform=\"rotate(180)\" xlink:href=\"#gpPt7\"/>\n",
"\t<use fill=\"currentColor\" id=\"gpPt10\" stroke=\"none\" xlink:href=\"#gpPt9\"/>\n",
"\t<use id=\"gpPt11\" stroke=\"currentColor\" transform=\"rotate(45)\" xlink:href=\"#gpPt3\"/>\n",
"\t<use fill=\"currentColor\" id=\"gpPt12\" stroke=\"none\" xlink:href=\"#gpPt11\"/>\n",
"\t<path d=\"M0,1.330 L1.265,0.411 L0.782,-1.067 L-0.782,-1.076 L-1.265,0.411 z\" id=\"gpPt13\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<use fill=\"currentColor\" id=\"gpPt14\" stroke=\"none\" xlink:href=\"#gpPt13\"/>\n",
"\t<filter filterUnits=\"objectBoundingBox\" height=\"1\" id=\"textbox\" width=\"1\" x=\"0\" y=\"0\">\n",
"\t <feFlood flood-color=\"white\" flood-opacity=\"1\" result=\"bgnd\"/>\n",
"\t <feComposite in=\"SourceGraphic\" in2=\"bgnd\" operator=\"atop\"/>\n",
"\t</filter>\n",
"\t<filter filterUnits=\"objectBoundingBox\" height=\"1\" id=\"greybox\" width=\"1\" x=\"0\" y=\"0\">\n",
"\t <feFlood flood-color=\"lightgrey\" flood-opacity=\"1\" result=\"grey\"/>\n",
"\t <feComposite in=\"SourceGraphic\" in2=\"grey\" operator=\"atop\"/>\n",
"\t</filter>\n",
"</defs>\n",
"<g color=\"white\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<g shape-rendering=\"crispEdges\" stroke=\"none\">\n",
"\t\t<polygon fill=\"rgb(255, 255, 255)\" points=\"55.3,362.4 534.9,362.4 534.9,16.8 55.3,16.8 \"/>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M55.3,362.4 L67.8,362.4 M535.0,362.4 L522.5,362.4 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(47.0,368.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">10</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M55.3,293.3 L67.8,293.3 M535.0,293.3 L522.5,293.3 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(47.0,299.3)\">\n",
"\t\t<text><tspan font-family=\"{}\">15</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M55.3,224.1 L67.8,224.1 M535.0,224.1 L522.5,224.1 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(47.0,230.1)\">\n",
"\t\t<text><tspan font-family=\"{}\">20</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M55.3,155.0 L67.8,155.0 M535.0,155.0 L522.5,155.0 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(47.0,161.0)\">\n",
"\t\t<text><tspan font-family=\"{}\">25</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M55.3,85.8 L67.8,85.8 M535.0,85.8 L522.5,85.8 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(47.0,91.8)\">\n",
"\t\t<text><tspan font-family=\"{}\">30</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M55.3,16.7 L67.8,16.7 M535.0,16.7 L522.5,16.7 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(47.0,22.7)\">\n",
"\t\t<text><tspan font-family=\"{}\">35</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M55.3,362.4 L55.3,349.9 M55.3,16.7 L55.3,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(55.3,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">0</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M151.2,362.4 L151.2,349.9 M151.2,16.7 L151.2,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(151.2,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">1</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M247.2,362.4 L247.2,349.9 M247.2,16.7 L247.2,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(247.2,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">2</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M343.1,362.4 L343.1,349.9 M343.1,16.7 L343.1,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(343.1,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">3</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M439.1,362.4 L439.1,349.9 M439.1,16.7 L439.1,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(439.1,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">4</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M535.0,362.4 L535.0,349.9 M535.0,16.7 L535.0,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(535.0,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">5</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M55.3,16.7 L55.3,362.4 L535.0,362.4 L535.0,16.7 L55.3,16.7 Z \" stroke=\"black\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(19.1,189.6) rotate(-90)\">\n",
"\t\t<text><tspan font-family=\"{}\">position (m)</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(295.1,413.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">time (s)</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"\t<g id=\"gnuplot_plot_1a\"><title>gnuplot_plot_1a</title>\n",
"<g color=\"white\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"3.00\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"3.00\">\n",
"\t<path d=\"M55.3,362.4 L56.5,362.4 L57.6,362.4 L58.7,362.4 L59.9,362.3 L61.0,362.3 L62.1,362.3 L63.3,362.2 L64.4,362.2 L65.5,362.1 L66.7,362.0 L67.8,362.0 L68.9,361.9 L70.1,361.8 L71.2,361.7 L72.4,361.6 L73.5,361.5 L74.7,361.4 L75.9,361.3 L77.1,361.1 L78.2,361.0 L79.4,360.8 L80.6,360.7 L81.8,360.5 L83.0,360.3 L84.3,360.1 L85.5,359.9 L86.8,359.7 L88.1,359.5 L89.4,359.3 L90.8,359.0 L92.2,358.7 L93.6,358.5 L95.1,358.2 L96.6,357.8 L98.2,357.5 L99.8,357.1 L101.4,356.7 L103.1,356.3 L104.9,355.9 L106.7,355.4 L108.6,354.9 L110.6,354.3 L112.7,353.7 L114.9,353.0 L117.3,352.3 L119.8,351.5 L122.4,350.6 L124.9,349.8 L127.5,348.9 L130.0,347.9 L132.5,347.0 L135.1,346.0 L137.6,345.0 L140.1,344.0 L142.7,342.9 L145.2,341.9 L147.8,340.8 L150.3,339.6 L152.9,338.5 L155.4,337.3 L157.9,336.2 L160.3,335.0 L162.8,333.8 L165.2,332.6 L167.5,331.5 L169.9,330.2 L172.3,329.0 L174.7,327.8 L177.0,326.6 L179.4,325.3 L181.8,324.0 L184.1,322.7 L186.5,321.4 L188.9,320.1 L191.3,318.7 L193.7,317.4 L196.1,316.0 L198.5,314.6 L200.9,313.2 L203.4,311.7 L205.8,310.2 L208.3,308.8 L210.8,307.2 L213.3,305.7 L215.8,304.1 L218.4,302.6 L221.0,301.0 L223.5,299.3 L226.2,297.7 L228.8,296.0 L231.4,294.3 L234.1,292.5 L236.8,290.7 L239.6,288.9 L242.3,287.1 L245.1,285.3 L247.9,283.4 L250.8,281.4 L253.6,279.5 L256.5,277.5 L259.5,275.5 L262.5,273.4 L265.5,271.3 L268.5,269.2 L271.6,267.0 L274.7,264.8 L277.9,262.6 L281.1,260.3 L284.3,258.0 L287.6,255.6 L290.9,253.2 L294.3,250.8 L297.7,248.3 L301.2,245.7 L304.7,243.1 L308.3,240.5 L311.9,237.8 L315.6,235.1 L319.3,232.3 L323.1,229.4 L326.9,226.5 L330.8,223.6 L334.8,220.6 L338.8,217.5 L342.9,214.4 L347.1,211.2 L351.3,207.9 L355.6,204.6 L360.0,201.2 L364.4,197.8 L369.0,194.2 L373.6,190.6 L378.2,187.0 L383.0,183.2 L387.9,179.4 L392.8,175.5 L397.9,171.5 L403.0,167.4 L408.2,163.2 L413.6,158.9 L419.0,154.6 L424.6,150.1 L430.2,145.6 L436.0,140.9 L441.9,136.1 L447.9,131.3 L454.0,126.3 L460.3,121.2 L466.7,115.9 L473.3,110.6 L480.0,105.1 L486.8,99.5 L493.8,93.7 L500.9,87.8 L508.3,81.8 L515.7,75.6 L523.4,69.2 L531.3,62.7 L535.0,59.6 \" stroke=\"rgb( 0, 0, 255)\"/></g>\n",
"\t</g>\n",
"<g color=\"white\" fill=\"none\" stroke=\"rgb( 0, 0, 255)\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"2.00\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"2.00\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"black\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"</g>\n",
"</svg>"
],
"text/plain": [
"<IPython.core.display.SVG object>"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"[t5,r5]=ode23(@(t,r) ode1(t,r,5), [0 5], [10 0]);\n",
"plot(t5,r5(:,1))\n",
"xlabel('time (s)')\n",
"ylabel('position (m)')"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"![Rotating pendulum](./figures/rotating_pendulum.png)\n",
"\n",
"**2\\.** A pendulum is attached to a square L-frame of length a. The frame rotates at a constant\n",
"rate, $\\omega$. The length, l=1 m, of the pendulum link does not change.\n",
"\n",
" a. What is the kinetic energy of the system?\n",
"\n",
" b. What is the virtual work done by gravity on the mass?\n",
"\n",
" c. Derive the equations of motion for the system.\n",
"\n",
" d. Use a single plot to compare $\\theta(t)$ for two cases:\n",
"\n",
" i. a=0 m, $\\omega$=1 rad/s\n",
"\n",
" ii. a=10 m, $\\omega$=1 rad/s\n"
]
},
{
"cell_type": "code",
"execution_count": 7,
"metadata": {
"collapsed": false,
"slideshow": {
"slide_type": "subslide"
}
},
"outputs": [],
"source": [
"w=1; \n",
"l=1;\n",
"wnapprox=@(w) sqrt(g/l-w^2);\n",
"ode2= @(t,r,a) [r(2); a*w^2/l*cos(r(1))-(g/l-cos(r(1))*w^2).*sin(r(1))];\n",
"[t0,r0]=ode23(@(t,r) ode2(t,r,0), [0 2*2*pi/wnapprox(w)],[pi/9,0]);"
]
},
{
"cell_type": "code",
"execution_count": 8,
"metadata": {
"collapsed": false,
"slideshow": {
"slide_type": "subslide"
}
},
"outputs": [
{
"data": {
"image/svg+xml": [
"<svg height=\"420px\" viewBox=\"0 0 560 420\" width=\"560px\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n",
"\n",
"<title>Gnuplot</title>\n",
"<desc>Produced by GNUPLOT 5.0 patchlevel 3 </desc>\n",
"\n",
"<g id=\"gnuplot_canvas\">\n",
"\n",
"<rect fill=\"none\" height=\"420\" width=\"560\" x=\"0\" y=\"0\"/>\n",
"<defs>\n",
"\n",
"\t<circle id=\"gpDot\" r=\"0.5\" stroke-width=\"0.5\"/>\n",
"\t<path d=\"M-1,0 h2 M0,-1 v2\" id=\"gpPt0\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<path d=\"M-1,-1 L1,1 M1,-1 L-1,1\" id=\"gpPt1\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<path d=\"M-1,0 L1,0 M0,-1 L0,1 M-1,-1 L1,1 M-1,1 L1,-1\" id=\"gpPt2\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<rect height=\"2\" id=\"gpPt3\" stroke=\"currentColor\" stroke-width=\"0.222\" width=\"2\" x=\"-1\" y=\"-1\"/>\n",
"\t<rect fill=\"currentColor\" height=\"2\" id=\"gpPt4\" stroke=\"currentColor\" stroke-width=\"0.222\" width=\"2\" x=\"-1\" y=\"-1\"/>\n",
"\t<circle cx=\"0\" cy=\"0\" id=\"gpPt5\" r=\"1\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<use fill=\"currentColor\" id=\"gpPt6\" stroke=\"none\" xlink:href=\"#gpPt5\"/>\n",
"\t<path d=\"M0,-1.33 L-1.33,0.67 L1.33,0.67 z\" id=\"gpPt7\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<use fill=\"currentColor\" id=\"gpPt8\" stroke=\"none\" xlink:href=\"#gpPt7\"/>\n",
"\t<use id=\"gpPt9\" stroke=\"currentColor\" transform=\"rotate(180)\" xlink:href=\"#gpPt7\"/>\n",
"\t<use fill=\"currentColor\" id=\"gpPt10\" stroke=\"none\" xlink:href=\"#gpPt9\"/>\n",
"\t<use id=\"gpPt11\" stroke=\"currentColor\" transform=\"rotate(45)\" xlink:href=\"#gpPt3\"/>\n",
"\t<use fill=\"currentColor\" id=\"gpPt12\" stroke=\"none\" xlink:href=\"#gpPt11\"/>\n",
"\t<path d=\"M0,1.330 L1.265,0.411 L0.782,-1.067 L-0.782,-1.076 L-1.265,0.411 z\" id=\"gpPt13\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<use fill=\"currentColor\" id=\"gpPt14\" stroke=\"none\" xlink:href=\"#gpPt13\"/>\n",
"\t<filter filterUnits=\"objectBoundingBox\" height=\"1\" id=\"textbox\" width=\"1\" x=\"0\" y=\"0\">\n",
"\t <feFlood flood-color=\"white\" flood-opacity=\"1\" result=\"bgnd\"/>\n",
"\t <feComposite in=\"SourceGraphic\" in2=\"bgnd\" operator=\"atop\"/>\n",
"\t</filter>\n",
"\t<filter filterUnits=\"objectBoundingBox\" height=\"1\" id=\"greybox\" width=\"1\" x=\"0\" y=\"0\">\n",
"\t <feFlood flood-color=\"lightgrey\" flood-opacity=\"1\" result=\"grey\"/>\n",
"\t <feComposite in=\"SourceGraphic\" in2=\"grey\" operator=\"atop\"/>\n",
"\t</filter>\n",
"</defs>\n",
"<g color=\"white\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<g shape-rendering=\"crispEdges\" stroke=\"none\">\n",
"\t\t<polygon fill=\"rgb(255, 255, 255)\" points=\"63.6,362.4 534.9,362.4 534.9,16.8 63.6,16.8 \"/>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.6,362.4 L76.1,362.4 M535.0,362.4 L522.5,362.4 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(55.3,368.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">-20</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.6,293.3 L76.1,293.3 M535.0,293.3 L522.5,293.3 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(55.3,299.3)\">\n",
"\t\t<text><tspan font-family=\"{}\">0</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.6,224.1 L76.1,224.1 M535.0,224.1 L522.5,224.1 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(55.3,230.1)\">\n",
"\t\t<text><tspan font-family=\"{}\">20</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.6,155.0 L76.1,155.0 M535.0,155.0 L522.5,155.0 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(55.3,161.0)\">\n",
"\t\t<text><tspan font-family=\"{}\">40</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.6,85.8 L76.1,85.8 M535.0,85.8 L522.5,85.8 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(55.3,91.8)\">\n",
"\t\t<text><tspan font-family=\"{}\">60</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.6,16.7 L76.1,16.7 M535.0,16.7 L522.5,16.7 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(55.3,22.7)\">\n",
"\t\t<text><tspan font-family=\"{}\">80</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.6,362.4 L63.6,349.9 M63.6,16.7 L63.6,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(63.6,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">0</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M157.9,362.4 L157.9,349.9 M157.9,16.7 L157.9,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(157.9,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">1</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M252.2,362.4 L252.2,349.9 M252.2,16.7 L252.2,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(252.2,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">2</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M346.4,362.4 L346.4,349.9 M346.4,16.7 L346.4,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(346.4,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">3</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M440.7,362.4 L440.7,349.9 M440.7,16.7 L440.7,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(440.7,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">4</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M535.0,362.4 L535.0,349.9 M535.0,16.7 L535.0,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(535.0,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">5</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.6,16.7 L63.6,362.4 L535.0,362.4 L535.0,16.7 L63.6,16.7 Z \" stroke=\"black\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(19.1,189.6) rotate(-90)\">\n",
"\t\t<text><tspan font-family=\"{}\">angle (deg)</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(299.3,413.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">time (s)</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M383.3,121.7 L383.3,25.7 L526.7,25.7 L526.7,121.7 L383.3,121.7 Z \" stroke=\"black\"/></g>\n",
"\t<g id=\"gnuplot_plot_1a\"><title>a=0 m</title>\n",
"<g color=\"white\" fill=\"none\" stroke=\"black\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"3.00\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"3.00\">\n",
"\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(526.7,55.7)\">\n",
"\t\t<text><tspan font-family=\"{}\">a=0 m</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"3.00\">\n",
"\t<path d=\"M394.5,49.7 L448.3,49.7 M63.6,224.1 L64.1,224.1 L64.5,224.1 L65.0,224.2 L65.5,224.2 L65.9,224.3 L66.4,224.4 L66.8,224.5 L67.3,224.6 L67.8,224.7 L68.2,224.8 L68.7,225.0 L69.2,225.2 L69.6,225.4 L70.1,225.5 L70.6,225.8 L71.0,226.0 L71.5,226.2 L72.0,226.5 L72.5,226.8 L72.9,227.0 L73.4,227.3 L73.9,227.6 L74.3,228.0 L74.8,228.3 L75.3,228.7 L75.7,229.1 L76.2,229.4 L76.7,229.8 L77.2,230.3 L77.6,230.7 L78.1,231.1 L78.6,231.6 L79.1,232.1 L79.6,232.6 L80.0,233.1 L80.5,233.6 L81.0,234.1 L81.5,234.7 L82.0,235.2 L82.5,235.8 L83.0,236.4 L83.4,237.0 L83.9,237.7 L84.4,238.3 L84.9,238.9 L85.4,239.6 L85.9,240.3 L86.4,241.0 L86.9,241.7 L87.4,242.5 L87.9,243.2 L88.4,244.0 L89.0,244.8 L89.5,245.6 L90.0,246.4 L90.5,247.2 L91.0,248.1 L91.6,248.9 L92.1,249.8 L92.6,250.7 L93.1,251.6 L93.7,252.6 L94.2,253.5 L94.8,254.5 L95.3,255.5 L95.9,256.5 L96.4,257.5 L97.0,258.6 L97.6,259.7 L98.1,260.7 L98.7,261.9 L99.3,263.0 L99.9,264.2 L100.5,265.3 L101.1,266.6 L101.7,267.8 L102.3,269.1 L103.0,270.3 L103.6,271.7 L104.3,273.0 L105.0,274.4 L105.6,275.8 L106.3,277.2 L106.9,278.6 L107.6,280.0 L108.3,281.4 L108.9,282.9 L109.6,284.3 L110.3,285.7 L110.9,287.1 L111.6,288.5 L112.2,290.0 L112.9,291.4 L113.5,292.8 L114.2,294.2 L114.9,295.7 L115.5,297.1 L116.2,298.5 L116.8,299.9 L117.5,301.3 L118.1,302.8 L118.8,304.2 L119.5,305.6 L120.1,307.0 L120.8,308.4 L121.4,309.8 L122.1,311.2 L122.8,312.6 L123.4,313.9 L124.1,315.3 L124.8,316.7 L125.4,318.0 L126.1,319.3 L126.7,320.6 L127.4,321.9 L128.0,323.1 L128.6,324.3 L129.2,325.4 L129.8,326.6 L130.4,327.7 L130.9,328.8 L131.5,329.8 L132.1,330.9 L132.7,331.9 L133.2,332.9 L133.8,333.9 L134.3,334.8 L134.9,335.8 L135.4,336.7 L135.9,337.6 L136.5,338.5 L137.0,339.3 L137.5,340.2 L138.1,341.0 L138.6,341.8 L139.1,342.6 L139.6,343.4 L140.1,344.2 L140.6,344.9 L141.2,345.6 L141.7,346.3 L142.2,347.0 L142.7,347.7 L143.2,348.4 L143.7,349.0 L144.2,349.6 L144.7,350.3 L145.2,350.9 L145.6,351.4 L146.1,352.0 L146.6,352.6 L147.1,353.1 L147.6,353.6 L148.1,354.1 L148.6,354.6 L149.0,355.1 L149.5,355.5 L150.0,356.0 L150.5,356.4 L151.0,356.8 L151.4,357.2 L151.9,357.6 L152.4,358.0 L152.9,358.3 L153.3,358.7 L153.8,359.0 L154.3,359.3 L154.8,359.6 L155.2,359.9 L155.7,360.1 L156.2,360.4 L156.6,360.6 L157.1,360.8 L157.6,361.1 L158.0,361.2 L158.5,361.4 L159.0,361.6 L159.4,361.7 L159.9,361.9 L160.4,362.0 L160.8,362.1 L161.3,362.2 L161.8,362.2 L162.2,362.3 L162.7,362.4 L163.2,362.4 L163.6,362.4 L164.1,362.4 L164.6,362.4 L165.0,362.4 L165.5,362.3 L166.0,362.3 L166.4,362.2 L166.9,362.1 L167.4,362.0 L167.8,361.9 L168.3,361.7 L168.8,361.6 L169.2,361.4 L169.7,361.3 L170.1,361.1 L170.6,360.9 L171.1,360.7 L171.6,360.4 L172.0,360.2 L172.5,359.9 L173.0,359.6 L173.4,359.4 L173.9,359.0 L174.4,358.7 L174.8,358.4 L175.3,358.0 L175.8,357.7 L176.3,357.3 L176.7,356.9 L177.2,356.5 L177.7,356.1 L178.2,355.6 L178.6,355.2 L179.1,354.7 L179.6,354.2 L180.1,353.7 L180.6,353.2 L181.0,352.7 L181.5,352.2 L182.0,351.6 L182.5,351.0 L183.0,350.4 L183.5,349.8 L184.0,349.2 L184.5,348.6 L185.0,347.9 L185.4,347.3 L185.9,346.6 L186.4,345.9 L186.9,345.2 L187.5,344.5 L188.0,343.7 L188.5,343.0 L189.0,342.2 L189.5,341.4 L190.0,340.6 L190.5,339.8 L191.0,338.9 L191.6,338.1 L192.1,337.2 L192.6,336.3 L193.1,335.4 L193.7,334.5 L194.2,333.5 L194.8,332.6 L195.3,331.6 L195.9,330.6 L196.4,329.6 L197.0,328.5 L197.5,327.5 L198.1,326.4 L198.7,325.3 L199.3,324.2 L199.9,323.0 L200.5,321.8 L201.1,320.6 L201.7,319.4 L202.3,318.2 L202.9,316.9 L203.6,315.6 L204.2,314.2 L204.9,312.9 L205.5,311.5 L206.2,310.1 L206.9,308.7 L207.5,307.3 L208.2,305.9 L208.9,304.4 L209.5,303.0 L210.2,301.6 L210.8,300.2 L211.5,298.8 L212.2,297.3 L212.8,295.9 L213.5,294.5 L214.1,293.1 L214.8,291.6 L215.4,290.2 L216.1,288.8 L216.8,287.4 L217.4,286.0 L218.1,284.5 L218.7,283.1 L219.4,281.7 L220.0,280.3 L220.7,278.9 L221.4,277.5 L222.0,276.1 L222.7,274.7 L223.4,273.3 L224.0,272.0 L224.7,270.6 L225.4,269.2 L226.0,267.9 L226.7,266.6 L227.3,265.3 L227.9,264.1 L228.5,262.9 L229.1,261.7 L229.7,260.6 L230.3,259.4 L230.9,258.3 L231.5,257.3 L232.1,256.2 L232.6,255.2 L233.2,254.2 L233.8,253.2 L234.3,252.2 L234.9,251.3 L235.4,250.3 L235.9,249.4 L236.5,248.5 L237.0,247.7 L237.5,246.8 L238.1,246.0 L238.6,245.1 L239.1,244.3 L239.6,243.5 L240.1,242.8 L240.7,242.0 L241.2,241.3 L241.7,240.6 L242.2,239.9 L242.7,239.2 L243.2,238.5 L243.7,237.9 L244.2,237.2 L244.7,236.6 L245.2,236.0 L245.7,235.4 L246.2,234.8 L246.7,234.3 L247.1,233.7 L247.6,233.2 L248.1,232.7 L248.6,232.2 L249.1,231.7 L249.6,231.2 L250.0,230.8 L250.5,230.3 L251.0,229.9 L251.5,229.5 L252.0,229.1 L252.4,228.7 L252.9,228.4 L253.4,228.0 L253.9,227.7 L254.3,227.4 L254.8,227.1 L255.3,226.8 L255.7,226.5 L256.2,226.3 L256.7,226.0 L257.1,225.8 L257.6,225.6 L258.1,225.4 L258.5,225.2 L259.0,225.0 L259.5,224.9 L260.0,224.7 L260.4,224.6 L260.9,224.5 L261.3,224.4 L261.8,224.3 L262.3,224.2 L262.7,224.2 L263.2,224.2 L263.7,224.1 L264.1,224.1 L264.6,224.1 L265.1,224.1 L265.5,224.2 L266.0,224.2 L266.5,224.3 L266.9,224.4 L267.4,224.5 L267.9,224.6 L268.3,224.7 L268.8,224.8 L269.3,225.0 L269.7,225.2 L270.2,225.3 L270.7,225.5 L271.1,225.7 L271.6,226.0 L272.1,226.2 L272.5,226.5 L273.0,226.7 L273.5,227.0 L273.9,227.3 L274.4,227.6 L274.9,227.9 L275.3,228.3 L275.8,228.6 L276.3,229.0 L276.8,229.4 L277.2,229.8 L277.7,230.2 L278.2,230.6 L278.7,231.1 L279.1,231.5 L279.6,232.0 L280.1,232.5 L280.6,233.0 L281.1,233.5 L281.6,234.1 L282.0,234.6 L282.5,235.2 L283.0,235.8 L283.5,236.3 L284.0,237.0 L284.5,237.6 L285.0,238.2 L285.5,238.9 L286.0,239.5 L286.5,240.2 L287.0,240.9 L287.5,241.7 L288.0,242.4 L288.5,243.1 L289.0,243.9 L289.5,244.7 L290.0,245.5 L290.5,246.3 L291.0,247.1 L291.6,248.0 L292.1,248.8 L292.6,249.7 L293.2,250.6 L293.7,251.5 L294.2,252.5 L294.8,253.4 L295.3,254.4 L295.9,255.4 L296.4,256.4 L297.0,257.4 L297.5,258.5 L298.1,259.5 L298.7,260.6 L299.3,261.7 L299.8,262.9 L300.4,264.0 L301.0,265.2 L301.6,266.4 L302.2,267.7 L302.9,268.9 L303.5,270.2 L304.1,271.5 L304.8,272.9 L305.5,274.3 L306.1,275.7 L306.8,277.1 L307.5,278.5 L308.1,279.9 L308.8,281.3 L309.5,282.7 L310.1,284.1 L310.8,285.5 L311.4,287.0 L312.1,288.4 L312.8,289.8 L313.4,291.2 L314.1,292.7 L314.7,294.1 L315.4,295.5 L316.0,296.9 L316.7,298.4 L317.3,299.8 L318.0,301.2 L318.7,302.6 L319.3,304.0 L320.0,305.4 L320.6,306.8 L321.3,308.2 L322.0,309.6 L322.6,311.0 L323.3,312.4 L324.0,313.8 L324.6,315.2 L325.3,316.5 L326.0,317.9 L326.6,319.2 L327.2,320.5 L327.9,321.7 L328.5,323.0 L329.1,324.2 L329.7,325.3 L330.3,326.5 L330.9,327.6 L331.5,328.7 L332.1,329.7 L332.6,330.8 L333.2,331.8 L333.8,332.8 L334.3,333.8 L334.9,334.7 L335.4,335.7 L335.9,336.6 L336.5,337.5 L337.0,338.4 L337.6,339.3 L338.1,340.1 L338.6,340.9 L339.1,341.7 L339.6,342.5 L340.2,343.3 L340.7,344.1 L341.2,344.8 L341.7,345.6 L342.2,346.3 L342.7,347.0 L343.2,347.6 L343.7,348.3 L344.2,348.9 L344.7,349.6 L345.2,350.2 L345.7,350.8 L346.2,351.4 L346.7,351.9 L347.2,352.5 L347.7,353.0 L348.1,353.6 L348.6,354.1 L349.1,354.6 L349.6,355.0 L350.1,355.5 L350.6,355.9 L351.0,356.4 L351.5,356.8 L352.0,357.2 L352.5,357.6 L352.9,357.9 L353.4,358.3 L353.9,358.6 L354.4,359.0 L354.8,359.3 L355.3,359.6 L355.8,359.8 L356.2,360.1 L356.7,360.4 L357.2,360.6 L357.7,360.8 L358.1,361.0 L358.6,361.2 L359.1,361.4 L359.5,361.6 L360.0,361.7 L360.5,361.9 L360.9,362.0 L361.4,362.1 L361.9,362.2 L362.3,362.2 L362.8,362.3 L363.2,362.3 L363.7,362.4 L364.2,362.4 L364.6,362.4 L365.1,362.4 L365.6,362.4 L366.0,362.3 L366.5,362.3 L367.0,362.2 L367.4,362.1 L367.9,362.0 L368.4,361.9 L368.8,361.8 L369.3,361.6 L369.8,361.5 L370.2,361.3 L370.7,361.1 L371.2,360.9 L371.6,360.7 L372.1,360.5 L372.6,360.2 L373.0,359.9 L373.5,359.7 L374.0,359.4 L374.4,359.1 L374.9,358.8 L375.4,358.4 L375.9,358.1 L376.3,357.7 L376.8,357.3 L377.3,356.9 L377.7,356.5 L378.2,356.1 L378.7,355.7 L379.2,355.2 L379.7,354.8 L380.1,354.3 L380.6,353.8 L381.1,353.3 L381.6,352.8 L382.1,352.2 L382.6,351.7 L383.0,351.1 L383.5,350.5 L384.0,349.9 L384.5,349.3 L385.0,348.7 L385.5,348.0 L386.0,347.3 L386.5,346.7 L387.0,346.0 L387.5,345.3 L388.0,344.5 L388.5,343.8 L389.0,343.0 L389.5,342.3 L390.0,341.5 L390.5,340.7 L391.1,339.9 L391.6,339.0 L392.1,338.2 L392.6,337.3 L393.2,336.4 L393.7,335.5 L394.2,334.6 L394.8,333.6 L395.3,332.7 L395.9,331.7 L396.4,330.7 L397.0,329.7 L397.5,328.6 L398.1,327.6 L398.7,326.5 L399.2,325.4 L399.8,324.3 L400.4,323.1 L401.0,322.0 L401.6,320.8 L402.2,319.5 L402.8,318.3 L403.5,317.0 L404.1,315.7 L404.7,314.4 L405.4,313.0 L406.1,311.6 L406.7,310.2 L407.4,308.8 L408.1,307.4 L408.7,306.0 L409.4,304.6 L410.0,303.2 L410.7,301.8 L411.4,300.3 L412.0,298.9 L412.7,297.5 L413.3,296.1 L414.0,294.6 L414.7,293.2 L415.3,291.8 L416.0,290.4 L416.6,289.0 L417.3,287.5 L417.9,286.1 L418.6,284.7 L419.3,283.3 L419.9,281.9 L420.6,280.5 L421.2,279.1 L421.9,277.7 L422.6,276.3 L423.2,274.9 L423.9,273.5 L424.5,272.1 L425.2,270.7 L425.9,269.4 L426.5,268.0 L427.2,266.7 L427.8,265.5 L428.5,264.2 L429.1,263.0 L429.7,261.8 L430.3,260.7 L430.9,259.6 L431.5,258.5 L432.0,257.4 L432.6,256.3 L433.2,255.3 L433.7,254.3 L434.3,253.3 L434.8,252.3 L435.4,251.4 L435.9,250.4 L436.5,249.5 L437.0,248.6 L437.6,247.7 L438.1,246.9 L438.6,246.0 L439.1,245.2 L439.7,244.4 L440.2,243.6 L440.7,242.9 L441.2,242.1 L441.7,241.4 L442.2,240.6 L442.7,239.9 L443.2,239.3 L443.7,238.6 L444.2,237.9 L444.7,237.3 L445.2,236.7 L445.7,236.1 L446.2,235.5 L446.7,234.9 L447.2,234.3 L447.7,233.8 L448.2,233.3 L448.7,232.7 L449.1,232.2 L449.6,231.8 L450.1,231.3 L450.6,230.8 L451.1,230.4 L451.5,230.0 L452.0,229.6 L452.5,229.2 L453.0,228.8 L453.4,228.4 L453.9,228.1 L454.4,227.7 L454.9,227.4 L455.3,227.1 L455.8,226.8 L456.3,226.6 L456.8,226.3 L457.2,226.0 L457.7,225.8 L458.2,225.6 L458.6,225.4 L459.1,225.2 L459.6,225.0 L460.0,224.9 L460.5,224.7 L461.0,224.6 L461.4,224.5 L461.9,224.4 L462.4,224.3 L462.8,224.3 \" stroke=\"rgb( 0, 0, 255)\"/></g>\n",
"\t</g>\n",
"\t<g id=\"gnuplot_plot_2a\"><title>a=10 m</title>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"3.00\">\n",
"\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(526.7,103.7)\">\n",
"\t\t<text><tspan font-family=\"{}\">a=10 m</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"3.00\">\n",
"\t<path d=\"M394.5,97.7 L448.3,97.7 M63.6,224.1 L63.9,224.1 L64.2,224.1 L64.6,224.1 L64.9,224.0 L65.2,223.9 L65.5,223.9 L65.9,223.8 L66.2,223.6 L66.5,223.5 L66.8,223.4 L67.2,223.2 L67.5,223.1 L67.8,222.9 L68.1,222.7 L68.5,222.5 L68.8,222.2 L69.1,222.0 L69.4,221.7 L69.8,221.4 L70.1,221.2 L70.4,220.9 L70.7,220.5 L71.1,220.2 L71.4,219.9 L71.7,219.5 L72.0,219.1 L72.4,218.7 L72.7,218.3 L73.0,217.9 L73.3,217.5 L73.7,217.0 L74.0,216.5 L74.3,216.1 L74.7,215.6 L75.0,215.1 L75.3,214.5 L75.6,214.0 L76.0,213.5 L76.3,212.9 L76.6,212.3 L77.0,211.7 L77.3,211.1 L77.6,210.5 L78.0,209.8 L78.3,209.2 L78.6,208.5 L79.0,207.8 L79.3,207.1 L79.6,206.4 L80.0,205.7 L80.3,205.0 L80.6,204.2 L81.0,203.4 L81.3,202.6 L81.7,201.8 L82.0,200.9 L82.4,200.1 L82.8,199.2 L83.1,198.3 L83.5,197.3 L83.8,196.4 L84.2,195.4 L84.6,194.4 L85.0,193.4 L85.3,192.4 L85.7,191.3 L86.1,190.2 L86.5,189.1 L86.9,188.0 L87.3,186.8 L87.7,185.6 L88.1,184.4 L88.5,183.2 L88.9,181.9 L89.3,180.7 L89.7,179.4 L90.2,178.0 L90.6,176.6 L91.0,175.3 L91.5,173.8 L91.9,172.4 L92.3,170.9 L92.8,169.4 L93.3,167.8 L93.7,166.2 L94.2,164.6 L94.7,163.0 L95.2,161.3 L95.6,159.6 L96.1,157.9 L96.6,156.2 L97.1,154.4 L97.6,152.7 L98.0,151.0 L98.5,149.2 L99.0,147.5 L99.5,145.8 L99.9,144.0 L100.4,142.3 L100.9,140.5 L101.4,138.8 L101.8,137.0 L102.3,135.3 L102.8,133.5 L103.2,131.8 L103.7,130.0 L104.2,128.3 L104.7,126.6 L105.1,124.8 L105.6,123.1 L106.1,121.3 L106.5,119.6 L107.0,117.8 L107.5,116.1 L107.9,114.4 L108.4,112.6 L108.9,110.9 L109.3,109.2 L109.8,107.5 L110.3,105.8 L110.8,104.1 L111.2,102.4 L111.7,100.7 L112.2,99.0 L112.7,97.3 L113.1,95.7 L113.6,94.0 L114.1,92.4 L114.6,90.7 L115.1,89.1 L115.5,87.5 L116.0,85.9 L116.4,84.4 L116.9,83.0 L117.3,81.5 L117.8,80.1 L118.2,78.7 L118.6,77.4 L119.1,76.1 L119.5,74.8 L119.9,73.6 L120.3,72.3 L120.7,71.1 L121.1,70.0 L121.5,68.8 L121.9,67.7 L122.3,66.6 L122.7,65.6 L123.0,64.5 L123.4,63.5 L123.8,62.5 L124.2,61.6 L124.5,60.6 L124.9,59.7 L125.3,58.8 L125.6,57.9 L126.0,57.1 L126.3,56.3 L126.7,55.4 L127.0,54.7 L127.3,53.9 L127.7,53.1 L128.0,52.4 L128.3,51.7 L128.7,51.0 L129.0,50.3 L129.3,49.7 L129.6,49.0 L130.0,48.4 L130.3,47.8 L130.6,47.2 L130.9,46.6 L131.3,46.1 L131.6,45.5 L131.9,45.0 L132.2,44.4 L132.5,43.9 L132.9,43.4 L133.2,42.9 L133.5,42.5 L133.8,42.0 L134.1,41.6 L134.4,41.2 L134.8,40.7 L135.1,40.3 L135.4,40.0 L135.7,39.6 L136.0,39.2 L136.3,38.9 L136.6,38.6 L137.0,38.3 L137.3,38.0 L137.6,37.7 L137.9,37.4 L138.2,37.1 L138.5,36.9 L138.8,36.7 L139.1,36.5 L139.5,36.3 L139.8,36.1 L140.1,35.9 L140.4,35.8 L140.7,35.6 L141.0,35.5 L141.3,35.4 L141.6,35.3 L141.9,35.2 L142.3,35.1 L142.6,35.0 L142.9,35.0 L143.2,35.0 L143.5,35.0 L143.8,35.0 L144.1,35.0 L144.4,35.0 L144.7,35.0 L145.0,35.1 L145.4,35.2 L145.7,35.2 L146.0,35.3 L146.3,35.4 L146.6,35.6 L146.9,35.7 L147.2,35.9 L147.5,36.0 L147.8,36.2 L148.2,36.4 L148.5,36.6 L148.8,36.8 L149.1,37.1 L149.4,37.3 L149.7,37.6 L150.0,37.9 L150.3,38.2 L150.6,38.5 L151.0,38.8 L151.3,39.1 L151.6,39.5 L151.9,39.9 L152.2,40.2 L152.5,40.6 L152.8,41.0 L153.2,41.4 L153.5,41.9 L153.8,42.3 L154.1,42.8 L154.4,43.3 L154.7,43.8 L155.1,44.3 L155.4,44.8 L155.7,45.3 L156.0,45.9 L156.3,46.4 L156.6,47.0 L157.0,47.6 L157.3,48.2 L157.6,48.8 L157.9,49.4 L158.2,50.1 L158.6,50.7 L158.9,51.4 L159.2,52.1 L159.5,52.8 L159.9,53.5 L160.2,54.3 L160.5,55.0 L160.9,55.8 L161.2,56.6 L161.6,57.4 L161.9,58.3 L162.2,59.1 L162.6,60.0 L162.9,60.9 L163.3,61.8 L163.7,62.8 L164.0,63.7 L164.4,64.7 L164.8,65.7 L165.1,66.8 L165.5,67.8 L165.9,68.9 L166.3,70.0 L166.7,71.1 L167.1,72.3 L167.4,73.5 L167.8,74.7 L168.2,75.9 L168.7,77.2 L169.1,78.5 L169.5,79.8 L169.9,81.1 L170.3,82.5 L170.8,83.9 L171.2,85.3 L171.6,86.8 L172.1,88.3 L172.5,89.8 L173.0,91.4 L173.5,93.0 L174.0,94.7 L174.4,96.4 L174.9,98.1 L175.4,99.7 L175.9,101.4 L176.4,103.1 L176.8,104.8 L177.3,106.6 L177.8,108.3 L178.2,110.0 L178.7,111.7 L179.2,113.5 L179.7,115.2 L180.1,116.9 L180.6,118.7 L181.1,120.4 L181.5,122.1 L182.0,123.9 L182.5,125.6 L182.9,127.4 L183.4,129.1 L183.9,130.9 L184.4,132.6 L184.8,134.4 L185.3,136.1 L185.8,137.9 L186.2,139.6 L186.7,141.3 L187.2,143.1 L187.6,144.8 L188.1,146.6 L188.6,148.3 L189.1,150.0 L189.5,151.7 L190.0,153.4 L190.5,155.1 L191.0,156.9 L191.4,158.6 L191.9,160.2 L192.4,161.9 L192.9,163.6 L193.4,165.3 L193.9,166.9 L194.3,168.6 L194.8,170.2 L195.3,171.7 L195.7,173.3 L196.2,174.8 L196.7,176.2 L197.1,177.6 L197.5,179.0 L198.0,180.4 L198.4,181.7 L198.8,183.0 L199.2,184.3 L199.7,185.5 L200.1,186.8 L200.5,188.0 L200.9,189.1 L201.3,190.3 L201.7,191.4 L202.1,192.5 L202.5,193.5 L202.8,194.6 L203.2,195.6 L203.6,196.6 L204.0,197.6 L204.4,198.5 L204.7,199.4 L205.1,200.3 L205.5,201.2 L205.8,202.1 L206.2,202.9 L206.5,203.7 L206.9,204.5 L207.2,205.3 L207.6,206.1 L207.9,206.8 L208.3,207.5 L208.6,208.2 L208.9,208.9 L209.3,209.5 L209.6,210.2 L209.9,210.8 L210.3,211.4 L210.6,212.1 L210.9,212.6 L211.3,213.2 L211.6,213.8 L211.9,214.3 L212.3,214.9 L212.6,215.4 L212.9,215.9 L213.2,216.4 L213.6,216.8 L213.9,217.3 L214.2,217.7 L214.6,218.2 L214.9,218.6 L215.2,219.0 L215.5,219.4 L215.9,219.7 L216.2,220.1 L216.5,220.4 L216.9,220.7 L217.2,221.1 L217.5,221.3 L217.8,221.6 L218.2,221.9 L218.5,222.1 L218.8,222.4 L219.1,222.6 L219.5,222.8 L219.8,223.0 L220.1,223.2 L220.4,223.3 L220.8,223.5 L221.1,223.6 L221.4,223.7 L221.7,223.8 L222.1,223.9 L222.4,224.0 L222.7,224.0 L223.0,224.1 L223.4,224.1 L223.7,224.1 L224.0,224.1 L224.3,224.1 L224.7,224.1 L225.0,224.0 L225.3,224.0 L225.6,223.9 L225.9,223.8 L226.3,223.7 L226.6,223.6 L226.9,223.4 L227.2,223.3 L227.6,223.1 L227.9,222.9 L228.2,222.7 L228.5,222.5 L228.9,222.3 L229.2,222.0 L229.5,221.8 L229.8,221.5 L230.2,221.2 L230.5,220.9 L230.8,220.6 L231.1,220.3 L231.5,219.9 L231.8,219.6 L232.1,219.2 L232.5,218.8 L232.8,218.4 L233.1,218.0 L233.4,217.6 L233.8,217.1 L234.1,216.7 L234.4,216.2 L234.7,215.7 L235.1,215.2 L235.4,214.7 L235.7,214.1 L236.1,213.6 L236.4,213.0 L236.7,212.5 L237.1,211.9 L237.4,211.3 L237.7,210.6 L238.1,210.0 L238.4,209.4 L238.7,208.7 L239.1,208.0 L239.4,207.3 L239.7,206.6 L240.1,205.9 L240.4,205.1 L240.7,204.4 L241.1,203.6 L241.4,202.8 L241.8,202.0 L242.1,201.1 L242.5,200.3 L242.8,199.4 L243.2,198.5 L243.6,197.6 L243.9,196.6 L244.3,195.7 L244.7,194.7 L245.0,193.7 L245.4,192.6 L245.8,191.6 L246.2,190.5 L246.6,189.4 L247.0,188.3 L247.4,187.1 L247.8,185.9 L248.2,184.7 L248.6,183.5 L249.0,182.3 L249.4,181.0 L249.8,179.7 L250.2,178.4 L250.7,177.0 L251.1,175.6 L251.5,174.2 L252.0,172.8 L252.4,171.3 L252.9,169.8 L253.3,168.2 L253.8,166.7 L254.2,165.0 L254.7,163.4 L255.2,161.7 L255.7,160.0 L256.2,158.3 L256.7,156.6 L257.1,154.9 L257.6,153.2 L258.1,151.4 L258.6,149.7 L259.1,148.0 L259.5,146.2 L260.0,144.5 L260.5,142.7 L260.9,141.0 L261.4,139.2 L261.9,137.5 L262.4,135.7 L262.8,134.0 L263.3,132.2 L263.8,130.5 L264.2,128.7 L264.7,127.0 L265.2,125.3 L265.6,123.5 L266.1,121.8 L266.6,120.0 L267.1,118.3 L267.5,116.6 L268.0,114.8 L268.5,113.1 L268.9,111.4 L269.4,109.7 L269.9,107.9 L270.3,106.2 L270.8,104.5 L271.3,102.8 L271.8,101.1 L272.2,99.5 L272.7,97.8 L273.2,96.1 L273.7,94.4 L274.1,92.8 L274.6,91.1 L275.1,89.5 L275.6,87.9 L276.0,86.3 L276.5,84.8 L277.0,83.3 L277.4,81.9 L277.8,80.5 L278.3,79.1 L278.7,77.7 L279.1,76.4 L279.6,75.1 L280.0,73.9 L280.4,72.6 L280.8,71.4 L281.2,70.3 L281.6,69.1 L282.0,68.0 L282.4,66.9 L282.7,65.8 L283.1,64.8 L283.5,63.8 L283.9,62.8 L284.2,61.8 L284.6,60.9 L285.0,59.9 L285.3,59.0 L285.7,58.2 L286.0,57.3 L286.4,56.5 L286.7,55.7 L287.1,54.9 L287.4,54.1 L287.8,53.3 L288.1,52.6 L288.4,51.9 L288.8,51.2 L289.1,50.5 L289.4,49.8 L289.7,49.2 L290.1,48.6 L290.4,48.0 L290.7,47.4 L291.0,46.8 L291.4,46.2 L291.7,45.6 L292.0,45.1 L292.3,44.6 L292.6,44.1 L292.9,43.6 L293.3,43.1 L293.6,42.6 L293.9,42.1 L294.2,41.7 L294.5,41.3 L294.8,40.8 L295.2,40.4 L295.5,40.1 L295.8,39.7 L296.1,39.3 L296.4,39.0 L296.7,38.7 L297.0,38.3 L297.4,38.0 L297.7,37.7 L298.0,37.5 L298.3,37.2 L298.6,37.0 L298.9,36.7 L299.2,36.5 L299.5,36.3 L299.9,36.1 L300.2,36.0 L300.5,35.8 L300.8,35.6 L301.1,35.5 L301.4,35.4 L301.7,35.3 L302.0,35.2 L302.3,35.1 L302.7,35.1 L303.0,35.0 L303.3,35.0 L303.6,35.0 L303.9,35.0 L304.2,35.0 L304.5,35.0 L304.8,35.0 L305.1,35.1 L305.5,35.1 L305.8,35.2 L306.1,35.3 L306.4,35.4 L306.7,35.5 L307.0,35.7 L307.3,35.8 L307.6,36.0 L307.9,36.2 L308.2,36.4 L308.6,36.6 L308.9,36.8 L309.2,37.0 L309.5,37.3 L309.8,37.5 L310.1,37.8 L310.4,38.1 L310.7,38.4 L311.1,38.7 L311.4,39.1 L311.7,39.4 L312.0,39.8 L312.3,40.1 L312.6,40.5 L312.9,40.9 L313.3,41.3 L313.6,41.8 L313.9,42.2 L314.2,42.7 L314.5,43.1 L314.8,43.6 L315.1,44.1 L315.5,44.6 L315.8,45.2 L316.1,45.7 L316.4,46.3 L316.7,46.8 L317.1,47.4 L317.4,48.0 L317.7,48.6 L318.0,49.3 L318.3,49.9 L318.7,50.6 L319.0,51.2 L319.3,51.9 L319.6,52.6 L320.0,53.3 L320.3,54.1 L320.6,54.8 L321.0,55.6 L321.3,56.4 L321.6,57.2 L322.0,58.0 L322.3,58.9 L322.7,59.8 L323.0,60.7 L323.4,61.6 L323.7,62.5 L324.1,63.5 L324.5,64.5 L324.8,65.5 L325.2,66.5 L325.6,67.5 L326.0,68.6 L326.4,69.7 L326.7,70.8 L327.1,72.0 L327.5,73.2 L327.9,74.4 L328.3,75.6 L328.7,76.8 L329.1,78.1 L329.6,79.4 L330.0,80.8 L330.4,82.1 L330.8,83.5 L331.3,85.0 L331.7,86.4 L332.2,87.9 L332.6,89.4 L333.1,91.0 L333.5,92.6 L334.0,94.3 L334.5,95.9 L335.0,97.6 L335.5,99.3 L335.9,101.0 L336.4,102.7 L336.9,104.4 L337.4,106.1 L337.8,107.8 L338.3,109.6 L338.8,111.3 L339.2,113.0 L339.7,114.7 L340.2,116.5 L340.7,118.2 L341.1,120.0 L341.6,121.7 L342.1,123.4 L342.5,125.2 L343.0,126.9 L343.5,128.7 L343.9,130.4 L344.4,132.2 L344.9,133.9 L345.3,135.7 L345.8,137.4 L346.3,139.2 L346.8,140.9 L347.2,142.6 L347.7,144.4 L348.2,146.1 L348.6,147.8 L349.1,149.6 L349.6,151.3 L350.1,153.0 L350.5,154.7 L351.0,156.4 L351.5,158.1 L352.0,159.8 L352.5,161.5 L352.9,163.2 L353.4,164.9 L353.9,166.5 L354.4,168.2 L354.9,169.8 L355.3,171.4 L355.8,172.9 L356.3,174.4 L356.7,175.8 L357.2,177.3 L357.6,178.7 L358.0,180.0 L358.5,181.4 L358.9,182.7 L359.3,184.0 L359.7,185.2 L360.1,186.5 L360.5,187.7 L361.0,188.8 L361.4,190.0 L361.8,191.1 L362.1,192.2 L362.5,193.3 L362.9,194.3 L363.3,195.3 L363.7,196.3 L364.1,197.3 L364.4,198.3 L364.8,199.2 L365.2,200.1 L365.5,201.0 L365.9,201.9 L366.3,202.7 L366.6,203.5 L367.0,204.3 L367.3,205.1 L367.7,205.9 L368.0,206.6 L368.3,207.3 L368.7,208.0 L369.0,208.7 L369.4,209.4 L369.7,210.0 L370.0,210.7 L370.4,211.3 L370.7,211.9 L371.0,212.5 L371.4,213.1 L371.7,213.6 L372.0,214.2 L372.4,214.7 L372.7,215.2 L373.0,215.7 L373.3,216.2 L373.7,216.7 L374.0,217.2 L374.3,217.6 L374.7,218.1 L375.0,218.5 L375.3,218.9 L375.6,219.3 L376.0,219.6 L376.3,220.0 L376.6,220.3 L376.9,220.7 L377.3,221.0 L377.6,221.3 L377.9,221.6 L378.3,221.8 L378.6,222.1 L378.9,222.3 L379.2,222.5 L379.6,222.8 L379.9,222.9 L380.2,223.1 L380.5,223.3 L380.9,223.4 L381.2,223.6 L381.5,223.7 L381.8,223.8 L382.2,223.9 L382.5,224.0 L382.8,224.0 L383.1,224.1 L383.4,224.1 L383.8,224.1 L384.1,224.1 L384.4,224.1 L384.7,224.1 L385.1,224.0 L385.4,224.0 L385.7,223.9 L386.0,223.8 L386.4,223.7 L386.7,223.6 L387.0,223.5 L387.3,223.3 L387.7,223.1 L388.0,223.0 L388.3,222.8 L388.6,222.6 L389.0,222.3 L389.3,222.1 L389.6,221.9 L389.9,221.6 L390.3,221.3 L390.6,221.0 L390.9,220.7 L391.2,220.4 L391.6,220.0 L391.9,219.7 L392.2,219.3 L392.5,218.9 L392.9,218.5 L393.2,218.1 L393.5,217.7 L393.9,217.2 L394.2,216.8 L394.5,216.3 L394.8,215.8 L395.2,215.3 L395.5,214.8 L395.8,214.3 L396.2,213.7 L396.5,213.2 L396.8,212.6 L397.1,212.0 L397.5,211.4 L397.8,210.8 L398.1,210.2 L398.5,209.5 L398.8,208.9 L399.1,208.2 L399.5,207.5 L399.8,206.8 L400.1,206.1 L400.5,205.3 L400.8,204.6 L401.2,203.8 L401.5,203.0 L401.9,202.2 L402.2,201.4 L402.6,200.5 L402.9,199.6 L403.3,198.7 L403.6,197.8 L404.0,196.9 L404.4,195.9 L404.7,194.9 L405.1,193.9 L405.5,192.9 L405.9,191.9 L406.3,190.8 L406.7,189.7 L407.0,188.6 L407.4,187.4 L407.8,186.2 L408.2,185.1 L408.6,183.8 L409.0,182.6 L409.5,181.3 L409.9,180.0 L410.3,178.7 L410.7,177.3 L411.2,176.0 L411.6,174.6 L412.0,173.1 L412.5,171.7 L412.9,170.2 L413.4,168.6 L413.8,167.1 L414.3,165.5 L414.8,163.8 L415.3,162.1 L415.7,160.4 L416.2,158.7 L416.7,157.0 L417.2,155.3 L417.7,153.6 L418.2,151.9 L418.6,150.1 L419.1,148.4 L419.6,146.7 L420.1,144.9 L420.5,143.2 L421.0,141.4 L421.5,139.7 L421.9,137.9 L422.4,136.2 L422.9,134.4 L423.4,132.7 L423.8,130.9 L424.3,129.2 L424.8,127.4 L425.2,125.7 L425.7,124.0 L426.2,122.2 L426.6,120.5 L427.1,118.7 L427.6,117.0 L428.0,115.3 L428.5,113.5 L429.0,111.8 L429.5,110.1 L429.9,108.4 L430.4,106.7 L430.9,105.0 L431.3,103.3 L431.8,101.6 L432.3,99.9 L432.8,98.2 L433.2,96.5 L433.7,94.9 L434.2,93.2 L434.7,91.6 L435.2,89.9 L435.6,88.3 L436.1,86.7 L436.6,85.2 L437.0,83.7 L437.5,82.2 L437.9,80.8 L438.3,79.4 L438.8,78.1 L439.2,76.8 L439.6,75.5 L440.0,74.2 L440.4,73.0 L440.9,71.8 L441.3,70.6 L441.7,69.4 L442.0,68.3 L442.4,67.2 L442.8,66.1 L443.2,65.1 L443.6,64.0 L444.0,63.0 L444.3,62.1 L444.7,61.1 L445.1,60.2 L445.4,59.3 L445.8,58.4 L446.1,57.5 L446.5,56.7 L446.8,55.9 L447.2,55.1 L447.5,54.3 L447.9,53.5 L448.2,52.8 L448.5,52.1 L448.9,51.4 L449.2,50.7 L449.5,50.0 L449.8,49.4 L450.2,48.7 L450.5,48.1 L450.8,47.5 L451.1,46.9 L451.4,46.3 L451.8,45.8 L452.1,45.2 L452.4,44.7 L452.7,44.2 L453.0,43.7 L453.4,43.2 L453.7,42.7 L454.0,42.3 L454.3,41.8 L454.6,41.4 L454.9,41.0 L455.3,40.5 L455.6,40.2 L455.9,39.8 L456.2,39.4 L456.5,39.1 L456.8,38.7 L457.1,38.4 L457.5,38.1 L457.8,37.8 L458.1,37.5 L458.4,37.3 L458.7,37.0 L459.0,36.8 L459.3,36.6 L459.6,36.4 L460.0,36.2 L460.3,36.0 L460.6,35.8 L460.9,35.7 L461.2,35.5 L461.5,35.4 L461.8,35.3 L462.1,35.2 L462.4,35.1 L462.8,35.1 \" stroke=\"rgb( 0, 128, 0)\"/></g>\n",
"\t</g>\n",
"<g color=\"white\" fill=\"none\" stroke=\"rgb( 0, 128, 0)\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"2.00\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"2.00\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"black\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"</g>\n",
"</svg>"
],
"text/plain": [
"<IPython.core.display.SVG object>"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"[t10,r10]=ode23(@(t,r) ode2(t,r,10), [0 2*2*pi/wnapprox(w)],[pi/9,0]);\n",
"\n",
"plot(t0,r0(:,1)*180/pi,t10,r10(:,1)*180/pi)\n",
"xlabel('time (s)')\n",
"ylabel('angle (deg)')\n",
"legend('a=0 m','a=10 m')"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"![Pendulum bob attached to springs](./figures/f3-6.png)\n",
"\n",
"**3\\.** The pendulum bob of mass in, shown in the figure above, is suspended by an inextensible\n",
"string from the point p. This point is free to move along a straight horizontal line under\n",
"the action of the springs, each having a constant k. Assume that the mass is displaced\n",
"only slightly from the equilibrium position and released. Neglecting the mass of the\n",
"springs, show that the pendulum oscillates with a period of\n",
"\n",
"$P=2\\pi\\sqrt{\\frac{mg+2kr}{2kg}}$\n",
"\n",
"Solve for $\\theta(t)$ if m=0.1 kg, r=1 m, $\\theta(0)$=pi/6 rad, and $\\dot{\\theta}(0)$=0 rad/s for\n",
"2 cases:\n",
"\n",
" a. k=2 N/m\n",
"\n",
" b. k=$\\infty$ N/m\n",
"\n",
" c. Plot the solutions of $\\theta(t)$ for 2 periods on one figure\n"
]
},
{
"cell_type": "code",
"execution_count": 9,
"metadata": {
"collapsed": false,
"slideshow": {
"slide_type": "subslide"
}
},
"outputs": [
{
"data": {
"image/svg+xml": [
"<svg height=\"420px\" viewBox=\"0 0 560 420\" width=\"560px\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n",
"\n",
"<title>Gnuplot</title>\n",
"<desc>Produced by GNUPLOT 5.0 patchlevel 3 </desc>\n",
"\n",
"<g id=\"gnuplot_canvas\">\n",
"\n",
"<rect fill=\"none\" height=\"420\" width=\"560\" x=\"0\" y=\"0\"/>\n",
"<defs>\n",
"\n",
"\t<circle id=\"gpDot\" r=\"0.5\" stroke-width=\"0.5\"/>\n",
"\t<path d=\"M-1,0 h2 M0,-1 v2\" id=\"gpPt0\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<path d=\"M-1,-1 L1,1 M1,-1 L-1,1\" id=\"gpPt1\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<path d=\"M-1,0 L1,0 M0,-1 L0,1 M-1,-1 L1,1 M-1,1 L1,-1\" id=\"gpPt2\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<rect height=\"2\" id=\"gpPt3\" stroke=\"currentColor\" stroke-width=\"0.222\" width=\"2\" x=\"-1\" y=\"-1\"/>\n",
"\t<rect fill=\"currentColor\" height=\"2\" id=\"gpPt4\" stroke=\"currentColor\" stroke-width=\"0.222\" width=\"2\" x=\"-1\" y=\"-1\"/>\n",
"\t<circle cx=\"0\" cy=\"0\" id=\"gpPt5\" r=\"1\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<use fill=\"currentColor\" id=\"gpPt6\" stroke=\"none\" xlink:href=\"#gpPt5\"/>\n",
"\t<path d=\"M0,-1.33 L-1.33,0.67 L1.33,0.67 z\" id=\"gpPt7\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<use fill=\"currentColor\" id=\"gpPt8\" stroke=\"none\" xlink:href=\"#gpPt7\"/>\n",
"\t<use id=\"gpPt9\" stroke=\"currentColor\" transform=\"rotate(180)\" xlink:href=\"#gpPt7\"/>\n",
"\t<use fill=\"currentColor\" id=\"gpPt10\" stroke=\"none\" xlink:href=\"#gpPt9\"/>\n",
"\t<use id=\"gpPt11\" stroke=\"currentColor\" transform=\"rotate(45)\" xlink:href=\"#gpPt3\"/>\n",
"\t<use fill=\"currentColor\" id=\"gpPt12\" stroke=\"none\" xlink:href=\"#gpPt11\"/>\n",
"\t<path d=\"M0,1.330 L1.265,0.411 L0.782,-1.067 L-0.782,-1.076 L-1.265,0.411 z\" id=\"gpPt13\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<use fill=\"currentColor\" id=\"gpPt14\" stroke=\"none\" xlink:href=\"#gpPt13\"/>\n",
"\t<filter filterUnits=\"objectBoundingBox\" height=\"1\" id=\"textbox\" width=\"1\" x=\"0\" y=\"0\">\n",
"\t <feFlood flood-color=\"white\" flood-opacity=\"1\" result=\"bgnd\"/>\n",
"\t <feComposite in=\"SourceGraphic\" in2=\"bgnd\" operator=\"atop\"/>\n",
"\t</filter>\n",
"\t<filter filterUnits=\"objectBoundingBox\" height=\"1\" id=\"greybox\" width=\"1\" x=\"0\" y=\"0\">\n",
"\t <feFlood flood-color=\"lightgrey\" flood-opacity=\"1\" result=\"grey\"/>\n",
"\t <feComposite in=\"SourceGraphic\" in2=\"grey\" operator=\"atop\"/>\n",
"\t</filter>\n",
"</defs>\n",
"<g color=\"white\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<g shape-rendering=\"crispEdges\" stroke=\"none\">\n",
"\t\t<polygon fill=\"rgb(255, 255, 255)\" points=\"63.6,362.4 534.9,362.4 534.9,16.8 63.6,16.8 \"/>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.6,362.4 L76.1,362.4 M535.0,362.4 L522.5,362.4 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(55.3,368.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">-30</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.6,304.8 L76.1,304.8 M535.0,304.8 L522.5,304.8 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(55.3,310.8)\">\n",
"\t\t<text><tspan font-family=\"{}\">-20</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.6,247.2 L76.1,247.2 M535.0,247.2 L522.5,247.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(55.3,253.2)\">\n",
"\t\t<text><tspan font-family=\"{}\">-10</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.6,189.5 L76.1,189.5 M535.0,189.5 L522.5,189.5 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(55.3,195.5)\">\n",
"\t\t<text><tspan font-family=\"{}\">0</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.6,131.9 L76.1,131.9 M535.0,131.9 L522.5,131.9 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(55.3,137.9)\">\n",
"\t\t<text><tspan font-family=\"{}\">10</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.6,74.3 L76.1,74.3 M535.0,74.3 L522.5,74.3 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(55.3,80.3)\">\n",
"\t\t<text><tspan font-family=\"{}\">20</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.6,16.7 L76.1,16.7 M535.0,16.7 L522.5,16.7 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(55.3,22.7)\">\n",
"\t\t<text><tspan font-family=\"{}\">30</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.6,362.4 L63.6,349.9 M63.6,16.7 L63.6,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(63.6,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">0</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M157.9,362.4 L157.9,349.9 M157.9,16.7 L157.9,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(157.9,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">1</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M252.2,362.4 L252.2,349.9 M252.2,16.7 L252.2,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(252.2,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">2</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M346.4,362.4 L346.4,349.9 M346.4,16.7 L346.4,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(346.4,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">3</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M440.7,362.4 L440.7,349.9 M440.7,16.7 L440.7,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(440.7,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">4</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M535.0,362.4 L535.0,349.9 M535.0,16.7 L535.0,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(535.0,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">5</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.6,16.7 L63.6,362.4 L535.0,362.4 L535.0,16.7 L63.6,16.7 Z \" stroke=\"black\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(19.1,189.6) rotate(-90)\">\n",
"\t\t<text><tspan font-family=\"{}\">angle (deg)</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(299.3,413.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">time (s)</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M349.7,353.4 L349.7,257.4 L526.7,257.4 L526.7,353.4 L349.7,353.4 Z \" stroke=\"black\"/></g>\n",
"\t<g id=\"gnuplot_plot_1a\"><title>k=2 N/m</title>\n",
"<g color=\"white\" fill=\"none\" stroke=\"black\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"3.00\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"3.00\">\n",
"\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(526.7,287.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">k=2 N/m</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"3.00\">\n",
"\t<path d=\"M360.9,281.4 L414.7,281.4 M63.6,16.7 L67.9,18.1 L72.1,22.2 L76.4,29.1 L80.7,38.5 L84.9,50.4 L89.2,64.5 L93.4,80.6 L97.7,98.4 L102.0,117.7 L106.2,138.2 L110.5,159.5 L114.8,181.3 L119.0,203.2 L123.3,225.0 L127.6,246.1 L131.8,266.3 L136.1,285.3 L140.3,302.7 L144.6,318.4 L148.9,331.9 L153.1,343.2 L157.4,352.0 L161.7,358.2 L165.9,361.6 L170.2,362.3 L174.5,360.2 L178.7,355.4 L183.0,347.9 L187.2,337.9 L191.5,325.4 L195.8,310.8 L200.0,294.2 L204.3,276.0 L208.6,256.3 L212.8,235.6 L217.1,214.1 L221.4,192.3 L225.6,170.4 L229.9,148.8 L234.1,127.9 L238.4,107.9 L242.7,89.3 L246.9,72.3 L251.2,57.1 L255.5,44.1 L259.7,33.5 L264.0,25.3 L268.3,19.8 L272.5,17.0 L276.8,17.0 L281.0,19.8 L285.3,25.3 L289.6,33.5 L293.8,44.1 L298.1,57.1 L302.4,72.3 L306.6,89.3 L310.9,107.9 L315.2,127.9 L319.4,148.8 L323.7,170.4 L328.0,192.3 L332.2,214.1 L336.5,235.6 L340.7,256.3 L345.0,276.0 L349.3,294.2 L353.5,310.8 L357.8,325.4 L362.1,337.9 L366.3,347.9 L370.6,355.4 L374.9,360.2 L379.1,362.3 L383.4,361.6 L387.6,358.2 L391.9,352.0 L396.2,343.2 L400.4,331.9 L404.7,318.4 L409.0,302.7 L413.2,285.3 L417.5,266.3 L421.8,246.1 L426.0,225.0 L430.3,203.2 L434.5,181.3 L438.8,159.5 L443.1,138.2 L447.3,117.7 L451.6,98.4 L455.9,80.6 L460.1,64.5 L464.4,50.4 L468.7,38.5 L472.9,29.1 L477.2,22.2 L481.4,18.1 L485.7,16.7 \" stroke=\"rgb( 0, 0, 255)\"/></g>\n",
"\t</g>\n",
"\t<g id=\"gnuplot_plot_2a\"><title>k=inf N/m</title>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"3.00\">\n",
"\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(526.7,335.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">k=inf N/m</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"3.00\">\n",
"\t<path d=\"M360.9,329.4 L414.7,329.4 M63.6,16.7 L67.9,18.4 L72.1,23.6 L76.4,32.1 L80.7,43.7 L84.9,58.3 L89.2,75.5 L93.4,94.9 L97.7,116.3 L102.0,139.1 L106.2,163.0 L110.5,187.4 L114.8,211.8 L119.0,235.8 L123.3,258.8 L127.6,280.5 L131.8,300.3 L136.1,317.9 L140.3,333.0 L144.6,345.2 L148.9,354.2 L153.1,360.0 L157.4,362.3 L161.7,361.2 L165.9,356.7 L170.2,348.8 L174.5,337.7 L178.7,323.6 L183.0,306.9 L187.2,287.8 L191.5,266.8 L195.8,244.1 L200.0,220.4 L204.3,196.1 L208.6,171.7 L212.8,147.6 L217.1,124.3 L221.4,102.4 L225.6,82.2 L229.9,64.1 L234.1,48.6 L238.4,35.9 L242.7,26.3 L246.9,19.9 L251.2,16.9 L255.5,17.4 L259.7,21.4 L264.0,28.7 L268.3,39.2 L272.5,52.7 L276.8,69.0 L281.0,87.7 L285.3,108.4 L289.6,130.8 L293.8,154.3 L298.1,178.6 L302.4,203.0 L306.6,227.2 L310.9,250.7 L315.2,272.9 L319.4,293.4 L323.7,311.9 L328.0,327.9 L332.2,341.1 L336.5,351.4 L340.7,358.3 L345.0,361.9 L349.3,362.0 L353.5,358.7 L357.8,352.0 L362.1,342.0 L366.3,329.0 L370.6,313.2 L374.9,294.9 L379.1,274.5 L383.4,252.4 L387.6,229.0 L391.9,204.9 L396.2,180.4 L400.4,156.2 L404.7,132.5 L409.0,110.1 L413.2,89.2 L417.5,70.3 L421.8,53.9 L426.0,40.1 L430.3,29.3 L434.5,21.8 L438.8,17.6 L443.1,16.8 L447.3,19.5 L451.6,25.7 L455.9,35.1 L460.1,47.5 L464.4,62.9 L468.7,80.8 L472.9,100.8 L477.2,122.6 L481.4,145.8 L485.7,169.8 \" stroke=\"rgb( 0, 128, 0)\"/></g>\n",
"\t</g>\n",
"<g color=\"white\" fill=\"none\" stroke=\"rgb( 0, 128, 0)\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"2.00\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"2.00\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"black\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"</g>\n",
"</svg>"
],
"text/plain": [
"<IPython.core.display.SVG object>"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"%ode3 defined in separate m-file\n",
"l=1; m=0.1; k=2; \n",
"T=2*pi/sqrt(2*k*g/(2*k*l+m*g));\n",
"\n",
"tinf=linspace(0,2*T);\n",
"rinf=30*cos(sqrt(g/l)*tinf);\n",
"f=figure(4);\n",
"plot(tinf,30*cos(2*pi/T*tinf),tinf,rinf)\n",
"xlabel('time (s)')\n",
"ylabel('angle (deg)')\n",
"legend('k=2 N/m','k=inf N/m','Location','Southeast')"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"## Nonlinear solution (extra information)\n",
"\n",
"ode3 defined in `ode3.m`, for convergence at small angles use the linear ode equations. \n",
"\n",
"```matlab\n",
"function dr=ode3(t,r,l,k,m)\n",
" % first order ODE for pendulum attached to 2 springs \n",
" % l is pendulum length\n",
" % k is spring stiffness of one spring\n",
" % m is mass of pendulum bob\n",
" g=9.81;\n",
" dr=zeros(size(r));\n",
" dr(1)=r(2); % dtheta/dt=dtheta/dt\n",
" dr(3)=r(4); % dy/dt=dy/dt\n",
" if abs(r(1))<=0.002\n",
" dr(2)=-2*k*g/(2*k*l+m*g)*r(1);\n",
" dr(4)=-2*k/m*r(3);\n",
" else\n",
" ddy=1/l*1/sin(r(1))^2*[1 -cos(r(1));-l*cos(r(1)) l]*[-g*sin(r(1));-2*k/m*r(3)];\n",
" dr(2)=ddy(1);\n",
" dr(4)=ddy(2);\n",
"end\n",
"```"
]
},
{
"cell_type": "code",
"execution_count": 10,
"metadata": {
"collapsed": false,
"slideshow": {
"slide_type": "subslide"
}
},
"outputs": [
{
"data": {
"image/svg+xml": [
"<svg height=\"420px\" viewBox=\"0 0 560 420\" width=\"560px\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n",
"\n",
"<title>Gnuplot</title>\n",
"<desc>Produced by GNUPLOT 5.0 patchlevel 3 </desc>\n",
"\n",
"<g id=\"gnuplot_canvas\">\n",
"\n",
"<rect fill=\"none\" height=\"420\" width=\"560\" x=\"0\" y=\"0\"/>\n",
"<defs>\n",
"\n",
"\t<circle id=\"gpDot\" r=\"0.5\" stroke-width=\"0.5\"/>\n",
"\t<path d=\"M-1,0 h2 M0,-1 v2\" id=\"gpPt0\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<path d=\"M-1,-1 L1,1 M1,-1 L-1,1\" id=\"gpPt1\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<path d=\"M-1,0 L1,0 M0,-1 L0,1 M-1,-1 L1,1 M-1,1 L1,-1\" id=\"gpPt2\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<rect height=\"2\" id=\"gpPt3\" stroke=\"currentColor\" stroke-width=\"0.222\" width=\"2\" x=\"-1\" y=\"-1\"/>\n",
"\t<rect fill=\"currentColor\" height=\"2\" id=\"gpPt4\" stroke=\"currentColor\" stroke-width=\"0.222\" width=\"2\" x=\"-1\" y=\"-1\"/>\n",
"\t<circle cx=\"0\" cy=\"0\" id=\"gpPt5\" r=\"1\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<use fill=\"currentColor\" id=\"gpPt6\" stroke=\"none\" xlink:href=\"#gpPt5\"/>\n",
"\t<path d=\"M0,-1.33 L-1.33,0.67 L1.33,0.67 z\" id=\"gpPt7\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<use fill=\"currentColor\" id=\"gpPt8\" stroke=\"none\" xlink:href=\"#gpPt7\"/>\n",
"\t<use id=\"gpPt9\" stroke=\"currentColor\" transform=\"rotate(180)\" xlink:href=\"#gpPt7\"/>\n",
"\t<use fill=\"currentColor\" id=\"gpPt10\" stroke=\"none\" xlink:href=\"#gpPt9\"/>\n",
"\t<use id=\"gpPt11\" stroke=\"currentColor\" transform=\"rotate(45)\" xlink:href=\"#gpPt3\"/>\n",
"\t<use fill=\"currentColor\" id=\"gpPt12\" stroke=\"none\" xlink:href=\"#gpPt11\"/>\n",
"\t<path d=\"M0,1.330 L1.265,0.411 L0.782,-1.067 L-0.782,-1.076 L-1.265,0.411 z\" id=\"gpPt13\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<use fill=\"currentColor\" id=\"gpPt14\" stroke=\"none\" xlink:href=\"#gpPt13\"/>\n",
"\t<filter filterUnits=\"objectBoundingBox\" height=\"1\" id=\"textbox\" width=\"1\" x=\"0\" y=\"0\">\n",
"\t <feFlood flood-color=\"white\" flood-opacity=\"1\" result=\"bgnd\"/>\n",
"\t <feComposite in=\"SourceGraphic\" in2=\"bgnd\" operator=\"atop\"/>\n",
"\t</filter>\n",
"\t<filter filterUnits=\"objectBoundingBox\" height=\"1\" id=\"greybox\" width=\"1\" x=\"0\" y=\"0\">\n",
"\t <feFlood flood-color=\"lightgrey\" flood-opacity=\"1\" result=\"grey\"/>\n",
"\t <feComposite in=\"SourceGraphic\" in2=\"grey\" operator=\"atop\"/>\n",
"\t</filter>\n",
"</defs>\n",
"<g color=\"white\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<g shape-rendering=\"crispEdges\" stroke=\"none\">\n",
"\t\t<polygon fill=\"rgb(255, 255, 255)\" points=\"72.8,173.7 506.6,173.7 506.6,31.7 72.8,31.7 \"/>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M72.8,173.7 L85.3,173.7 M506.7,173.7 L494.2,173.7 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(64.5,179.7)\">\n",
"\t\t<text><tspan font-family=\"{}\">-40</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M72.8,153.4 L85.3,153.4 M506.7,153.4 L494.2,153.4 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(64.5,159.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">-30</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M72.8,133.1 L85.3,133.1 M506.7,133.1 L494.2,133.1 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(64.5,139.1)\">\n",
"\t\t<text><tspan font-family=\"{}\">-20</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M72.8,112.8 L85.3,112.8 M506.7,112.8 L494.2,112.8 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(64.5,118.8)\">\n",
"\t\t<text><tspan font-family=\"{}\">-10</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M72.8,92.5 L85.3,92.5 M506.7,92.5 L494.2,92.5 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(64.5,98.5)\">\n",
"\t\t<text><tspan font-family=\"{}\">0</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M72.8,72.2 L85.3,72.2 M506.7,72.2 L494.2,72.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(64.5,78.2)\">\n",
"\t\t<text><tspan font-family=\"{}\">10</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M72.8,51.9 L85.3,51.9 M506.7,51.9 L494.2,51.9 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(64.5,57.9)\">\n",
"\t\t<text><tspan font-family=\"{}\">20</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M72.8,31.6 L85.3,31.6 M506.7,31.6 L494.2,31.6 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(64.5,37.6)\">\n",
"\t\t<text><tspan font-family=\"{}\">30</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M72.8,173.7 L72.8,161.2 M72.8,31.6 L72.8,44.1 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(72.8,197.7)\">\n",
"\t\t<text><tspan font-family=\"{}\">0</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M127.0,173.7 L127.0,161.2 M127.0,31.6 L127.0,44.1 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(127.0,197.7)\">\n",
"\t\t<text><tspan font-family=\"{}\">0.5</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M181.3,173.7 L181.3,161.2 M181.3,31.6 L181.3,44.1 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(181.3,197.7)\">\n",
"\t\t<text><tspan font-family=\"{}\">1</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M235.5,173.7 L235.5,161.2 M235.5,31.6 L235.5,44.1 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(235.5,197.7)\">\n",
"\t\t<text><tspan font-family=\"{}\">1.5</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M289.8,173.7 L289.8,161.2 M289.8,31.6 L289.8,44.1 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(289.8,197.7)\">\n",
"\t\t<text><tspan font-family=\"{}\">2</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M344.0,173.7 L344.0,161.2 M344.0,31.6 L344.0,44.1 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(344.0,197.7)\">\n",
"\t\t<text><tspan font-family=\"{}\">2.5</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M398.2,173.7 L398.2,161.2 M398.2,31.6 L398.2,44.1 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(398.2,197.7)\">\n",
"\t\t<text><tspan font-family=\"{}\">3</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M452.5,173.7 L452.5,161.2 M452.5,31.6 L452.5,44.1 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(452.5,197.7)\">\n",
"\t\t<text><tspan font-family=\"{}\">3.5</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M506.7,173.7 L506.7,161.2 M506.7,31.6 L506.7,44.1 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(506.7,197.7)\">\n",
"\t\t<text><tspan font-family=\"{}\">4</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M72.8,31.6 L72.8,173.7 L506.7,173.7 L506.7,31.6 L72.8,31.6 Z \" stroke=\"black\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(28.3,102.7) rotate(-90)\">\n",
"\t\t<text><tspan font-family=\"{}\">angle (deg)</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(289.7,224.7)\">\n",
"\t\t<text><tspan font-family=\"{}\">time (s)</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"\t<g id=\"gnuplot_plot_1a\"><title>gnuplot_plot_1a</title>\n",
"<g color=\"white\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"3.00\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"3.00\">\n",
"\t<path d=\"M72.8,31.6 L72.9,31.6 L73.0,31.6 L73.2,31.6 L73.3,31.6 L73.4,31.6 L73.5,31.7 L73.7,31.7 L73.8,31.7 L73.9,31.7 L74.0,31.8 L74.2,31.8 L74.3,31.8 L74.4,31.9 L74.6,31.9 L74.7,31.9 L74.8,32.0 L74.9,32.0 L75.1,32.1 L75.2,32.1 L75.3,32.2 L75.4,32.3 L75.6,32.3 L75.7,32.4 L75.8,32.5 L75.9,32.5 L76.1,32.6 L76.2,32.7 L76.3,32.8 L76.4,32.9 L76.5,32.9 L76.7,33.0 L76.8,33.1 L76.9,33.2 L77.0,33.3 L77.2,33.4 L77.3,33.5 L77.4,33.6 L77.5,33.7 L77.6,33.8 L77.8,34.0 L77.9,34.1 L78.0,34.2 L78.1,34.3 L78.3,34.4 L78.4,34.6 L78.5,34.7 L78.6,34.8 L78.7,34.9 L78.9,35.1 L79.0,35.2 L79.1,35.3 L79.2,35.5 L79.3,35.6 L79.5,35.8 L79.6,35.9 L79.7,36.1 L79.8,36.2 L79.9,36.4 L80.0,36.5 L80.2,36.7 L80.3,36.8 L80.4,37.0 L80.5,37.2 L80.6,37.3 L80.8,37.5 L80.9,37.7 L81.0,37.8 L81.1,38.0 L81.2,38.2 L81.4,38.4 L81.5,38.5 L81.6,38.7 L81.7,38.9 L81.9,39.1 L82.0,39.3 L82.1,39.5 L82.2,39.7 L82.3,39.9 L82.5,40.1 L82.6,40.3 L82.7,40.5 L82.8,40.7 L83.0,40.9 L83.1,41.1 L83.2,41.3 L83.4,41.6 L83.5,41.8 L83.6,42.0 L83.7,42.2 L83.9,42.5 L84.0,42.7 L84.1,42.9 L84.3,43.2 L84.4,43.4 L84.5,43.6 L84.7,43.9 L84.8,44.1 L85.0,44.4 L85.1,44.6 L85.2,44.9 L85.4,45.2 L85.5,45.5 L85.7,45.7 L85.9,46.0 L86.0,46.4 L86.2,46.7 L86.4,47.1 L86.6,47.4 L86.8,47.8 L87.0,48.1 L87.2,48.5 L87.4,48.8 L87.5,49.1 L87.7,49.3 L87.8,49.5 L87.9,49.7 L88.0,49.9 L88.2,50.1 L88.3,50.3 L88.4,50.5 L88.5,50.7 L88.6,50.8 L88.7,51.0 L88.8,51.1 L88.9,51.3 L88.9,51.4 L89.0,51.6 L89.1,51.7 L89.2,51.8 L89.3,52.0 L89.4,52.1 L89.4,52.2 L89.5,52.3 L89.6,52.4 L89.7,52.6 L89.7,52.7 L89.8,52.8 L89.9,52.9 L90.0,53.0 L90.0,53.1 L90.1,53.2 L90.2,53.3 L90.2,53.4 L90.3,53.5 L90.4,53.6 L90.4,53.7 L90.5,53.8 L90.6,53.8 L90.6,53.9 L90.7,54.0 L90.8,54.1 L90.8,54.2 L90.9,54.3 L91.0,54.3 L91.0,54.4 L91.1,54.5 L91.2,54.6 L91.3,54.7 L91.3,54.8 L91.4,54.8 L91.5,54.9 L91.5,55.0 L91.6,55.0 L91.6,55.1 L91.7,55.2 L91.8,55.2 L91.8,55.3 L91.9,55.3 L91.9,55.4 L92.0,55.4 L92.0,55.5 L92.1,55.5 L92.2,55.6 L92.3,55.7 L92.4,55.8 L92.5,55.9 L92.6,55.9 L92.6,56.0 L92.7,56.0 L92.7,56.1 L92.8,56.1 L92.9,56.2 L93.0,56.2 L93.0,56.3 L93.1,56.3 L93.2,56.3 L93.2,56.4 L93.3,56.4 L93.4,56.5 L93.5,56.5 L93.6,56.6 L93.7,56.6 L93.8,56.7 L93.9,56.7 L94.0,56.7 L94.1,56.8 L94.2,56.8 L94.3,56.8 L94.4,56.8 L94.4,56.9 L94.5,56.9 L94.6,56.9 L94.7,56.9 L94.8,56.9 L94.9,56.9 L95.0,56.9 L95.1,56.9 L95.2,56.9 L95.3,56.9 L95.4,56.9 L95.5,56.9 L95.6,56.9 L95.7,56.9 L95.8,56.8 L95.9,56.8 L96.0,56.8 L96.1,56.8 L96.2,56.8 L96.2,56.7 L96.3,56.7 L96.4,56.7 L96.5,56.6 L96.6,56.6 L96.7,56.6 L96.8,56.5 L96.9,56.5 L97.0,56.4 L97.1,56.4 L97.2,56.3 L97.3,56.3 L97.4,56.2 L97.5,56.2 L97.5,56.1 L97.6,56.1 L97.7,56.1 L97.8,56.0 L97.9,55.9 L98.0,55.9 L98.0,55.8 L98.1,55.8 L98.2,55.7 L98.3,55.7 L98.4,55.6 L98.5,55.5 L98.6,55.4 L98.7,55.4 L98.8,55.3 L98.9,55.2 L99.0,55.2 L99.1,55.1 L99.2,55.0 L99.3,54.9 L99.4,54.9 L99.5,54.8 L99.6,54.7 L99.7,54.6 L99.9,54.5 L100.0,54.3 L100.2,54.2 L100.4,54.0 L100.6,53.9 L100.7,53.8 L100.9,53.7 L101.0,53.6 L101.1,53.5 L101.2,53.4 L101.3,53.3 L101.4,53.2 L101.6,53.1 L101.7,53.1 L101.8,53.0 L101.9,52.9 L102.0,52.8 L102.1,52.8 L102.2,52.7 L102.3,52.6 L102.4,52.6 L102.5,52.5 L102.6,52.4 L102.7,52.3 L102.8,52.3 L102.9,52.2 L103.0,52.2 L103.1,52.1 L103.2,52.0 L103.3,52.0 L103.4,52.0 L103.5,51.9 L103.6,51.9 L103.7,51.8 L103.8,51.7 L103.9,51.7 L104.0,51.7 L104.1,51.6 L104.2,51.6 L104.3,51.6 L104.4,51.5 L104.5,51.5 L104.6,51.5 L104.7,51.4 L104.8,51.4 L104.9,51.4 L105.0,51.4 L105.1,51.4 L105.2,51.4 L105.3,51.4 L105.3,51.3 L105.4,51.3 L105.5,51.3 L105.6,51.3 L105.7,51.3 L105.8,51.3 L105.9,51.3 L106.0,51.3 L106.1,51.4 L106.2,51.4 L106.3,51.4 L106.4,51.4 L106.5,51.4 L106.6,51.4 L106.7,51.5 L106.8,51.5 L106.9,51.5 L107.0,51.6 L107.1,51.6 L107.2,51.7 L107.3,51.7 L107.4,51.7 L107.5,51.8 L107.6,51.8 L107.7,51.9 L107.8,52.0 L107.9,52.0 L108.0,52.1 L108.1,52.1 L108.2,52.2 L108.3,52.3 L108.4,52.4 L108.5,52.4 L108.6,52.5 L108.6,52.6 L108.7,52.7 L108.8,52.7 L108.9,52.8 L109.0,52.9 L109.1,53.0 L109.1,53.1 L109.2,53.1 L109.3,53.2 L109.4,53.3 L109.5,53.4 L109.5,53.5 L109.6,53.6 L109.7,53.7 L109.8,53.8 L109.9,53.9 L109.9,54.0 L110.0,54.1 L110.1,54.2 L110.2,54.3 L110.2,54.4 L110.3,54.5 L110.4,54.6 L110.5,54.8 L110.5,54.9 L110.6,55.0 L110.7,55.1 L110.8,55.2 L110.8,55.4 L110.9,55.5 L111.0,55.6 L111.1,55.7 L111.1,55.9 L111.2,56.0 L111.3,56.1 L111.4,56.2 L111.4,56.4 L111.5,56.5 L111.6,56.6 L111.6,56.8 L111.7,56.9 L111.8,57.1 L111.9,57.2 L111.9,57.3 L112.0,57.5 L112.1,57.6 L112.1,57.8 L112.2,57.9 L112.3,58.1 L112.3,58.2 L112.4,58.3 L112.5,58.5 L112.5,58.6 L112.6,58.8 L112.7,58.9 L112.7,59.1 L112.8,59.2 L112.9,59.4 L112.9,59.5 L113.0,59.7 L113.0,59.8 L113.1,60.0 L113.2,60.1 L113.2,60.3 L113.3,60.5 L113.4,60.6 L113.4,60.8 L113.5,60.9 L113.5,61.1 L113.6,61.3 L113.7,61.4 L113.7,61.6 L113.8,61.8 L113.9,61.9 L113.9,62.1 L114.0,62.3 L114.0,62.4 L114.1,62.6 L114.2,62.8 L114.2,63.0 L114.3,63.1 L114.4,63.3 L114.4,63.5 L114.5,63.6 L114.5,63.8 L114.6,64.0 L114.7,64.2 L114.7,64.3 L114.8,64.5 L114.8,64.7 L114.9,64.9 L115.0,65.1 L115.0,65.2 L115.1,65.4 L115.1,65.6 L115.2,65.8 L115.2,65.9 L115.3,66.1 L115.4,66.3 L115.4,66.5 L115.5,66.7 L115.5,66.8 L115.6,67.0 L115.6,67.2 L115.7,67.4 L115.8,67.5 L115.8,67.7 L115.9,67.9 L115.9,68.1 L116.0,68.3 L116.0,68.4 L116.1,68.6 L116.2,68.8 L116.2,69.0 L116.3,69.1 L116.3,69.2 L116.7,70.5 L117.1,71.7 L117.4,72.9 L117.8,74.2 L118.2,75.4 L118.6,76.6 L119.0,77.9 L119.3,79.1 L119.7,80.2 L120.1,81.4 L120.4,82.5 L120.7,83.6 L121.1,84.6 L121.4,85.7 L121.7,86.7 L122.0,87.7 L122.3,88.8 L122.6,89.7 L122.9,90.7 L123.2,91.7 L123.5,92.6 L123.8,93.6 L124.1,94.5 L124.4,95.4 L124.7,96.3 L124.9,97.2 L125.2,98.1 L125.5,99.0 L125.7,99.9 L126.0,100.7 L126.3,101.6 L126.5,102.4 L126.8,103.2 L127.0,104.0 L127.3,104.9 L127.5,105.7 L127.8,106.5 L128.0,107.2 L128.3,108.0 L128.5,108.8 L128.7,109.6 L129.0,110.3 L129.2,111.1 L129.4,111.8 L129.7,112.5 L129.9,113.2 L130.1,114.0 L130.3,114.7 L130.6,115.4 L130.6,115.5 L130.6,115.6 L130.6,115.7 L130.7,115.7 L130.7,115.8 L130.7,115.9 L130.8,116.0 L130.8,116.1 L130.8,116.2 L130.9,116.3 L130.9,116.4 L130.9,116.5 L131.0,116.5 L131.0,116.6 L131.0,116.7 L131.1,116.8 L131.1,116.9 L131.1,117.0 L131.2,117.0 L131.2,117.1 L131.3,117.2 L131.3,117.3 L131.4,117.3 L131.4,117.4 L131.5,117.4 L131.5,117.5 L131.6,117.5 L131.6,117.6 L131.7,117.6 L131.7,117.7 L131.8,117.7 L131.9,117.7 L132.0,117.7 L132.1,117.7 L132.2,117.7 L132.2,117.6 L132.3,117.6 L132.3,117.5 L132.4,117.5 L132.4,117.4 L132.5,117.4 L132.5,117.3 L132.6,117.3 L132.6,117.2 L132.7,117.1 L132.7,117.0 L132.8,116.9 L132.8,116.8 L132.9,116.7 L132.9,116.6 L133.0,116.5 L133.0,116.4 L133.0,116.3 L133.1,116.2 L133.1,116.1 L133.2,116.0 L133.2,115.9 L133.2,115.8 L133.4,115.4 L133.6,114.6 L133.9,113.8 L134.2,112.9 L134.4,112.1 L134.7,111.3 L135.0,110.5 L135.3,109.7 L135.5,108.9 L135.8,108.0 L136.1,107.2 L136.3,106.4 L136.6,105.6 L136.9,104.8 L137.1,103.9 L137.4,103.1 L137.7,102.3 L137.9,101.5 L138.2,100.7 L138.5,99.8 L138.7,99.0 L139.0,98.2 L139.3,97.4 L139.6,96.5 L139.8,95.7 L140.1,94.9 L140.4,94.1 L140.6,93.2 L140.9,92.4 L141.2,91.6 L141.4,90.8 L141.7,89.9 L142.0,89.1 L142.3,88.3 L142.5,87.4 L142.8,86.6 L143.1,85.8 L143.3,84.9 L143.6,84.1 L143.9,83.2 L144.2,82.4 L144.4,81.6 L144.7,80.7 L145.0,79.9 L145.3,79.0 L145.6,78.2 L145.8,77.3 L146.1,76.5 L146.4,75.6 L146.7,74.8 L147.0,73.9 L147.2,73.1 L147.5,72.2 L147.8,71.3 L148.1,70.5 L148.4,69.6 L148.4,69.5 L148.4,69.4 L148.5,69.4 L148.5,69.3 L148.5,69.2 L148.6,69.1 L148.6,69.0 L148.6,68.9 L148.7,68.9 L148.7,68.8 L148.7,68.7 L148.8,68.7 L148.8,68.6 L148.8,68.5 L148.9,68.5 L148.9,68.4 L149.0,68.4 L149.1,68.4 L149.2,68.4 L149.3,68.4 L149.3,68.5 L149.4,68.5 L149.4,68.6 L149.4,68.7 L149.5,68.7 L149.5,68.8 L149.6,68.9 L149.6,69.0 L149.6,69.1 L149.7,69.1 L149.7,69.2 L149.9,69.8 L150.1,70.4 L150.3,71.0 L150.5,71.7 L150.7,72.3 L150.9,72.9 L151.1,73.6 L151.3,74.3 L151.6,74.9 L151.8,75.6 L152.0,76.3 L152.2,76.9 L152.4,77.6 L152.7,78.3 L152.9,79.0 L153.1,79.7 L153.4,80.4 L153.6,81.2 L153.8,81.9 L154.1,82.6 L154.3,83.4 L154.6,84.1 L154.8,84.9 L155.0,85.7 L155.3,86.4 L155.6,87.2 L155.8,88.0 L156.1,88.8 L156.3,89.6 L156.6,90.4 L156.9,91.2 L157.1,92.1 L157.4,92.9 L157.7,93.8 L158.0,94.6 L158.2,95.5 L158.5,96.4 L158.8,97.3 L159.1,98.2 L159.4,99.1 L159.7,100.0 L160.0,100.9 L160.3,101.9 L160.6,102.8 L160.9,103.8 L161.2,104.8 L161.5,105.7 L161.9,106.7 L162.2,107.6 L162.5,108.5 L162.8,109.5 L163.1,110.4 L163.4,111.4 L163.7,112.3 L164.0,113.2 L164.3,114.1 L164.6,115.1 L164.6,115.2 L164.7,115.2 L164.7,115.3 L164.7,115.4 L164.7,115.5 L164.8,115.5 L164.8,115.6 L164.8,115.7 L164.8,115.8 L164.9,115.9 L164.9,116.1 L165.0,116.3 L165.1,116.6 L165.2,116.9 L165.3,117.2 L165.4,117.5 L165.5,117.8 L165.6,118.0 L165.6,118.3 L165.7,118.6 L165.8,118.8 L165.9,119.0 L165.9,119.3 L166.0,119.5 L166.1,119.7 L166.1,120.0 L166.2,120.2 L166.3,120.4 L166.3,120.6 L166.4,120.9 L166.5,121.1 L166.5,121.3 L166.6,121.6 L166.7,121.8 L166.7,122.0 L166.8,122.2 L166.9,122.5 L166.9,122.7 L167.0,122.9 L167.1,123.1 L167.1,123.4 L167.2,123.6 L167.3,123.8 L167.4,124.0 L167.4,124.3 L167.5,124.5 L167.6,124.7 L167.6,124.9 L167.7,125.2 L167.8,125.4 L167.9,125.6 L167.9,125.8 L168.0,126.1 L168.1,126.3 L168.1,126.5 L168.2,126.7 L168.3,127.0 L168.4,127.2 L168.5,127.4 L168.5,127.6 L168.6,127.8 L168.7,128.1 L168.8,128.3 L168.9,128.5 L168.9,128.7 L169.0,128.9 L169.1,129.1 L169.2,129.3 L169.3,129.6 L169.3,129.8 L169.4,130.0 L169.5,130.2 L169.6,130.4 L169.7,130.6 L169.8,130.8 L169.9,131.0 L169.9,131.2 L170.0,131.3 L170.1,131.5 L170.2,131.7 L170.3,131.9 L170.4,132.1 L170.5,132.3 L170.6,132.4 L170.7,132.6 L170.8,132.8 L170.9,132.9 L171.0,133.1 L171.1,133.2 L171.2,133.4 L171.3,133.5 L171.3,133.7 L171.4,133.8 L171.5,133.9 L171.6,134.0 L171.7,134.2 L171.8,134.3 L171.9,134.4 L172.0,134.5 L172.1,134.6 L172.2,134.7 L172.3,134.8 L172.4,134.9 L172.6,134.9 L172.7,135.0 L172.8,135.1 L172.9,135.1 L173.0,135.2 L173.1,135.2 L173.2,135.3 L173.3,135.3 L173.5,135.3 L173.6,135.3 L173.7,135.3 L173.8,135.3 L173.9,135.3 L174.0,135.3 L174.2,135.3 L174.3,135.2 L174.4,135.2 L174.5,135.1 L174.7,135.1 L174.8,135.0 L174.9,134.9 L175.1,134.8 L175.2,134.6 L175.3,134.5 L175.5,134.4 L175.6,134.2 L175.7,134.0 L175.9,133.8 L176.0,133.6 L176.2,133.4 L176.3,133.2 L176.4,133.0 L176.5,132.8 L176.7,132.5 L176.8,132.3 L176.9,132.0 L177.0,131.7 L177.2,131.5 L177.3,131.2 L177.4,130.9 L177.5,130.6 L177.7,130.3 L177.8,130.0 L177.9,129.6 L178.0,129.3 L178.1,129.0 L178.2,128.7 L178.3,128.3 L178.5,128.0 L178.6,127.6 L178.7,127.3 L178.8,127.0 L178.9,126.6 L179.0,126.3 L179.1,125.9 L179.2,125.6 L179.2,125.2 L179.3,124.9 L179.4,124.5 L179.5,124.2 L179.6,123.9 L179.7,123.5 L179.8,123.2 L179.8,122.9 L179.9,122.5 L180.0,122.2 L180.1,121.9 L180.2,121.5 L180.2,121.2 L180.3,120.9 L180.4,120.6 L180.4,120.3 L180.5,119.9 L180.6,119.6 L180.6,119.3 L180.7,119.0 L180.8,118.7 L180.8,118.4 L180.9,118.1 L181.0,117.8 L181.0,117.5 L181.1,117.2 L181.1,117.0 L181.2,116.7 L181.2,116.4 L181.3,116.1 L181.3,115.8 L181.4,115.8 L181.6,114.5 L181.9,113.0 L182.2,111.5 L182.5,110.0 L182.8,108.5 L183.0,107.0 L183.3,105.5 L183.6,104.0 L183.9,102.5 L184.2,101.0 L184.5,99.5 L184.8,98.0 L185.1,96.4 L185.4,94.9 L185.6,93.4 L185.9,91.9 L186.2,90.4 L186.5,88.9 L186.8,87.3 L187.1,85.8 L187.4,84.3 L187.7,82.7 L188.0,81.2 L188.3,79.7 L188.6,78.1 L188.9,76.6 L189.2,75.0 L189.5,73.5 L189.8,72.0 L190.1,70.4 L190.1,70.3 L190.1,70.2 L190.1,70.1 L190.1,70.0 L190.1,69.9 L190.2,69.9 L190.2,69.8 L190.2,69.7 L190.2,69.6 L190.2,69.5 L190.2,69.4 L190.3,69.4 L190.3,69.3 L190.3,69.2 L190.3,69.1 L190.3,68.9 L190.4,68.8 L190.4,68.7 L190.4,68.6 L190.4,68.5 L190.5,68.4 L190.5,68.3 L190.5,68.2 L190.5,68.1 L190.6,68.0 L190.6,67.9 L190.6,67.8 L190.6,67.7 L190.7,67.6 L190.7,67.5 L190.7,67.4 L190.7,67.3 L190.7,67.2 L190.8,67.1 L190.8,67.0 L190.8,66.9 L190.9,66.8 L190.9,66.7 L190.9,66.6 L190.9,66.5 L191.0,66.5 L191.0,66.4 L191.0,66.3 L191.1,66.2 L191.1,66.1 L191.1,66.0 L191.2,66.0 L191.2,65.9 L191.2,65.8 L191.3,65.7 L191.3,65.6 L191.4,65.5 L191.4,65.4 L191.5,65.4 L191.5,65.3 L191.6,65.2 L191.6,65.1 L191.7,65.1 L191.8,65.0 L191.9,65.0 L192.0,65.0 L192.1,65.0 L192.2,65.0 L192.3,65.0 L192.3,65.1 L192.4,65.1 L192.4,65.2 L192.5,65.2 L192.5,65.3 L192.6,65.3 L192.6,65.4 L192.6,65.5 L192.7,65.5 L192.7,65.6 L192.7,65.7 L192.8,65.7 L192.8,65.8 L192.9,65.9 L192.9,66.0 L192.9,66.1 L193.0,66.2 L193.0,66.3 L193.0,66.4 L193.1,66.5 L193.1,66.6 L193.2,66.7 L193.2,66.8 L193.2,66.9 L193.2,67.0 L193.3,67.1 L193.3,67.2 L193.3,67.3 L193.4,67.4 L193.4,67.5 L193.4,67.6 L193.4,67.8 L193.5,67.9 L193.5,68.0 L193.5,68.1 L193.6,68.2 L193.6,68.4 L193.6,68.5 L193.7,68.6 L193.7,68.8 L193.7,68.9 L193.7,69.1 L193.8,69.2 L193.8,69.3 L194.1,70.6 L194.3,71.9 L194.6,73.1 L194.8,74.4 L195.1,75.6 L195.3,76.9 L195.6,78.1 L195.8,79.4 L196.1,80.7 L196.3,81.9 L196.6,83.2 L196.8,84.4 L197.1,85.7 L197.3,86.9 L197.6,88.2 L197.8,89.4 L198.1,90.7 L198.3,91.9 L198.6,93.2 L198.8,94.4 L199.1,95.7 L199.3,96.9 L199.6,98.2 L199.8,99.4 L200.1,100.7 L200.3,101.9 L200.6,103.2 L200.8,104.4 L201.1,105.7 L201.3,106.9 L201.6,108.2 L201.8,109.4 L202.1,110.7 L202.3,111.9 L202.6,113.2 L202.8,114.5 L203.1,115.7 L203.1,115.8 L203.1,116.0 L203.2,116.1 L203.2,116.3 L203.2,116.4 L203.2,116.5 L203.3,116.7 L203.3,116.8 L203.3,116.9 L203.4,117.1 L203.4,117.2 L203.4,117.3 L203.5,117.4 L203.5,117.5 L203.5,117.6 L203.5,117.8 L203.6,117.9 L203.6,118.0 L203.6,118.1 L203.7,118.2 L203.7,118.3 L203.7,118.4 L203.8,118.4 L203.8,118.5 L203.8,118.6 L203.8,118.7 L203.9,118.8 L203.9,118.9 L204.0,119.0 L204.0,119.1 L204.0,119.2 L204.1,119.3 L204.1,119.4 L204.2,119.4 L204.2,119.5 L204.2,119.6 L204.3,119.6 L204.3,119.7 L204.4,119.8 L204.4,119.9 L204.5,119.9 L204.5,120.0 L204.6,120.0 L204.6,120.1 L204.7,120.1 L204.8,120.1 L204.9,120.1 L205.0,120.1 L205.1,120.1 L205.1,120.0 L205.2,120.0 L205.3,119.9 L205.3,119.8 L205.4,119.8 L205.4,119.7 L205.5,119.7 L205.5,119.6 L205.6,119.5 L205.6,119.4 L205.7,119.3 L205.7,119.2 L205.7,119.1 L205.8,119.1 L205.8,119.0 L205.8,118.9 L205.9,118.8 L205.9,118.7 L205.9,118.6 L206.0,118.5 L206.0,118.4 L206.0,118.3 L206.1,118.2 L206.1,118.1 L206.1,118.0 L206.1,117.9 L206.2,117.9 L206.2,117.8 L206.2,117.7 L206.2,117.6 L206.3,117.5 L206.3,117.4 L206.3,117.3 L206.3,117.2 L206.3,117.1 L206.4,117.0 L206.4,116.9 L206.4,116.8 L206.4,116.7 L206.5,116.6 L206.5,116.5 L206.5,116.4 L206.5,116.3 L206.6,116.1 L206.6,116.0 L206.6,115.9 L206.6,115.8 L206.7,115.2 L207.0,113.7 L207.3,112.1 L207.6,110.5 L207.9,109.0 L208.2,107.4 L208.5,105.9 L208.8,104.3 L209.1,102.8 L209.4,101.2 L209.7,99.7 L210.0,98.1 L210.3,96.6 L210.6,95.1 L210.9,93.5 L211.2,92.0 L211.5,90.5 L211.8,88.9 L212.1,87.4 L212.4,85.9 L212.6,84.4 L212.9,82.9 L213.2,81.4 L213.5,79.8 L213.8,78.3 L214.1,76.8 L214.4,75.3 L214.7,73.8 L215.0,72.3 L215.3,70.8 L215.5,69.3 L215.6,69.2 L215.6,69.0 L215.7,68.7 L215.7,68.4 L215.8,68.1 L215.8,67.9 L215.9,67.6 L215.9,67.3 L216.0,67.0 L216.1,66.7 L216.1,66.4 L216.2,66.1 L216.2,65.8 L216.3,65.5 L216.4,65.2 L216.4,64.9 L216.5,64.6 L216.6,64.3 L216.6,64.0 L216.7,63.6 L216.8,63.3 L216.9,63.0 L216.9,62.7 L217.0,62.4 L217.1,62.0 L217.2,61.7 L217.3,61.4 L217.3,61.0 L217.4,60.7 L217.5,60.4 L217.6,60.0 L217.7,59.7 L217.8,59.4 L217.9,59.0 L218.0,58.7 L218.1,58.3 L218.2,58.0 L218.3,57.7 L218.4,57.3 L218.5,57.0 L218.6,56.7 L218.7,56.3 L218.8,56.0 L218.9,55.7 L219.1,55.3 L219.2,55.0 L219.3,54.7 L219.4,54.4 L219.5,54.1 L219.7,53.8 L219.8,53.5 L219.9,53.2 L220.1,53.0 L220.2,52.7 L220.3,52.5 L220.5,52.3 L220.6,52.0 L220.7,51.8 L220.9,51.6 L221.0,51.4 L221.1,51.2 L221.3,51.1 L221.4,50.9 L221.6,50.8 L221.7,50.7 L221.8,50.5 L222.0,50.4 L222.1,50.3 L222.2,50.3 L222.4,50.2 L222.5,50.2 L222.6,50.1 L222.7,50.1 L222.9,50.1 L223.0,50.0 L223.1,50.0 L223.2,50.1 L223.3,50.1 L223.5,50.1 L223.6,50.1 L223.7,50.2 L223.8,50.2 L223.9,50.3 L224.0,50.3 L224.1,50.4 L224.2,50.5 L224.3,50.5 L224.4,50.6 L224.6,50.7 L224.7,50.8 L224.8,50.9 L224.9,51.0 L224.9,51.1 L225.0,51.2 L225.1,51.4 L225.2,51.5 L225.3,51.6 L225.4,51.7 L225.5,51.9 L225.6,52.0 L225.7,52.2 L225.8,52.3 L225.9,52.5 L226.0,52.6 L226.1,52.8 L226.2,52.9 L226.3,53.1 L226.4,53.3 L226.4,53.5 L226.5,53.6 L226.6,53.8 L226.7,54.0 L226.8,54.2 L226.9,54.4 L227.0,54.6 L227.1,54.8 L227.1,55.0 L227.2,55.2 L227.3,55.4 L227.4,55.6 L227.5,55.8 L227.6,56.0 L227.6,56.2 L227.7,56.4 L227.8,56.6 L227.9,56.8 L228.0,57.1 L228.0,57.3 L228.1,57.5 L228.2,57.7 L228.3,57.9 L228.4,58.1 L228.4,58.4 L228.5,58.6 L228.6,58.8 L228.7,59.0 L228.7,59.2 L228.8,59.5 L228.9,59.7 L229.0,59.9 L229.0,60.1 L229.1,60.4 L229.2,60.6 L229.2,60.8 L229.3,61.0 L229.4,61.3 L229.4,61.5 L229.5,61.7 L229.6,61.9 L229.7,62.1 L229.7,62.4 L229.8,62.6 L229.9,62.8 L229.9,63.0 L230.0,63.3 L230.1,63.5 L230.1,63.7 L230.2,63.9 L230.3,64.1 L230.3,64.4 L230.4,64.6 L230.4,64.8 L230.5,65.0 L230.6,65.2 L230.6,65.5 L230.7,65.7 L230.8,65.9 L230.8,66.1 L230.9,66.4 L231.0,66.6 L231.1,66.8 L231.1,67.0 L231.2,67.3 L231.3,67.5 L231.3,67.8 L231.4,68.0 L231.5,68.3 L231.6,68.6 L231.7,68.9 L231.8,69.2 L232.1,70.1 L232.4,71.0 L232.7,72.0 L233.0,72.9 L233.3,73.8 L233.6,74.7 L233.9,75.6 L234.2,76.6 L234.5,77.5 L234.8,78.4 L235.1,79.4 L235.4,80.3 L235.8,81.3 L236.1,82.2 L236.4,83.2 L236.7,84.1 L237.0,85.1 L237.3,86.0 L237.6,87.0 L237.9,87.9 L238.2,88.8 L238.5,89.8 L238.8,90.6 L239.1,91.5 L239.4,92.4 L239.7,93.3 L239.9,94.1 L240.2,95.0 L240.5,95.8 L240.7,96.6 L241.0,97.5 L241.3,98.3 L241.5,99.1 L241.8,99.9 L242.0,100.6 L242.3,101.4 L242.5,102.2 L242.8,102.9 L243.0,103.7 L243.3,104.4 L243.5,105.2 L243.8,105.9 L244.0,106.6 L244.2,107.3 L244.5,108.0 L244.7,108.7 L244.9,109.4 L245.1,110.1 L245.4,110.8 L245.6,111.5 L245.8,112.1 L246.0,112.8 L246.2,113.4 L246.4,114.1 L246.7,114.7 L246.9,115.4 L246.9,115.5 L246.9,115.6 L247.0,115.6 L247.0,115.7 L247.0,115.8 L247.0,115.9 L247.1,115.9 L247.1,116.0 L247.1,116.1 L247.2,116.2 L247.2,116.3 L247.3,116.4 L247.3,116.5 L247.4,116.5 L247.4,116.6 L247.5,116.6 L247.6,116.6 L247.7,116.6 L247.8,116.6 L247.8,116.5 L247.9,116.4 L247.9,116.3 L248.0,116.3 L248.0,116.2 L248.0,116.1 L248.1,116.0 L248.1,115.9 L248.1,115.8 L248.2,115.8 L248.4,115.1 L248.6,114.3 L248.9,113.5 L249.2,112.7 L249.5,111.8 L249.8,111.0 L250.0,110.1 L250.3,109.2 L250.6,108.4 L250.9,107.5 L251.2,106.7 L251.5,105.8 L251.7,105.0 L252.0,104.1 L252.3,103.3 L252.6,102.4 L252.9,101.6 L253.1,100.7 L253.4,99.9 L253.7,99.0 L254.0,98.2 L254.2,97.4 L254.5,96.5 L254.8,95.7 L255.0,94.9 L255.3,94.0 L255.6,93.2 L255.9,92.4 L256.1,91.5 L256.4,90.7 L256.7,89.9 L256.9,89.1 L257.2,88.2 L257.5,87.4 L257.8,86.6 L258.0,85.8 L258.3,84.9 L258.6,84.1 L258.8,83.3 L259.1,82.5 L259.4,81.7 L259.6,80.8 L259.9,80.0 L260.2,79.2 L260.4,78.4 L260.7,77.6 L261.0,76.8 L261.2,75.9 L261.5,75.1 L261.8,74.3 L262.1,73.5 L262.3,72.7 L262.6,71.9 L262.9,71.1 L263.1,70.2 L263.4,69.4 L263.4,69.3 L263.5,69.3 L263.5,69.2 L263.5,69.1 L263.6,69.0 L263.6,68.9 L263.6,68.8 L263.7,68.7 L263.7,68.6 L263.7,68.5 L263.8,68.4 L263.8,68.3 L263.9,68.2 L263.9,68.1 L264.0,68.0 L264.0,67.9 L264.1,67.9 L264.1,67.8 L264.1,67.7 L264.2,67.7 L264.2,67.6 L264.3,67.6 L264.3,67.5 L264.4,67.5 L264.4,67.4 L264.5,67.4 L264.5,67.3 L264.6,67.3 L264.7,67.3 L264.8,67.3 L264.9,67.3 L265.0,67.3 L265.1,67.3 L265.1,67.4 L265.2,67.4 L265.2,67.5 L265.3,67.5 L265.3,67.6 L265.4,67.6 L265.4,67.7 L265.4,67.8 L265.5,67.8 L265.5,67.9 L265.6,68.0 L265.6,68.1 L265.7,68.2 L265.7,68.3 L265.7,68.4 L265.8,68.4 L265.8,68.5 L265.8,68.6 L265.9,68.7 L265.9,68.8 L266.0,68.9 L266.0,69.0 L266.0,69.1 L266.1,69.2 L266.3,69.9 L266.5,70.6 L266.7,71.3 L266.9,72.0 L267.2,72.8 L267.4,73.5 L267.6,74.2 L267.8,74.9 L268.1,75.7 L268.3,76.4 L268.5,77.2 L268.8,77.9 L269.0,78.7 L269.2,79.5 L269.5,80.2 L269.7,81.0 L270.0,81.8 L270.2,82.6 L270.5,83.5 L270.7,84.3 L271.0,85.1 L271.2,86.0 L271.5,86.8 L271.8,87.7 L272.0,88.5 L272.3,89.4 L272.6,90.3 L272.9,91.2 L273.1,92.1 L273.4,93.0 L273.7,93.9 L274.0,94.9 L274.3,95.8 L274.6,96.8 L274.9,97.8 L275.2,98.8 L275.5,99.8 L275.8,100.8 L276.1,101.8 L276.4,102.8 L276.8,103.9 L277.1,105.0 L277.4,106.1 L277.8,107.2 L278.1,108.4 L278.5,109.5 L278.9,110.7 L279.3,111.9 L279.6,113.2 L280.0,114.4 L280.4,115.6 L280.4,115.7 L280.4,115.8 L280.5,115.8 L280.5,115.9 L280.6,116.1 L280.6,116.3 L280.7,116.5 L280.7,116.7 L280.8,116.8 L280.8,117.0 L280.9,117.2 L281.0,117.4 L281.0,117.5 L281.1,117.7 L281.1,117.9 L281.2,118.1 L281.2,118.2 L281.3,118.4 L281.4,118.6 L281.4,118.8 L281.5,119.0 L281.5,119.1 L281.6,119.3 L281.6,119.5 L281.7,119.7 L281.8,119.8 L281.8,120.0 L281.9,120.2 L281.9,120.4 L282.0,120.5 L282.1,120.7 L282.1,120.9 L282.2,121.1 L282.2,121.2 L282.3,121.4 L282.4,121.6 L282.4,121.7 L282.5,121.9 L282.5,122.1 L282.6,122.2 L282.7,122.4 L282.7,122.6 L282.8,122.8 L282.8,122.9 L282.9,123.1 L283.0,123.2 L283.0,123.4 L283.1,123.6 L283.2,123.7 L283.2,123.9 L283.3,124.1 L283.3,124.2 L283.4,124.4 L283.5,124.5 L283.5,124.7 L283.6,124.8 L283.7,125.0 L283.7,125.1 L283.8,125.3 L283.8,125.4 L283.9,125.6 L284.0,125.7 L284.0,125.9 L284.1,126.0 L284.2,126.2 L284.2,126.3 L284.3,126.5 L284.4,126.6 L284.4,126.7 L284.5,126.9 L284.6,127.0 L284.6,127.2 L284.7,127.3 L284.8,127.4 L284.8,127.6 L284.9,127.7 L285.0,127.9 L285.0,128.0 L285.1,128.1 L285.2,128.3 L285.3,128.4 L285.3,128.5 L285.4,128.6 L285.5,128.8 L285.5,128.9 L285.6,129.0 L285.7,129.1 L285.8,129.3 L285.8,129.4 L285.9,129.5 L286.0,129.6 L286.0,129.7 L286.1,129.9 L286.2,130.0 L286.3,130.1 L286.4,130.2 L286.4,130.3 L286.5,130.4 L286.6,130.5 L286.7,130.6 L286.7,130.7 L286.8,130.8 L286.9,130.9 L287.0,131.0 L287.0,131.1 L287.1,131.2 L287.2,131.3 L287.3,131.4 L287.4,131.5 L287.4,131.6 L287.5,131.6 L287.6,131.7 L287.7,131.8 L287.8,131.9 L287.8,132.0 L287.9,132.0 L288.0,132.1 L288.1,132.2 L288.2,132.3 L288.3,132.4 L288.4,132.4 L288.5,132.5 L288.6,132.6 L288.7,132.6 L288.7,132.7 L288.8,132.7 L288.9,132.8 L289.0,132.8 L289.1,132.9 L289.2,133.0 L289.3,133.0 L289.4,133.0 L289.5,133.1 L289.6,133.1 L289.7,133.2 L289.8,133.2 L289.9,133.2 L290.0,133.2 L290.1,133.3 L290.2,133.3 L290.3,133.3 L290.4,133.3 L290.5,133.3 L290.6,133.3 L290.7,133.3 L290.7,133.4 L290.8,133.4 L290.9,133.4 L291.0,133.4 L291.1,133.4 L291.2,133.4 L291.3,133.3 L291.4,133.3 L291.5,133.3 L291.6,133.3 L291.7,133.3 L291.8,133.3 L291.9,133.3 L292.0,133.2 L292.1,133.2 L292.2,133.2 L292.3,133.1 L292.4,133.1 L292.5,133.1 L292.6,133.1 L292.7,133.0 L292.8,132.9 L292.9,132.9 L293.0,132.9 L293.1,132.8 L293.2,132.8 L293.3,132.7 L293.4,132.7 L293.5,132.6 L293.6,132.6 L293.6,132.5 L293.7,132.5 L293.8,132.4 L293.9,132.4 L294.0,132.3 L294.1,132.3 L294.2,132.2 L294.3,132.2 L294.4,132.1 L294.5,132.0 L294.6,132.0 L294.7,131.9 L294.8,131.8 L294.9,131.8 L295.0,131.7 L295.1,131.6 L295.2,131.5 L295.3,131.5 L295.4,131.4 L295.5,131.3 L295.6,131.2 L295.7,131.1 L295.8,131.0 L296.0,130.9 L296.1,130.8 L296.2,130.7 L296.4,130.6 L296.6,130.5 L296.7,130.3 L296.9,130.2 L297.1,130.1 L297.2,130.0 L297.3,129.9 L297.4,129.8 L297.6,129.7 L297.7,129.7 L297.8,129.6 L297.9,129.5 L298.0,129.4 L298.1,129.3 L298.2,129.3 L298.3,129.2 L298.4,129.2 L298.5,129.1 L298.6,129.0 L298.7,129.0 L298.8,128.9 L298.9,128.8 L299.0,128.8 L299.1,128.7 L299.2,128.7 L299.3,128.7 L299.3,128.6 L299.4,128.6 L299.5,128.6 L299.5,128.5 L299.6,128.5 L299.7,128.5 L299.7,128.4 L299.8,128.4 L299.9,128.4 L300.0,128.4 L300.0,128.3 L300.1,128.3 L300.2,128.3 L300.3,128.3 L300.3,128.2 L300.4,128.2 L300.5,128.2 L300.6,128.2 L300.7,128.2 L300.7,128.1 L300.8,128.1 L300.9,128.1 L301.0,128.1 L301.1,128.1 L301.2,128.1 L301.3,128.1 L301.4,128.1 L301.5,128.1 L301.6,128.1 L301.7,128.1 L301.8,128.1 L301.9,128.1 L302.0,128.2 L302.1,128.2 L302.2,128.2 L302.3,128.2 L302.4,128.3 L302.5,128.3 L302.6,128.3 L302.7,128.4 L302.8,128.4 L302.9,128.5 L303.0,128.5 L303.1,128.6 L303.2,128.6 L303.3,128.6 L303.3,128.7 L303.4,128.7 L303.5,128.8 L303.6,128.9 L303.7,128.9 L303.7,129.0 L303.8,129.0 L303.9,129.1 L304.0,129.1 L304.0,129.2 L304.1,129.2 L304.1,129.3 L304.2,129.3 L304.2,129.4 L304.3,129.4 L304.4,129.5 L304.5,129.6 L304.6,129.7 L304.7,129.8 L304.8,129.9 L304.9,130.0 L305.0,130.1 L305.1,130.2 L305.2,130.3 L305.2,130.4 L305.3,130.4 L305.4,130.5 L305.4,130.6 L305.5,130.7 L305.6,130.8 L305.7,130.9 L305.7,131.0 L305.8,131.1 L305.9,131.1 L305.9,131.2 L306.0,131.3 L306.1,131.4 L306.1,131.5 L306.2,131.6 L306.3,131.7 L306.3,131.8 L306.4,131.9 L306.5,132.0 L306.5,132.1 L306.6,132.2 L306.7,132.3 L306.8,132.4 L306.8,132.5 L306.9,132.6 L307.0,132.7 L307.1,132.8 L307.1,132.9 L307.2,133.1 L307.3,133.2 L307.4,133.3 L307.4,133.4 L307.5,133.6 L307.6,133.7 L307.7,133.8 L307.8,134.0 L307.9,134.1 L308.0,134.3 L308.0,134.4 L308.1,134.6 L308.2,134.7 L308.3,134.9 L308.4,135.1 L308.5,135.3 L308.6,135.4 L308.8,135.6 L308.9,135.8 L309.0,136.1 L309.1,136.3 L309.2,136.5 L309.4,136.8 L309.5,137.0 L309.7,137.3 L309.9,137.6 L310.1,138.0 L310.3,138.4 L310.5,138.7 L310.7,139.1 L310.9,139.5 L311.1,139.8 L311.2,140.1 L311.4,140.4 L311.6,140.7 L311.7,141.0 L311.9,141.2 L312.0,141.5 L312.1,141.7 L312.3,142.0 L312.4,142.2 L312.6,142.5 L312.7,142.7 L312.8,143.0 L313.0,143.2 L313.1,143.4 L313.2,143.6 L313.4,143.9 L313.5,144.1 L313.6,144.3 L313.8,144.5 L313.9,144.7 L314.0,144.9 L314.1,145.1 L314.3,145.3 L314.4,145.5 L314.5,145.7 L314.6,145.9 L314.8,146.1 L314.9,146.3 L315.0,146.5 L315.1,146.7 L315.3,146.9 L315.4,147.1 L315.5,147.3 L315.6,147.4 L315.8,147.6 L315.9,147.8 L316.0,147.9 L316.1,148.1 L316.2,148.3 L316.4,148.4 L316.5,148.6 L316.6,148.8 L316.7,148.9 L316.8,149.1 L317.0,149.2 L317.1,149.4 L317.2,149.5 L317.3,149.7 L317.4,149.8 L317.6,149.9 L317.7,150.1 L317.8,150.2 L317.9,150.3 L318.0,150.5 L318.2,150.6 L318.3,150.7 L318.4,150.8 L318.5,151.0 L318.7,151.1 L318.8,151.2 L318.9,151.3 L319.0,151.4 L319.1,151.5 L319.3,151.6 L319.4,151.7 L319.5,151.8 L319.6,151.9 L319.8,152.0 L319.9,152.1 L320.0,152.2 L320.1,152.3 L320.3,152.4 L320.4,152.5 L320.5,152.6 L320.6,152.6 L320.8,152.7 L320.9,152.8 L321.0,152.9 L321.1,152.9 L321.3,153.0 L321.4,153.1 L321.5,153.1 L321.6,153.2 L321.8,153.2 L321.9,153.3 L322.0,153.3 L322.1,153.4 L322.3,153.4 L322.4,153.4 L322.5,153.5 L322.7,153.5 L322.8,153.5 L322.9,153.5 L323.0,153.6 L323.2,153.6 L323.3,153.6 L323.4,153.6 L323.5,153.6 L323.7,153.6 L323.8,153.6 L323.9,153.6 L324.0,153.6 L324.2,153.6 L324.3,153.6 L324.4,153.6 L324.6,153.6 L324.7,153.6 L324.8,153.5 L324.9,153.5 L325.1,153.5 L325.2,153.5 L325.3,153.4 L325.4,153.4 L325.6,153.4 L325.7,153.3 L325.8,153.3 L325.9,153.2 L326.1,153.2 L326.2,153.1 L326.3,153.1 L326.5,153.0 L326.6,152.9 L326.7,152.9 L326.8,152.8 L327.0,152.7 L327.1,152.7 L327.2,152.6 L327.3,152.5 L327.5,152.4 L327.6,152.3 L327.7,152.2 L327.8,152.1 L328.0,152.1 L328.1,152.0 L328.2,151.9 L328.3,151.8 L328.4,151.7 L328.6,151.5 L328.7,151.4 L328.8,151.3 L328.9,151.2 L329.1,151.1 L329.2,151.0 L329.3,150.9 L329.4,150.7 L329.5,150.6 L329.7,150.5 L329.8,150.4 L329.9,150.2 L330.0,150.1 L330.2,150.0 L330.3,149.8 L330.4,149.7 L330.5,149.5 L330.6,149.4 L330.8,149.2 L330.9,149.1 L331.0,148.9 L331.1,148.8 L331.2,148.6 L331.3,148.5 L331.5,148.3 L331.6,148.2 L331.7,148.0 L331.8,147.8 L332.0,147.7 L332.1,147.5 L332.2,147.3 L332.3,147.1 L332.4,147.0 L332.6,146.8 L332.7,146.6 L332.8,146.4 L332.9,146.2 L333.1,146.0 L333.2,145.8 L333.3,145.6 L333.4,145.4 L333.6,145.2 L333.7,145.0 L333.8,144.8 L333.9,144.6 L334.1,144.4 L334.2,144.2 L334.3,144.0 L334.5,143.8 L334.6,143.6 L334.7,143.3 L334.8,143.1 L335.0,142.9 L335.1,142.6 L335.2,142.4 L335.4,142.2 L335.5,141.9 L335.7,141.7 L335.8,141.5 L335.9,141.2 L336.1,140.9 L336.2,140.7 L336.4,140.4 L336.5,140.1 L336.7,139.9 L336.9,139.6 L337.0,139.3 L337.2,138.9 L337.4,138.6 L337.6,138.2 L337.8,137.9 L338.0,137.5 L338.2,137.2 L338.4,136.8 L338.6,136.6 L338.7,136.3 L338.8,136.1 L339.0,135.9 L339.1,135.6 L339.2,135.4 L339.3,135.3 L339.4,135.1 L339.5,134.9 L339.6,134.7 L339.7,134.6 L339.8,134.4 L339.9,134.3 L340.0,134.1 L340.1,134.0 L340.2,133.9 L340.3,133.7 L340.3,133.6 L340.4,133.5 L340.5,133.3 L340.6,133.2 L340.7,133.1 L340.7,133.0 L340.8,132.9 L340.9,132.8 L341.0,132.7 L341.0,132.6 L341.1,132.4 L341.2,132.3 L341.3,132.2 L341.3,132.1 L341.4,132.1 L341.5,132.0 L341.5,131.9 L341.6,131.8 L341.7,131.7 L341.7,131.6 L341.8,131.5 L341.9,131.4 L341.9,131.3 L342.0,131.3 L342.1,131.2 L342.1,131.1 L342.2,131.0 L342.3,131.0 L342.3,130.9 L342.4,130.8 L342.4,130.7 L342.5,130.7 L342.6,130.6 L342.6,130.5 L342.7,130.5 L342.8,130.4 L342.9,130.3 L342.9,130.2 L343.0,130.2 L343.1,130.1 L343.2,130.0 L343.3,129.9 L343.3,129.8 L343.4,129.8 L343.5,129.7 L343.6,129.7 L343.6,129.6 L343.7,129.6 L343.7,129.5 L343.8,129.5 L343.9,129.4 L344.0,129.4 L344.0,129.3 L344.1,129.3 L344.1,129.2 L344.2,129.2 L344.3,129.1 L344.4,129.1 L344.5,129.0 L344.6,129.0 L344.7,128.9 L344.8,128.9 L344.9,128.9 L344.9,128.8 L345.0,128.8 L345.1,128.8 L345.1,128.7 L345.2,128.7 L345.3,128.7 L345.4,128.7 L345.5,128.6 L345.6,128.6 L345.7,128.6 L345.8,128.6 L345.9,128.6 L346.0,128.6 L346.1,128.6 L346.1,128.5 L346.2,128.5 L346.3,128.5 L346.4,128.5 L346.5,128.5 L346.6,128.5 L346.6,128.6 L346.7,128.6 L346.8,128.6 L346.9,128.6 L347.0,128.6 L347.1,128.6 L347.2,128.6 L347.2,128.7 L347.3,128.7 L347.4,128.7 L347.5,128.7 L347.6,128.8 L347.7,128.8 L347.8,128.8 L347.9,128.8 L347.9,128.9 L348.0,128.9 L348.1,129.0 L348.2,129.0 L348.3,129.0 L348.4,129.1 L348.5,129.1 L348.6,129.2 L348.7,129.2 L348.8,129.3 L348.9,129.3 L348.9,129.4 L349.0,129.4 L349.1,129.5 L349.2,129.6 L349.3,129.6 L349.4,129.6 L349.5,129.7 L349.5,129.8 L349.6,129.8 L349.7,129.9 L349.8,129.9 L349.9,130.0 L350.0,130.0 L350.1,130.1 L350.1,130.2 L350.2,130.3 L350.3,130.3 L350.4,130.4 L350.6,130.5 L350.7,130.6 L350.8,130.7 L350.9,130.7 L351.0,130.9 L351.2,131.0 L351.4,131.1 L351.5,131.2 L351.7,131.4 L351.9,131.5 L352.0,131.6 L352.2,131.7 L352.3,131.8 L352.4,131.9 L352.5,132.0 L352.7,132.1 L352.8,132.2 L352.9,132.2 L353.0,132.3 L353.1,132.4 L353.2,132.5 L353.3,132.5 L353.4,132.6 L353.5,132.7 L353.6,132.7 L353.7,132.8 L353.8,132.9 L353.9,132.9 L354.0,133.0 L354.1,133.0 L354.2,133.1 L354.3,133.1 L354.4,133.2 L354.5,133.2 L354.5,133.3 L354.6,133.3 L354.7,133.4 L354.8,133.4 L354.9,133.5 L355.0,133.5 L355.1,133.5 L355.2,133.6 L355.3,133.6 L355.4,133.6 L355.5,133.7 L355.6,133.7 L355.7,133.7 L355.8,133.8 L355.9,133.8 L356.0,133.8 L356.1,133.8 L356.2,133.8 L356.3,133.9 L356.4,133.9 L356.5,133.9 L356.6,133.9 L356.7,133.9 L356.8,133.9 L356.9,133.9 L357.0,133.9 L357.1,133.9 L357.2,133.9 L357.3,133.9 L357.4,133.9 L357.5,133.9 L357.6,133.8 L357.7,133.8 L357.8,133.8 L357.9,133.8 L358.0,133.7 L358.1,133.7 L358.2,133.7 L358.3,133.7 L358.4,133.6 L358.5,133.6 L358.6,133.5 L358.7,133.5 L358.8,133.4 L358.9,133.4 L358.9,133.3 L359.0,133.3 L359.1,133.2 L359.2,133.2 L359.3,133.1 L359.4,133.1 L359.4,133.0 L359.5,132.9 L359.6,132.9 L359.7,132.8 L359.8,132.7 L359.9,132.7 L359.9,132.6 L360.0,132.5 L360.1,132.5 L360.2,132.4 L360.3,132.3 L360.4,132.2 L360.4,132.1 L360.5,132.0 L360.6,131.9 L360.7,131.9 L360.8,131.8 L360.8,131.7 L360.9,131.6 L361.0,131.5 L361.1,131.4 L361.2,131.3 L361.2,131.2 L361.3,131.1 L361.4,131.0 L361.5,130.8 L361.6,130.7 L361.6,130.6 L361.7,130.5 L361.8,130.4 L361.9,130.3 L361.9,130.2 L362.0,130.0 L362.1,129.9 L362.2,129.8 L362.2,129.7 L362.3,129.5 L362.4,129.4 L362.5,129.3 L362.5,129.2 L362.6,129.0 L362.7,128.9 L362.7,128.8 L362.8,128.6 L362.9,128.5 L363.0,128.4 L363.0,128.2 L363.1,128.1 L363.2,127.9 L363.2,127.8 L363.3,127.7 L363.4,127.5 L363.5,127.4 L363.5,127.2 L363.6,127.1 L363.7,126.9 L363.7,126.8 L363.8,126.6 L363.9,126.5 L363.9,126.4 L364.0,126.2 L364.0,126.1 L364.1,125.9 L364.2,125.8 L364.2,125.6 L364.3,125.5 L364.4,125.3 L364.4,125.1 L364.5,125.0 L364.6,124.8 L364.6,124.7 L364.7,124.5 L364.7,124.4 L364.8,124.2 L364.9,124.0 L364.9,123.9 L365.0,123.7 L365.1,123.5 L365.1,123.4 L365.2,123.2 L365.2,123.0 L365.3,122.9 L365.4,122.7 L365.4,122.5 L365.5,122.4 L365.6,122.2 L365.6,122.0 L365.7,121.8 L365.7,121.7 L365.8,121.5 L365.9,121.3 L365.9,121.2 L366.0,121.0 L366.0,120.8 L366.1,120.6 L366.2,120.4 L366.2,120.3 L366.3,120.1 L366.3,119.9 L366.4,119.7 L366.5,119.6 L366.5,119.4 L366.6,119.2 L366.6,119.0 L366.7,118.9 L366.8,118.7 L366.8,118.5 L366.9,118.3 L366.9,118.1 L367.0,118.0 L367.0,117.8 L367.1,117.6 L367.2,117.4 L367.2,117.3 L367.3,117.1 L367.3,116.9 L367.4,116.7 L367.4,116.5 L367.5,116.4 L367.5,116.2 L367.6,116.0 L367.7,115.8 L368.1,114.5 L368.5,113.3 L368.8,112.1 L369.2,110.8 L369.6,109.6 L370.0,108.4 L370.4,107.2 L370.7,106.0 L371.1,104.8 L371.4,103.7 L371.8,102.6 L372.1,101.5 L372.4,100.5 L372.8,99.4 L373.1,98.4 L373.4,97.4 L373.7,96.4 L374.0,95.4 L374.3,94.5 L374.6,93.5 L374.9,92.6 L375.2,91.6 L375.5,90.7 L375.7,89.8 L376.0,88.9 L376.3,88.0 L376.6,87.2 L376.8,86.3 L377.1,85.4 L377.4,84.6 L377.6,83.8 L377.9,82.9 L378.1,82.1 L378.4,81.3 L378.6,80.5 L378.9,79.7 L379.1,78.9 L379.4,78.1 L379.6,77.4 L379.9,76.6 L380.1,75.8 L380.3,75.1 L380.6,74.3 L380.8,73.6 L381.0,72.9 L381.2,72.2 L381.5,71.5 L381.7,70.8 L381.9,70.1 L382.1,69.4 L382.1,69.3 L382.2,69.3 L382.2,69.2 L382.2,69.1 L382.2,69.0 L382.3,68.9 L382.3,68.8 L382.3,68.7 L382.4,68.7 L382.4,68.6 L382.4,68.5 L382.4,68.4 L382.5,68.4 L382.5,68.3 L382.5,68.2 L382.6,68.2 L382.6,68.1 L382.6,68.0 L382.7,68.0 L382.7,67.9 L382.7,67.8 L382.8,67.8 L382.8,67.7 L382.9,67.7 L382.9,67.6 L383.0,67.5 L383.1,67.4 L383.2,67.4 L383.2,67.3 L383.3,67.3 L383.4,67.3 L383.5,67.3 L383.6,67.3 L383.7,67.4 L383.8,67.4 L383.8,67.5 L383.9,67.5 L383.9,67.6 L384.0,67.6 L384.0,67.7 L384.1,67.8 L384.1,67.9 L384.2,67.9 L384.2,68.0 L384.2,68.1 L384.3,68.1 L384.3,68.2 L384.4,68.3 L384.4,68.4 L384.5,68.5 L384.5,68.6 L384.5,68.7 L384.6,68.8 L384.6,68.9 L384.7,69.0 L384.7,69.1 L384.7,69.2 L385.0,69.9 L385.2,70.7 L385.5,71.6 L385.8,72.4 L386.0,73.2 L386.3,74.0 L386.6,74.8 L386.8,75.6 L387.1,76.4 L387.4,77.2 L387.7,78.0 L387.9,78.9 L388.2,79.7 L388.5,80.5 L388.7,81.3 L389.0,82.1 L389.3,82.9 L389.5,83.7 L389.8,84.6 L390.1,85.4 L390.3,86.2 L390.6,87.0 L390.9,87.8 L391.1,88.7 L391.4,89.5 L391.7,90.3 L392.0,91.1 L392.2,91.9 L392.5,92.8 L392.8,93.6 L393.0,94.4 L393.3,95.2 L393.6,96.1 L393.9,96.9 L394.1,97.7 L394.4,98.5 L394.7,99.4 L394.9,100.2 L395.2,101.0 L395.5,101.9 L395.8,102.7 L396.0,103.6 L396.3,104.4 L396.6,105.2 L396.9,106.1 L397.2,106.9 L397.4,107.8 L397.7,108.6 L398.0,109.4 L398.3,110.3 L398.6,111.1 L398.8,112.0 L399.1,112.9 L399.4,113.7 L399.7,114.6 L400.0,115.4 L400.0,115.5 L400.0,115.6 L400.1,115.6 L400.1,115.7 L400.1,115.8 L400.1,115.9 L400.2,115.9 L400.2,116.0 L400.2,116.1 L400.3,116.2 L400.3,116.3 L400.4,116.3 L400.4,116.4 L400.4,116.5 L400.5,116.5 L400.5,116.6 L400.6,116.6 L400.7,116.6 L400.8,116.6 L400.9,116.5 L400.9,116.4 L401.0,116.4 L401.0,116.3 L401.1,116.3 L401.1,116.2 L401.1,116.1 L401.2,116.0 L401.2,115.9 L401.2,115.8 L401.3,115.8 L401.3,115.6 L401.5,115.0 L401.7,114.4 L401.9,113.8 L402.1,113.2 L402.3,112.5 L402.5,111.9 L402.8,111.2 L403.0,110.6 L403.2,109.9 L403.4,109.3 L403.6,108.6 L403.8,107.9 L404.1,107.2 L404.3,106.6 L404.5,105.9 L404.8,105.2 L405.0,104.5 L405.2,103.7 L405.5,103.0 L405.7,102.3 L405.9,101.5 L406.2,100.8 L406.4,100.0 L406.7,99.3 L406.9,98.5 L407.2,97.7 L407.4,97.0 L407.7,96.2 L408.0,95.4 L408.2,94.6 L408.5,93.7 L408.8,92.9 L409.0,92.1 L409.3,91.2 L409.6,90.4 L409.9,89.5 L410.1,88.7 L410.4,87.8 L410.7,86.9 L411.0,86.0 L411.3,85.1 L411.6,84.2 L411.9,83.2 L412.2,82.3 L412.6,81.3 L412.9,80.4 L413.2,79.4 L413.5,78.5 L413.8,77.5 L414.1,76.6 L414.4,75.7 L414.7,74.7 L415.0,73.8 L415.3,72.9 L415.6,72.0 L415.9,71.1 L416.2,70.1 L416.5,69.2 L416.6,69.0 L416.7,68.8 L416.8,68.5 L416.9,68.2 L417.0,67.9 L417.0,67.6 L417.1,67.3 L417.2,67.1 L417.3,66.8 L417.4,66.6 L417.4,66.3 L417.5,66.1 L417.6,65.8 L417.7,65.6 L417.7,65.4 L417.8,65.2 L417.9,64.9 L417.9,64.7 L418.0,64.5 L418.1,64.3 L418.1,64.0 L418.2,63.8 L418.3,63.6 L418.3,63.4 L418.4,63.1 L418.5,62.9 L418.5,62.7 L418.6,62.5 L418.7,62.2 L418.7,62.0 L418.8,61.8 L418.9,61.6 L418.9,61.4 L419.0,61.1 L419.1,60.9 L419.2,60.7 L419.2,60.5 L419.3,60.2 L419.4,60.0 L419.4,59.8 L419.5,59.6 L419.6,59.4 L419.7,59.1 L419.7,58.9 L419.8,58.7 L419.9,58.5 L420.0,58.3 L420.0,58.0 L420.1,57.8 L420.2,57.6 L420.3,57.4 L420.3,57.2 L420.4,57.0 L420.5,56.7 L420.6,56.5 L420.7,56.3 L420.7,56.1 L420.8,55.9 L420.9,55.7 L421.0,55.5 L421.1,55.3 L421.2,55.1 L421.2,54.9 L421.3,54.7 L421.4,54.5 L421.5,54.3 L421.6,54.1 L421.7,53.9 L421.8,53.8 L421.9,53.6 L421.9,53.4 L422.0,53.2 L422.1,53.0 L422.2,52.9 L422.3,52.7 L422.4,52.5 L422.5,52.4 L422.6,52.2 L422.7,52.1 L422.8,51.9 L422.9,51.8 L423.0,51.7 L423.1,51.5 L423.2,51.4 L423.3,51.3 L423.4,51.2 L423.5,51.1 L423.5,51.0 L423.6,50.9 L423.7,50.8 L423.8,50.7 L423.9,50.6 L424.1,50.5 L424.2,50.4 L424.3,50.3 L424.4,50.3 L424.5,50.2 L424.6,50.2 L424.7,50.1 L424.8,50.1 L425.0,50.1 L425.1,50.0 L425.2,50.0 L425.3,50.0 L425.4,50.0 L425.5,50.0 L425.7,50.1 L425.8,50.1 L425.9,50.2 L426.0,50.2 L426.2,50.3 L426.3,50.4 L426.4,50.4 L426.6,50.6 L426.7,50.7 L426.8,50.8 L427.0,51.0 L427.1,51.1 L427.3,51.3 L427.4,51.5 L427.6,51.7 L427.7,51.9 L427.8,52.1 L428.0,52.4 L428.1,52.6 L428.2,52.9 L428.4,53.1 L428.5,53.4 L428.6,53.7 L428.8,54.0 L428.9,54.3 L429.0,54.6 L429.1,54.9 L429.3,55.2 L429.4,55.6 L429.5,55.9 L429.6,56.2 L429.7,56.6 L429.8,56.9 L430.0,57.3 L430.1,57.6 L430.2,58.0 L430.3,58.3 L430.4,58.7 L430.5,59.0 L430.6,59.4 L430.7,59.7 L430.8,60.1 L430.9,60.4 L430.9,60.8 L431.0,61.1 L431.1,61.5 L431.2,61.8 L431.3,62.2 L431.4,62.5 L431.5,62.8 L431.5,63.2 L431.6,63.5 L431.7,63.8 L431.8,64.2 L431.8,64.5 L431.9,64.8 L432.0,65.1 L432.0,65.5 L432.1,65.8 L432.2,66.1 L432.2,66.4 L432.3,66.7 L432.4,67.0 L432.4,67.3 L432.5,67.6 L432.5,67.9 L432.6,68.2 L432.6,68.5 L432.7,68.7 L432.8,69.0 L432.8,69.1 L432.8,69.2 L433.1,70.7 L433.4,72.2 L433.6,73.7 L433.9,75.2 L434.2,76.7 L434.5,78.2 L434.8,79.8 L435.1,81.3 L435.4,82.8 L435.7,84.3 L436.0,85.8 L436.2,87.3 L436.5,88.9 L436.8,90.4 L437.1,91.9 L437.4,93.4 L437.7,95.0 L438.0,96.5 L438.3,98.0 L438.6,99.6 L438.9,101.1 L439.2,102.7 L439.5,104.2 L439.8,105.7 L440.0,107.3 L440.3,108.8 L440.6,110.4 L440.9,112.0 L441.2,113.5 L441.5,115.1 L441.6,115.2 L441.6,115.3 L441.6,115.4 L441.6,115.5 L441.6,115.6 L441.6,115.7 L441.7,115.7 L441.7,115.8 L441.7,116.0 L441.7,116.1 L441.8,116.2 L441.8,116.3 L441.8,116.4 L441.8,116.5 L441.8,116.7 L441.9,116.8 L441.9,116.9 L441.9,117.0 L441.9,117.1 L442.0,117.2 L442.0,117.3 L442.0,117.4 L442.0,117.5 L442.1,117.6 L442.1,117.7 L442.1,117.8 L442.1,117.9 L442.2,117.9 L442.2,118.0 L442.2,118.1 L442.2,118.2 L442.3,118.3 L442.3,118.4 L442.3,118.5 L442.3,118.6 L442.4,118.6 L442.4,118.7 L442.4,118.8 L442.5,118.9 L442.5,119.0 L442.5,119.1 L442.6,119.1 L442.6,119.2 L442.6,119.3 L442.7,119.4 L442.7,119.5 L442.8,119.6 L442.8,119.7 L442.9,119.7 L442.9,119.8 L443.0,119.9 L443.0,120.0 L443.1,120.0 L443.1,120.1 L443.2,120.1 L443.3,120.1 L443.3,120.2 L443.4,120.2 L443.5,120.2 L443.6,120.2 L443.6,120.1 L443.7,120.1 L443.8,120.1 L443.8,120.0 L443.9,120.0 L443.9,119.9 L444.0,119.9 L444.0,119.8 L444.0,119.7 L444.1,119.7 L444.1,119.6 L444.2,119.5 L444.2,119.4 L444.3,119.3 L444.3,119.2 L444.3,119.1 L444.4,119.1 L444.4,119.0 L444.4,118.9 L444.5,118.9 L444.5,118.8 L444.5,118.7 L444.5,118.6 L444.6,118.5 L444.6,118.4 L444.7,118.3 L444.7,118.2 L444.7,118.1 L444.7,118.0 L444.8,117.9 L444.8,117.7 L444.8,117.6 L444.9,117.5 L444.9,117.4 L444.9,117.3 L445.0,117.2 L445.0,117.0 L445.0,116.9 L445.0,116.8 L445.1,116.6 L445.1,116.5 L445.1,116.4 L445.2,116.2 L445.2,116.1 L445.2,115.9 L445.3,115.8 L445.4,114.9 L445.7,113.6 L445.9,112.4 L446.2,111.1 L446.4,109.9 L446.7,108.6 L446.9,107.3 L447.2,106.1 L447.4,104.8 L447.7,103.6 L448.0,102.3 L448.2,101.1 L448.4,99.8 L448.7,98.6 L448.9,97.3 L449.2,96.0 L449.4,94.8 L449.7,93.5 L449.9,92.3 L450.2,91.0 L450.4,89.8 L450.7,88.5 L450.9,87.3 L451.2,86.0 L451.4,84.8 L451.7,83.5 L451.9,82.3 L452.2,81.0 L452.4,79.7 L452.7,78.5 L452.9,77.2 L453.2,76.0 L453.4,74.7 L453.7,73.5 L453.9,72.2 L454.2,71.0 L454.4,69.7 L454.5,69.7 L454.5,69.6 L454.5,69.5 L454.5,69.4 L454.5,69.3 L454.5,69.2 L454.6,69.1 L454.6,68.9 L454.6,68.8 L454.7,68.6 L454.7,68.5 L454.7,68.4 L454.8,68.2 L454.8,68.1 L454.8,68.0 L454.8,67.9 L454.9,67.7 L454.9,67.6 L454.9,67.5 L455.0,67.4 L455.0,67.3 L455.0,67.2 L455.0,67.1 L455.1,67.0 L455.1,66.9 L455.1,66.8 L455.2,66.7 L455.2,66.6 L455.2,66.5 L455.3,66.4 L455.3,66.3 L455.3,66.2 L455.4,66.1 L455.4,66.0 L455.4,65.9 L455.5,65.9 L455.5,65.8 L455.6,65.7 L455.6,65.6 L455.7,65.5 L455.7,65.4 L455.8,65.3 L455.9,65.2 L455.9,65.1 L456.0,65.1 L456.0,65.0 L456.1,65.0 L456.2,65.0 L456.3,65.0 L456.4,65.0 L456.5,65.0 L456.6,65.0 L456.6,65.1 L456.7,65.1 L456.7,65.2 L456.8,65.3 L456.9,65.4 L456.9,65.5 L457.0,65.5 L457.0,65.6 L457.0,65.7 L457.1,65.7 L457.1,65.8 L457.1,65.9 L457.2,66.0 L457.2,66.1 L457.2,66.2 L457.3,66.2 L457.3,66.3 L457.3,66.4 L457.3,66.5 L457.4,66.5 L457.4,66.6 L457.4,66.7 L457.4,66.8 L457.5,66.9 L457.5,67.0 L457.5,67.1 L457.6,67.2 L457.6,67.3 L457.6,67.4 L457.6,67.5 L457.7,67.6 L457.7,67.7 L457.7,67.8 L457.7,67.9 L457.8,68.0 L457.8,68.1 L457.8,68.2 L457.8,68.3 L457.9,68.4 L457.9,68.5 L457.9,68.6 L457.9,68.8 L458.0,68.9 L458.0,69.0 L458.0,69.1 L458.0,69.2 L458.2,70.0 L458.5,71.6 L458.8,73.1 L459.1,74.7 L459.4,76.2 L459.7,77.8 L460.0,79.4 L460.3,80.9 L460.6,82.4 L460.8,84.0 L461.1,85.5 L461.4,87.1 L461.7,88.6 L462.0,90.1 L462.3,91.7 L462.6,93.2 L462.9,94.7 L463.2,96.2 L463.5,97.8 L463.8,99.3 L464.1,100.8 L464.3,102.3 L464.6,103.8 L464.9,105.3 L465.2,106.8 L465.5,108.3 L465.8,109.9 L466.1,111.4 L466.4,112.9 L466.7,114.4 L466.7,114.5 L466.7,114.6 L466.7,114.7 L466.7,114.8 L466.8,114.9 L466.8,115.0 L466.8,115.1 L466.8,115.2 L466.8,115.3 L466.9,115.4 L466.9,115.5 L466.9,115.6 L466.9,115.7 L466.9,115.8 L467.0,115.9 L467.0,116.2 L467.1,116.5 L467.1,116.7 L467.2,117.0 L467.2,117.3 L467.3,117.6 L467.3,117.9 L467.4,118.1 L467.5,118.4 L467.5,118.7 L467.6,119.0 L467.6,119.3 L467.7,119.6 L467.8,119.9 L467.8,120.2 L467.9,120.5 L468.0,120.8 L468.0,121.2 L468.1,121.5 L468.2,121.8 L468.2,122.1 L468.3,122.4 L468.4,122.8 L468.5,123.1 L468.6,123.4 L468.6,123.7 L468.7,124.1 L468.8,124.4 L468.9,124.7 L469.0,125.1 L469.1,125.4 L469.2,125.7 L469.2,126.1 L469.3,126.4 L469.4,126.8 L469.5,127.1 L469.6,127.4 L469.7,127.8 L469.8,128.1 L469.9,128.4 L470.1,128.8 L470.2,129.1 L470.3,129.4 L470.4,129.8 L470.5,130.1 L470.6,130.4 L470.7,130.7 L470.9,131.0 L471.0,131.3 L471.1,131.6 L471.2,131.9 L471.4,132.2 L471.5,132.5 L471.6,132.7 L471.7,133.0 L471.9,133.2 L472.0,133.4 L472.1,133.6 L472.3,133.8 L472.4,134.0 L472.5,134.2 L472.7,134.4 L472.8,134.6 L472.9,134.7 L473.1,134.9 L473.2,135.0 L473.4,135.1 L473.5,135.2 L473.6,135.3 L473.8,135.4 L473.9,135.5 L474.0,135.5 L474.1,135.6 L474.3,135.6 L474.4,135.6 L474.5,135.7 L474.6,135.7 L474.8,135.7 L474.9,135.7 L475.0,135.6 L475.1,135.6 L475.2,135.6 L475.3,135.5 L475.4,135.5 L475.6,135.4 L475.7,135.4 L475.8,135.3 L475.9,135.2 L476.0,135.1 L476.1,135.0 L476.2,134.9 L476.3,134.8 L476.4,134.7 L476.5,134.6 L476.6,134.5 L476.7,134.4 L476.8,134.3 L476.9,134.2 L477.0,134.0 L477.1,133.9 L477.2,133.7 L477.3,133.6 L477.4,133.4 L477.5,133.3 L477.6,133.1 L477.7,133.0 L477.8,132.8 L477.9,132.6 L478.0,132.5 L478.1,132.3 L478.1,132.1 L478.2,131.9 L478.3,131.7 L478.4,131.5 L478.5,131.3 L478.6,131.1 L478.7,130.9 L478.8,130.7 L478.9,130.5 L478.9,130.3 L479.0,130.1 L479.1,129.9 L479.2,129.7 L479.3,129.5 L479.4,129.3 L479.5,129.0 L479.5,128.8 L479.6,128.6 L479.7,128.4 L479.8,128.2 L479.9,127.9 L479.9,127.7 L480.0,127.5 L480.1,127.3 L480.2,127.0 L480.2,126.8 L480.3,126.6 L480.4,126.4 L480.5,126.1 L480.5,125.9 L480.6,125.7 L480.7,125.5 L480.8,125.2 L480.8,125.0 L480.9,124.8 L481.0,124.5 L481.1,124.3 L481.1,124.1 L481.2,123.9 L481.3,123.6 L481.3,123.4 L481.4,123.2 L481.5,122.9 L481.5,122.7 L481.6,122.5 L481.7,122.3 L481.7,122.0 L481.8,121.8 L481.9,121.6 L481.9,121.4 L482.0,121.1 L482.1,120.9 L482.1,120.7 L482.2,120.5 L482.3,120.2 L482.3,120.0 L482.4,119.8 L482.5,119.6 L482.5,119.3 L482.6,119.1 L482.7,118.9 L482.7,118.6 L482.8,118.4 L482.9,118.2 L483.0,117.9 L483.0,117.7 L483.1,117.4 L483.2,117.2 L483.3,116.9 L483.4,116.6 L483.5,116.3 L483.6,116.0 L483.6,115.8 L483.7,115.5 L484.0,114.6 L484.3,113.7 L484.6,112.8 L484.9,111.8 L485.2,110.9 L485.6,110.0 L485.9,109.0 L486.2,108.1 L486.5,107.2 L486.8,106.2 L487.1,105.3 L487.4,104.4 L487.7,103.4 L488.0,102.5 L488.3,101.5 L488.6,100.5 L488.9,99.6 L489.3,98.6 L489.6,97.7 L489.9,96.8 L490.2,95.9 L490.4,95.0 L490.7,94.1 L491.0,93.2 L491.3,92.3 L491.6,91.5 L491.9,90.6 L492.1,89.8 L492.4,89.0 L492.7,88.2 L492.9,87.3 L493.2,86.5 L493.4,85.8 L493.7,85.0 L494.0,84.2 L494.2,83.4 L494.4,82.7 L494.7,81.9 L494.9,81.2 L495.2,80.4 L495.4,79.7 L495.7,79.0 L495.9,78.3 L496.1,77.6 L496.3,76.9 L496.6,76.2 L496.8,75.5 L497.0,74.8 L497.2,74.1 L497.5,73.5 L497.7,72.8 L497.9,72.2 L498.1,71.5 L498.3,70.9 L498.5,70.2 L498.7,69.6 L498.8,69.6 L498.8,69.5 L498.8,69.4 L498.8,69.3 L498.9,69.3 L498.9,69.2 L498.9,69.1 L498.9,69.0 L499.0,69.0 L499.0,68.9 L499.0,68.8 L499.1,68.8 L499.1,68.7 L499.1,68.6 L499.2,68.6 L499.2,68.5 L499.3,68.5 L499.3,68.4 L499.4,68.4 L499.5,68.4 L499.6,68.4 L499.6,68.5 L499.7,68.5 L499.7,68.6 L499.8,68.6 L499.8,68.7 L499.8,68.8 L499.9,68.8 L499.9,68.9 L499.9,69.0 L500.0,69.0 L500.0,69.1 L500.0,69.2 L500.2,69.8 L500.5,70.6 L500.8,71.4 L501.0,72.2 L501.3,73.1 L501.6,73.9 L501.9,74.8 L502.2,75.7 L502.4,76.5 L502.7,77.4 L503.0,78.2 L503.3,79.1 L503.6,79.9 L503.8,80.8 L504.1,81.6 L504.4,82.4 L504.7,83.3 L505.0,84.1 L505.2,85.0 L505.5,85.8 L505.8,86.6 L506.1,87.5 L506.3,88.3 L506.6,89.1 L506.7,89.5 \" stroke=\"rgb( 0, 0, 255)\"/></g>\n",
"\t</g>\n",
"<g color=\"white\" fill=\"none\" stroke=\"rgb( 0, 0, 255)\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"2.00\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"2.00\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"black\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"black\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<g shape-rendering=\"crispEdges\" stroke=\"none\">\n",
"\t\t<polygon fill=\"rgb(255, 255, 255)\" points=\"72.8,373.8 506.6,373.8 506.6,231.8 72.8,231.8 \"/>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M72.8,373.8 L85.3,373.8 M506.7,373.8 L494.2,373.8 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(64.5,379.8)\">\n",
"\t\t<text><tspan font-family=\"{}\">-0.8</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M72.8,356.0 L85.3,356.0 M506.7,356.0 L494.2,356.0 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(64.5,362.0)\">\n",
"\t\t<text><tspan font-family=\"{}\">-0.6</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M72.8,338.3 L85.3,338.3 M506.7,338.3 L494.2,338.3 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(64.5,344.3)\">\n",
"\t\t<text><tspan font-family=\"{}\">-0.4</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M72.8,320.5 L85.3,320.5 M506.7,320.5 L494.2,320.5 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(64.5,326.5)\">\n",
"\t\t<text><tspan font-family=\"{}\">-0.2</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M72.8,302.7 L85.3,302.7 M506.7,302.7 L494.2,302.7 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(64.5,308.7)\">\n",
"\t\t<text><tspan font-family=\"{}\">0</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M72.8,285.0 L85.3,285.0 M506.7,285.0 L494.2,285.0 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(64.5,291.0)\">\n",
"\t\t<text><tspan font-family=\"{}\">0.2</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M72.8,267.2 L85.3,267.2 M506.7,267.2 L494.2,267.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(64.5,273.2)\">\n",
"\t\t<text><tspan font-family=\"{}\">0.4</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M72.8,249.5 L85.3,249.5 M506.7,249.5 L494.2,249.5 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(64.5,255.5)\">\n",
"\t\t<text><tspan font-family=\"{}\">0.6</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M72.8,231.7 L85.3,231.7 M506.7,231.7 L494.2,231.7 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(64.5,237.7)\">\n",
"\t\t<text><tspan font-family=\"{}\">0.8</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M72.8,373.8 L72.8,361.3 M72.8,231.7 L72.8,244.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(72.8,397.8)\">\n",
"\t\t<text><tspan font-family=\"{}\">0</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M127.0,373.8 L127.0,361.3 M127.0,231.7 L127.0,244.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(127.0,397.8)\">\n",
"\t\t<text><tspan font-family=\"{}\">0.5</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M181.3,373.8 L181.3,361.3 M181.3,231.7 L181.3,244.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(181.3,397.8)\">\n",
"\t\t<text><tspan font-family=\"{}\">1</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M235.5,373.8 L235.5,361.3 M235.5,231.7 L235.5,244.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(235.5,397.8)\">\n",
"\t\t<text><tspan font-family=\"{}\">1.5</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M289.8,373.8 L289.8,361.3 M289.8,231.7 L289.8,244.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(289.8,397.8)\">\n",
"\t\t<text><tspan font-family=\"{}\">2</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M344.0,373.8 L344.0,361.3 M344.0,231.7 L344.0,244.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(344.0,397.8)\">\n",
"\t\t<text><tspan font-family=\"{}\">2.5</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M398.2,373.8 L398.2,361.3 M398.2,231.7 L398.2,244.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(398.2,397.8)\">\n",
"\t\t<text><tspan font-family=\"{}\">3</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M452.5,373.8 L452.5,361.3 M452.5,231.7 L452.5,244.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(452.5,397.8)\">\n",
"\t\t<text><tspan font-family=\"{}\">3.5</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M506.7,373.8 L506.7,361.3 M506.7,231.7 L506.7,244.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(506.7,397.8)\">\n",
"\t\t<text><tspan font-family=\"{}\">4</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M72.8,231.7 L72.8,373.8 L506.7,373.8 L506.7,231.7 L72.8,231.7 Z \" stroke=\"black\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(20.0,302.8) rotate(-90)\">\n",
"\t\t<text><tspan font-family=\"{}\">position dy (m)</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(289.7,424.8)\">\n",
"\t\t<text><tspan font-family=\"{}\">time (s)</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"\t<g id=\"gnuplot_plot_1b\"><title>gnuplot_plot_1b</title>\n",
"<g color=\"white\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"3.00\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"3.00\">\n",
"\t<path d=\"M72.8,302.7 L72.9,302.7 L73.0,302.7 L73.2,302.7 L73.3,302.7 L73.4,302.7 L73.5,302.7 L73.7,302.7 L73.8,302.7 L73.9,302.7 L74.0,302.7 L74.2,302.6 L74.3,302.6 L74.4,302.6 L74.6,302.6 L74.7,302.5 L74.8,302.5 L74.9,302.5 L75.1,302.4 L75.2,302.4 L75.3,302.4 L75.4,302.3 L75.6,302.3 L75.7,302.2 L75.8,302.2 L75.9,302.1 L76.1,302.1 L76.2,302.0 L76.3,302.0 L76.4,301.9 L76.5,301.9 L76.7,301.8 L76.8,301.7 L76.9,301.7 L77.0,301.6 L77.2,301.5 L77.3,301.5 L77.4,301.4 L77.5,301.3 L77.6,301.3 L77.8,301.2 L77.9,301.1 L78.0,301.0 L78.1,301.0 L78.3,300.9 L78.4,300.8 L78.5,300.7 L78.6,300.6 L78.7,300.6 L78.9,300.5 L79.0,300.4 L79.1,300.3 L79.2,300.2 L79.3,300.1 L79.5,300.0 L79.6,299.9 L79.7,299.8 L79.8,299.7 L79.9,299.6 L80.0,299.5 L80.2,299.4 L80.3,299.3 L80.4,299.2 L80.5,299.1 L80.6,299.0 L80.8,298.9 L80.9,298.8 L81.0,298.7 L81.1,298.6 L81.2,298.5 L81.4,298.3 L81.5,298.2 L81.6,298.1 L81.7,298.0 L81.9,297.9 L82.0,297.8 L82.1,297.6 L82.2,297.5 L82.3,297.4 L82.5,297.3 L82.6,297.1 L82.7,297.0 L82.8,296.9 L83.0,296.7 L83.1,296.6 L83.2,296.5 L83.4,296.3 L83.5,296.2 L83.6,296.1 L83.7,295.9 L83.9,295.8 L84.0,295.6 L84.1,295.5 L84.3,295.3 L84.4,295.2 L84.5,295.0 L84.7,294.9 L84.8,294.7 L85.0,294.6 L85.1,294.4 L85.2,294.3 L85.4,294.1 L85.5,294.0 L85.7,293.8 L85.9,293.6 L86.0,293.4 L86.2,293.2 L86.4,293.0 L86.6,292.8 L86.8,292.6 L87.0,292.4 L87.2,292.2 L87.4,292.0 L87.5,291.9 L87.7,291.7 L87.8,291.6 L87.9,291.5 L88.0,291.4 L88.2,291.3 L88.3,291.2 L88.4,291.1 L88.5,291.0 L88.6,290.9 L88.7,290.8 L88.8,290.8 L88.9,290.7 L88.9,290.6 L89.0,290.5 L89.1,290.5 L89.2,290.4 L89.3,290.3 L89.4,290.3 L89.4,290.2 L89.5,290.2 L89.6,290.1 L89.7,290.1 L89.7,290.0 L89.8,290.0 L89.9,289.9 L90.0,289.9 L90.0,289.8 L90.1,289.8 L90.2,289.7 L90.3,289.6 L90.4,289.6 L90.5,289.5 L90.6,289.5 L90.7,289.4 L90.8,289.4 L90.9,289.3 L91.0,289.3 L91.1,289.3 L91.2,289.2 L91.3,289.2 L91.4,289.1 L91.5,289.1 L91.6,289.1 L91.7,289.0 L91.8,289.0 L91.9,289.0 L92.0,289.0 L92.1,289.0 L92.2,288.9 L92.3,288.9 L92.4,288.9 L92.5,288.9 L92.6,288.9 L92.7,288.9 L92.8,288.9 L92.9,288.9 L93.0,288.9 L93.1,288.9 L93.2,288.9 L93.3,288.9 L93.4,288.9 L93.4,289.0 L93.5,289.0 L93.6,289.0 L93.7,289.0 L93.8,289.0 L93.8,289.1 L93.9,289.1 L94.0,289.1 L94.1,289.1 L94.2,289.2 L94.3,289.2 L94.4,289.3 L94.5,289.3 L94.6,289.4 L94.7,289.4 L94.8,289.4 L94.8,289.5 L94.9,289.5 L95.0,289.6 L95.1,289.6 L95.1,289.7 L95.2,289.7 L95.3,289.8 L95.4,289.8 L95.4,289.9 L95.5,289.9 L95.6,290.0 L95.7,290.1 L95.8,290.2 L95.9,290.2 L96.0,290.3 L96.1,290.4 L96.2,290.4 L96.2,290.5 L96.3,290.6 L96.4,290.7 L96.5,290.8 L96.6,290.8 L96.6,290.9 L96.7,291.0 L96.8,291.0 L96.8,291.1 L96.9,291.2 L97.0,291.3 L97.1,291.4 L97.2,291.5 L97.3,291.6 L97.4,291.7 L97.5,291.8 L97.5,291.9 L97.6,292.0 L97.7,292.0 L97.8,292.1 L97.8,292.2 L97.9,292.3 L98.0,292.4 L98.0,292.5 L98.1,292.6 L98.2,292.7 L98.3,292.8 L98.4,292.9 L98.4,293.0 L98.5,293.1 L98.6,293.2 L98.7,293.3 L98.8,293.4 L98.9,293.5 L99.0,293.7 L99.1,293.8 L99.2,293.9 L99.3,294.1 L99.4,294.2 L99.5,294.4 L99.6,294.5 L99.7,294.7 L99.9,294.9 L100.0,295.1 L100.2,295.4 L100.4,295.6 L100.6,295.9 L100.7,296.1 L100.9,296.3 L101.0,296.5 L101.1,296.6 L101.2,296.8 L101.3,297.0 L101.4,297.1 L101.6,297.3 L101.7,297.4 L101.8,297.6 L101.9,297.7 L102.0,297.8 L102.1,298.0 L102.2,298.1 L102.3,298.2 L102.4,298.4 L102.5,298.5 L102.6,298.6 L102.6,298.8 L102.7,298.9 L102.8,299.0 L102.9,299.1 L103.0,299.2 L103.1,299.4 L103.2,299.5 L103.3,299.6 L103.4,299.7 L103.5,299.8 L103.6,299.9 L103.7,300.0 L103.7,300.1 L103.8,300.3 L103.9,300.4 L104.0,300.5 L104.1,300.6 L104.2,300.7 L104.3,300.8 L104.4,300.9 L104.5,301.0 L104.6,301.1 L104.6,301.2 L104.7,301.3 L104.8,301.3 L104.9,301.4 L105.0,301.5 L105.1,301.6 L105.2,301.7 L105.3,301.8 L105.3,301.9 L105.4,302.0 L105.5,302.0 L105.6,302.1 L105.7,302.2 L105.8,302.3 L105.9,302.4 L106.0,302.4 L106.0,302.5 L106.1,302.6 L106.2,302.6 L106.3,302.7 L106.4,302.8 L106.5,302.8 L106.6,302.9 L106.6,303.0 L106.7,303.0 L106.8,303.1 L106.9,303.1 L107.0,303.2 L107.1,303.2 L107.1,303.3 L107.2,303.3 L107.3,303.4 L107.4,303.4 L107.5,303.5 L107.6,303.5 L107.7,303.6 L107.8,303.6 L107.9,303.7 L108.0,303.7 L108.1,303.8 L108.2,303.8 L108.3,303.8 L108.4,303.9 L108.5,303.9 L108.6,303.9 L108.7,304.0 L108.8,304.0 L108.9,304.0 L109.0,304.0 L109.1,304.0 L109.2,304.0 L109.3,304.1 L109.4,304.1 L109.5,304.1 L109.6,304.1 L109.7,304.1 L109.8,304.1 L109.9,304.1 L110.0,304.1 L110.1,304.0 L110.2,304.0 L110.3,304.0 L110.4,304.0 L110.5,304.0 L110.6,304.0 L110.7,303.9 L110.8,303.9 L110.9,303.9 L111.0,303.8 L111.1,303.8 L111.2,303.8 L111.3,303.7 L111.4,303.7 L111.5,303.6 L111.6,303.6 L111.7,303.5 L111.8,303.5 L111.9,303.4 L112.0,303.4 L112.1,303.3 L112.2,303.2 L112.3,303.2 L112.3,303.1 L112.4,303.1 L112.5,303.1 L112.5,303.0 L112.6,303.0 L112.7,302.9 L112.8,302.8 L112.9,302.7 L113.0,302.6 L113.1,302.5 L113.2,302.5 L113.2,302.4 L113.3,302.4 L113.4,302.3 L113.4,302.2 L113.5,302.2 L113.5,302.1 L113.6,302.0 L113.7,302.0 L113.7,301.9 L113.8,301.9 L113.9,301.8 L113.9,301.7 L114.0,301.7 L114.0,301.6 L114.1,301.5 L114.2,301.4 L114.3,301.3 L114.4,301.2 L114.5,301.1 L114.5,301.0 L114.6,300.9 L114.7,300.9 L114.7,300.8 L114.8,300.7 L114.8,300.6 L114.9,300.6 L115.0,300.5 L115.0,300.4 L115.1,300.3 L115.2,300.2 L115.2,300.1 L115.3,300.0 L115.4,299.9 L115.5,299.8 L115.5,299.7 L115.6,299.6 L115.7,299.5 L115.8,299.4 L115.8,299.3 L115.9,299.2 L116.0,299.1 L116.0,299.0 L116.1,298.9 L116.2,298.8 L116.3,298.7 L116.3,298.6 L116.7,298.1 L117.1,297.6 L117.4,297.0 L117.8,296.5 L118.2,295.9 L118.6,295.4 L119.0,294.9 L119.3,294.4 L119.7,293.9 L120.1,293.4 L120.4,293.0 L120.7,292.5 L121.1,292.1 L121.4,291.7 L121.7,291.2 L122.0,290.8 L122.3,290.5 L122.6,290.1 L122.9,289.7 L123.2,289.3 L123.5,289.0 L123.8,288.6 L124.1,288.3 L124.4,288.0 L124.7,287.7 L124.9,287.3 L125.2,287.0 L125.5,286.7 L125.7,286.4 L126.0,286.2 L126.3,285.9 L126.5,285.6 L126.8,285.3 L127.0,285.1 L127.3,284.8 L127.5,284.6 L127.8,284.3 L128.0,284.1 L128.3,283.9 L128.5,283.7 L128.7,283.4 L129.0,283.2 L129.2,283.0 L129.4,282.8 L129.7,282.6 L129.9,282.4 L130.1,282.3 L130.3,282.1 L130.6,281.9 L130.6,281.8 L130.7,281.8 L130.8,281.8 L130.8,281.7 L130.9,281.7 L131.0,281.7 L131.1,281.7 L131.2,281.7 L131.3,281.7 L131.3,281.8 L131.4,281.8 L131.5,281.8 L131.5,281.9 L131.6,281.9 L131.6,282.0 L131.7,282.0 L131.7,282.1 L131.8,282.2 L131.8,282.3 L131.9,282.3 L131.9,282.4 L132.0,282.5 L132.0,282.6 L132.1,282.6 L132.1,282.7 L132.1,282.8 L132.2,282.8 L132.2,282.9 L132.2,283.0 L132.3,283.1 L132.3,283.2 L132.4,283.3 L132.4,283.4 L132.4,283.5 L132.5,283.5 L132.5,283.6 L132.5,283.7 L132.5,283.8 L132.6,283.8 L132.6,283.9 L132.6,284.0 L132.6,284.1 L132.7,284.2 L132.7,284.3 L132.8,284.4 L132.8,284.5 L132.8,284.6 L132.8,284.7 L132.9,284.8 L132.9,284.9 L132.9,285.0 L133.0,285.2 L133.0,285.3 L133.0,285.4 L133.1,285.5 L133.1,285.6 L133.1,285.8 L133.2,285.9 L133.2,286.0 L133.2,286.1 L133.2,286.2 L133.4,286.7 L133.6,287.8 L133.9,288.9 L134.2,290.0 L134.4,291.1 L134.7,292.2 L135.0,293.3 L135.3,294.4 L135.5,295.5 L135.8,296.6 L136.1,297.7 L136.3,298.8 L136.6,299.9 L136.9,301.1 L137.1,302.2 L137.4,303.3 L137.7,304.4 L137.9,305.5 L138.2,306.6 L138.5,307.7 L138.7,308.8 L139.0,309.9 L139.3,311.0 L139.6,312.2 L139.8,313.3 L140.1,314.4 L140.4,315.5 L140.6,316.6 L140.9,317.7 L141.2,318.7 L141.4,319.8 L141.7,320.9 L142.0,322.0 L142.3,323.1 L142.5,324.2 L142.8,325.2 L143.1,326.3 L143.3,327.4 L143.6,328.4 L143.9,329.5 L144.2,330.5 L144.4,331.6 L144.7,332.6 L145.0,333.7 L145.3,334.7 L145.6,335.7 L145.8,336.7 L146.1,337.8 L146.4,338.8 L146.7,339.8 L147.0,340.8 L147.2,341.7 L147.5,342.7 L147.8,343.7 L148.1,344.7 L148.4,345.6 L148.4,345.7 L148.4,345.8 L148.5,345.8 L148.5,345.9 L148.5,346.0 L148.5,346.1 L148.6,346.2 L148.6,346.3 L148.6,346.4 L148.7,346.5 L148.7,346.6 L148.7,346.7 L148.8,346.7 L148.8,346.8 L148.8,346.9 L148.9,346.9 L148.9,347.0 L148.9,347.1 L149.0,347.1 L149.0,347.2 L149.1,347.2 L149.1,347.3 L149.2,347.3 L149.2,347.4 L149.3,347.4 L149.4,347.4 L149.5,347.4 L149.5,347.3 L149.6,347.3 L149.6,347.2 L149.7,347.2 L149.9,346.9 L150.1,346.6 L150.3,346.3 L150.5,346.0 L150.7,345.7 L150.9,345.3 L151.1,345.0 L151.3,344.6 L151.6,344.3 L151.8,343.9 L152.0,343.5 L152.2,343.1 L152.4,342.7 L152.7,342.3 L152.9,341.9 L153.1,341.5 L153.4,341.0 L153.6,340.6 L153.8,340.1 L154.1,339.6 L154.3,339.1 L154.6,338.6 L154.8,338.1 L155.0,337.6 L155.3,337.1 L155.6,336.5 L155.8,335.9 L156.1,335.4 L156.3,334.8 L156.6,334.2 L156.9,333.5 L157.1,332.9 L157.4,332.3 L157.7,331.6 L158.0,330.9 L158.2,330.2 L158.5,329.5 L158.8,328.8 L159.1,328.1 L159.4,327.3 L159.7,326.5 L160.0,325.8 L160.3,324.9 L160.6,324.1 L160.9,323.3 L161.2,322.4 L161.5,321.6 L161.9,320.7 L162.2,319.9 L162.5,319.0 L162.8,318.2 L163.1,317.3 L163.4,316.5 L163.7,315.6 L164.0,314.7 L164.3,313.8 L164.6,313.0 L164.6,312.9 L164.7,312.8 L164.7,312.7 L164.7,312.6 L164.8,312.5 L164.8,312.4 L164.8,312.3 L164.9,312.2 L164.9,312.0 L165.0,311.8 L165.1,311.5 L165.2,311.2 L165.3,311.0 L165.4,310.7 L165.5,310.4 L165.6,310.1 L165.6,309.9 L165.7,309.7 L165.8,309.4 L165.9,309.2 L165.9,309.0 L166.0,308.8 L166.1,308.5 L166.1,308.3 L166.2,308.1 L166.3,307.9 L166.3,307.7 L166.4,307.5 L166.5,307.3 L166.5,307.0 L166.6,306.8 L166.7,306.6 L166.7,306.4 L166.8,306.2 L166.9,306.0 L166.9,305.8 L167.0,305.5 L167.1,305.3 L167.1,305.1 L167.2,304.9 L167.3,304.7 L167.4,304.5 L167.4,304.3 L167.5,304.0 L167.6,303.8 L167.6,303.6 L167.7,303.4 L167.8,303.2 L167.9,303.0 L167.9,302.7 L168.0,302.5 L168.1,302.3 L168.1,302.1 L168.2,301.9 L168.3,301.6 L168.4,301.4 L168.5,301.2 L168.5,301.0 L168.6,300.8 L168.7,300.6 L168.8,300.3 L168.9,300.1 L168.9,299.9 L169.0,299.7 L169.1,299.5 L169.2,299.3 L169.3,299.0 L169.3,298.8 L169.4,298.6 L169.5,298.4 L169.6,298.2 L169.7,298.0 L169.8,297.8 L169.9,297.6 L169.9,297.4 L170.0,297.2 L170.1,297.0 L170.2,296.8 L170.3,296.6 L170.4,296.4 L170.5,296.2 L170.6,296.0 L170.7,295.8 L170.8,295.6 L170.9,295.4 L171.0,295.3 L171.1,295.1 L171.2,294.9 L171.3,294.7 L171.3,294.6 L171.4,294.4 L171.5,294.2 L171.6,294.1 L171.7,293.9 L171.8,293.8 L171.9,293.6 L172.0,293.5 L172.1,293.3 L172.2,293.2 L172.3,293.1 L172.4,292.9 L172.6,292.8 L172.7,292.7 L172.8,292.6 L172.9,292.4 L173.0,292.3 L173.1,292.2 L173.2,292.1 L173.3,292.0 L173.5,291.9 L173.6,291.9 L173.7,291.8 L173.8,291.7 L173.9,291.6 L174.0,291.6 L174.2,291.5 L174.3,291.5 L174.4,291.4 L174.5,291.4 L174.7,291.4 L174.8,291.4 L174.9,291.3 L175.1,291.3 L175.2,291.4 L175.3,291.4 L175.5,291.4 L175.6,291.4 L175.7,291.5 L175.9,291.5 L176.0,291.6 L176.2,291.7 L176.3,291.8 L176.4,291.8 L176.5,291.9 L176.7,292.1 L176.8,292.2 L176.9,292.3 L177.0,292.4 L177.2,292.5 L177.3,292.7 L177.4,292.8 L177.5,293.0 L177.7,293.2 L177.8,293.3 L177.9,293.5 L178.0,293.7 L178.1,293.9 L178.2,294.0 L178.3,294.2 L178.5,294.4 L178.6,294.6 L178.7,294.8 L178.8,295.0 L178.9,295.2 L179.0,295.4 L179.1,295.6 L179.2,295.8 L179.2,296.0 L179.3,296.2 L179.4,296.4 L179.5,296.7 L179.6,296.9 L179.7,297.1 L179.8,297.3 L179.8,297.5 L179.9,297.7 L180.0,297.9 L180.1,298.1 L180.2,298.3 L180.2,298.5 L180.3,298.7 L180.4,298.9 L180.4,299.1 L180.5,299.3 L180.6,299.5 L180.6,299.7 L180.7,299.9 L180.8,300.1 L180.8,300.3 L180.9,300.5 L181.0,300.7 L181.0,300.8 L181.1,301.0 L181.1,301.2 L181.2,301.4 L181.2,301.6 L181.3,301.8 L181.3,301.9 L181.3,302.0 L181.4,302.0 L181.6,302.8 L181.9,303.8 L182.2,304.7 L182.5,305.7 L182.8,306.7 L183.0,307.6 L183.3,308.6 L183.6,309.5 L183.9,310.5 L184.2,311.5 L184.5,312.4 L184.8,313.4 L185.1,314.3 L185.4,315.3 L185.6,316.2 L185.9,317.2 L186.2,318.1 L186.5,319.0 L186.8,320.0 L187.1,320.9 L187.4,321.8 L187.7,322.8 L188.0,323.7 L188.3,324.6 L188.6,325.5 L188.9,326.4 L189.2,327.3 L189.5,328.2 L189.8,329.1 L190.1,330.0 L190.1,330.1 L190.1,330.2 L190.2,330.3 L190.2,330.4 L190.2,330.5 L190.3,330.6 L190.3,330.7 L190.3,330.8 L190.4,330.9 L190.4,331.0 L190.4,331.1 L190.5,331.1 L190.5,331.2 L190.5,331.3 L190.6,331.3 L190.6,331.4 L190.6,331.5 L190.7,331.5 L190.7,331.6 L190.7,331.7 L190.8,331.7 L190.8,331.8 L190.8,331.9 L190.9,331.9 L190.9,332.0 L191.0,332.0 L191.0,332.1 L191.1,332.1 L191.1,332.2 L191.2,332.2 L191.2,332.3 L191.3,332.3 L191.4,332.3 L191.5,332.3 L191.6,332.3 L191.7,332.3 L191.8,332.3 L191.8,332.2 L191.9,332.2 L191.9,332.1 L192.0,332.1 L192.0,332.0 L192.1,332.0 L192.1,331.9 L192.2,331.9 L192.2,331.8 L192.2,331.7 L192.3,331.7 L192.3,331.6 L192.4,331.6 L192.4,331.5 L192.4,331.4 L192.5,331.4 L192.5,331.3 L192.5,331.2 L192.6,331.2 L192.6,331.1 L192.6,331.0 L192.6,330.9 L192.7,330.9 L192.7,330.8 L192.7,330.7 L192.8,330.6 L192.8,330.5 L192.9,330.4 L192.9,330.3 L192.9,330.2 L193.0,330.1 L193.0,330.0 L193.0,329.9 L193.0,329.8 L193.1,329.7 L193.1,329.6 L193.1,329.5 L193.2,329.4 L193.2,329.3 L193.2,329.2 L193.2,329.1 L193.3,329.0 L193.3,328.9 L193.3,328.8 L193.4,328.7 L193.4,328.5 L193.4,328.4 L193.4,328.3 L193.5,328.2 L193.5,328.0 L193.5,327.9 L193.6,327.8 L193.6,327.6 L193.6,327.5 L193.7,327.4 L193.7,327.2 L193.7,327.1 L193.7,326.9 L193.8,326.8 L193.8,326.7 L194.1,325.4 L194.3,324.1 L194.6,322.9 L194.8,321.6 L195.1,320.3 L195.3,319.0 L195.6,317.8 L195.8,316.5 L196.1,315.2 L196.3,313.9 L196.6,312.6 L196.8,311.4 L197.1,310.1 L197.3,308.8 L197.6,307.5 L197.8,306.2 L198.1,304.9 L198.3,303.6 L198.6,302.3 L198.8,301.0 L199.1,299.8 L199.3,298.5 L199.6,297.2 L199.8,295.9 L200.1,294.6 L200.3,293.3 L200.6,292.0 L200.8,290.8 L201.1,289.5 L201.3,288.2 L201.6,286.9 L201.8,285.7 L202.1,284.4 L202.3,283.1 L202.6,281.8 L202.8,280.6 L203.1,279.3 L203.1,279.2 L203.1,279.1 L203.2,278.9 L203.2,278.8 L203.2,278.6 L203.2,278.5 L203.3,278.4 L203.3,278.2 L203.3,278.1 L203.4,278.0 L203.4,277.8 L203.4,277.7 L203.5,277.6 L203.5,277.4 L203.5,277.3 L203.5,277.2 L203.6,277.1 L203.6,277.0 L203.6,276.9 L203.7,276.8 L203.7,276.6 L203.7,276.5 L203.8,276.4 L203.8,276.3 L203.8,276.2 L203.8,276.1 L203.9,276.0 L203.9,275.9 L204.0,275.8 L204.0,275.7 L204.0,275.6 L204.0,275.5 L204.1,275.5 L204.1,275.4 L204.1,275.3 L204.2,275.2 L204.2,275.1 L204.2,275.0 L204.3,275.0 L204.3,274.9 L204.3,274.8 L204.4,274.7 L204.4,274.6 L204.4,274.5 L204.5,274.5 L204.5,274.4 L204.6,274.3 L204.6,274.2 L204.7,274.1 L204.7,274.0 L204.8,274.0 L204.8,273.9 L204.9,273.9 L204.9,273.8 L205.0,273.8 L205.0,273.7 L205.1,273.7 L205.1,273.6 L205.2,273.6 L205.3,273.6 L205.4,273.6 L205.5,273.6 L205.6,273.6 L205.7,273.6 L205.7,273.7 L205.8,273.7 L205.8,273.8 L205.9,273.8 L205.9,273.9 L206.0,273.9 L206.0,274.0 L206.1,274.1 L206.1,274.2 L206.2,274.2 L206.2,274.3 L206.3,274.4 L206.3,274.5 L206.3,274.6 L206.4,274.6 L206.4,274.7 L206.4,274.8 L206.5,274.8 L206.5,274.9 L206.5,275.0 L206.6,275.1 L206.6,275.2 L206.6,275.3 L206.7,275.6 L207.0,276.5 L207.3,277.4 L207.6,278.3 L207.9,279.2 L208.2,280.1 L208.5,281.0 L208.8,281.9 L209.1,282.9 L209.4,283.8 L209.7,284.7 L210.0,285.7 L210.3,286.6 L210.6,287.5 L210.9,288.5 L211.2,289.4 L211.5,290.4 L211.8,291.3 L212.1,292.3 L212.4,293.2 L212.6,294.2 L212.9,295.1 L213.2,296.1 L213.5,297.1 L213.8,298.0 L214.1,299.0 L214.4,299.9 L214.7,300.9 L215.0,301.9 L215.3,302.8 L215.5,303.8 L215.6,303.8 L215.6,304.0 L215.7,304.2 L215.7,304.4 L215.8,304.5 L215.8,304.7 L215.9,304.9 L215.9,305.1 L216.0,305.3 L216.1,305.4 L216.1,305.6 L216.2,305.8 L216.2,306.0 L216.3,306.2 L216.4,306.4 L216.4,306.6 L216.5,306.8 L216.6,307.0 L216.6,307.2 L216.7,307.4 L216.8,307.6 L216.9,307.8 L216.9,308.0 L217.0,308.2 L217.1,308.4 L217.2,308.6 L217.3,308.8 L217.3,309.0 L217.4,309.2 L217.5,309.4 L217.6,309.6 L217.7,309.8 L217.8,310.0 L217.9,310.2 L218.0,310.4 L218.1,310.6 L218.2,310.8 L218.3,311.0 L218.4,311.1 L218.5,311.3 L218.6,311.5 L218.7,311.7 L218.8,311.9 L218.9,312.1 L219.1,312.2 L219.2,312.4 L219.3,312.6 L219.4,312.7 L219.5,312.9 L219.7,313.0 L219.8,313.1 L219.9,313.3 L220.1,313.4 L220.2,313.5 L220.3,313.6 L220.5,313.7 L220.6,313.8 L220.7,313.8 L220.9,313.9 L221.0,314.0 L221.1,314.0 L221.3,314.1 L221.4,314.1 L221.6,314.1 L221.7,314.1 L221.8,314.1 L222.0,314.1 L222.1,314.1 L222.2,314.0 L222.4,314.0 L222.5,314.0 L222.6,313.9 L222.7,313.9 L222.9,313.8 L223.0,313.7 L223.1,313.6 L223.2,313.6 L223.3,313.5 L223.5,313.4 L223.6,313.3 L223.7,313.2 L223.8,313.1 L223.9,313.0 L224.0,312.8 L224.1,312.7 L224.2,312.6 L224.3,312.4 L224.4,312.3 L224.6,312.2 L224.7,312.0 L224.8,311.9 L224.9,311.7 L224.9,311.6 L225.0,311.4 L225.1,311.3 L225.2,311.1 L225.3,311.0 L225.4,310.8 L225.5,310.6 L225.6,310.5 L225.7,310.3 L225.8,310.1 L225.9,309.9 L226.0,309.8 L226.1,309.6 L226.2,309.4 L226.3,309.2 L226.4,309.0 L226.4,308.8 L226.5,308.6 L226.6,308.4 L226.7,308.2 L226.8,308.0 L226.9,307.8 L227.0,307.6 L227.1,307.4 L227.1,307.2 L227.2,307.0 L227.3,306.8 L227.4,306.6 L227.5,306.3 L227.6,306.1 L227.6,305.9 L227.7,305.7 L227.8,305.5 L227.9,305.3 L228.0,305.1 L228.0,304.8 L228.1,304.6 L228.2,304.4 L228.3,304.2 L228.4,304.0 L228.4,303.8 L228.5,303.5 L228.6,303.3 L228.7,303.1 L228.7,302.9 L228.8,302.7 L228.9,302.4 L229.0,302.2 L229.0,302.0 L229.1,301.8 L229.2,301.6 L229.2,301.4 L229.3,301.1 L229.4,300.9 L229.4,300.7 L229.5,300.5 L229.6,300.3 L229.7,300.1 L229.7,299.9 L229.8,299.6 L229.9,299.4 L229.9,299.2 L230.0,299.0 L230.1,298.8 L230.1,298.6 L230.2,298.4 L230.3,298.2 L230.3,298.0 L230.4,297.7 L230.4,297.5 L230.5,297.3 L230.6,297.1 L230.6,296.9 L230.7,296.7 L230.8,296.5 L230.8,296.3 L230.9,296.1 L231.0,295.8 L231.1,295.6 L231.1,295.4 L231.2,295.2 L231.3,294.9 L231.3,294.7 L231.4,294.5 L231.5,294.2 L231.6,293.9 L231.7,293.6 L231.8,293.4 L231.8,293.3 L232.1,292.5 L232.4,291.6 L232.7,290.7 L233.0,289.8 L233.3,289.0 L233.6,288.1 L233.9,287.3 L234.2,286.4 L234.5,285.5 L234.8,284.7 L235.1,283.8 L235.4,283.0 L235.8,282.2 L236.1,281.3 L236.4,280.5 L236.7,279.7 L237.0,278.9 L237.3,278.1 L237.6,277.3 L237.9,276.5 L238.2,275.7 L238.5,275.0 L238.8,274.3 L239.1,273.6 L239.4,272.9 L239.7,272.2 L239.9,271.6 L240.2,270.9 L240.5,270.3 L240.7,269.7 L241.0,269.1 L241.3,268.5 L241.5,268.0 L241.8,267.4 L242.0,266.9 L242.3,266.4 L242.5,265.8 L242.8,265.3 L243.0,264.9 L243.3,264.4 L243.5,263.9 L243.8,263.5 L244.0,263.0 L244.2,262.6 L244.5,262.2 L244.7,261.8 L244.9,261.4 L245.1,261.0 L245.4,260.6 L245.6,260.3 L245.8,259.9 L246.0,259.6 L246.2,259.2 L246.4,258.9 L246.7,258.6 L246.9,258.3 L246.9,258.2 L247.0,258.2 L247.0,258.1 L247.1,258.1 L247.1,258.0 L247.2,258.0 L247.2,257.9 L247.3,257.9 L247.4,257.9 L247.5,257.9 L247.5,258.0 L247.6,258.0 L247.6,258.1 L247.7,258.1 L247.7,258.2 L247.8,258.2 L247.8,258.3 L247.8,258.4 L247.9,258.4 L247.9,258.5 L247.9,258.6 L248.0,258.6 L248.0,258.7 L248.0,258.8 L248.0,258.9 L248.1,258.9 L248.1,259.0 L248.1,259.1 L248.2,259.2 L248.4,259.9 L248.6,260.8 L248.9,261.7 L249.2,262.6 L249.5,263.6 L249.8,264.6 L250.0,265.6 L250.3,266.6 L250.6,267.6 L250.9,268.6 L251.2,269.7 L251.5,270.7 L251.7,271.7 L252.0,272.8 L252.3,273.8 L252.6,274.9 L252.9,275.9 L253.1,277.0 L253.4,278.1 L253.7,279.1 L254.0,280.2 L254.2,281.3 L254.5,282.4 L254.8,283.4 L255.0,284.5 L255.3,285.6 L255.6,286.7 L255.9,287.8 L256.1,288.9 L256.4,290.0 L256.7,291.1 L256.9,292.2 L257.2,293.3 L257.5,294.4 L257.8,295.5 L258.0,296.6 L258.3,297.7 L258.6,298.9 L258.8,300.0 L259.1,301.1 L259.4,302.2 L259.6,303.3 L259.9,304.4 L260.2,305.5 L260.4,306.6 L260.7,307.7 L261.0,308.9 L261.2,310.0 L261.5,311.1 L261.8,312.2 L262.1,313.3 L262.3,314.4 L262.6,315.5 L262.9,316.6 L263.1,317.7 L263.4,318.8 L263.4,318.9 L263.5,318.9 L263.5,319.0 L263.5,319.1 L263.5,319.2 L263.6,319.4 L263.6,319.5 L263.6,319.6 L263.7,319.8 L263.7,319.9 L263.7,320.0 L263.8,320.1 L263.8,320.2 L263.8,320.4 L263.9,320.5 L263.9,320.6 L263.9,320.7 L264.0,320.8 L264.0,320.9 L264.0,321.0 L264.1,321.1 L264.1,321.2 L264.1,321.3 L264.2,321.4 L264.2,321.5 L264.2,321.6 L264.3,321.6 L264.3,321.7 L264.3,321.8 L264.4,321.9 L264.4,322.0 L264.4,322.1 L264.5,322.1 L264.5,322.2 L264.5,322.3 L264.6,322.4 L264.6,322.5 L264.7,322.6 L264.7,322.7 L264.8,322.7 L264.8,322.8 L264.8,322.9 L264.9,322.9 L264.9,323.0 L265.0,323.0 L265.0,323.1 L265.1,323.2 L265.1,323.3 L265.2,323.3 L265.2,323.4 L265.3,323.4 L265.4,323.5 L265.5,323.5 L265.6,323.5 L265.6,323.6 L265.7,323.6 L265.8,323.6 L265.8,323.5 L265.9,323.5 L266.0,323.5 L266.0,323.4 L266.1,323.4 L266.3,323.3 L266.5,323.1 L266.7,322.9 L266.9,322.7 L267.2,322.5 L267.4,322.3 L267.6,322.1 L267.8,321.9 L268.1,321.7 L268.3,321.5 L268.5,321.3 L268.8,321.1 L269.0,320.9 L269.2,320.6 L269.5,320.4 L269.7,320.1 L270.0,319.9 L270.2,319.6 L270.5,319.4 L270.7,319.1 L271.0,318.8 L271.2,318.5 L271.5,318.3 L271.8,318.0 L272.0,317.7 L272.3,317.3 L272.6,317.0 L272.9,316.7 L273.1,316.4 L273.4,316.0 L273.7,315.7 L274.0,315.3 L274.3,315.0 L274.6,314.6 L274.9,314.2 L275.2,313.8 L275.5,313.5 L275.8,313.0 L276.1,312.6 L276.4,312.2 L276.8,311.8 L277.1,311.3 L277.4,310.9 L277.8,310.4 L278.1,309.9 L278.5,309.4 L278.9,308.9 L279.3,308.4 L279.6,307.8 L280.0,307.3 L280.4,306.8 L280.4,306.7 L280.5,306.7 L280.5,306.6 L280.6,306.5 L280.7,306.4 L280.7,306.3 L280.8,306.2 L280.9,306.1 L281.0,306.0 L281.0,305.9 L281.1,305.8 L281.2,305.7 L281.2,305.6 L281.3,305.5 L281.4,305.5 L281.4,305.4 L281.5,305.3 L281.5,305.2 L281.6,305.2 L281.6,305.1 L281.7,305.0 L281.8,304.9 L281.9,304.8 L281.9,304.7 L282.0,304.6 L282.1,304.6 L282.1,304.5 L282.2,304.4 L282.2,304.3 L282.3,304.3 L282.4,304.2 L282.4,304.1 L282.5,304.1 L282.5,304.0 L282.6,303.9 L282.7,303.9 L282.7,303.8 L282.8,303.7 L282.9,303.6 L283.0,303.5 L283.1,303.4 L283.2,303.3 L283.3,303.2 L283.4,303.1 L283.5,303.1 L283.5,303.0 L283.6,302.9 L283.7,302.9 L283.7,302.8 L283.8,302.8 L283.8,302.7 L283.9,302.7 L284.0,302.6 L284.1,302.5 L284.2,302.5 L284.2,302.4 L284.3,302.4 L284.4,302.4 L284.4,302.3 L284.5,302.3 L284.6,302.2 L284.7,302.1 L284.8,302.1 L284.9,302.0 L285.0,302.0 L285.1,301.9 L285.2,301.9 L285.3,301.9 L285.3,301.8 L285.4,301.8 L285.5,301.8 L285.5,301.7 L285.6,301.7 L285.7,301.7 L285.8,301.7 L285.9,301.6 L286.0,301.6 L286.1,301.6 L286.2,301.6 L286.3,301.6 L286.4,301.5 L286.5,301.5 L286.6,301.5 L286.7,301.5 L286.8,301.5 L286.9,301.5 L287.0,301.5 L287.1,301.5 L287.2,301.5 L287.3,301.5 L287.4,301.5 L287.5,301.5 L287.6,301.6 L287.7,301.6 L287.8,301.6 L287.9,301.6 L288.0,301.6 L288.1,301.7 L288.2,301.7 L288.3,301.7 L288.4,301.8 L288.5,301.8 L288.6,301.8 L288.7,301.9 L288.8,301.9 L288.9,302.0 L289.0,302.0 L289.1,302.1 L289.2,302.2 L289.3,302.2 L289.4,302.3 L289.5,302.3 L289.6,302.4 L289.7,302.5 L289.8,302.5 L289.9,302.6 L290.0,302.6 L290.1,302.7 L290.2,302.8 L290.3,302.9 L290.4,303.0 L290.5,303.0 L290.6,303.1 L290.7,303.2 L290.8,303.3 L290.9,303.4 L291.0,303.5 L291.1,303.6 L291.2,303.6 L291.3,303.7 L291.3,303.8 L291.4,303.9 L291.5,304.0 L291.6,304.1 L291.7,304.2 L291.8,304.2 L291.9,304.3 L292.0,304.4 L292.0,304.5 L292.1,304.6 L292.2,304.7 L292.3,304.8 L292.4,304.9 L292.5,305.0 L292.6,305.1 L292.7,305.2 L292.7,305.3 L292.8,305.4 L292.9,305.5 L293.0,305.6 L293.1,305.8 L293.2,305.9 L293.3,306.0 L293.4,306.1 L293.5,306.2 L293.6,306.3 L293.6,306.4 L293.7,306.5 L293.8,306.7 L293.9,306.8 L294.0,306.9 L294.1,307.0 L294.2,307.2 L294.3,307.3 L294.4,307.4 L294.5,307.5 L294.6,307.7 L294.7,307.8 L294.8,307.9 L294.9,308.1 L295.0,308.2 L295.1,308.4 L295.2,308.5 L295.3,308.6 L295.4,308.8 L295.5,308.9 L295.6,309.1 L295.7,309.3 L295.8,309.4 L296.0,309.6 L296.1,309.8 L296.2,310.0 L296.4,310.2 L296.6,310.4 L296.7,310.7 L296.9,310.9 L297.1,311.1 L297.2,311.3 L297.3,311.5 L297.4,311.6 L297.6,311.8 L297.7,311.9 L297.8,312.1 L297.9,312.2 L297.9,312.3 L298.0,312.4 L298.1,312.5 L298.2,312.6 L298.3,312.7 L298.4,312.8 L298.5,312.9 L298.5,313.0 L298.6,313.1 L298.7,313.2 L298.8,313.3 L298.8,313.4 L298.9,313.5 L299.0,313.6 L299.1,313.7 L299.2,313.8 L299.3,313.9 L299.3,314.0 L299.4,314.0 L299.5,314.1 L299.5,314.2 L299.6,314.2 L299.7,314.3 L299.7,314.4 L299.8,314.4 L299.8,314.5 L299.9,314.6 L300.0,314.6 L300.0,314.7 L300.1,314.7 L300.2,314.8 L300.2,314.9 L300.3,314.9 L300.3,315.0 L300.4,315.0 L300.5,315.1 L300.6,315.2 L300.7,315.3 L300.8,315.4 L300.9,315.4 L301.0,315.5 L301.1,315.6 L301.2,315.6 L301.3,315.7 L301.4,315.8 L301.5,315.8 L301.5,315.9 L301.6,315.9 L301.7,316.0 L301.8,316.0 L301.9,316.0 L301.9,316.1 L302.0,316.1 L302.1,316.1 L302.1,316.2 L302.2,316.2 L302.3,316.2 L302.3,316.3 L302.4,316.3 L302.5,316.3 L302.6,316.3 L302.6,316.4 L302.7,316.4 L302.8,316.4 L302.9,316.4 L303.0,316.5 L303.1,316.5 L303.2,316.5 L303.3,316.5 L303.4,316.5 L303.5,316.5 L303.6,316.5 L303.7,316.5 L303.8,316.5 L303.9,316.5 L304.0,316.5 L304.1,316.5 L304.2,316.5 L304.3,316.5 L304.4,316.5 L304.5,316.5 L304.6,316.5 L304.6,316.4 L304.7,316.4 L304.8,316.4 L304.9,316.4 L305.0,316.4 L305.1,316.3 L305.2,316.3 L305.3,316.3 L305.4,316.2 L305.5,316.2 L305.6,316.1 L305.7,316.1 L305.8,316.0 L305.9,316.0 L306.0,315.9 L306.1,315.9 L306.2,315.8 L306.3,315.8 L306.4,315.7 L306.5,315.7 L306.5,315.6 L306.6,315.6 L306.7,315.5 L306.8,315.5 L306.8,315.4 L306.9,315.4 L307.0,315.3 L307.1,315.3 L307.1,315.2 L307.2,315.2 L307.3,315.1 L307.4,315.0 L307.5,314.9 L307.6,314.9 L307.7,314.8 L307.8,314.7 L307.9,314.6 L308.0,314.6 L308.0,314.5 L308.1,314.4 L308.2,314.3 L308.3,314.2 L308.4,314.1 L308.5,314.1 L308.6,314.0 L308.8,313.8 L308.9,313.7 L309.0,313.6 L309.1,313.5 L309.2,313.4 L309.4,313.2 L309.5,313.1 L309.7,312.9 L309.9,312.7 L310.1,312.5 L310.3,312.3 L310.5,312.1 L310.7,311.9 L310.9,311.7 L311.1,311.5 L311.2,311.3 L311.4,311.1 L311.6,311.0 L311.7,310.8 L311.9,310.6 L312.0,310.5 L312.1,310.3 L312.3,310.2 L312.4,310.0 L312.6,309.9 L312.7,309.7 L312.8,309.6 L313.0,309.5 L313.1,309.3 L313.2,309.2 L313.4,309.0 L313.5,308.9 L313.6,308.8 L313.8,308.6 L313.9,308.5 L314.0,308.4 L314.1,308.2 L314.3,308.1 L314.4,308.0 L314.5,307.9 L314.6,307.7 L314.8,307.6 L314.9,307.5 L315.0,307.4 L315.1,307.3 L315.3,307.2 L315.4,307.0 L315.5,306.9 L315.6,306.8 L315.8,306.7 L315.9,306.6 L316.0,306.5 L316.1,306.4 L316.2,306.3 L316.4,306.2 L316.5,306.1 L316.6,306.0 L316.7,305.9 L316.8,305.8 L317.0,305.7 L317.1,305.6 L317.2,305.5 L317.3,305.4 L317.4,305.3 L317.6,305.2 L317.7,305.1 L317.8,305.1 L317.9,305.0 L318.0,304.9 L318.2,304.8 L318.3,304.7 L318.4,304.6 L318.5,304.6 L318.7,304.5 L318.8,304.4 L318.9,304.3 L319.0,304.3 L319.1,304.2 L319.3,304.1 L319.4,304.1 L319.5,304.0 L319.6,303.9 L319.8,303.9 L319.9,303.8 L320.0,303.8 L320.1,303.7 L320.3,303.6 L320.4,303.6 L320.5,303.5 L320.6,303.5 L320.8,303.4 L320.9,303.4 L321.0,303.4 L321.1,303.3 L321.3,303.3 L321.4,303.2 L321.5,303.2 L321.6,303.2 L321.8,303.1 L321.9,303.1 L322.0,303.1 L322.1,303.0 L322.3,303.0 L322.4,303.0 L322.5,303.0 L322.7,303.0 L322.8,302.9 L322.9,302.9 L323.0,302.9 L323.2,302.9 L323.3,302.9 L323.4,302.9 L323.5,302.9 L323.7,302.9 L323.8,302.9 L323.9,302.9 L324.0,302.9 L324.2,302.9 L324.3,302.9 L324.4,302.9 L324.6,302.9 L324.7,302.9 L324.8,302.9 L324.9,303.0 L325.1,303.0 L325.2,303.0 L325.3,303.0 L325.4,303.1 L325.6,303.1 L325.7,303.1 L325.8,303.1 L325.9,303.2 L326.1,303.2 L326.2,303.2 L326.3,303.3 L326.5,303.3 L326.6,303.4 L326.7,303.4 L326.8,303.5 L327.0,303.5 L327.1,303.6 L327.2,303.6 L327.3,303.7 L327.5,303.7 L327.6,303.8 L327.7,303.8 L327.8,303.9 L328.0,304.0 L328.1,304.0 L328.2,304.1 L328.3,304.2 L328.4,304.2 L328.6,304.3 L328.7,304.4 L328.8,304.4 L328.9,304.5 L329.1,304.6 L329.2,304.7 L329.3,304.7 L329.4,304.8 L329.5,304.9 L329.7,305.0 L329.8,305.1 L329.9,305.2 L330.0,305.3 L330.2,305.3 L330.3,305.4 L330.4,305.5 L330.5,305.6 L330.6,305.7 L330.8,305.8 L330.9,305.9 L331.0,306.0 L331.1,306.1 L331.2,306.2 L331.3,306.3 L331.5,306.4 L331.6,306.5 L331.7,306.6 L331.8,306.7 L332.0,306.8 L332.1,306.9 L332.2,307.1 L332.3,307.2 L332.4,307.3 L332.6,307.4 L332.7,307.5 L332.8,307.6 L332.9,307.8 L333.1,307.9 L333.2,308.0 L333.3,308.1 L333.4,308.3 L333.6,308.4 L333.7,308.5 L333.8,308.6 L333.9,308.8 L334.1,308.9 L334.2,309.0 L334.3,309.2 L334.5,309.3 L334.6,309.4 L334.7,309.6 L334.8,309.7 L335.0,309.9 L335.1,310.0 L335.2,310.1 L335.4,310.3 L335.5,310.4 L335.7,310.6 L335.8,310.7 L335.9,310.9 L336.1,311.0 L336.2,311.2 L336.4,311.4 L336.5,311.5 L336.7,311.7 L336.9,311.9 L337.0,312.1 L337.2,312.2 L337.4,312.4 L337.6,312.7 L337.8,312.9 L338.0,313.1 L338.2,313.3 L338.4,313.5 L338.6,313.6 L338.7,313.7 L338.8,313.9 L339.0,314.0 L339.1,314.1 L339.2,314.2 L339.3,314.3 L339.4,314.4 L339.5,314.5 L339.6,314.6 L339.7,314.7 L339.8,314.8 L339.9,314.8 L340.0,314.9 L340.1,315.0 L340.2,315.0 L340.3,315.1 L340.3,315.2 L340.4,315.2 L340.5,315.3 L340.6,315.4 L340.7,315.4 L340.7,315.5 L340.8,315.5 L340.9,315.6 L341.0,315.6 L341.0,315.7 L341.1,315.7 L341.2,315.8 L341.3,315.8 L341.4,315.9 L341.5,315.9 L341.5,316.0 L341.6,316.0 L341.7,316.0 L341.7,316.1 L341.8,316.1 L341.9,316.1 L341.9,316.2 L342.0,316.2 L342.1,316.2 L342.1,316.3 L342.2,316.3 L342.3,316.3 L342.4,316.4 L342.5,316.4 L342.6,316.4 L342.7,316.5 L342.8,316.5 L342.9,316.5 L343.0,316.5 L343.1,316.6 L343.2,316.6 L343.3,316.6 L343.4,316.6 L343.5,316.6 L343.6,316.6 L343.7,316.6 L343.8,316.6 L343.9,316.6 L344.0,316.6 L344.1,316.6 L344.2,316.6 L344.3,316.6 L344.4,316.6 L344.5,316.6 L344.6,316.6 L344.7,316.6 L344.8,316.5 L344.9,316.5 L345.0,316.5 L345.1,316.5 L345.1,316.4 L345.2,316.4 L345.3,316.4 L345.4,316.3 L345.5,316.3 L345.6,316.3 L345.7,316.2 L345.8,316.2 L345.9,316.1 L346.0,316.1 L346.1,316.0 L346.2,316.0 L346.2,315.9 L346.3,315.9 L346.4,315.8 L346.5,315.8 L346.6,315.7 L346.7,315.6 L346.8,315.6 L346.8,315.5 L346.9,315.5 L347.0,315.4 L347.1,315.3 L347.2,315.2 L347.3,315.1 L347.4,315.1 L347.4,315.0 L347.5,315.0 L347.5,314.9 L347.6,314.9 L347.7,314.8 L347.7,314.7 L347.8,314.7 L347.9,314.6 L348.0,314.5 L348.0,314.4 L348.1,314.4 L348.2,314.3 L348.2,314.2 L348.3,314.2 L348.4,314.1 L348.4,314.0 L348.5,313.9 L348.6,313.9 L348.6,313.8 L348.7,313.7 L348.8,313.6 L348.9,313.6 L348.9,313.5 L349.0,313.4 L349.1,313.3 L349.1,313.2 L349.2,313.1 L349.3,313.0 L349.4,312.9 L349.5,312.8 L349.5,312.7 L349.6,312.6 L349.7,312.5 L349.8,312.4 L349.9,312.3 L350.0,312.2 L350.1,312.1 L350.1,312.0 L350.2,311.8 L350.3,311.7 L350.4,311.6 L350.6,311.4 L350.7,311.3 L350.8,311.1 L350.9,310.9 L351.0,310.8 L351.2,310.6 L351.4,310.3 L351.5,310.1 L351.7,309.8 L351.9,309.6 L352.0,309.4 L352.2,309.2 L352.3,309.0 L352.4,308.8 L352.5,308.7 L352.7,308.5 L352.8,308.4 L352.9,308.2 L353.0,308.1 L353.1,307.9 L353.2,307.8 L353.3,307.6 L353.4,307.5 L353.5,307.4 L353.6,307.2 L353.7,307.1 L353.8,307.0 L353.9,306.9 L354.0,306.7 L354.1,306.6 L354.2,306.5 L354.3,306.4 L354.4,306.3 L354.5,306.1 L354.5,306.0 L354.6,305.9 L354.7,305.8 L354.8,305.7 L354.9,305.6 L355.0,305.5 L355.1,305.4 L355.2,305.3 L355.3,305.1 L355.4,305.0 L355.5,304.9 L355.5,304.8 L355.6,304.7 L355.7,304.6 L355.8,304.5 L355.9,304.4 L356.0,304.4 L356.1,304.3 L356.2,304.2 L356.3,304.1 L356.4,304.0 L356.4,303.9 L356.5,303.8 L356.6,303.7 L356.7,303.6 L356.8,303.6 L356.9,303.5 L357.0,303.4 L357.1,303.3 L357.2,303.2 L357.3,303.1 L357.4,303.0 L357.5,303.0 L357.6,302.9 L357.7,302.8 L357.8,302.8 L357.8,302.7 L357.9,302.6 L358.0,302.6 L358.1,302.5 L358.2,302.5 L358.3,302.4 L358.4,302.4 L358.4,302.3 L358.5,302.3 L358.6,302.2 L358.7,302.2 L358.8,302.1 L358.9,302.1 L358.9,302.0 L359.0,302.0 L359.1,302.0 L359.2,301.9 L359.3,301.9 L359.4,301.9 L359.4,301.8 L359.5,301.8 L359.6,301.8 L359.7,301.7 L359.8,301.7 L359.9,301.7 L360.0,301.7 L360.1,301.6 L360.2,301.6 L360.3,301.6 L360.4,301.6 L360.5,301.6 L360.6,301.6 L360.7,301.6 L360.8,301.5 L360.9,301.5 L361.0,301.5 L361.1,301.5 L361.2,301.5 L361.3,301.6 L361.4,301.6 L361.5,301.6 L361.6,301.6 L361.7,301.6 L361.8,301.6 L361.9,301.6 L361.9,301.7 L362.0,301.7 L362.1,301.7 L362.2,301.7 L362.3,301.8 L362.4,301.8 L362.5,301.8 L362.6,301.9 L362.7,301.9 L362.8,302.0 L362.9,302.0 L363.0,302.0 L363.0,302.1 L363.1,302.1 L363.2,302.2 L363.3,302.2 L363.4,302.3 L363.5,302.3 L363.5,302.4 L363.6,302.4 L363.7,302.5 L363.8,302.5 L363.9,302.6 L364.0,302.7 L364.1,302.8 L364.2,302.8 L364.2,302.9 L364.3,303.0 L364.4,303.0 L364.4,303.1 L364.5,303.1 L364.6,303.2 L364.7,303.3 L364.7,303.4 L364.8,303.4 L364.9,303.5 L365.0,303.6 L365.1,303.7 L365.2,303.8 L365.2,303.9 L365.3,303.9 L365.4,304.0 L365.4,304.1 L365.5,304.1 L365.6,304.2 L365.6,304.3 L365.7,304.3 L365.7,304.4 L365.8,304.5 L365.9,304.6 L366.0,304.7 L366.0,304.8 L366.1,304.9 L366.2,304.9 L366.2,305.0 L366.3,305.1 L366.3,305.2 L366.4,305.2 L366.5,305.3 L366.5,305.4 L366.6,305.5 L366.7,305.6 L366.8,305.7 L366.8,305.8 L366.9,305.8 L366.9,305.9 L367.0,306.0 L367.0,306.1 L367.1,306.2 L367.2,306.2 L367.2,306.3 L367.3,306.4 L367.3,306.5 L367.4,306.5 L367.4,306.6 L367.5,306.7 L367.5,306.8 L367.6,306.9 L367.7,306.9 L367.7,307.0 L368.1,307.5 L368.5,308.0 L368.8,308.6 L369.2,309.1 L369.6,309.6 L370.0,310.2 L370.4,310.7 L370.7,311.2 L371.1,311.6 L371.4,312.1 L371.8,312.5 L372.1,313.0 L372.4,313.4 L372.8,313.8 L373.1,314.2 L373.4,314.6 L373.7,315.0 L374.0,315.4 L374.3,315.7 L374.6,316.1 L374.9,316.4 L375.2,316.7 L375.5,317.1 L375.7,317.4 L376.0,317.7 L376.3,318.0 L376.6,318.3 L376.8,318.6 L377.1,318.9 L377.4,319.2 L377.6,319.4 L377.9,319.7 L378.1,320.0 L378.4,320.2 L378.6,320.5 L378.9,320.7 L379.1,320.9 L379.4,321.2 L379.6,321.4 L379.9,321.6 L380.1,321.8 L380.3,322.0 L380.6,322.2 L380.8,322.4 L381.0,322.6 L381.2,322.8 L381.5,323.0 L381.7,323.1 L381.9,323.3 L382.1,323.5 L382.2,323.5 L382.2,323.6 L382.3,323.6 L382.4,323.6 L382.5,323.6 L382.6,323.6 L382.7,323.6 L382.8,323.6 L382.8,323.5 L382.9,323.5 L383.0,323.5 L383.0,323.4 L383.1,323.3 L383.2,323.2 L383.2,323.1 L383.3,323.1 L383.3,323.0 L383.4,323.0 L383.4,322.9 L383.4,322.8 L383.5,322.8 L383.5,322.7 L383.6,322.6 L383.6,322.5 L383.7,322.4 L383.7,322.3 L383.7,322.2 L383.8,322.2 L383.8,322.1 L383.8,322.0 L383.9,321.9 L383.9,321.8 L384.0,321.7 L384.0,321.6 L384.0,321.5 L384.1,321.4 L384.1,321.3 L384.1,321.2 L384.1,321.1 L384.2,321.1 L384.2,321.0 L384.2,320.9 L384.3,320.8 L384.3,320.7 L384.3,320.6 L384.4,320.5 L384.4,320.4 L384.4,320.2 L384.5,320.1 L384.5,320.0 L384.5,319.9 L384.6,319.8 L384.6,319.6 L384.6,319.5 L384.7,319.4 L384.7,319.2 L384.7,319.1 L385.0,318.2 L385.2,317.1 L385.5,316.0 L385.8,314.9 L386.0,313.8 L386.3,312.7 L386.6,311.6 L386.8,310.5 L387.1,309.4 L387.4,308.3 L387.7,307.1 L387.9,306.0 L388.2,304.9 L388.5,303.8 L388.7,302.7 L389.0,301.6 L389.3,300.5 L389.5,299.4 L389.8,298.3 L390.1,297.1 L390.3,296.0 L390.6,294.9 L390.9,293.8 L391.1,292.7 L391.4,291.6 L391.7,290.5 L392.0,289.4 L392.2,288.3 L392.5,287.2 L392.8,286.2 L393.0,285.1 L393.3,284.0 L393.6,282.9 L393.9,281.8 L394.1,280.7 L394.4,279.7 L394.7,278.6 L394.9,277.6 L395.2,276.5 L395.5,275.4 L395.8,274.4 L396.0,273.4 L396.3,272.3 L396.6,271.3 L396.9,270.3 L397.2,269.2 L397.4,268.2 L397.7,267.2 L398.0,266.2 L398.3,265.2 L398.6,264.2 L398.8,263.3 L399.1,262.3 L399.4,261.3 L399.7,260.4 L400.0,259.5 L400.0,259.4 L400.0,259.3 L400.0,259.2 L400.1,259.2 L400.1,259.1 L400.1,259.0 L400.1,258.9 L400.2,258.9 L400.2,258.8 L400.2,258.7 L400.2,258.6 L400.3,258.6 L400.3,258.5 L400.3,258.4 L400.4,258.4 L400.4,258.3 L400.4,258.2 L400.5,258.2 L400.5,258.1 L400.5,258.0 L400.6,258.0 L400.6,257.9 L400.7,257.9 L400.7,257.8 L400.8,257.8 L400.8,257.7 L400.9,257.7 L401.0,257.7 L401.0,257.8 L401.1,257.8 L401.2,257.8 L401.2,257.9 L401.3,258.0 L401.5,258.3 L401.7,258.6 L401.9,258.9 L402.1,259.2 L402.3,259.6 L402.5,259.9 L402.8,260.2 L403.0,260.6 L403.2,260.9 L403.4,261.3 L403.6,261.7 L403.8,262.1 L404.1,262.5 L404.3,262.9 L404.5,263.3 L404.8,263.8 L405.0,264.2 L405.2,264.7 L405.5,265.1 L405.7,265.6 L405.9,266.1 L406.2,266.6 L406.4,267.1 L406.7,267.6 L406.9,268.2 L407.2,268.7 L407.4,269.3 L407.7,269.9 L408.0,270.5 L408.2,271.1 L408.5,271.7 L408.8,272.3 L409.0,273.0 L409.3,273.6 L409.6,274.3 L409.9,275.0 L410.1,275.7 L410.4,276.4 L410.7,277.2 L411.0,277.9 L411.3,278.7 L411.6,279.5 L411.9,280.3 L412.2,281.2 L412.6,282.0 L412.9,282.8 L413.2,283.7 L413.5,284.5 L413.8,285.4 L414.1,286.2 L414.4,287.1 L414.7,288.0 L415.0,288.8 L415.3,289.7 L415.6,290.6 L415.9,291.5 L416.2,292.3 L416.5,293.2 L416.6,293.5 L416.7,293.7 L416.8,293.9 L416.9,294.2 L417.0,294.5 L417.0,294.8 L417.1,295.0 L417.2,295.3 L417.3,295.6 L417.4,295.8 L417.4,296.0 L417.5,296.3 L417.6,296.5 L417.7,296.7 L417.7,296.9 L417.8,297.1 L417.9,297.3 L417.9,297.6 L418.0,297.8 L418.1,298.0 L418.1,298.2 L418.2,298.4 L418.3,298.6 L418.3,298.8 L418.4,299.1 L418.5,299.3 L418.5,299.5 L418.6,299.7 L418.7,299.9 L418.7,300.1 L418.8,300.3 L418.9,300.6 L418.9,300.8 L419.0,301.0 L419.1,301.2 L419.2,301.4 L419.2,301.6 L419.3,301.9 L419.4,302.1 L419.4,302.3 L419.5,302.5 L419.6,302.7 L419.7,302.9 L419.7,303.2 L419.8,303.4 L419.9,303.6 L420.0,303.8 L420.0,304.0 L420.1,304.2 L420.2,304.5 L420.3,304.7 L420.3,304.9 L420.4,305.1 L420.5,305.3 L420.6,305.5 L420.7,305.8 L420.7,306.0 L420.8,306.2 L420.9,306.4 L421.0,306.6 L421.1,306.8 L421.2,307.0 L421.2,307.2 L421.3,307.5 L421.4,307.7 L421.5,307.9 L421.6,308.1 L421.7,308.3 L421.8,308.5 L421.9,308.7 L421.9,308.9 L422.0,309.1 L422.1,309.3 L422.2,309.5 L422.3,309.6 L422.4,309.8 L422.5,310.0 L422.6,310.2 L422.7,310.4 L422.8,310.5 L422.9,310.7 L423.0,310.9 L423.1,311.1 L423.2,311.2 L423.3,311.4 L423.4,311.5 L423.5,311.7 L423.5,311.8 L423.6,312.0 L423.7,312.1 L423.8,312.2 L423.9,312.4 L424.1,312.5 L424.2,312.6 L424.3,312.8 L424.4,312.9 L424.5,313.0 L424.6,313.1 L424.7,313.3 L424.8,313.4 L425.0,313.5 L425.1,313.6 L425.2,313.6 L425.3,313.7 L425.4,313.8 L425.5,313.9 L425.7,313.9 L425.8,314.0 L425.9,314.0 L426.0,314.1 L426.2,314.1 L426.3,314.1 L426.4,314.2 L426.6,314.2 L426.7,314.2 L426.8,314.2 L427.0,314.1 L427.1,314.1 L427.3,314.1 L427.4,314.0 L427.6,314.0 L427.7,313.9 L427.8,313.8 L428.0,313.7 L428.1,313.6 L428.2,313.5 L428.4,313.4 L428.5,313.3 L428.6,313.1 L428.8,313.0 L428.9,312.8 L429.0,312.7 L429.1,312.5 L429.3,312.4 L429.4,312.2 L429.5,312.0 L429.6,311.8 L429.7,311.6 L429.8,311.4 L430.0,311.2 L430.1,311.1 L430.2,310.9 L430.3,310.6 L430.4,310.4 L430.5,310.2 L430.6,310.0 L430.7,309.8 L430.8,309.6 L430.9,309.4 L430.9,309.2 L431.0,309.0 L431.1,308.8 L431.2,308.6 L431.3,308.4 L431.4,308.2 L431.5,308.0 L431.5,307.8 L431.6,307.5 L431.7,307.3 L431.8,307.1 L431.8,306.9 L431.9,306.7 L432.0,306.5 L432.0,306.3 L432.1,306.1 L432.2,305.9 L432.2,305.8 L432.3,305.6 L432.4,305.4 L432.4,305.2 L432.5,305.0 L432.5,304.8 L432.6,304.6 L432.6,304.4 L432.7,304.3 L432.8,304.1 L432.8,304.0 L432.8,303.9 L433.1,303.0 L433.4,302.1 L433.6,301.1 L433.9,300.1 L434.2,299.2 L434.5,298.2 L434.8,297.2 L435.1,296.3 L435.4,295.3 L435.7,294.4 L436.0,293.4 L436.2,292.5 L436.5,291.5 L436.8,290.6 L437.1,289.6 L437.4,288.7 L437.7,287.7 L438.0,286.8 L438.3,285.9 L438.6,284.9 L438.9,284.0 L439.2,283.1 L439.5,282.2 L439.8,281.2 L440.0,280.3 L440.3,279.4 L440.6,278.5 L440.9,277.6 L441.2,276.7 L441.5,275.8 L441.6,275.8 L441.6,275.7 L441.6,275.6 L441.6,275.5 L441.7,275.5 L441.7,275.4 L441.7,275.3 L441.8,275.2 L441.8,275.1 L441.8,275.0 L441.9,274.9 L441.9,274.8 L441.9,274.7 L442.0,274.7 L442.0,274.6 L442.0,274.5 L442.1,274.5 L442.1,274.4 L442.2,274.3 L442.2,274.2 L442.3,274.2 L442.3,274.1 L442.4,274.0 L442.5,273.9 L442.6,273.8 L442.7,273.8 L442.7,273.7 L442.8,273.7 L442.9,273.7 L443.0,273.7 L443.1,273.7 L443.1,273.8 L443.2,273.8 L443.3,273.8 L443.3,273.9 L443.4,273.9 L443.4,274.0 L443.5,274.0 L443.5,274.1 L443.6,274.1 L443.6,274.2 L443.6,274.3 L443.7,274.3 L443.7,274.4 L443.8,274.5 L443.8,274.6 L443.9,274.7 L443.9,274.8 L444.0,274.8 L444.0,274.9 L444.0,275.0 L444.1,275.1 L444.1,275.2 L444.2,275.3 L444.2,275.4 L444.2,275.5 L444.3,275.6 L444.3,275.7 L444.3,275.8 L444.4,275.9 L444.4,276.0 L444.4,276.1 L444.5,276.2 L444.5,276.3 L444.5,276.4 L444.5,276.5 L444.6,276.6 L444.6,276.7 L444.6,276.8 L444.7,276.9 L444.7,277.0 L444.7,277.1 L444.7,277.2 L444.8,277.3 L444.8,277.4 L444.8,277.6 L444.9,277.7 L444.9,277.8 L444.9,277.9 L445.0,278.1 L445.0,278.2 L445.0,278.3 L445.0,278.5 L445.1,278.6 L445.1,278.7 L445.1,278.9 L445.2,279.0 L445.2,279.2 L445.2,279.3 L445.3,279.5 L445.4,280.4 L445.7,281.6 L445.9,282.9 L446.2,284.2 L446.4,285.5 L446.7,286.7 L446.9,288.0 L447.2,289.3 L447.4,290.6 L447.7,291.9 L448.0,293.2 L448.2,294.4 L448.4,295.7 L448.7,297.0 L448.9,298.3 L449.2,299.6 L449.4,300.9 L449.7,302.2 L449.9,303.5 L450.2,304.8 L450.4,306.1 L450.7,307.4 L450.9,308.6 L451.2,309.9 L451.4,311.2 L451.7,312.5 L451.9,313.8 L452.2,315.1 L452.4,316.4 L452.7,317.6 L452.9,318.9 L453.2,320.2 L453.4,321.5 L453.7,322.7 L453.9,324.0 L454.2,325.3 L454.4,326.5 L454.5,326.6 L454.5,326.7 L454.5,326.8 L454.5,326.9 L454.5,327.0 L454.6,327.2 L454.6,327.3 L454.6,327.4 L454.7,327.6 L454.7,327.7 L454.7,327.9 L454.8,328.0 L454.8,328.1 L454.8,328.3 L454.8,328.4 L454.9,328.5 L454.9,328.6 L454.9,328.7 L455.0,328.9 L455.0,329.0 L455.0,329.1 L455.0,329.2 L455.1,329.3 L455.1,329.4 L455.1,329.5 L455.2,329.6 L455.2,329.7 L455.2,329.8 L455.3,329.9 L455.3,330.0 L455.3,330.1 L455.3,330.2 L455.4,330.3 L455.4,330.4 L455.4,330.5 L455.5,330.6 L455.5,330.7 L455.5,330.8 L455.6,330.8 L455.6,330.9 L455.6,331.0 L455.6,331.1 L455.7,331.1 L455.7,331.2 L455.7,331.3 L455.8,331.3 L455.8,331.4 L455.8,331.5 L455.9,331.6 L455.9,331.7 L456.0,331.8 L456.0,331.9 L456.1,331.9 L456.1,332.0 L456.2,332.1 L456.2,332.2 L456.3,332.2 L456.3,332.3 L456.4,332.3 L456.4,332.4 L456.5,332.4 L456.5,332.5 L456.6,332.5 L456.7,332.5 L456.8,332.5 L456.9,332.5 L457.0,332.5 L457.1,332.5 L457.1,332.4 L457.2,332.4 L457.2,332.3 L457.3,332.3 L457.3,332.2 L457.4,332.2 L457.4,332.1 L457.5,332.1 L457.5,332.0 L457.6,331.9 L457.6,331.8 L457.6,331.7 L457.7,331.7 L457.7,331.6 L457.8,331.5 L457.8,331.4 L457.8,331.3 L457.9,331.3 L457.9,331.2 L457.9,331.1 L458.0,331.0 L458.0,330.9 L458.0,330.8 L458.2,330.4 L458.5,329.5 L458.8,328.6 L459.1,327.7 L459.4,326.8 L459.7,325.9 L460.0,325.0 L460.3,324.0 L460.6,323.1 L460.8,322.2 L461.1,321.2 L461.4,320.3 L461.7,319.4 L462.0,318.4 L462.3,317.5 L462.6,316.5 L462.9,315.6 L463.2,314.6 L463.5,313.6 L463.8,312.7 L464.1,311.7 L464.3,310.8 L464.6,309.8 L464.9,308.8 L465.2,307.9 L465.5,306.9 L465.8,305.9 L466.1,305.0 L466.4,304.0 L466.7,303.0 L466.7,302.9 L466.7,302.8 L466.7,302.7 L466.8,302.7 L466.8,302.6 L466.8,302.5 L466.8,302.4 L466.9,302.3 L466.9,302.2 L466.9,302.1 L467.0,302.0 L467.0,301.8 L467.1,301.7 L467.1,301.5 L467.2,301.3 L467.2,301.1 L467.3,301.0 L467.3,300.8 L467.4,300.6 L467.5,300.4 L467.5,300.2 L467.6,300.0 L467.6,299.8 L467.7,299.6 L467.8,299.5 L467.8,299.3 L467.9,299.1 L468.0,298.9 L468.0,298.7 L468.1,298.5 L468.2,298.3 L468.2,298.1 L468.3,297.9 L468.4,297.7 L468.5,297.5 L468.6,297.3 L468.6,297.1 L468.7,296.9 L468.8,296.7 L468.9,296.5 L469.0,296.3 L469.1,296.0 L469.2,295.8 L469.2,295.6 L469.3,295.4 L469.4,295.2 L469.5,295.0 L469.6,294.8 L469.7,294.6 L469.8,294.5 L469.9,294.3 L470.1,294.1 L470.2,293.9 L470.3,293.7 L470.4,293.5 L470.5,293.3 L470.6,293.2 L470.7,293.0 L470.9,292.8 L471.0,292.7 L471.1,292.5 L471.2,292.4 L471.4,292.3 L471.5,292.1 L471.6,292.0 L471.7,291.9 L471.9,291.8 L472.0,291.7 L472.1,291.6 L472.3,291.6 L472.4,291.5 L472.5,291.4 L472.7,291.4 L472.8,291.3 L472.9,291.3 L473.1,291.3 L473.2,291.3 L473.4,291.2 L473.5,291.3 L473.6,291.3 L473.8,291.3 L473.9,291.3 L474.0,291.4 L474.1,291.4 L474.3,291.4 L474.4,291.5 L474.5,291.6 L474.6,291.6 L474.8,291.7 L474.9,291.8 L475.0,291.9 L475.1,292.0 L475.2,292.1 L475.3,292.2 L475.4,292.3 L475.6,292.4 L475.7,292.5 L475.8,292.7 L475.9,292.8 L476.0,292.9 L476.1,293.1 L476.2,293.2 L476.3,293.3 L476.4,293.5 L476.5,293.6 L476.6,293.8 L476.7,293.9 L476.8,294.1 L476.9,294.3 L477.0,294.4 L477.1,294.6 L477.2,294.8 L477.3,294.9 L477.4,295.1 L477.5,295.3 L477.6,295.5 L477.7,295.6 L477.8,295.8 L477.9,296.0 L478.0,296.2 L478.1,296.4 L478.1,296.6 L478.2,296.8 L478.3,297.0 L478.4,297.2 L478.5,297.4 L478.6,297.6 L478.7,297.8 L478.8,298.1 L478.9,298.3 L478.9,298.5 L479.0,298.7 L479.1,298.9 L479.2,299.1 L479.3,299.3 L479.4,299.6 L479.5,299.8 L479.5,300.0 L479.6,300.2 L479.7,300.4 L479.8,300.6 L479.9,300.9 L479.9,301.1 L480.0,301.3 L480.1,301.5 L480.2,301.8 L480.2,302.0 L480.3,302.2 L480.4,302.4 L480.5,302.6 L480.5,302.9 L480.6,303.1 L480.7,303.3 L480.8,303.5 L480.8,303.7 L480.9,304.0 L481.0,304.2 L481.1,304.4 L481.1,304.6 L481.2,304.8 L481.3,305.0 L481.3,305.3 L481.4,305.5 L481.5,305.7 L481.5,305.9 L481.6,306.1 L481.7,306.3 L481.7,306.6 L481.8,306.8 L481.9,307.0 L481.9,307.2 L482.0,307.4 L482.1,307.6 L482.1,307.8 L482.2,308.0 L482.3,308.3 L482.3,308.5 L482.4,308.7 L482.5,308.9 L482.5,309.1 L482.6,309.3 L482.7,309.5 L482.7,309.8 L482.8,310.0 L482.9,310.2 L483.0,310.4 L483.0,310.7 L483.1,310.9 L483.2,311.1 L483.3,311.4 L483.4,311.7 L483.5,312.0 L483.6,312.2 L483.6,312.5 L483.7,312.7 L484.0,313.6 L484.3,314.4 L484.6,315.3 L484.9,316.2 L485.2,317.0 L485.6,317.9 L485.9,318.7 L486.2,319.6 L486.5,320.4 L486.8,321.3 L487.1,322.1 L487.4,322.9 L487.7,323.8 L488.0,324.6 L488.3,325.4 L488.6,326.2 L488.9,327.0 L489.3,327.8 L489.6,328.6 L489.9,329.3 L490.2,330.1 L490.4,330.8 L490.7,331.5 L491.0,332.2 L491.3,332.8 L491.6,333.5 L491.9,334.1 L492.1,334.7 L492.4,335.3 L492.7,335.9 L492.9,336.5 L493.2,337.1 L493.4,337.6 L493.7,338.1 L494.0,338.7 L494.2,339.2 L494.4,339.7 L494.7,340.1 L494.9,340.6 L495.2,341.1 L495.4,341.5 L495.7,342.0 L495.9,342.4 L496.1,342.8 L496.3,343.2 L496.6,343.6 L496.8,344.0 L497.0,344.4 L497.2,344.7 L497.5,345.1 L497.7,345.4 L497.9,345.7 L498.1,346.1 L498.3,346.4 L498.5,346.7 L498.7,347.0 L498.8,347.0 L498.8,347.1 L498.9,347.1 L498.9,347.2 L499.0,347.2 L499.0,347.3 L499.1,347.3 L499.1,347.4 L499.2,347.4 L499.3,347.4 L499.3,347.3 L499.4,347.3 L499.4,347.2 L499.5,347.2 L499.5,347.1 L499.6,347.1 L499.6,347.0 L499.7,347.0 L499.7,346.9 L499.7,346.8 L499.8,346.7 L499.8,346.6 L499.8,346.5 L499.9,346.5 L499.9,346.4 L499.9,346.3 L500.0,346.2 L500.0,346.1 L500.0,346.0 L500.2,345.4 L500.5,344.5 L500.8,343.6 L501.0,342.6 L501.3,341.7 L501.6,340.7 L501.9,339.7 L502.2,338.7 L502.4,337.6 L502.7,336.6 L503.0,335.6 L503.3,334.6 L503.6,333.5 L503.8,332.5 L504.1,331.4 L504.4,330.4 L504.7,329.3 L505.0,328.2 L505.2,327.2 L505.5,326.1 L505.8,325.0 L506.1,323.9 L506.3,322.8 L506.6,321.8 L506.7,321.4 \" stroke=\"rgb( 0, 0, 255)\"/></g>\n",
"\t</g>\n",
"<g color=\"white\" fill=\"none\" stroke=\"rgb( 0, 0, 255)\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"2.00\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"2.00\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"black\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"</g>\n",
"</svg>"
],
"text/plain": [
"<IPython.core.display.SVG object>"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"l=1; m=0.1; k=2;\n",
"g=9.81;\n",
"T=2*pi/sqrt(2*k*g/(2*k*l+m*g));\n",
"[t2,r2]=ode23(@(t,r) ode3(t,r,l,k,m),[0 4],[pi/6,0,0,0]);\n",
"subplot(2,1,1)\n",
"plot(t2,r2(:,1)*180/pi)\n",
"xlabel('time (s)')\n",
"ylabel('angle (deg)')\n",
"subplot(2,1,2)\n",
"plot(t2,r2(:,3))\n",
"xlabel('time (s)')\n",
"ylabel('position dy (m)')"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "subslide"
}
},
"source": [
"## Animation of pendulum on elastic support\n",
"\n",
"![pendulum animation](./figures/pend_anim.gif)"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"![Two masses connected by a spring are rotating on a frictionless\n",
"table](./figures/spring-mass.png)\n",
"\n",
"**4\\.** Two 0.1 kg-masses are connected to a linear spring on a frictionless table. The center\n",
"of mass of the 2-particle system is stationary. At the instant shown, the velocity is\n",
"$\\bar{v}_{1}=\\bar{v}_{2}=0.1\\hat{e}_{r}+2.5\\hat{e}_{\\theta}$ m/s and r=0.5 m. The spring\n",
"constant, K=10 N/m, and the spring applies no force when the masses are at the origin, so\n",
"F=2Kr.\n",
"\n",
" a. How many degrees of freedom are in the system?\n",
"\n",
" b. Write the total kinetic energy of the two masses.\n",
"\n",
" c. Write the expression for the virtual work done by the spring\n",
"\n",
" d. Derive the equations of motion for the position of the two particles\n",
"\n",
" e. Plot the path (x,y-coordinates) for one period of oscillation of one of the particles\n"
]
},
{
"cell_type": "code",
"execution_count": 11,
"metadata": {
"collapsed": false,
"slideshow": {
"slide_type": "subslide"
}
},
"outputs": [],
"source": [
"[t,r]=ode23(@(t,r) ode4(t,r,10,0.5),[0 5],[0.5 0.1 0 2.5/0.5]);"
]
},
{
"cell_type": "code",
"execution_count": 12,
"metadata": {
"collapsed": false,
"slideshow": {
"slide_type": "fragment"
}
},
"outputs": [
{
"data": {
"image/svg+xml": [
"<svg height=\"420px\" viewBox=\"0 0 560 420\" width=\"560px\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n",
"\n",
"<title>Gnuplot</title>\n",
"<desc>Produced by GNUPLOT 5.0 patchlevel 3 </desc>\n",
"\n",
"<g id=\"gnuplot_canvas\">\n",
"\n",
"<rect fill=\"none\" height=\"420\" width=\"560\" x=\"0\" y=\"0\"/>\n",
"<defs>\n",
"\n",
"\t<circle id=\"gpDot\" r=\"0.5\" stroke-width=\"0.5\"/>\n",
"\t<path d=\"M-1,0 h2 M0,-1 v2\" id=\"gpPt0\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<path d=\"M-1,-1 L1,1 M1,-1 L-1,1\" id=\"gpPt1\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<path d=\"M-1,0 L1,0 M0,-1 L0,1 M-1,-1 L1,1 M-1,1 L1,-1\" id=\"gpPt2\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<rect height=\"2\" id=\"gpPt3\" stroke=\"currentColor\" stroke-width=\"0.222\" width=\"2\" x=\"-1\" y=\"-1\"/>\n",
"\t<rect fill=\"currentColor\" height=\"2\" id=\"gpPt4\" stroke=\"currentColor\" stroke-width=\"0.222\" width=\"2\" x=\"-1\" y=\"-1\"/>\n",
"\t<circle cx=\"0\" cy=\"0\" id=\"gpPt5\" r=\"1\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<use fill=\"currentColor\" id=\"gpPt6\" stroke=\"none\" xlink:href=\"#gpPt5\"/>\n",
"\t<path d=\"M0,-1.33 L-1.33,0.67 L1.33,0.67 z\" id=\"gpPt7\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<use fill=\"currentColor\" id=\"gpPt8\" stroke=\"none\" xlink:href=\"#gpPt7\"/>\n",
"\t<use id=\"gpPt9\" stroke=\"currentColor\" transform=\"rotate(180)\" xlink:href=\"#gpPt7\"/>\n",
"\t<use fill=\"currentColor\" id=\"gpPt10\" stroke=\"none\" xlink:href=\"#gpPt9\"/>\n",
"\t<use id=\"gpPt11\" stroke=\"currentColor\" transform=\"rotate(45)\" xlink:href=\"#gpPt3\"/>\n",
"\t<use fill=\"currentColor\" id=\"gpPt12\" stroke=\"none\" xlink:href=\"#gpPt11\"/>\n",
"\t<path d=\"M0,1.330 L1.265,0.411 L0.782,-1.067 L-0.782,-1.076 L-1.265,0.411 z\" id=\"gpPt13\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<use fill=\"currentColor\" id=\"gpPt14\" stroke=\"none\" xlink:href=\"#gpPt13\"/>\n",
"\t<filter filterUnits=\"objectBoundingBox\" height=\"1\" id=\"textbox\" width=\"1\" x=\"0\" y=\"0\">\n",
"\t <feFlood flood-color=\"white\" flood-opacity=\"1\" result=\"bgnd\"/>\n",
"\t <feComposite in=\"SourceGraphic\" in2=\"bgnd\" operator=\"atop\"/>\n",
"\t</filter>\n",
"\t<filter filterUnits=\"objectBoundingBox\" height=\"1\" id=\"greybox\" width=\"1\" x=\"0\" y=\"0\">\n",
"\t <feFlood flood-color=\"lightgrey\" flood-opacity=\"1\" result=\"grey\"/>\n",
"\t <feComposite in=\"SourceGraphic\" in2=\"grey\" operator=\"atop\"/>\n",
"\t</filter>\n",
"</defs>\n",
"<g color=\"white\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<g shape-rendering=\"crispEdges\" stroke=\"none\">\n",
"\t\t<polygon fill=\"rgb(255, 255, 255)\" points=\"71.9,362.4 534.9,362.4 534.9,16.8 71.9,16.8 \"/>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M71.9,337.7 L84.4,337.7 M535.0,337.7 L522.5,337.7 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(63.6,343.7)\">\n",
"\t\t<text><tspan font-family=\"{}\">-0.6</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M71.9,288.3 L84.4,288.3 M535.0,288.3 L522.5,288.3 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(63.6,294.3)\">\n",
"\t\t<text><tspan font-family=\"{}\">-0.4</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M71.9,238.9 L84.4,238.9 M535.0,238.9 L522.5,238.9 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(63.6,244.9)\">\n",
"\t\t<text><tspan font-family=\"{}\">-0.2</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M71.9,189.5 L84.4,189.5 M535.0,189.5 L522.5,189.5 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(63.6,195.5)\">\n",
"\t\t<text><tspan font-family=\"{}\">0</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M71.9,140.2 L84.4,140.2 M535.0,140.2 L522.5,140.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(63.6,146.2)\">\n",
"\t\t<text><tspan font-family=\"{}\">0.2</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M71.9,90.8 L84.4,90.8 M535.0,90.8 L522.5,90.8 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(63.6,96.8)\">\n",
"\t\t<text><tspan font-family=\"{}\">0.4</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M71.9,41.4 L84.4,41.4 M535.0,41.4 L522.5,41.4 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(63.6,47.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">0.6</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M105.0,362.4 L105.0,349.9 M105.0,16.7 L105.0,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(105.0,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">-0.6</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M171.1,362.4 L171.1,349.9 M171.1,16.7 L171.1,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(171.1,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">-0.4</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M237.3,362.4 L237.3,349.9 M237.3,16.7 L237.3,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(237.3,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">-0.2</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M303.5,362.4 L303.5,349.9 M303.5,16.7 L303.5,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(303.5,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">0</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M369.6,362.4 L369.6,349.9 M369.6,16.7 L369.6,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(369.6,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">0.2</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M435.8,362.4 L435.8,349.9 M435.8,16.7 L435.8,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(435.8,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">0.4</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M501.9,362.4 L501.9,349.9 M501.9,16.7 L501.9,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(501.9,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">0.6</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M71.9,16.7 L71.9,362.4 L535.0,362.4 L535.0,16.7 L71.9,16.7 Z \" stroke=\"black\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(19.1,189.6) rotate(-90)\">\n",
"\t\t<text><tspan font-family=\"{}\">Y - m</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(303.4,413.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">X - m</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"\t<g id=\"gnuplot_plot_1a\"><title>gnuplot_plot_1a</title>\n",
"<g color=\"white\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"3.00\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"3.00\">\n",
"\t<path d=\"M468.8,189.5 L468.9,189.1 L468.9,188.1 L468.9,187.2 L468.9,186.3 L468.9,185.3 L468.9,184.4 L468.8,183.4 L468.8,182.5 L468.7,181.6 L468.6,180.6 L468.5,179.7 L468.4,178.8 L468.3,177.8 L468.1,176.9 L468.0,176.0 L467.8,175.0 L467.6,174.1 L467.4,173.2 L467.1,172.2 L466.9,171.3 L466.7,170.4 L466.4,169.5 L466.1,168.5 L465.8,167.6 L465.5,166.7 L465.1,165.8 L464.8,164.9 L464.4,164.0 L464.1,163.1 L463.7,162.2 L463.3,161.3 L462.8,160.4 L462.4,159.5 L462.0,158.6 L461.5,157.7 L461.0,156.8 L460.5,155.9 L460.0,155.0 L459.5,154.2 L458.9,153.3 L458.4,152.4 L457.8,151.5 L457.2,150.7 L456.7,149.8 L456.0,149.0 L455.4,148.1 L454.8,147.3 L454.1,146.4 L453.5,145.6 L452.8,144.7 L452.1,143.9 L451.4,143.1 L450.6,142.2 L449.9,141.4 L449.2,140.6 L448.4,139.8 L447.6,139.0 L446.8,138.2 L446.0,137.4 L445.2,136.6 L444.4,135.8 L443.5,135.0 L442.6,134.2 L441.8,133.4 L440.9,132.6 L440.0,131.9 L439.0,131.1 L438.1,130.3 L437.1,129.6 L436.2,128.8 L435.2,128.1 L434.2,127.3 L433.2,126.6 L432.2,125.8 L431.1,125.1 L430.1,124.4 L429.0,123.6 L427.9,122.9 L426.8,122.2 L425.7,121.5 L424.5,120.8 L423.3,120.1 L422.2,119.4 L421.0,118.7 L419.8,118.0 L418.5,117.3 L417.3,116.6 L416.0,115.9 L414.7,115.2 L413.4,114.6 L412.0,113.9 L410.6,113.2 L409.2,112.5 L407.8,111.9 L406.3,111.2 L404.8,110.5 L403.3,109.9 L401.7,109.2 L400.1,108.6 L398.5,107.9 L396.9,107.3 L395.3,106.7 L393.7,106.1 L392.1,105.5 L390.5,105.0 L388.9,104.4 L387.3,103.9 L385.7,103.4 L384.1,102.9 L382.5,102.4 L380.9,101.9 L379.3,101.4 L377.7,101.0 L376.1,100.5 L374.4,100.1 L372.8,99.7 L371.2,99.3 L369.6,98.9 L367.9,98.5 L366.3,98.1 L364.7,97.8 L363.0,97.4 L361.4,97.1 L359.7,96.8 L358.1,96.4 L356.5,96.2 L354.9,95.9 L353.4,95.6 L351.9,95.4 L350.4,95.1 L349.0,94.9 L347.5,94.7 L346.1,94.5 L344.7,94.3 L343.3,94.1 L341.9,93.9 L340.6,93.8 L339.2,93.6 L337.9,93.5 L336.6,93.3 L335.2,93.2 L333.9,93.1 L332.6,93.0 L331.4,92.9 L330.1,92.8 L328.8,92.7 L327.6,92.6 L326.3,92.5 L325.0,92.4 L323.8,92.4 L322.6,92.3 L321.3,92.2 L320.1,92.2 L318.9,92.1 L317.7,92.1 L316.5,92.1 L315.3,92.0 L314.1,92.0 L312.9,92.0 L311.7,92.0 L310.5,91.9 L309.3,91.9 L308.1,91.9 L306.9,91.9 L305.8,92.0 L304.6,92.0 L303.4,92.0 L302.2,92.0 L301.1,92.0 L299.9,92.1 L298.7,92.1 L297.6,92.2 L296.4,92.2 L295.3,92.3 L294.1,92.3 L292.9,92.4 L291.8,92.5 L290.6,92.5 L289.5,92.6 L288.3,92.7 L287.1,92.8 L286.0,92.9 L284.8,93.0 L283.7,93.1 L282.5,93.2 L281.3,93.3 L280.2,93.4 L279.0,93.5 L277.8,93.6 L276.7,93.8 L275.5,93.9 L274.3,94.1 L273.1,94.2 L272.0,94.4 L270.8,94.5 L269.6,94.7 L268.4,94.9 L267.2,95.0 L266.0,95.2 L264.8,95.4 L263.6,95.6 L262.4,95.8 L261.2,96.0 L260.0,96.2 L258.7,96.5 L257.5,96.7 L256.3,96.9 L255.0,97.2 L253.8,97.4 L252.5,97.7 L251.3,97.9 L250.0,98.2 L248.7,98.5 L247.4,98.8 L246.1,99.1 L244.8,99.4 L243.5,99.7 L242.2,100.1 L240.8,100.4 L239.5,100.8 L238.1,101.1 L236.7,101.5 L235.3,101.9 L233.9,102.3 L232.5,102.7 L231.0,103.2 L229.5,103.6 L228.0,104.1 L226.5,104.6 L224.9,105.1 L223.4,105.7 L221.8,106.2 L220.3,106.8 L218.7,107.3 L217.2,107.9 L215.7,108.5 L214.2,109.1 L212.7,109.7 L211.2,110.3 L209.7,110.9 L208.2,111.6 L206.7,112.2 L205.2,112.9 L203.7,113.5 L202.3,114.2 L200.8,114.9 L199.3,115.7 L197.9,116.4 L196.4,117.1 L195.0,117.9 L193.5,118.7 L192.1,119.5 L190.7,120.3 L189.2,121.1 L187.8,121.9 L186.4,122.8 L185.0,123.6 L183.7,124.5 L182.4,125.3 L181.1,126.1 L179.9,127.0 L178.7,127.8 L177.5,128.6 L176.4,129.4 L175.2,130.3 L174.1,131.1 L173.1,131.9 L172.0,132.7 L171.0,133.6 L170.0,134.4 L169.0,135.2 L168.0,136.1 L167.0,136.9 L166.1,137.7 L165.1,138.6 L164.2,139.4 L163.3,140.3 L162.5,141.1 L161.6,141.9 L160.8,142.8 L159.9,143.6 L159.1,144.5 L158.3,145.4 L157.6,146.2 L156.8,147.1 L156.1,147.9 L155.3,148.8 L154.6,149.7 L153.9,150.6 L153.2,151.4 L152.6,152.3 L151.9,153.2 L151.3,154.1 L150.6,155.0 L150.0,155.8 L149.4,156.7 L148.9,157.6 L148.3,158.5 L147.7,159.4 L147.2,160.3 L146.7,161.2 L146.2,162.1 L145.7,163.0 L145.2,163.9 L144.8,164.9 L144.3,165.8 L143.9,166.7 L143.5,167.6 L143.1,168.5 L142.7,169.4 L142.3,170.4 L142.0,171.3 L141.6,172.2 L141.3,173.1 L141.0,174.1 L140.7,175.0 L140.4,175.9 L140.1,176.9 L139.9,177.8 L139.7,178.7 L139.4,179.7 L139.2,180.6 L139.0,181.5 L138.9,182.5 L138.7,183.4 L138.6,184.4 L138.4,185.3 L138.3,186.2 L138.2,187.2 L138.2,188.1 L138.1,189.1 L138.0,190.0 L138.0,190.9 L138.0,191.9 L138.0,192.8 L138.0,193.8 L138.0,194.7 L138.1,195.6 L138.1,196.6 L138.2,197.5 L138.3,198.5 L138.4,199.4 L138.5,200.3 L138.6,201.3 L138.8,202.2 L138.9,203.1 L139.1,204.1 L139.3,205.0 L139.5,205.9 L139.7,206.8 L140.0,207.8 L140.2,208.7 L140.5,209.6 L140.8,210.5 L141.1,211.4 L141.4,212.4 L141.7,213.3 L142.1,214.2 L142.5,215.1 L142.8,216.0 L143.2,216.9 L143.6,217.8 L144.0,218.7 L144.5,219.6 L144.9,220.5 L145.4,221.4 L145.9,222.3 L146.4,223.2 L146.9,224.0 L147.4,224.9 L147.9,225.8 L148.5,226.7 L149.1,227.5 L149.6,228.4 L150.2,229.3 L150.8,230.1 L151.5,231.0 L152.1,231.8 L152.8,232.7 L153.4,233.5 L154.1,234.3 L154.8,235.2 L155.5,236.0 L156.2,236.8 L157.0,237.7 L157.7,238.5 L158.5,239.3 L159.3,240.1 L160.1,240.9 L160.9,241.7 L161.7,242.5 L162.5,243.3 L163.4,244.1 L164.2,244.9 L165.1,245.7 L166.0,246.4 L166.9,247.2 L167.8,248.0 L168.8,248.8 L169.7,249.5 L170.7,250.3 L171.7,251.0 L172.7,251.8 L173.7,252.5 L174.7,253.2 L175.8,254.0 L176.8,254.7 L177.9,255.4 L179.0,256.2 L180.1,256.9 L181.2,257.6 L182.4,258.3 L183.5,259.0 L184.7,259.7 L185.9,260.4 L187.1,261.1 L188.3,261.8 L189.6,262.5 L190.9,263.2 L192.2,263.8 L193.5,264.5 L194.9,265.2 L196.2,265.9 L197.6,266.5 L199.1,267.2 L200.6,267.9 L202.1,268.5 L203.6,269.2 L205.2,269.9 L206.8,270.5 L208.4,271.2 L210.0,271.8 L211.6,272.4 L213.2,273.0 L214.8,273.6 L216.4,274.1 L218.0,274.7 L219.6,275.2 L221.2,275.7 L222.8,276.2 L224.4,276.7 L226.0,277.2 L227.6,277.7 L229.2,278.1 L230.8,278.6 L232.4,279.0 L234.0,279.4 L235.7,279.8 L237.3,280.2 L238.9,280.6 L240.6,281.0 L242.2,281.3 L243.8,281.7 L245.5,282.0 L247.1,282.3 L248.8,282.6 L250.4,282.9 L251.9,283.2 L253.5,283.5 L255.0,283.7 L256.4,284.0 L257.9,284.2 L259.3,284.4 L260.8,284.6 L262.2,284.8 L263.6,285.0 L264.9,285.1 L266.3,285.3 L267.6,285.5 L269.0,285.6 L270.3,285.7 L271.6,285.9 L272.9,286.0 L274.2,286.1 L275.5,286.2 L276.8,286.3 L278.1,286.4 L279.3,286.5 L280.6,286.6 L281.8,286.7 L283.1,286.7 L284.3,286.8 L285.5,286.9 L286.7,286.9 L288.0,287.0 L289.2,287.0 L290.4,287.0 L291.6,287.1 L292.8,287.1 L294.0,287.1 L295.2,287.1 L296.4,287.2 L297.6,287.2 L298.7,287.2 L299.9,287.2 L301.1,287.1 L302.3,287.1 L303.4,287.1 L304.6,287.1 L305.8,287.1 L307.0,287.0 L308.1,287.0 L309.3,286.9 L310.4,286.9 L311.6,286.8 L312.8,286.8 L313.9,286.7 L315.1,286.6 L316.3,286.6 L317.4,286.5 L318.6,286.4 L319.7,286.3 L320.9,286.2 L322.1,286.1 L323.2,286.0 L324.4,285.9 L325.5,285.8 L326.7,285.7 L327.9,285.6 L329.0,285.5 L330.2,285.3 L331.4,285.2 L332.6,285.0 L333.7,284.9 L334.9,284.7 L336.1,284.6 L337.3,284.4 L338.5,284.2 L339.7,284.1 L340.9,283.9 L342.1,283.7 L343.3,283.5 L344.5,283.3 L345.7,283.1 L346.9,282.9 L348.1,282.7 L349.3,282.4 L350.6,282.2 L351.8,281.9 L353.1,281.7 L354.3,281.4 L355.6,281.2 L356.9,280.9 L358.1,280.6 L359.4,280.3 L360.7,280.0 L362.0,279.7 L363.3,279.4 L364.7,279.0 L366.0,278.7 L367.4,278.3 L368.7,278.0 L370.1,277.6 L371.5,277.2 L372.9,276.8 L374.4,276.4 L375.8,275.9 L377.3,275.5 L378.8,275.0 L380.4,274.5 L381.9,274.0 L383.5,273.4 L385.0,272.9 L386.6,272.4 L388.1,271.8 L389.6,271.2 L391.2,270.6 L392.7,270.0 L394.2,269.4 L395.7,268.8 L397.2,268.2 L398.7,267.6 L400.2,266.9 L401.6,266.2 L403.1,265.6 L404.6,264.9 L406.1,264.2 L407.5,263.5 L409.0,262.7 L410.4,262.0 L411.9,261.2 L413.3,260.5 L414.8,259.7 L416.2,258.9 L417.6,258.0 L419.0,257.2 L420.5,256.3 L421.8,255.5 L423.2,254.7 L424.5,253.8 L425.7,253.0 L427.0,252.2 L428.2,251.3 L429.3,250.5 L430.5,249.7 L431.6,248.9 L432.7,248.0 L433.8,247.2 L434.9,246.4 L435.9,245.6 L436.9,244.7 L437.9,243.9 L438.9,243.1 L439.9,242.2 L440.8,241.4 L441.7,240.6 L442.6,239.7 L443.5,238.9 L444.4,238.0 L445.3,237.2 L446.1,236.3 L446.9,235.5 L447.7,234.6 L448.5,233.8 L449.3,232.9 L450.1,232.0 L450.8,231.2 L451.5,230.3 L452.3,229.4 L453.0,228.6 L453.6,227.7 L454.3,226.8 L455.0,225.9 L455.6,225.0 L456.2,224.2 L456.8,223.3 L457.4,222.4 L458.0,221.5 L458.6,220.6 L459.1,219.7 L459.7,218.8 L460.2,217.9 L460.7,217.0 L461.2,216.1 L461.7,215.2 L462.1,214.3 L462.6,213.4 L463.0,212.4 L463.4,211.5 L463.8,210.6 L464.2,209.7 L464.6,208.8 L464.9,207.8 L465.3,206.9 L465.6,206.0 L465.9,205.1 L466.2,204.1 L466.5,203.2 L466.8,202.3 L467.0,201.3 L467.2,200.4 L467.5,199.5 L467.7,198.5 L467.9,197.6 L468.0,196.6 L468.2,195.7 L468.3,194.8 L468.5,193.8 L468.6,192.9 L468.7,191.9 L468.7,191.0 L468.8,190.1 L468.9,189.1 L468.9,188.2 L468.9,187.2 L468.9,186.3 L468.9,185.4 L468.9,184.4 L468.8,183.5 L468.8,182.5 L468.7,181.6 L468.6,180.7 L468.5,179.7 L468.4,178.8 L468.3,177.9 L468.1,176.9 L468.0,176.0 L467.8,175.1 L467.6,174.1 L467.4,173.2 L467.2,172.3 L466.9,171.4 L466.7,170.4 L466.4,169.5 L466.1,168.6 L465.8,167.7 L465.5,166.8 L465.2,165.9 L464.8,164.9 L464.5,164.0 L464.1,163.1 L463.7,162.2 L463.3,161.3 L462.9,160.4 L462.4,159.5 L462.0,158.6 L461.5,157.7 L461.0,156.9 L460.5,156.0 L460.0,155.1 L459.5,154.2 L459.0,153.3 L458.4,152.5 L457.9,151.6 L457.3,150.7 L456.7,149.9 L456.1,149.0 L455.5,148.2 L454.8,147.3 L454.2,146.5 L453.5,145.6 L452.8,144.8 L452.1,143.9 L451.4,143.1 L450.7,142.3 L450.0,141.5 L449.2,140.6 L448.4,139.8 L447.7,139.0 L446.9,138.2 L446.1,137.4 L445.2,136.6 L444.4,135.8 L443.5,135.0 L442.7,134.2 L441.8,133.5 L440.9,132.7 L440.0,131.9 L439.1,131.1 L438.1,130.4 L437.2,129.6 L436.2,128.9 L435.2,128.1 L434.2,127.4 L433.2,126.6 L432.2,125.9 L431.2,125.1 L430.1,124.4 L429.0,123.7 L427.9,123.0 L426.8,122.2 L425.7,121.5 L424.6,120.8 L423.4,120.1 L422.2,119.4 L421.0,118.7 L419.8,118.0 L418.6,117.3 L417.3,116.6 L416.1,116.0 L414.8,115.3 L413.4,114.6 L412.1,113.9 L410.7,113.3 L409.3,112.6 L407.9,111.9 L406.4,111.2 L404.9,110.6 L403.3,109.9 L401.8,109.2 L400.2,108.6 L398.6,107.9 L397.0,107.3 L395.4,106.7 L393.8,106.1 L392.2,105.6 L390.6,105.0 L389.0,104.4 L387.4,103.9 L385.8,103.4 L384.2,102.9 L382.6,102.4 L381.0,101.9 L379.4,101.4 L377.8,101.0 L376.1,100.6 L374.5,100.1 L372.9,99.7 L371.3,99.3 L369.7,98.9 L368.0,98.5 L366.4,98.2 L364.7,97.8 L363.1,97.4 L361.5,97.1 L359.8,96.8 L358.2,96.5 L356.6,96.2 L355.0,95.9 L353.5,95.6 L352.0,95.4 L350.5,95.1 L349.0,94.9 L347.6,94.7 L346.2,94.5 L344.8,94.3 L343.4,94.1 L342.0,94.0 L340.6,93.8 L339.3,93.6 L338.0,93.5 L336.6,93.4 L335.3,93.2 L334.0,93.1 L332.7,93.0 L331.4,92.9 L330.2,92.8 L328.9,92.7 L327.6,92.6 L326.4,92.5 L325.1,92.4 L323.9,92.4 L322.6,92.3 L321.4,92.2 L320.2,92.2 L319.0,92.1 L317.8,92.1 L316.5,92.1 L315.3,92.0 L314.1,92.0 L312.9,92.0 L311.8,92.0 L310.6,91.9 L309.4,91.9 L308.2,91.9 L307.0,91.9 L305.8,92.0 L304.7,92.0 L303.5,92.0 L302.3,92.0 L301.1,92.0 L300.0,92.1 L298.8,92.1 L297.6,92.2 L296.5,92.2 L295.3,92.3 L294.2,92.3 L293.0,92.4 L291.8,92.4 L290.7,92.5 L289.5,92.6 L288.4,92.7 L287.2,92.8 L286.0,92.9 L284.9,93.0 L283.7,93.1 L282.6,93.2 L281.4,93.3 L280.2,93.4 L279.1,93.5 L277.9,93.6 L276.7,93.8 L275.5,93.9 L274.4,94.1 L273.2,94.2 L272.0,94.4 L270.8,94.5 L269.7,94.7 L268.5,94.8 L267.3,95.0 L266.1,95.2 L264.9,95.4 L263.7,95.6 L262.5,95.8 L261.3,96.0 L260.0,96.2 L258.8,96.4 L257.6,96.7 L256.4,96.9 L255.1,97.1 L253.9,97.4 L252.6,97.7 L251.4,97.9 L250.1,98.2 L248.8,98.5 L247.5,98.8 L246.2,99.1 L244.9,99.4 L243.6,99.7 L242.3,100.0 L240.9,100.4 L239.6,100.7 L238.2,101.1 L236.8,101.5 L235.4,101.9 L234.0,102.3 L232.6,102.7 L231.1,103.2 L229.6,103.6 L228.1,104.1 L226.6,104.6 L225.0,105.1 L223.5,105.6 L221.9,106.2 L220.4,106.7 L218.8,107.3 L217.3,107.9 L215.8,108.4 L214.3,109.0 L212.8,109.6 L211.3,110.3 L209.8,110.9 L208.3,111.5 L206.8,112.2 L205.3,112.8 L203.8,113.5 L202.4,114.2 L200.9,114.9 L199.4,115.6 L198.0,116.3 L196.5,117.1 L195.1,117.9 L193.6,118.6 L192.2,119.4 L190.7,120.2 L189.3,121.0 L187.9,121.9 L186.5,122.7 L185.1,123.6 L183.8,124.4 L182.5,125.2 L181.2,126.1 L180.0,126.9 L178.8,127.7 L177.6,128.6 L176.4,129.4 L175.3,130.2 L174.2,131.0 L173.1,131.9 L172.1,132.7 L171.0,133.5 L170.0,134.3 L169.0,135.2 L168.0,136.0 L167.1,136.8 L166.1,137.7 L165.2,138.5 L164.3,139.4 L163.4,140.2 L162.5,141.0 L161.7,141.9 L160.8,142.7 L160.0,143.6 L159.2,144.5 L158.4,145.3 L157.6,146.2 L156.9,147.0 L156.1,147.9 L155.4,148.8 L154.7,149.6 L154.0,150.5 L153.3,151.4 L152.6,152.3 L151.9,153.1 L151.3,154.0 L150.7,154.9 L150.1,155.8 L149.5,156.7 L148.9,157.6 L148.3,158.5 L147.8,159.4 L147.2,160.3 L146.7,161.2 L146.2,162.1 L145.7,163.0 L145.2,163.9 L144.8,164.8 L144.3,165.7 L143.9,166.6 L143.5,167.6 L143.1,168.5 L142.7,169.4 L142.3,170.3 L142.0,171.2 L141.6,172.2 L141.3,173.1 L141.0,174.0 L140.7,174.9 L140.4,175.9 L140.2,176.8 L139.9,177.7 L139.7,178.7 L139.4,179.6 L139.2,180.6 L139.1,181.5 L138.9,182.4 L138.7,183.4 L138.6,184.3 L138.4,185.2 L138.3,186.2 L138.2,187.1 L138.2,188.1 L138.1,189.0 L138.0,189.9 L138.0,190.9 L138.0,191.8 L138.0,192.8 L138.0,193.7 L138.0,194.6 L138.1,195.6 L138.1,196.5 L138.2,197.5 L138.3,198.4 L138.4,199.3 L138.5,200.3 L138.6,201.2 L138.8,202.1 L138.9,203.1 L139.1,204.0 L139.3,204.9 L139.5,205.9 L139.7,206.8 L140.0,207.7 L140.2,208.6 L140.5,209.6 L140.8,210.5 L141.1,211.4 L141.4,212.3 L141.7,213.2 L142.1,214.1 L142.4,215.0 L142.8,215.9 L143.2,216.9 L143.6,217.8 L144.0,218.7 L144.5,219.5 L144.9,220.4 L145.4,221.3 L145.8,222.2 L146.3,223.1 L146.8,224.0 L147.4,224.9 L147.9,225.7 L148.5,226.6 L149.0,227.5 L149.6,228.3 L150.2,229.2 L150.8,230.1 L151.4,230.9 L152.1,231.8 L152.7,232.6 L153.4,233.5 L154.1,234.3 L154.8,235.1 L155.5,236.0 L156.2,236.8 L156.9,237.6 L157.7,238.4 L158.4,239.3 L159.2,240.1 L160.0,240.9 L160.8,241.7 L161.6,242.5 L162.5,243.3 L163.3,244.1 L164.2,244.8 L165.1,245.6 L166.0,246.4 L166.9,247.2 L167.8,247.9 L168.7,248.7 L169.7,249.5 L170.6,250.2 L171.6,251.0 L172.6,251.7 L173.6,252.5 L174.7,253.2 L175.7,253.9 L176.8,254.7 L177.8,255.4 L178.9,256.1 L180.0,256.8 L181.2,257.5 L182.3,258.3 L183.5,259.0 L184.6,259.7 L185.8,260.4 L187.0,261.1 L188.3,261.7 L189.5,262.4 L190.8,263.1 L192.1,263.8 L193.4,264.5 L194.8,265.2 L196.2,265.8 L197.6,266.5 L199.0,267.2 L200.5,267.8 L202.0,268.5 L203.5,269.2 L205.1,269.8 L206.7,270.5 L208.3,271.1 L209.9,271.8 L211.5,272.4 L213.1,273.0 L214.7,273.5 L216.3,274.1 L217.9,274.6 L219.5,275.2 L221.1,275.7 L222.7,276.2 L224.3,276.7 L225.9,277.2 L227.5,277.6 L229.1,278.1 L230.7,278.5 L232.3,279.0 L234.0,279.4 L235.6,279.8 L237.2,280.2 L238.8,280.6 L240.5,280.9 L242.1,281.3 L243.8,281.7 L245.4,282.0 L247.1,282.3 L248.7,282.6 L250.3,282.9 L251.8,283.2 L253.4,283.5 L254.9,283.7 L256.4,284.0 L257.8,284.2 L259.3,284.4 L260.7,284.6 L262.1,284.8 L263.5,285.0 L264.9,285.1 L266.2,285.3 L267.6,285.5 L268.9,285.6 L270.2,285.7 L271.5,285.9 L272.9,286.0 L274.1,286.1 L275.4,286.2 L276.7,286.3 L278.0,286.4 L279.2,286.5 L280.5,286.6 L281.7,286.7 L283.0,286.7 L284.2,286.8 L285.5,286.9 L286.7,286.9 L287.9,287.0 L289.1,287.0 L290.3,287.0 L291.5,287.1 L292.7,287.1 L293.9,287.1 L295.1,287.1 L296.3,287.2 L297.5,287.2 L298.7,287.2 L299.9,287.2 L301.0,287.1 L302.2,287.1 L303.4,287.1 L304.6,287.1 L305.7,287.1 L306.9,287.0 L308.1,287.0 L309.2,286.9 L310.4,286.9 L311.5,286.8 L312.7,286.8 L313.9,286.7 L315.0,286.7 L316.2,286.6 L317.3,286.5 L318.5,286.4 L319.7,286.3 L320.8,286.2 L322.0,286.1 L323.2,286.0 L324.3,285.9 L325.5,285.8 L326.6,285.7 L327.8,285.6 L329.0,285.5 L330.1,285.3 L331.3,285.2 L332.5,285.1 L333.7,284.9 L334.8,284.8 L336.0,284.6 L337.2,284.4 L338.4,284.3 L339.6,284.1 L340.8,283.9 L342.0,283.7 L343.2,283.5 L344.4,283.3 L345.6,283.1 L346.8,282.9 L348.0,282.7 L349.3,282.4 L350.5,282.2 L351.7,282.0 L353.0,281.7 L354.3,281.5 L355.5,281.2 L356.8,280.9 L358.1,280.6 L359.3,280.3 L360.6,280.0 L361.9,279.7 L363.3,279.4 L364.6,279.1 L365.9,278.7 L367.3,278.4 L368.7,278.0 L370.0,277.6 L371.4,277.2 L372.9,276.8 L374.3,276.4 L375.8,276.0 L377.2,275.5 L378.8,275.0 L380.3,274.5 L381.9,274.0 L383.4,273.5 L385.0,272.9 L386.5,272.4 L388.0,271.8 L389.6,271.3 L391.1,270.7 L392.6,270.1 L394.1,269.5 L395.6,268.9 L397.1,268.2 L398.6,267.6 L400.1,266.9 L401.6,266.3 L403.0,265.6 L404.5,264.9 L406.0,264.2 L407.4,263.5 L408.9,262.8 L410.3,262.0 L411.8,261.3 L413.2,260.5 L414.7,259.7 L416.1,258.9 L417.5,258.1 L419.0,257.2 L420.4,256.4 L421.8,255.5 L423.1,254.7 L424.4,253.9 L425.7,253.0 L426.9,252.2 L428.1,251.4 L429.3,250.6 L430.4,249.7 L431.6,248.9 L432.7,248.1 L433.7,247.3 L434.8,246.4 L435.8,245.6 L436.9,244.8 L437.9,243.9 L438.8,243.1 L439.8,242.3 L440.8,241.4 L441.7,240.6 L442.6,239.8 L443.5,238.9 L444.4,238.1 L445.2,237.2 L446.1,236.4 L446.9,235.5 L447.7,234.7 L448.5,233.8 L449.3,233.0 L450.0,232.1 L450.8,231.2 L451.5,230.4 L452.2,229.5 L452.9,228.6 L453.6,227.7 L454.3,226.9 L454.9,226.0 L455.6,225.1 L456.2,224.2 L456.8,223.3 L457.4,222.4 L458.0,221.5 L458.6,220.6 L459.1,219.7 L459.6,218.8 L460.2,217.9 L460.7,217.0 L461.2,216.1 L461.6,215.2 L462.1,214.3 L462.6,213.4 L463.0,212.5 L463.4,211.6 L463.8,210.7 L464.2,209.7 L464.6,208.8 L464.9,207.9 L465.3,207.0 L465.6,206.0 L465.9,205.1 L466.2,204.2 L466.5,203.2 L466.7,202.3 L467.0,201.4 L467.2,200.4 L467.4,199.5 L467.7,198.6 L467.8,197.6 L468.0,196.7 L468.2,195.8 L468.3,194.8 L468.4,193.9 L468.6,192.9 L468.7,192.0 L468.7,191.1 L468.8,190.1 L468.9,189.2 L468.9,188.2 L468.9,187.3 L468.9,186.4 L468.9,185.4 L468.9,184.5 L468.9,183.5 L468.8,182.6 L468.7,181.7 L468.6,180.7 L468.5,179.8 L468.4,178.9 L468.3,177.9 L468.1,177.0 L468.0,176.1 L467.8,175.1 L467.6,174.2 L467.4,173.3 L467.2,172.3 L466.9,171.4 L466.7,170.5 L466.4,169.6 L466.1,168.6 L465.8,167.7 L465.5,166.8 L465.2,165.9 L464.8,165.0 L464.5,164.1 L464.1,163.2 L463.7,162.3 L463.3,161.4 L462.9,160.5 L462.5,159.6 L462.0,158.7 L461.5,157.8 L461.1,156.9 L460.6,156.0 L460.1,155.1 L459.5,154.3 L459.0,153.4 L458.5,152.5 L457.9,151.6 L457.3,150.8 L456.7,149.9 L456.1,149.1 L455.5,148.2 L454.9,147.4 L454.2,146.5 L453.5,145.7 L452.9,144.8 L452.2,144.0 L451.5,143.2 L450.7,142.3 L450.0,141.5 L449.2,140.7 L448.5,139.9 L447.7,139.1 L446.9,138.3 L446.1,137.4 L445.3,136.6 L444.4,135.9 L443.6,135.1 L442.7,134.3 L441.9,133.5 L441.0,132.7 L440.1,131.9 L439.1,131.2 L438.2,130.4 L437.2,129.6 L436.3,128.9 L435.3,128.1 L434.3,127.4 L433.3,126.7 L432.3,125.9 L431.2,125.2 L430.2,124.4 L429.1,123.7 L428.0,123.0 L426.9,122.3 L425.8,121.6 L424.6,120.9 L423.5,120.2 L422.3,119.5 L421.1,118.8 L419.9,118.1 L418.7,117.4 L417.4,116.7 L416.1,116.0 L414.8,115.3 L413.5,114.6 L412.1,114.0 L410.8,113.3 L409.4,112.6 L407.9,112.0 L406.5,111.3 L405.0,110.6 L403.4,109.9 L401.8,109.3 L400.3,108.6 L398.7,108.0 L397.1,107.4 L395.5,106.8 L393.9,106.2 L392.3,105.6 L390.7,105.0 L389.1,104.5 L387.5,103.9 L385.9,103.4 L384.3,102.9 L382.7,102.4 L381.1,101.9 L379.5,101.5 L377.8,101.0 L376.2,100.6 L374.6,100.1 L373.0,99.7 L371.4,99.3 L369.7,98.9 L368.1,98.5 L366.5,98.2 L364.8,97.8 L363.2,97.5 L361.5,97.1 L359.9,96.8 L358.3,96.5 L356.7,96.2 L355.1,95.9 L353.6,95.6 L352.1,95.4 L350.6,95.2 L349.1,94.9 L347.7,94.7 L346.3,94.5 L344.8,94.3 L343.5,94.1 L342.1,94.0 L340.7,93.8 L339.4,93.6 L338.0,93.5 L336.7,93.4 L335.4,93.2 L334.1,93.1 L332.8,93.0 L331.5,92.9 L330.2,92.8 L329.0,92.7 L327.7,92.6 L326.4,92.5 L325.2,92.4 L323.9,92.4 L322.7,92.3 L321.5,92.2 L320.3,92.2 L319.0,92.1 L317.8,92.1 L316.6,92.1 L315.4,92.0 L314.2,92.0 L313.0,92.0 L311.8,92.0 L310.6,91.9 L309.4,91.9 L308.3,91.9 L307.1,91.9 L305.9,92.0 L304.7,92.0 L303.5,92.0 L302.4,92.0 L301.2,92.0 L300.0,92.1 L298.9,92.1 L297.7,92.2 L296.5,92.2 L295.4,92.3 L294.2,92.3 L293.1,92.4 L291.9,92.4 L290.7,92.5 L289.6,92.6 L288.4,92.7 L287.3,92.8 L286.1,92.9 L284.9,92.9 L283.8,93.1 L282.6,93.2 L281.5,93.3 L280.3,93.4 L279.1,93.5 L278.0,93.6 L276.8,93.8 L275.6,93.9 L274.4,94.0 L273.3,94.2 L272.1,94.3 L270.9,94.5 L269.7,94.7 L268.5,94.8 L267.3,95.0 L266.1,95.2 L264.9,95.4 L263.7,95.6 L262.5,95.8 L261.3,96.0 L260.1,96.2 L258.9,96.4 L257.7,96.7 L256.4,96.9 L255.2,97.1 L253.9,97.4 L252.7,97.6 L251.4,97.9 L250.2,98.2 L248.9,98.5 L247.6,98.8 L246.3,99.1 L245.0,99.4 L243.7,99.7 L242.3,100.0 L241.0,100.4 L239.6,100.7 L238.3,101.1 L236.9,101.5 L235.5,101.9 L234.1,102.3 L232.6,102.7 L231.2,103.1 L229.7,103.6 L228.2,104.1 L226.7,104.6 L225.1,105.1 L223.5,105.6 L222.0,106.2 L220.4,106.7 L218.9,107.3 L217.4,107.8 L215.9,108.4 L214.4,109.0 L212.8,109.6 L211.3,110.2 L209.8,110.8 L208.4,111.5 L206.9,112.1 L205.4,112.8 L203.9,113.5 L202.4,114.2 L201.0,114.9 L199.5,115.6 L198.0,116.3 L196.6,117.1 L195.1,117.8 L193.7,118.6 L192.3,119.4 L190.8,120.2 L189.4,121.0 L188.0,121.8 L186.5,122.7 L185.2,123.5 L183.8,124.4 L182.5,125.2 L181.3,126.0 L180.0,126.9 L178.8,127.7 L177.6,128.5 L176.5,129.3 L175.4,130.2 L174.3,131.0 L173.2,131.8 L172.1,132.6 L171.1,133.5 L170.1,134.3 L169.1,135.1 L168.1,136.0 L167.1,136.8 L166.2,137.6 L165.2,138.5 L164.3,139.3 L163.4,140.2 L162.6,141.0 L161.7,141.9 L160.9,142.7 L160.0,143.6 L159.2,144.4 L158.4,145.3 L157.7,146.1 L156.9,147.0 L156.1,147.9 L155.4,148.7 L154.7,149.6 L154.0,150.5 L153.3,151.3 L152.6,152.2 L152.0,153.1 L151.3,154.0 L150.7,154.9 L150.1,155.8 L149.5,156.6 L148.9,157.5 L148.4,158.4 L147.8,159.3 L147.3,160.2 L146.7,161.1 L146.2,162.0 L145.7,162.9 L145.3,163.9 L144.8,164.8 L144.4,165.7 L143.9,166.6 L143.5,167.5 L143.1,168.4 L142.7,169.3 L142.4,170.3 L142.0,171.2 L141.7,172.1 L141.3,173.0 L141.0,174.0 L140.7,174.9 L140.4,175.8 L140.2,176.8 L139.9,177.7 L139.7,178.6 L139.5,179.6 L139.3,180.5 L139.1,181.4 L138.9,182.4 L138.7,183.3 L138.6,184.3 L138.5,185.2 L138.3,186.1 L138.2,187.1 L138.2,188.0 L138.1,189.0 L138.0,189.9 L138.0,190.8 L138.0,191.8 L138.0,192.7 L138.0,193.7 L138.0,194.6 L138.0,195.5 L138.1,196.5 L138.2,197.4 L138.3,198.4 L138.4,199.3 L138.5,200.2 L138.6,201.2 L138.8,202.1 L138.9,203.0 L139.1,204.0 L139.3,204.9 L139.5,205.8 L139.7,206.7 L140.0,207.7 L140.2,208.6 L140.5,209.5 L140.8,210.4 L141.1,211.3 L141.4,212.3 L141.7,213.2 L142.1,214.1 L142.4,215.0 L142.8,215.9 L143.2,216.8 L143.6,217.7 L144.0,218.6 L144.4,219.5 L144.9,220.4 L145.3,221.3 L145.8,222.2 L146.3,223.1 L146.8,223.9 L147.3,224.8 L147.9,225.7 L148.4,226.6 L149.0,227.4 L149.6,228.3 L150.2,229.2 L150.8,230.0 L151.4,230.9 L152.0,231.7 L152.7,232.6 L153.3,233.4 L154.0,234.3 L154.7,235.1 L155.4,235.9 L156.2,236.7 L156.9,237.6 L157.6,238.4 L158.4,239.2 L159.2,240.0 L160.0,240.8 L160.8,241.6 L161.6,242.4 L162.4,243.2 L163.3,244.0 L164.1,244.8 L165.0,245.6 L165.9,246.4 L166.8,247.1 L167.7,247.9 L168.7,248.7 L169.6,249.4 L170.6,250.2 L171.6,250.9 L172.6,251.7 L173.6,252.4 L174.6,253.2 L175.6,253.9 L176.7,254.6 L177.8,255.4 L178.9,256.1 L180.0,256.8 L181.1,257.5 L182.2,258.2 L183.4,258.9 L184.6,259.6 L185.8,260.3 L187.0,261.0 L188.2,261.7 L189.5,262.4 L190.7,263.1 L192.0,263.8 L193.4,264.4 L194.7,265.1 L196.1,265.8 L197.5,266.5 L198.9,267.1 L200.4,267.8 L201.9,268.5 L203.4,269.1 L205.0,269.8 L206.6,270.5 L208.2,271.1 L209.8,271.7 L211.4,272.3 L213.0,272.9 L214.6,273.5 L216.2,274.1 L217.8,274.6 L219.4,275.1 L221.0,275.7 L222.6,276.2 L224.2,276.7 L225.8,277.1 L227.4,277.6 L229.0,278.1 L230.6,278.5 L232.2,278.9 L233.9,279.4 L235.5,279.8 L237.1,280.2 L238.7,280.5 L240.4,280.9 L242.0,281.3 L243.7,281.6 L245.3,282.0 L247.0,282.3 L248.6,282.6 L250.2,282.9 L251.8,283.2 L253.3,283.5 L254.8,283.7 L256.3,283.9 L257.7,284.2 L259.2,284.4 L260.6,284.6 L262.0,284.8 L263.4,285.0 L264.8,285.1 L266.1,285.3 L267.5,285.4 L268.8,285.6 L270.2,285.7 L271.5,285.9 L272.8,286.0 L274.1,286.1 L275.4,286.2 L276.6,286.3 L277.9,286.4 L279.2,286.5 L280.4,286.6 L281.7,286.7 L282.9,286.7 L284.2,286.8 L285.4,286.9 L286.6,286.9 L287.8,287.0 L289.0,287.0 L290.3,287.0 L291.5,287.1 L292.7,287.1 L293.9,287.1 L295.1,287.1 L296.2,287.2 L297.4,287.2 L298.6,287.2 L299.8,287.2 L301.0,287.1 L302.1,287.1 L303.3,287.1 L304.5,287.1 L305.7,287.1 L306.8,287.0 L308.0,287.0 L309.2,286.9 L310.3,286.9 L311.5,286.8 L312.6,286.8 L313.8,286.7 L315.0,286.7 L316.1,286.6 L317.3,286.5 L318.4,286.4 L319.6,286.3 L320.8,286.2 L321.9,286.2 L323.1,286.1 L324.3,285.9 L325.4,285.8 L326.6,285.7 L327.7,285.6 L328.9,285.5 L330.1,285.3 L331.3,285.2 L332.4,285.1 L333.6,284.9 L334.8,284.8 L336.0,284.6 L337.1,284.4 L338.3,284.3 L339.5,284.1 L340.7,283.9 L341.9,283.7 L343.1,283.5 L344.3,283.3 L345.5,283.1 L346.8,282.9 L348.0,282.7 L349.2,282.5 L350.4,282.2 L351.7,282.0 L352.9,281.7 L354.2,281.5 L355.4,281.2 L356.7,280.9 L358.0,280.6 L359.3,280.3 L360.6,280.0 L361.9,279.7 L363.2,279.4 L364.5,279.1 L365.9,278.7 L367.2,278.4 L368.6,278.0 L370.0,277.6 L371.4,277.2 L372.8,276.8 L374.2,276.4 L375.7,276.0 L377.2,275.5 L378.7,275.0 L380.2,274.5 L381.8,274.0 L383.3,273.5 L384.9,273.0 L386.4,272.4 L387.9,271.9 L389.5,271.3 L391.0,270.7 L392.5,270.1 L394.0,269.5 L395.5,268.9 L397.0,268.3 L398.5,267.6 L400.0,267.0 L401.5,266.3 L403.0,265.6 L404.4,265.0 L405.9,264.3 L407.4,263.5 L408.8,262.8 L410.3,262.1 L411.7,261.3 L413.2,260.5 L414.6,259.7 L416.0,258.9 L417.5,258.1 L418.9,257.3 L420.3,256.4 L421.7,255.6 L423.0,254.8 L424.3,253.9 L425.6,253.1 L426.8,252.3 L428.0,251.4 L429.2,250.6 L430.4,249.8 L431.5,249.0 L432.6,248.1 L433.7,247.3 L434.8,246.5 L435.8,245.6 L436.8,244.8 L437.8,244.0 L438.8,243.2 L439.8,242.3 L440.7,241.5 L441.6,240.6 L442.5,239.8 L443.4,239.0 L444.3,238.1 L445.2,237.3 L446.0,236.4 L446.8,235.6 L447.7,234.7 L448.4,233.9 L449.2,233.0 L450.0,232.1 L450.7,231.3 L451.5,230.4 L452.2,229.5 L452.9,228.7 L453.6,227.8 L454.2,226.9 L454.9,226.0 L455.5,225.1 L456.2,224.3 L456.8,223.4 L457.4,222.5 L458.0,221.6 L458.5,220.7 L459.1,219.8 L459.6,218.9 L460.1,218.0 L460.6,217.1 L461.1,216.2 L461.6,215.3 L462.1,214.4 L462.5,213.5 L463.0,212.5 L463.4,211.6 L463.8,210.7 L464.2,209.8 L464.5,208.9 L464.9,207.9 L465.2,207.0 L465.6,206.1 L465.9,205.2 L466.2,204.2 L466.5,203.3 L466.7,202.4 L467.0,201.4 L467.2,200.5 L467.4,199.6 L467.6,198.6 L467.8,197.7 L468.0,196.7 L468.2,195.8 L468.3,194.9 L468.4,193.9 L468.6,193.0 L468.7,192.1 L468.7,191.1 L468.8,190.2 L468.9,189.2 L468.9,188.3 L468.9,187.3 L468.9,186.4 L468.9,185.5 L468.9,184.5 L468.9,183.6 L468.8,182.6 L468.7,181.7 L468.6,180.8 L468.5,179.8 L468.4,178.9 L468.3,178.0 L468.1,177.0 L468.0,176.1 L467.8,175.2 L467.6,174.2 L467.4,173.3 L467.2,172.4 L466.9,171.5 L466.7,170.5 L466.4,169.6 L466.1,168.7 L465.8,167.8 L465.5,166.9 L465.2,166.0 L464.9,165.0 L464.5,164.1 L464.1,163.2 L463.7,162.3 L463.3,161.4 L462.9,160.5 L462.5,159.6 L462.0,158.7 L461.6,157.8 L461.1,157.0 L460.6,156.1 L460.1,155.2 L459.6,154.3 L459.0,153.4 L458.5,152.6 L457.9,151.7 L457.3,150.8 L456.8,150.0 L456.1,149.1 L455.5,148.3 L454.9,147.4 L454.2,146.6 L453.6,145.7 L452.9,144.9 L452.2,144.0 L451.5,143.2 L450.8,142.4 L450.0,141.5 L449.3,140.7 L448.5,139.9 L447.7,139.1 L446.9,138.3 L446.1,137.5 L445.3,136.7 L444.5,135.9 L443.6,135.1 L442.8,134.3 L441.9,133.5 L441.0,132.8 L440.1,132.0 L439.2,131.2 L438.2,130.4 L437.3,129.7 L436.3,128.9 L435.4,128.2 L434.4,127.4 L433.3,126.7 L432.3,126.0 L431.3,125.2 L430.2,124.5 L429.2,123.8 L428.1,123.0 L427.0,122.3 L425.8,121.6 L424.7,120.9 L423.5,120.2 L422.4,119.5 L421.2,118.8 L420.0,118.1 L418.7,117.4 L417.5,116.7 L416.2,116.0 L414.9,115.4 L413.6,114.7 L412.2,114.0 L410.8,113.3 L409.4,112.7 L408.0,112.0 L406.5,111.3 L405.0,110.7 L403.5,110.0 L401.9,109.3 L400.3,108.7 L398.7,108.0 L397.2,107.4 L395.6,106.8 L394.0,106.2 L392.4,105.6 L390.8,105.1 L389.2,104.5 L387.6,104.0 L386.0,103.4 L384.4,102.9 L382.8,102.4 L381.1,102.0 L379.5,101.5 L377.9,101.0 L376.3,100.6 L374.7,100.2 L373.1,99.8 L371.5,99.3 L369.8,98.9 L368.2,98.6 L366.6,98.2 L364.9,97.8 L363.3,97.5 L361.6,97.1 L360.0,96.8 L358.3,96.5 L356.8,96.2 L355.2,95.9 L353.7,95.7 L352.1,95.4 L350.7,95.2 L349.2,94.9 L347.8,94.7 L346.3,94.5 L344.9,94.3 L343.5,94.1 L342.2,94.0 L340.8,93.8 L339.4,93.7 L338.1,93.5 L336.8,93.4 L335.5,93.2 L334.2,93.1 L332.9,93.0 L331.6,92.9 L330.3,92.8 L329.0,92.7 L327.8,92.6 L326.5,92.5 L325.3,92.4 L324.0,92.4 L322.8,92.3 L321.5,92.2 L320.3,92.2 L319.1,92.1 L317.9,92.1 L316.7,92.1 L315.5,92.0 L314.3,92.0 L313.1,92.0 L311.9,92.0 L310.7,91.9 L309.5,91.9 L308.3,91.9 L307.1,91.9 L306.0,92.0 L304.8,92.0 L303.6,92.0 L302.4,92.0 L301.3,92.0 L300.1,92.1 L298.9,92.1 L297.8,92.2 L296.6,92.2 L295.4,92.3 L294.3,92.3 L293.1,92.4 L292.0,92.4 L290.8,92.5 L289.6,92.6 L288.5,92.7 L287.3,92.8 L286.2,92.8 L285.0,92.9 L283.8,93.0 L282.7,93.2 L281.5,93.3 L280.4,93.4 L279.2,93.5 L278.0,93.6 L276.8,93.8 L275.7,93.9 L274.5,94.0 L273.3,94.2 L272.1,94.3 L271.0,94.5 L269.8,94.7 L268.6,94.8 L267.4,95.0 L266.2,95.2 L265.0,95.4 L263.8,95.6 L262.6,95.8 L261.4,96.0 L260.2,96.2 L259.0,96.4 L257.7,96.6 L256.5,96.9 L255.3,97.1 L254.0,97.4 L252.8,97.6 L251.5,97.9 L250.2,98.2 L248.9,98.5 L247.7,98.7 L246.4,99.0 L245.1,99.4 L243.7,99.7 L242.4,100.0 L241.1,100.4 L239.7,100.7 L238.4,101.1 L237.0,101.5 L235.6,101.8 L234.2,102.3 L232.7,102.7 L231.3,103.1 L229.8,103.6 L228.3,104.0 L226.7,104.5 L225.2,105.1 L223.6,105.6 L222.1,106.1 L220.5,106.7 L219.0,107.2 L217.5,107.8 L215.9,108.4 L214.4,109.0 L212.9,109.6 L211.4,110.2 L209.9,110.8 L208.4,111.5 L206.9,112.1 L205.5,112.8 L204.0,113.4 L202.5,114.1 L201.0,114.8 L199.6,115.5 L198.1,116.3 L196.7,117.0 L195.2,117.8 L193.8,118.5 L192.3,119.3 L190.9,120.1 L189.5,121.0 L188.0,121.8 L186.6,122.6 L185.2,123.5 L183.9,124.3 L182.6,125.2 L181.3,126.0 L180.1,126.8 L178.9,127.6 L177.7,128.5 L176.6,129.3 L175.4,130.1 L174.3,130.9 L173.2,131.8 L172.2,132.6 L171.1,133.4 L170.1,134.3 L169.1,135.1 L168.1,135.9 L167.2,136.8 L166.2,137.6 L165.3,138.4 L164.4,139.3 L163.5,140.1 L162.6,141.0 L161.8,141.8 L160.9,142.7 L160.1,143.5 L159.3,144.4 L158.5,145.2 L157.7,146.1 L156.9,146.9 L156.2,147.8 L155.5,148.7 L154.7,149.5 L154.0,150.4 L153.3,151.3 L152.7,152.2 L152.0,153.0 L151.4,153.9 L150.7,154.8 L150.1,155.7 L149.5,156.6 L149.0,157.5 L148.4,158.4 L147.8,159.3 L147.3,160.2 L146.8,161.1 L146.3,162.0 L145.8,162.9 L145.3,163.8 L144.8,164.7 L144.4,165.6 L144.0,166.5 L143.5,167.5 L143.1,168.4 L142.7,169.3 L142.4,170.2 L142.0,171.1 L141.7,172.1 L141.3,173.0 L141.0,173.9 L140.7,174.9 L140.4,175.8 L140.2,176.7 L139.9,177.6 L139.7,178.6 L139.5,179.5 L139.3,180.5 L139.1,181.4 L138.9,182.3 L138.7,183.3 L138.6,184.2 L138.5,185.1 L138.3,186.1 L138.2,187.0 L138.2,188.0 L138.1,188.9 L138.0,189.8 L138.0,190.8 L138.0,191.7 L138.0,192.7 L138.0,193.6 L138.0,194.5 L138.0,195.5 L138.1,196.4 L138.2,197.4 L138.3,198.3 L138.4,199.2 L138.5,200.2 L138.6,201.1 L138.7,202.0 L138.9,203.0 L139.1,203.9 L139.3,204.8 L139.5,205.8 L139.7,206.7 L139.9,207.6 L140.2,208.5 L140.5,209.5 L140.8,210.4 L141.0,211.3 L141.4,212.2 L141.7,213.1 L142.0,214.0 L142.4,214.9 L142.8,215.9 L143.2,216.8 L143.6,217.7 L144.0,218.6 L144.4,219.5 L144.9,220.3 L145.3,221.2 L145.8,222.1 L146.3,223.0 L146.8,223.9 L147.3,224.8 L147.8,225.6 L148.4,226.5 L149.0,227.4 L149.5,228.3 L150.1,229.1 L150.7,230.0 L151.4,230.8 L152.0,231.7 L152.6,232.5 L153.3,233.4 L154.0,234.2 L154.7,235.0 L155.4,235.9 L156.1,236.7 L156.8,237.5 L157.6,238.3 L158.4,239.2 L159.1,240.0 L159.9,240.8 L160.7,241.6 L161.6,242.4 L162.4,243.2 L163.2,244.0 L164.1,244.8 L165.0,245.5 L165.9,246.3 L166.8,247.1 L167.7,247.9 L168.6,248.6 L169.6,249.4 L170.5,250.1 L171.5,250.9 L172.5,251.6 L173.5,252.4 L174.6,253.1 L175.6,253.9 L176.6,254.6 L177.7,255.3 L178.8,256.0 L179.9,256.8 L181.0,257.5 L182.2,258.2 L183.3,258.9 L184.5,259.6 L185.7,260.3 L186.9,261.0 L188.1,261.7 L189.4,262.4 L190.7,263.0 L192.0,263.7 L193.3,264.4 L194.6,265.1 L196.0,265.8 L197.4,266.4 L198.8,267.1 L200.3,267.8 L201.8,268.4 L203.3,269.1 L204.9,269.8 L206.5,270.4 L208.1,271.1 L209.7,271.7 L211.3,272.3 L212.9,272.9 L214.5,273.5 L216.1,274.0 L217.7,274.6 L219.3,275.1 L220.9,275.6 L222.5,276.1 L224.1,276.6 L225.7,277.1 L227.3,277.6 L228.9,278.0 L230.5,278.5 L232.2,278.9 L233.8,279.3 L235.4,279.7 L237.0,280.1 L238.7,280.5 L240.3,280.9 L241.9,281.3 L243.6,281.6 L245.2,282.0 L246.9,282.3 L248.5,282.6 L250.1,282.9 L251.7,283.2 L253.2,283.4 L254.7,283.7 L256.2,283.9 L257.7,284.2 L259.1,284.4 L260.5,284.6 L261.9,284.8 L263.3,284.9 L264.7,285.1 L266.1,285.3 L267.4,285.4 L268.8,285.6 L270.1,285.7 L271.4,285.9 L272.7,286.0 L274.0,286.1 L275.3,286.2 L276.6,286.3 L277.8,286.4 L279.1,286.5 L280.4,286.6 L281.6,286.7 L282.9,286.7 L284.1,286.8 L285.3,286.9 L286.5,286.9 L287.8,287.0 L289.0,287.0 L290.2,287.0 L291.4,287.1 L292.6,287.1 L293.8,287.1 L295.0,287.1 L296.2,287.1 L297.4,287.2 L298.5,287.2 L299.7,287.2 L300.9,287.1 L302.1,287.1 L303.3,287.1 L304.4,287.1 L305.6,287.1 L306.8,287.0 L307.9,287.0 L309.1,286.9 L310.3,286.9 L311.4,286.8 L312.6,286.8 L313.7,286.7 L314.9,286.7 L316.1,286.6 L317.2,286.5 L318.4,286.4 L319.5,286.3 L320.7,286.3 L321.9,286.2 L323.0,286.1 L324.2,286.0 L325.4,285.8 L326.5,285.7 L327.7,285.6 L328.9,285.5 L330.0,285.3 L331.2,285.2 L332.4,285.1 L333.5,284.9 L334.7,284.8 L335.9,284.6 L337.1,284.4 L338.3,284.3 L339.5,284.1 L340.7,283.9 L341.9,283.7 L343.1,283.5 L344.3,283.3 L345.5,283.1 L346.7,282.9 L347.9,282.7 L349.1,282.5 L350.4,282.2 L351.6,282.0 L352.9,281.7 L354.1,281.5 L355.4,281.2 L356.6,280.9 L357.9,280.7 L359.2,280.4 L360.5,280.1 L361.8,279.8 L363.1,279.4 L364.5,279.1 L365.8,278.8 L367.1,278.4 L368.5,278.0 L369.9,277.7 L371.3,277.3 L372.7,276.9 L374.1,276.4 L375.6,276.0 L377.1,275.5 L378.6,275.1 L380.1,274.6 L381.7,274.1 L383.2,273.5 L384.8,273.0 L386.3,272.4 L387.9,271.9 L389.4,271.3 L390.9,270.7 L392.4,270.1 L393.9,269.5 L395.4,268.9 L396.9,268.3 L398.4,267.7 L399.9,267.0 L401.4,266.4 L402.9,265.7 L404.3,265.0 L405.8,264.3 L407.3,263.6 L408.7,262.8 L410.2,262.1 L411.6,261.4 L413.1,260.6 L414.5,259.8 L416.0,259.0 L417.4,258.2 L418.8,257.3 L420.2,256.5 L421.6,255.6 L423.0,254.8 L424.3,254.0 L425.5,253.1 L426.8,252.3 L428.0,251.5 L429.2,250.6 L430.3,249.8 L431.4,249.0 L432.5,248.2 L433.6,247.3 L434.7,246.5 L435.7,245.7 L436.8,244.9 L437.8,244.0 L438.7,243.2 L439.7,242.4 L440.7,241.5 L441.6,240.7 L442.5,239.9 L443.4,239.0 L444.3,238.2 L445.1,237.3 L446.0,236.5 L446.8,235.6 L447.6,234.8 L448.4,233.9 L449.2,233.0 L449.9,232.2 L450.7,231.3 L451.4,230.5 L452.1,229.6 L452.9,228.7 L453.5,227.8 L454.2,227.0 L454.9,226.1 L455.5,225.2 L456.1,224.3 L456.8,223.4 L457.3,222.5 L457.9,221.6 L458.5,220.7 L459.1,219.8 L459.6,218.9 L460.1,218.0 L460.6,217.1 L461.1,216.2 L461.6,215.3 L462.1,214.4 L462.5,213.5 L462.9,212.6 L463.4,211.7 L463.8,210.7 L464.1,209.8 L464.5,208.9 L464.9,208.0 L465.2,207.1 L465.5,206.1 L465.9,205.2 L466.2,204.3 L466.4,203.3 L466.7,202.4 L467.0,201.5 L467.2,200.5 L467.4,199.6 L467.6,198.7 L467.8,197.7 L468.0,196.8 L468.2,195.9 L468.3,194.9 L468.4,194.0 L468.5,193.0 L468.6,192.1 L468.7,191.2 L468.8,190.2 L468.9,189.3 L468.9,188.3 L468.9,187.4 L468.9,186.5 L468.9,185.5 L468.9,184.6 L468.9,183.6 L468.8,182.7 L468.7,181.8 L468.6,180.8 L468.5,179.9 L468.4,179.0 L468.3,178.0 L468.2,177.1 L468.0,176.2 L467.8,175.2 L467.6,174.3 L467.4,173.4 L467.2,172.4 L467.0,171.5 L466.7,170.6 L466.4,169.7 L466.2,168.7 L465.9,167.8 L465.5,166.9 L465.2,166.0 L464.9,165.1 L464.5,164.2 L464.1,163.3 L463.8,162.4 L463.4,161.5 L462.9,160.6 L462.5,159.7 L462.1,158.8 L461.6,157.9 L461.1,157.0 L460.6,156.1 L460.1,155.2 L459.6,154.4 L459.1,153.5 L458.5,152.6 L458.0,151.7 L457.4,150.9 L456.8,150.0 L456.2,149.2 L455.6,148.3 L454.9,147.4 L454.3,146.6 L453.6,145.8 L452.9,144.9 L452.2,144.1 L451.5,143.2 L450.8,142.4 L450.1,141.6 L449.3,140.8 L448.6,140.0 L447.8,139.1 L447.0,138.3 L446.2,137.5 L445.4,136.7 L444.5,135.9 L443.7,135.1 L442.8,134.4 L441.9,133.6 L441.1,132.8 L440.1,132.0 L439.2,131.3 L438.3,130.5 L437.3,129.7 L436.4,129.0 L435.4,128.2 L434.4,127.5 L433.4,126.7 L432.4,126.0 L431.3,125.3 L430.3,124.5 L429.2,123.8 L428.1,123.1 L427.0,122.4 L425.9,121.6 L424.8,120.9 L423.6,120.2 L422.4,119.5 L421.2,118.8 L420.0,118.1 L418.8,117.4 L417.5,116.8 L416.3,116.1 L415.0,115.4 L413.6,114.7 L412.3,114.0 L410.9,113.4 L409.5,112.7 L408.1,112.0 L406.6,111.4 L405.1,110.7 L403.6,110.0 L402.0,109.4 L400.4,108.7 L398.8,108.1 L397.2,107.4 L395.6,106.8 L394.0,106.2 L392.4,105.6 L390.9,105.1 L389.3,104.5 L387.7,104.0 L386.1,103.5 L384.4,103.0 L382.8,102.5 L381.2,102.0 L379.6,101.5 L378.0,101.1 L376.4,100.6 L374.8,100.2 L373.2,99.8 L371.5,99.4 L369.9,99.0 L368.3,98.6 L366.7,98.2 L365.0,97.8 L363.4,97.5 L361.7,97.2 L360.1,96.8 L358.4,96.5 L356.8,96.2 L355.3,95.9 L353.7,95.7 L352.2,95.4 L350.7,95.2 L349.3,95.0 L347.8,94.7 L346.4,94.5 L345.0,94.3 L343.6,94.2 L342.2,94.0 L340.9,93.8 L339.5,93.7 L338.2,93.5 L336.8,93.4 L335.5,93.2 L334.2,93.1 L332.9,93.0 L331.6,92.9 L330.4,92.8 L329.1,92.7 L327.8,92.6 L326.6,92.5 L325.3,92.4 L324.1,92.4 L322.8,92.3 L321.6,92.2 L320.4,92.2 L319.2,92.1 L318.0,92.1 L316.7,92.1 L315.5,92.0 L314.3,92.0 L313.1,92.0 L311.9,92.0 L310.8,92.0 L309.6,91.9 L308.4,91.9 L307.2,91.9 L306.0,92.0 L304.8,92.0 L303.7,92.0 L302.5,92.0 L301.3,92.0 L300.2,92.1 L299.0,92.1 L297.8,92.2 L296.7,92.2 L295.5,92.3 L294.3,92.3 L293.2,92.4 L292.0,92.4 L290.9,92.5 L289.7,92.6 L288.5,92.7 L287.4,92.8 L286.2,92.8 L285.1,92.9 L283.9,93.0 L282.7,93.1 L281.6,93.3 L280.4,93.4 L279.2,93.5 L278.1,93.6 L276.9,93.7 L275.7,93.9 L274.6,94.0 L273.4,94.2 L272.2,94.3 L271.0,94.5 L269.8,94.7 L268.7,94.8 L267.5,95.0 L266.3,95.2 L265.1,95.4 L263.9,95.6 L262.7,95.8 L261.5,96.0 L260.2,96.2 L259.0,96.4 L257.8,96.6 L256.6,96.9 L255.3,97.1 L254.1,97.4 L252.8,97.6 L251.6,97.9 L250.3,98.2 L249.0,98.4 L247.7,98.7 L246.4,99.0 L245.1,99.3 L243.8,99.7 L242.5,100.0 L241.1,100.3 L239.8,100.7 L238.4,101.1 L237.0,101.4 L235.6,101.8 L234.2,102.2 L232.8,102.6 L231.3,103.1 L229.9,103.5 L228.4,104.0 L226.8,104.5 L225.3,105.0 L223.7,105.6 L222.2,106.1 L220.6,106.6 L219.1,107.2 L217.5,107.8 L216.0,108.3 L214.5,108.9 L213.0,109.5 L211.5,110.2 L210.0,110.8 L208.5,111.4 L207.0,112.1 L205.5,112.7 L204.1,113.4 L202.6,114.1 L201.1,114.8 L199.7,115.5 L198.2,116.2 L196.7,117.0 L195.3,117.7 L193.9,118.5 L192.4,119.3 L191.0,120.1 L189.5,120.9 L188.1,121.7 L186.7,122.6 L185.3,123.4 L184.0,124.3 L182.7,125.1 L181.4,125.9 L180.2,126.8 L179.0,127.6 L177.8,128.4 L176.6,129.3 L175.5,130.1 L174.4,130.9 L173.3,131.7 L172.2,132.6 L171.2,133.4 L170.2,134.2 L169.2,135.0 L168.2,135.9 L167.2,136.7 L166.3,137.5 L165.3,138.4 L164.4,139.2 L163.5,140.1 L162.7,140.9 L161.8,141.8 L161.0,142.6 L160.1,143.5 L159.3,144.3 L158.5,145.2 L157.7,146.0 L157.0,146.9 L156.2,147.8 L155.5,148.6 L154.8,149.5 L154.1,150.4 L153.4,151.2 L152.7,152.1 L152.0,153.0 L151.4,153.9 L150.8,154.8 L150.2,155.7 L149.6,156.5 L149.0,157.4 L148.4,158.3 L147.9,159.2 L147.3,160.1 L146.8,161.0 L146.3,161.9 L145.8,162.8 L145.3,163.8 L144.9,164.7 L144.4,165.6 L144.0,166.5 L143.6,167.4 L143.2,168.3 L142.8,169.2 L142.4,170.2 L142.0,171.1 L141.7,172.0 L141.4,172.9 L141.0,173.9 L140.7,174.8 L140.5,175.7 L140.2,176.7 L139.9,177.6 L139.7,178.5 L139.5,179.5 L139.3,180.4 L139.1,181.3 L138.9,182.3 L138.7,183.2 L138.6,184.2 L138.5,185.1 L138.4,186.0 L138.3,187.0 L138.2,187.9 L138.1,188.9 L138.0,189.8 L138.0,190.7 L138.0,191.7 L138.0,192.6 L138.0,193.6 L138.0,194.5 L138.0,195.4 L138.1,196.4 L138.2,197.3 L138.2,198.3 L138.3,199.2 L138.5,200.1 L138.6,201.1 L138.7,202.0 L138.9,202.9 L139.1,203.9 L139.3,204.8 L139.5,205.7 L139.7,206.6 L139.9,207.6 L140.2,208.5 L140.5,209.4 L140.7,210.3 L141.0,211.2 L141.3,212.2 L141.7,213.1 L142.0,214.0 L142.4,214.9 L142.7,215.8 L143.1,216.7 L143.5,217.6 L144.0,218.5 L144.4,219.4 L144.8,220.3 L145.3,221.2 L145.8,222.1 L146.3,223.0 L146.8,223.8 L147.3,224.7 L147.8,225.6 L148.4,226.5 L148.9,227.3 L149.5,228.2 L150.1,229.1 L150.7,229.9 L151.3,230.8 L152.0,231.6 L152.6,232.5 L153.3,233.3 L154.0,234.2 L154.6,235.0 L155.4,235.8 L156.1,236.7 L156.8,237.5 L157.6,238.3 L158.3,239.1 L159.1,239.9 L159.9,240.7 L160.7,241.5 L161.5,242.3 L162.3,243.1 L163.2,243.9 L164.1,244.7 L164.9,245.5 L165.8,246.3 L166.7,247.1 L167.6,247.8 L168.6,248.6 L169.5,249.4 L170.5,250.1 L171.5,250.9 L172.5,251.6 L173.5,252.4 L174.5,253.1 L175.5,253.8 L176.6,254.6 L177.7,255.3 L178.7,256.0 L179.9,256.7 L181.0,257.4 L182.1,258.1 L183.3,258.9 L184.4,259.6 L185.6,260.3 L186.8,260.9 L188.1,261.6 L189.3,262.3 L190.6,263.0 L191.9,263.7 L193.2,264.4 L194.6,265.0 L195.9,265.7 L197.3,266.4 L198.8,267.1 L200.2,267.7 L201.7,268.4 L203.3,269.1 L204.8,269.7 L206.4,270.4 L208.0,271.0 L209.6,271.7 L211.2,272.3 L212.8,272.9 L214.4,273.4 L216.0,274.0 L217.6,274.6 L219.2,275.1 L220.8,275.6 L222.4,276.1 L224.0,276.6 L225.6,277.1 L227.2,277.6 L228.8,278.0 L230.5,278.5 L232.1,278.9 L233.7,279.3 L235.3,279.7 L236.9,280.1 L238.6,280.5 L240.2,280.9 L241.8,281.2 L243.5,281.6 L245.1,281.9 L246.8,282.3 L248.4,282.6 L250.0,282.9 L251.6,283.2 L253.1,283.4 L254.6,283.7 L256.1,283.9 L257.6,284.1 L259.0,284.4 L260.5,284.6 L261.9,284.8 L263.3,284.9 L264.6,285.1 L266.0,285.3 L267.4,285.4 L268.7,285.6 L270.0,285.7 L271.3,285.9 L272.6,286.0 L273.9,286.1 L275.2,286.2 L276.5,286.3 L277.8,286.4 L279.0,286.5 L280.3,286.6 L281.5,286.7 L282.8,286.7 L284.0,286.8 L285.3,286.9 L286.5,286.9 L287.7,287.0 L288.9,287.0 L290.1,287.0 L291.3,287.1 L292.5,287.1 L293.7,287.1 L294.9,287.1 L296.1,287.1 L297.3,287.2 L298.5,287.2 L299.7,287.2 L300.8,287.1 L302.0,287.1 L303.2,287.1 L304.4,287.1 L305.5,287.1 L306.7,287.0 L307.9,287.0 L309.0,286.9 L310.2,286.9 L311.4,286.8 L312.5,286.8 L313.7,286.7 L314.8,286.7 L316.0,286.6 L317.2,286.5 L318.3,286.4 L319.5,286.4 L320.6,286.3 L321.8,286.2 L323.0,286.1 L324.1,286.0 L325.3,285.8 L326.5,285.7 L327.6,285.6 L328.8,285.5 L330.0,285.4 L331.1,285.2 L332.3,285.1 L333.5,284.9 L334.7,284.8 L335.8,284.6 L337.0,284.5 L338.2,284.3 L339.4,284.1 L340.6,283.9 L341.8,283.7 L343.0,283.5 L344.2,283.3 L345.4,283.1 L346.6,282.9 L347.9,282.7 L349.1,282.5 L350.3,282.2 L351.5,282.0 L352.8,281.7 L354.0,281.5 L355.3,281.2 L356.6,281.0 L357.9,280.7 L359.1,280.4 L360.4,280.1 L361.7,279.8 L363.1,279.4 L364.4,279.1 L365.7,278.8 L367.1,278.4 L368.4,278.1 L369.8,277.7 L371.2,277.3 L372.6,276.9 L374.1,276.5 L375.5,276.0 L377.0,275.6 L378.5,275.1 L380.0,274.6 L381.6,274.1 L383.2,273.6 L384.7,273.0 L386.2,272.5 L387.8,271.9 L389.3,271.3 L390.8,270.8 L392.3,270.2 L393.9,269.6 L395.4,269.0 L396.9,268.3 L398.4,267.7 L399.8,267.1 L401.3,266.4 L402.8,265.7 L404.3,265.0 L405.7,264.3 L407.2,263.6 L408.7,262.9 L410.1,262.1 L411.6,261.4 L413.0,260.6 L414.5,259.8 L415.9,259.0 L417.3,258.2 L418.7,257.4 L420.2,256.5 L421.5,255.7 L422.9,254.8 L424.2,254.0 L425.5,253.2 L426.7,252.3 L427.9,251.5 L429.1,250.7 L430.3,249.9 L431.4,249.0 L432.5,248.2 L433.6,247.4 L434.6,246.6 L435.7,245.7 L436.7,244.9 L437.7,244.1 L438.7,243.2 L439.7,242.4 L440.6,241.6 L441.5,240.7 L442.4,239.9 L443.3,239.1 L444.2,238.2 L445.1,237.4 L445.9,236.5 L446.8,235.7 L447.6,234.8 L448.4,234.0 L449.1,233.1 L449.9,232.2 L450.7,231.4 L451.4,230.5 L452.1,229.6 L452.8,228.8 L453.5,227.9 L454.2,227.0 L454.8,226.1 L455.5,225.2 L456.1,224.4 L456.7,223.5 L457.3,222.6 L457.9,221.7 L458.5,220.8 L459.0,219.9 L459.6,219.0 L460.1,218.1 L460.6,217.2 L461.1,216.3 L461.6,215.4 L462.0,214.5 L462.5,213.5 L462.9,212.6 L463.3,211.7 L463.7,210.8 L464.1,209.9 L464.5,209.0 L464.9,208.0 L465.2,207.1 L465.5,206.2 L465.8,205.3 L466.1,204.3 L466.4,203.4 L466.7,202.5 L467.0,201.5 L467.2,200.6 L467.4,199.7 L467.6,198.7 L467.8,197.8 L468.0,196.8 L468.2,195.9 L468.3,195.0 L468.4,194.0 L468.5,193.1 L468.6,192.2 L468.7,191.2 L468.8,190.3 L468.9,189.3 L468.9,188.4 L468.9,187.4 L468.9,186.5 L468.9,185.6 L468.9,184.6 L468.9,183.7 L468.8,182.8 L468.7,181.8 L468.7,180.9 L468.6,179.9 L468.4,179.0 L468.3,178.1 L468.2,177.1 L468.0,176.2 L467.8,175.3 L467.6,174.3 L467.4,173.4 L467.2,172.5 L467.0,171.6 L466.7,170.6 L466.5,169.7 L466.4,169.5 \" stroke=\"rgb( 0, 0, 255)\"/></g>\n",
"\t</g>\n",
"<g color=\"white\" fill=\"none\" stroke=\"rgb( 0, 0, 255)\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"2.00\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"2.00\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"black\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"</g>\n",
"</svg>"
],
"text/plain": [
"<IPython.core.display.SVG object>"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"plot(r(:,1).*cos(r(:,3)),r(:,1).*sin(r(:,3)))\n",
"xlabel('X - m')\n",
"ylabel('Y - m')\n",
"axis(0.7*[-1 1 -1 1])"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
}
],
"metadata": {
"celltoolbar": "Slideshow",
"kernelspec": {
"display_name": "Octave",
"language": "octave",
"name": "octave"
},
"language_info": {
"file_extension": ".m",
"help_links": [
{
"text": "MetaKernel Magics",
"url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md"
}
],
"mimetype": "text/x-octave",
"name": "octave",
"version": "0.19.14"
}
},
"nbformat": 4,
"nbformat_minor": 2
}