Skip to content
Permalink
b73dc1dfed
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
1392 lines (1392 sloc) 125 KB
{
"cells": [
{
"cell_type": "code",
"execution_count": 9,
"metadata": {
"collapsed": true,
"slideshow": {
"slide_type": "skip"
}
},
"outputs": [],
"source": [
"setdefaults"
]
},
{
"cell_type": "code",
"execution_count": 33,
"metadata": {
"collapsed": true,
"slideshow": {
"slide_type": "skip"
}
},
"outputs": [],
"source": [
"%plot --format svg"
]
},
{
"cell_type": "code",
"execution_count": 34,
"metadata": {
"collapsed": true,
"slideshow": {
"slide_type": "skip"
}
},
"outputs": [],
"source": [
"pkg load odepkg"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"## Intro to functions and m-files"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"## Building our own functions."
]
},
{
"cell_type": "markdown",
"metadata": {
"collapsed": true,
"slideshow": {
"slide_type": "fragment"
}
},
"source": [
"Functions are saved in memory (or better yet) in a folder in your path or current directory\n",
"\n",
"Example of storing a function in memory\n",
"\n",
"$f(x,y) = (xy^{3}-x^{3}y)$"
]
},
{
"cell_type": "code",
"execution_count": 11,
"metadata": {
"collapsed": false,
"slideshow": {
"slide_type": "fragment"
}
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"f =\n",
"\n",
"@(x, y) (x .* y .^ 3 - x .^ 3 .* y)\n",
"\n",
"ans = 6\n"
]
}
],
"source": [
"f= @(x,y) (x.*y.^3-x.^3.*y)\n",
"f(1,2)"
]
},
{
"cell_type": "code",
"execution_count": 12,
"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",
"</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",
"</g>\n",
"\t<g id=\"gnuplot_plot_1a\"><title>gnuplot_plot_1a</title>\n",
"<g color=\"white\" 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<path d=\"M306.8,131.4 L319.1,178.2 \" stroke=\"rgb( 6, 255, 249)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M281.2,72.0 L306.8,131.4 \" stroke=\"rgb(255, 180, 0)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M300.8,146.9 L317.1,176.9 \" stroke=\"rgb( 55, 255, 200)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M281.2,72.0 L300.8,146.9 \" stroke=\"rgb(255, 180, 0)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M275.3,126.1 L300.8,146.9 \" stroke=\"rgb(217, 255, 38)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M161.9,223.1 L153.1,235.4 \" stroke=\"rgb( 0, 34, 255)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M178.8,188.6 L176.9,192.0 \" stroke=\"rgb( 0, 229, 255)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M162.5,224.9 L153.1,235.4 \" stroke=\"rgb( 0, 18, 255)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M127.5,261.0 L153.1,235.4 \" stroke=\"rgb( 0, 0, 176)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M147.2,214.6 L127.5,261.0 \" stroke=\"rgb( 0, 34, 255)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M101.9,251.2 L127.5,261.0 \" stroke=\"rgb( 0, 0, 176)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M294.9,162.4 L321.5,179.8 \" stroke=\"rgb( 71, 255, 184)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M198.4,184.8 L178.8,188.6 \" stroke=\"rgb( 22, 255, 233)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M204.4,134.7 L178.8,188.6 \" stroke=\"rgb(136, 255, 119)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M255.6,62.2 L281.2,72.0 \" stroke=\"rgb(176, 0, 0)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M314.5,179.0 L294.9,162.4 \" stroke=\"rgb(103, 255, 152)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M275.3,126.1 L294.9,162.4 \" stroke=\"rgb(217, 255, 38)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M269.3,161.2 L294.9,162.4 \" stroke=\"rgb(152, 255, 103)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M255.6,62.2 L275.3,126.1 \" stroke=\"rgb(255, 34, 0)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M249.7,132.8 L275.3,126.1 \" stroke=\"rgb(255, 212, 0)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M121.5,193.9 L101.9,251.2 \" stroke=\"rgb( 0, 180, 255)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M76.3,191.9 L101.9,251.2 \" stroke=\"rgb( 0, 180, 255)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M224.0,156.0 L204.4,134.7 \" stroke=\"rgb(233, 255, 22)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M230.0,87.8 L204.4,134.7 \" stroke=\"rgb(255, 115, 0)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M334.2,183.8 L314.5,179.0 \" stroke=\"rgb( 87, 255, 168)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M340.6,182.0 L314.5,179.0 \" stroke=\"rgb( 71, 255, 184)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M313.4,178.9 L314.5,179.0 \" stroke=\"rgb( 87, 255, 168)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M288.9,177.8 L300.3,178.3 \" stroke=\"rgb(119, 255, 136)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M381.7,168.4 L377.5,171.5 \" stroke=\"rgb(152, 255, 103)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M269.3,161.2 L249.7,132.8 \" stroke=\"rgb(233, 255, 22)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M230.0,87.8 L249.7,132.8 \" stroke=\"rgb(255, 99, 0)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M224.0,156.0 L249.7,132.8 \" stroke=\"rgb(249, 255, 6)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M218.1,186.4 L198.4,184.8 \" stroke=\"rgb( 87, 255, 168)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M224.0,156.0 L198.4,184.8 \" stroke=\"rgb(136, 255, 119)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M185.6,196.4 L198.4,184.8 \" stroke=\"rgb( 38, 255, 217)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M243.7,171.9 L224.0,156.0 \" stroke=\"rgb(168, 255, 87)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M147.2,214.6 L157.9,211.8 \" stroke=\"rgb( 0, 212, 255)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M288.9,177.8 L269.3,161.2 \" stroke=\"rgb(152, 255, 103)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M243.7,171.9 L269.3,161.2 \" stroke=\"rgb(168, 255, 87)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M230.0,87.8 L255.6,62.2 \" stroke=\"rgb(176, 0, 0)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M263.4,183.8 L243.7,171.9 \" stroke=\"rgb(136, 255, 119)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M218.1,186.4 L243.7,171.9 \" stroke=\"rgb(136, 255, 119)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M296.7,181.6 L288.9,177.8 \" stroke=\"rgb(119, 255, 136)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M263.4,183.8 L288.9,177.8 \" stroke=\"rgb(136, 255, 119)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M156.0,206.2 L147.2,214.6 \" stroke=\"rgb( 0, 245, 255)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M121.5,193.9 L147.2,214.6 \" stroke=\"rgb( 38, 255, 217)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M353.8,184.7 L334.2,183.8 \" stroke=\"rgb(136, 255, 119)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M379.5,170.9 L334.2,183.8 \" stroke=\"rgb(152, 255, 103)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M326.1,184.9 L334.2,183.8 \" stroke=\"rgb(103, 255, 152)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M237.7,192.1 L218.1,186.4 \" stroke=\"rgb(119, 255, 136)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M192.5,197.1 L218.1,186.4 \" stroke=\"rgb( 87, 255, 168)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M282.9,193.3 L263.4,183.8 \" stroke=\"rgb(136, 255, 119)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M237.7,192.1 L263.4,183.8 \" stroke=\"rgb(136, 255, 119)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M399.1,163.1 L379.5,170.9 \" stroke=\"rgb(249, 255, 6)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M424.8,120.2 L379.5,170.9 \" stroke=\"rgb(255, 148, 0)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M353.8,184.7 L379.5,170.9 \" stroke=\"rgb(168, 255, 87)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M282.9,193.3 L284.1,193.0 \" stroke=\"rgb(119, 255, 136)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M373.5,189.5 L353.8,184.7 \" stroke=\"rgb(168, 255, 87)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M334.2,192.3 L353.8,184.7 \" stroke=\"rgb(152, 255, 103)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M257.4,200.0 L237.7,192.1 \" stroke=\"rgb(119, 255, 136)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M212.1,198.0 L237.7,192.1 \" stroke=\"rgb(119, 255, 136)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M95.9,134.5 L76.3,191.9 \" stroke=\"rgb(255, 180, 0)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M283.5,193.6 L282.9,193.3 \" stroke=\"rgb(136, 255, 119)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M257.4,200.0 L282.9,193.3 \" stroke=\"rgb(136, 255, 119)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M141.2,175.1 L121.5,193.9 \" stroke=\"rgb(217, 255, 38)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M95.9,134.5 L121.5,193.9 \" stroke=\"rgb(255, 180, 0)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M483.7,210.1 L458.1,282.9 \" stroke=\"rgb( 0, 180, 255)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M438.5,208.1 L458.1,282.9 \" stroke=\"rgb( 0, 180, 255)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M432.5,306.2 L458.1,282.9 \" stroke=\"rgb( 0, 0, 176)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M347.9,204.0 L340.5,200.5 \" stroke=\"rgb(136, 255, 119)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M141.2,175.1 L144.7,178.0 \" stroke=\"rgb(255, 229, 0)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M412.8,242.3 L432.5,306.2 \" stroke=\"rgb( 0, 34, 255)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M406.9,294.0 L432.5,306.2 \" stroke=\"rgb( 0, 0, 176)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M231.8,205.9 L212.1,198.0 \" stroke=\"rgb(136, 255, 119)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M186.5,196.8 L212.1,198.0 \" stroke=\"rgb(152, 255, 103)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M418.8,171.9 L399.1,163.1 \" stroke=\"rgb(255, 212, 0)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M424.8,120.2 L399.1,163.1 \" stroke=\"rgb(255, 99, 0)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M373.5,189.5 L399.1,163.1 \" stroke=\"rgb(233, 255, 22)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M393.2,206.0 L373.5,189.5 \" stroke=\"rgb(152, 255, 103)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M347.9,204.0 L373.5,189.5 \" stroke=\"rgb(152, 255, 103)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M275.3,207.9 L257.4,200.0 \" stroke=\"rgb(136, 255, 119)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M231.8,205.9 L257.4,200.0 \" stroke=\"rgb(136, 255, 119)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M367.5,220.6 L347.9,204.0 \" stroke=\"rgb(103, 255, 152)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M344.1,205.1 L347.9,204.0 \" stroke=\"rgb(119, 255, 136)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M444.4,110.1 L424.8,120.2 \" stroke=\"rgb(176, 0, 0)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M438.5,208.1 L412.8,242.3 \" stroke=\"rgb( 38, 255, 217)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M393.2,206.0 L412.8,242.3 \" stroke=\"rgb( 38, 255, 217)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M387.2,249.1 L412.8,242.3 \" stroke=\"rgb( 0, 212, 255)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M418.8,171.9 L393.2,206.0 \" stroke=\"rgb(217, 255, 38)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M367.5,220.6 L393.2,206.0 \" stroke=\"rgb(103, 255, 152)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M251.4,216.2 L231.8,205.9 \" stroke=\"rgb(136, 255, 119)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M206.2,209.4 L231.8,205.9 \" stroke=\"rgb(136, 255, 119)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M206.2,209.4 L186.5,196.8 \" stroke=\"rgb(168, 255, 87)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M160.9,183.9 L186.5,196.8 \" stroke=\"rgb(233, 255, 22)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M464.1,135.4 L438.5,208.1 \" stroke=\"rgb(255, 180, 0)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M418.8,171.9 L438.5,208.1 \" stroke=\"rgb(217, 255, 38)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M444.4,110.1 L418.8,171.9 \" stroke=\"rgb(255, 34, 0)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M251.4,216.2 L274.8,209.4 \" stroke=\"rgb(119, 255, 136)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M387.2,249.1 L406.9,294.0 \" stroke=\"rgb( 0, 99, 255)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M381.2,260.6 L406.9,294.0 \" stroke=\"rgb( 0, 115, 255)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M375.2,255.7 L406.9,294.0 \" stroke=\"rgb( 0, 99, 255)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M464.1,135.4 L483.7,210.1 \" stroke=\"rgb(255, 180, 0)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M387.2,249.1 L367.5,220.6 \" stroke=\"rgb( 22, 255, 233)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M356.7,221.8 L367.5,220.6 \" stroke=\"rgb( 87, 255, 168)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M144.1,176.4 L141.2,175.1 \" stroke=\"rgb(255, 212, 0)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M115.6,126.8 L141.2,175.1 \" stroke=\"rgb(255, 34, 0)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M369.7,242.4 L387.2,249.1 \" stroke=\"rgb( 0, 245, 255)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M225.8,226.1 L206.2,209.4 \" stroke=\"rgb(136, 255, 119)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M180.5,209.1 L206.2,209.4 \" stroke=\"rgb(168, 255, 87)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M269.8,223.6 L251.4,216.2 \" stroke=\"rgb(119, 255, 136)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M225.8,226.1 L251.4,216.2 \" stroke=\"rgb(119, 255, 136)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M464.1,135.4 L444.4,110.1 \" stroke=\"rgb(176, 0, 0)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M180.5,209.1 L160.9,183.9 \" stroke=\"rgb(249, 255, 6)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M135.2,154.4 L160.9,183.9 \" stroke=\"rgb(255, 99, 0)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M115.6,126.8 L160.9,183.9 \" stroke=\"rgb(255, 34, 0)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M245.5,238.8 L225.8,226.1 \" stroke=\"rgb( 87, 255, 168)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M200.2,239.9 L225.8,226.1 \" stroke=\"rgb( 87, 255, 168)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M115.6,126.8 L95.9,134.5 \" stroke=\"rgb(176, 0, 0)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M213.9,335.7 L194.2,308.1 \" stroke=\"rgb( 0, 0, 176)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M219.9,265.1 L194.2,308.1 \" stroke=\"rgb( 0, 99, 255)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M174.6,259.2 L194.2,308.1 \" stroke=\"rgb( 0, 115, 255)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M200.2,239.9 L180.5,209.1 \" stroke=\"rgb(136, 255, 119)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M154.9,203.2 L180.5,209.1 \" stroke=\"rgb(233, 255, 22)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M245.5,238.8 L269.2,225.3 \" stroke=\"rgb(103, 255, 152)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M321.7,224.3 L349.1,234.6 \" stroke=\"rgb(119, 255, 136)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M219.9,265.1 L200.2,239.9 \" stroke=\"rgb( 6, 255, 249)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M174.6,259.2 L200.2,239.9 \" stroke=\"rgb( 22, 255, 233)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M233.6,327.9 L213.9,335.7 \" stroke=\"rgb( 0, 0, 176)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M239.5,273.9 L213.9,335.7 \" stroke=\"rgb( 0, 34, 255)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M154.9,203.2 L174.6,259.2 \" stroke=\"rgb(136, 255, 119)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M264.1,239.6 L245.5,238.8 \" stroke=\"rgb(103, 255, 152)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M219.9,265.1 L245.5,238.8 \" stroke=\"rgb( 22, 255, 233)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M239.5,273.9 L219.9,265.1 \" stroke=\"rgb( 0, 212, 255)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M355.6,220.1 L381.2,260.6 \" stroke=\"rgb(136, 255, 119)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M336.0,223.9 L381.2,260.6 \" stroke=\"rgb( 87, 255, 168)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M135.2,154.4 L154.9,203.2 \" stroke=\"rgb(255, 115, 0)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M336.0,223.9 L291.0,225.0 \" stroke=\"rgb(184, 255, 71)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M135.2,154.4 L115.6,126.8 \" stroke=\"rgb(176, 0, 0)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M258.4,255.9 L239.5,273.9 \" stroke=\"rgb( 38, 255, 217)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M263.2,242.2 L239.5,273.9 \" stroke=\"rgb( 38, 255, 217)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M355.6,220.1 L336.0,223.9 \" stroke=\"rgb(233, 255, 22)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M310.3,214.1 L336.0,223.9 \" stroke=\"rgb(249, 255, 6)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M310.3,214.1 L274.8,234.2 \" stroke=\"rgb(233, 255, 22)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M253.2,270.6 L233.6,327.9 \" stroke=\"rgb( 0, 180, 255)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M259.2,255.1 L233.6,327.9 \" stroke=\"rgb( 0, 180, 255)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M330.0,186.8 L310.3,214.1 \" stroke=\"rgb(255, 99, 0)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M284.7,220.9 L310.3,214.1 \" stroke=\"rgb(255, 212, 0)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M330.0,186.8 L355.6,220.1 \" stroke=\"rgb(255, 115, 0)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M278.8,197.9 L259.2,255.1 \" stroke=\"rgb(255, 180, 0)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M284.7,220.9 L259.2,255.1 \" stroke=\"rgb(217, 255, 38)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M304.4,174.6 L284.7,220.9 \" stroke=\"rgb(255, 34, 0)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M278.8,197.9 L253.2,270.6 \" stroke=\"rgb(255, 180, 0)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M304.4,174.6 L330.0,186.8 \" stroke=\"rgb(176, 0, 0)\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M278.8,197.9 L304.4,174.6 \" stroke=\"rgb(176, 0, 0)\"/></g>\n",
"\t</g>\n",
"\t<g id=\"gnuplot_plot_2a\"><title>gnuplot_plot_2a</title>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"</g>\n",
"\t</g>\n",
"<g color=\"white\" fill=\"none\" stroke=\"rgb(136, 255, 119)\" 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=\"M253.2,356.6 L483.7,296.2 \" stroke=\"black\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M253.2,356.6 L76.3,277.8 \" stroke=\"black\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M76.3,277.8 L172.3,252.6 \" stroke=\"black\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M353.5,238.2 L326.2,226.0 \" stroke=\"black\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M483.7,296.2 L456.8,284.1 \" stroke=\"black\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M76.3,105.8 L76.3,277.8 \" stroke=\"black\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M306.8,45.4 L306.8,131.4 \" stroke=\"black\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M483.7,124.2 L483.7,296.2 \" stroke=\"black\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M253.2,270.6 L253.2,356.6 \" stroke=\"black\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M76.3,105.8 L306.8,45.4 \" stroke=\"black\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M483.7,124.2 L306.8,45.4 \" stroke=\"black\"/></g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M253.2,356.6 L76.3,277.8 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M264.4,361.6 L253.2,356.6 \" stroke=\"black\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M76.3,277.8 L65.0,272.8 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(271.8,374.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",
"</g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M185.2,285.5 L133.9,262.7 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M310.8,341.5 L239.9,309.9 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M322.0,346.5 L310.8,341.5 \" stroke=\"black\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M133.9,262.7 L128.3,260.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(329.4,359.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",
"</g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M368.4,326.4 L252.3,274.6 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M379.7,331.4 L368.4,326.4 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(387.0,344.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",
"</g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M426.1,311.3 L269.4,241.4 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M437.3,316.3 L426.1,311.3 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(444.7,329.4)\">\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",
"</g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M353.5,238.2 L326.2,226.0 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M483.7,296.2 L456.8,284.1 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M495.0,301.2 L483.7,296.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(502.4,314.3)\">\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",
"</g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M253.2,356.6 L483.7,296.2 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M243.2,359.3 L253.2,356.6 \" stroke=\"black\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M483.7,296.2 L493.7,293.5 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(236.6,369.0)\">\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",
"</g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M214.3,335.5 L400.8,286.6 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M209.0,336.9 L213.9,335.7 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M199.0,339.6 L209.0,336.9 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(192.4,349.3)\">\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",
"</g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M244.7,296.3 L379.5,260.9 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M164.7,317.2 L195.1,309.3 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M154.7,319.9 L164.7,317.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(148.2,329.6)\">\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",
"</g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M256.8,261.8 L351.0,237.0 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M120.5,297.5 L183.4,281.0 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M110.5,300.1 L120.5,297.5 \" stroke=\"black\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M351.0,237.0 L351.9,236.8 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(103.9,309.9)\">\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",
"</g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M76.3,277.8 L172.3,252.6 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M66.3,280.4 L76.3,277.8 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(59.7,290.2)\">\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",
"</g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M76.3,277.8 L172.3,252.6 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M353.5,238.2 L326.2,226.0 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M483.7,296.2 L456.8,284.1 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.8,277.8 L76.3,277.8 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(45.7,283.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",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M496.2,296.2 L483.7,296.2 \" stroke=\"black\"/></g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M152.0,236.4 L165.4,232.9 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M76.3,256.3 L101.3,249.7 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M483.7,274.6 L464.1,265.9 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.8,256.3 L76.3,256.3 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(45.7,262.3)\">\n",
"\t\t<text><tspan font-family=\"{}\">-0.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",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M496.2,274.6 L483.7,274.6 \" stroke=\"black\"/></g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M76.3,234.8 L92.9,230.4 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M483.7,253.1 L470.7,247.3 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.8,234.8 L76.3,234.8 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(45.7,240.8)\">\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",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M496.2,253.1 L483.7,253.1 \" stroke=\"black\"/></g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M170.4,188.7 L179.9,186.2 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M76.3,213.3 L84.6,211.1 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M359.8,176.5 L313.2,155.8 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M483.7,231.6 L477.2,228.7 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.8,213.3 L76.3,213.3 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(45.7,219.3)\">\n",
"\t\t<text><tspan font-family=\"{}\">-0.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",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M496.2,231.6 L483.7,231.6 \" stroke=\"black\"/></g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M151.5,172.1 L191.6,161.6 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M384.0,165.8 L306.8,131.4 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.8,191.9 L76.3,191.9 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(45.7,197.9)\">\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",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M496.2,210.1 L483.7,210.1 \" stroke=\"black\"/></g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M298.4,112.1 L306.8,109.9 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M137.4,154.3 L203.2,137.1 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M76.3,170.4 L84.4,168.2 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M397.8,150.4 L306.8,109.9 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M483.7,188.7 L477.3,185.9 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.8,170.4 L76.3,170.4 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(45.7,176.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">0.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",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M496.2,188.7 L483.7,188.7 \" stroke=\"black\"/></g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M290.1,92.8 L306.8,88.4 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M123.3,136.5 L216.8,112.0 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M76.3,148.9 L92.5,144.6 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M411.5,135.0 L306.8,88.4 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M483.7,167.2 L470.9,161.5 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.8,148.9 L76.3,148.9 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(45.7,154.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",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M496.2,167.2 L483.7,167.2 \" stroke=\"black\"/></g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M281.8,73.4 L306.8,66.9 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M76.3,127.4 L231.1,86.7 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M425.6,119.8 L306.8,66.9 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M483.7,145.7 L464.5,137.1 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.8,127.4 L76.3,127.4 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(45.7,133.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">0.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",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M496.2,145.7 L483.7,145.7 \" stroke=\"black\"/></g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M76.3,105.8 L306.8,45.4 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"gray\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path class=\"gridline\" d=\"M483.7,124.2 L306.8,45.4 \" stroke=\"gray\" stroke-dasharray=\"2,4\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.8,105.8 L76.3,105.8 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(45.7,111.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",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M496.2,124.2 L483.7,124.2 \" stroke=\"black\"/></g>\n",
"</g>\n",
"</svg>"
],
"text/plain": [
"<IPython.core.display.SVG object>"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"x=linspace(-1,1,10); % 10 data points from -1 to 1\n",
"y=linspace(-1,1,10); % 10 data points from -1 to 1\n",
"[X,Y]=meshgrid(x,y); % 100 data points from -1 to 1 on the x- and y-axes\n",
"Z=f(X,Y); % Z=f(X,Y) evaluated at the 100 data points\n",
"\n",
"mesh(X,Y,Z)"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"Here we will save a function called `my_ode` as `my_ode.m` For a single-DOF forced spring-mass-damper:\n",
"\n",
"$\\ddot{x}+2\\dot{x}+9x=\\cos(t/2)$"
]
},
{
"cell_type": "code",
"execution_count": 38,
"metadata": {
"collapsed": true,
"slideshow": {
"slide_type": "fragment"
}
},
"outputs": [],
"source": [
"function dr = my_ode(t,r)\n",
" % Help documentation for \"my_ode.m\"\n",
" % input is time, t (s) and r=[position (m); velocity (m/s)] and time\n",
" % output is dr=[velocity (m/s); acceleration (m/s/s)] at time, t\n",
" % the ODE is defined by:\n",
" %\n",
" % a = -2*v-9*x+cos(t/2)\n",
" \n",
" dr=zeros(size(r));\n",
" dr(1)=r(2);\n",
" dr(2)=-2*r(2)-9*r(1)+cos(2*t);\n",
"\n",
"end"
]
},
{
"cell_type": "code",
"execution_count": 39,
"metadata": {
"collapsed": false,
"slideshow": {
"slide_type": "subslide"
}
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"'my_ode' is a command-line function\n",
"\n",
" Help documentation for \"my_ode.m\"\n",
" input is time, t (s) and r=[position (m); velocity (m/s)] and time\n",
" output is dr=[velocity (m/s); acceleration (m/s/s)] at time, t\n",
" the ODE is defined by:\n",
"\n",
" a = -2*v-9*x+cos(t/2)\n",
"\n",
"\n",
"Additional help for built-in functions and operators is\n",
"available in the online version of the manual. Use the command\n",
"'doc <topic>' to search the manual index.\n",
"\n",
"Help and information about Octave is also available on the WWW\n",
"at http://www.octave.org and via the help@octave.org\n",
"mailing list.\n"
]
}
],
"source": [
"help my_ode"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"## Euler approximation\n",
"\n",
"$r_{i+1}=r_{i}+\\frac{dr_{i}}{dt}\\Delta t$"
]
},
{
"cell_type": "code",
"execution_count": 40,
"metadata": {
"collapsed": false,
"slideshow": {
"slide_type": "fragment"
}
},
"outputs": [],
"source": [
"dt=0.1;\n",
"t=[0:dt:6*pi/2];\n",
"x0=0.1;\n",
"v0=0;\n",
"r=zeros(length(t),2);\n",
"r(1,:)=[x0;v0];\n",
"for i=2:length(t)\n",
" dr=my_ode(t(i-1),r(i-1,:));\n",
" r(i,:)=r(i-1,:)+dr*dt;\n",
"end\n",
" "
]
},
{
"cell_type": "code",
"execution_count": 41,
"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=\"80.2,362.4 534.9,362.4 534.9,16.8 80.2,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=\"M80.2,362.4 L92.7,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(71.9,368.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=\"M80.2,319.2 L92.7,319.2 M535.0,319.2 L522.5,319.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(71.9,325.2)\">\n",
"\t\t<text><tspan font-family=\"{}\">-0.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=\"M80.2,276.0 L92.7,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(71.9,282.0)\">\n",
"\t\t<text><tspan font-family=\"{}\">-0.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=\"M80.2,232.8 L92.7,232.8 M535.0,232.8 L522.5,232.8 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(71.9,238.8)\">\n",
"\t\t<text><tspan font-family=\"{}\">-0.05</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=\"M80.2,189.5 L92.7,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(71.9,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=\"M80.2,146.3 L92.7,146.3 M535.0,146.3 L522.5,146.3 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(71.9,152.3)\">\n",
"\t\t<text><tspan font-family=\"{}\">0.05</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=\"M80.2,103.1 L92.7,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(71.9,109.1)\">\n",
"\t\t<text><tspan font-family=\"{}\">0.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=\"M80.2,59.9 L92.7,59.9 M535.0,59.9 L522.5,59.9 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(71.9,65.9)\">\n",
"\t\t<text><tspan font-family=\"{}\">0.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=\"M80.2,16.7 L92.7,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(71.9,22.7)\">\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=\"M80.2,362.4 L80.2,349.9 M80.2,16.7 L80.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(80.2,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=\"M171.2,362.4 L171.2,349.9 M171.2,16.7 L171.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(171.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=\"M262.1,362.4 L262.1,349.9 M262.1,16.7 L262.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(262.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=\"M353.1,362.4 L353.1,349.9 M353.1,16.7 L353.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(353.1,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=\"M444.0,362.4 L444.0,349.9 M444.0,16.7 L444.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(444.0,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=\"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=\"{}\">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",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M80.2,16.7 L80.2,362.4 L535.0,362.4 L535.0,16.7 L80.2,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(307.6,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=\"M80.2,103.1 L84.7,103.1 L89.3,102.3 L93.8,100.9 L98.4,99.7 L102.9,99.5 L107.5,101.5 L112.0,106.5 L116.6,115.3 L121.1,128.4 L125.7,145.7 L130.2,167.1 L134.8,191.7 L139.3,218.5 L143.9,246.2 L148.4,273.1 L153.0,297.6 L157.5,318.3 L162.1,333.8 L166.6,342.9 L171.2,345.0 L175.7,339.7 L180.3,327.1 L184.8,307.7 L189.4,282.6 L193.9,252.7 L198.4,219.7 L203.0,185.2 L207.5,150.8 L212.1,118.2 L216.6,88.9 L221.2,64.2 L225.7,45.3 L230.3,32.7 L234.8,27.1 L239.4,28.5 L243.9,36.8 L248.5,51.3 L253.0,71.5 L257.6,96.2 L262.1,124.5 L266.7,155.0 L271.2,186.6 L275.8,217.9 L280.3,247.6 L284.9,274.8 L289.4,298.3 L294.0,317.3 L298.5,331.1 L303.1,339.3 L307.6,341.7 L312.1,338.1 L316.7,328.8 L321.2,314.2 L325.8,294.8 L330.3,271.4 L334.9,244.9 L339.4,216.3 L344.0,186.7 L348.5,157.1 L353.1,128.9 L357.6,103.0 L362.2,80.4 L366.7,62.1 L371.3,48.7 L375.8,40.9 L380.4,38.8 L384.9,42.8 L389.5,52.5 L394.0,67.7 L398.6,87.8 L403.1,111.9 L407.7,139.2 L412.2,168.6 L416.8,198.9 L421.3,228.8 L425.8,257.3 L430.4,283.1 L434.9,305.2 L439.5,322.7 L444.0,334.8 L448.6,341.2 L453.1,341.5 L457.7,335.7 L462.2,324.0 L466.8,307.0 L471.3,285.2 L475.9,259.6 L480.4,231.2 L485.0,201.1 L489.5,170.6 L494.1,140.8 L498.6,113.0 L503.2,88.2 L507.7,67.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(t,r(:,1))\n",
"xlabel('time (s)')\n",
"ylabel('position (m)')"
]
},
{
"cell_type": "markdown",
"metadata": {
"collapsed": false,
"slideshow": {
"slide_type": "subslide"
}
},
"source": [
"## Runge-Kutta\n",
"\n",
"\n",
"Using `ode23` and `ode45` have the same syntax\n",
"\n",
"Numerical integration algorithms for differential equations:"
]
},
{
"cell_type": "code",
"execution_count": 49,
"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=\"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,362.4 L84.4,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(63.6,368.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=\"M71.9,293.3 L84.4,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(63.6,299.3)\">\n",
"\t\t<text><tspan font-family=\"{}\">-0.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=\"M71.9,224.1 L84.4,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(63.6,230.1)\">\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,155.0 L84.4,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(63.6,161.0)\">\n",
"\t\t<text><tspan font-family=\"{}\">0.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=\"M71.9,85.8 L84.4,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(63.6,91.8)\">\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,16.7 L84.4,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(63.6,22.7)\">\n",
"\t\t<text><tspan font-family=\"{}\">0.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=\"M71.9,362.4 L71.9,349.9 M71.9,16.7 L71.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(71.9,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=\"M164.5,362.4 L164.5,349.9 M164.5,16.7 L164.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(164.5,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=\"M257.1,362.4 L257.1,349.9 M257.1,16.7 L257.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(257.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=\"M349.8,362.4 L349.8,349.9 M349.8,16.7 L349.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(349.8,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=\"M442.4,362.4 L442.4,349.9 M442.4,16.7 L442.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(442.4,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=\"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=\"{}\">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",
"</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=\"{}\">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(303.4,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=\"M394.5,121.7 L394.5,25.7 L526.7,25.7 L526.7,121.7 L394.5,121.7 Z \" stroke=\"black\"/></g>\n",
"\t<g id=\"gnuplot_plot_1a\"><title>ode23</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=\"{}\">ode23</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=\"M405.7,49.7 L459.5,49.7 M71.9,155.0 L72.6,155.0 L73.1,155.0 L73.8,154.9 L74.4,154.9 L75.1,154.8 L75.8,154.8 L76.5,154.7 L77.4,154.6 L78.2,154.4 L78.9,154.3 L79.7,154.2 L80.4,154.1 L81.1,154.0 L81.9,153.9 L82.6,153.7 L83.2,153.7 L83.8,153.6 L84.4,153.5 L85.0,153.4 L85.5,153.4 L86.1,153.3 L86.6,153.3 L87.1,153.3 L87.7,153.3 L88.2,153.3 L88.7,153.3 L89.2,153.4 L89.6,153.4 L90.1,153.5 L90.6,153.5 L91.1,153.6 L91.5,153.7 L92.0,153.8 L92.4,154.0 L92.9,154.1 L93.3,154.3 L93.8,154.4 L94.2,154.6 L94.7,154.8 L95.1,155.1 L95.6,155.3 L96.0,155.6 L96.4,155.8 L96.9,156.1 L97.3,156.4 L97.7,156.8 L98.2,157.1 L98.6,157.5 L99.0,157.9 L99.4,158.3 L99.9,158.7 L100.3,159.2 L100.7,159.6 L101.1,160.1 L101.6,160.6 L102.0,161.2 L102.4,161.7 L102.8,162.3 L103.3,162.9 L103.7,163.5 L104.1,164.2 L104.6,164.9 L105.0,165.6 L105.4,166.3 L105.8,167.0 L106.3,167.8 L106.7,168.6 L107.1,169.5 L107.6,170.3 L108.0,171.2 L108.5,172.1 L108.9,173.1 L109.3,174.0 L109.8,175.0 L110.2,176.1 L110.7,177.1 L111.1,178.2 L111.6,179.4 L112.1,180.6 L112.5,181.8 L113.0,183.0 L113.5,184.3 L114.0,185.6 L114.4,187.0 L114.9,188.4 L115.4,189.9 L115.9,191.4 L116.4,192.9 L117.0,194.5 L117.5,196.2 L118.0,198.0 L118.6,199.8 L119.1,201.6 L119.7,203.6 L120.3,205.6 L120.9,207.8 L121.6,210.1 L122.2,212.5 L122.9,215.0 L123.6,217.4 L124.3,219.9 L124.9,222.4 L125.6,224.9 L126.2,227.4 L126.8,229.9 L127.5,232.3 L128.1,234.8 L128.7,237.3 L129.4,239.8 L130.0,242.2 L130.6,244.7 L131.2,247.1 L131.8,249.4 L132.3,251.6 L132.9,253.7 L133.4,255.8 L133.9,257.9 L134.4,259.9 L134.9,261.8 L135.4,263.8 L135.9,265.6 L136.4,267.5 L136.8,269.3 L137.3,271.1 L137.8,272.8 L138.2,274.5 L138.7,276.2 L139.1,277.8 L139.6,279.5 L140.0,281.1 L140.4,282.6 L140.8,284.2 L141.3,285.7 L141.7,287.1 L142.1,288.6 L142.5,290.0 L143.0,291.4 L143.4,292.8 L143.8,294.2 L144.2,295.5 L144.6,296.8 L145.0,298.1 L145.4,299.3 L145.8,300.5 L146.2,301.7 L146.6,302.9 L147.0,304.0 L147.4,305.2 L147.8,306.2 L148.2,307.3 L148.6,308.4 L148.9,309.4 L149.3,310.4 L149.7,311.3 L150.1,312.3 L150.5,313.2 L150.9,314.1 L151.3,314.9 L151.6,315.8 L152.0,316.6 L152.4,317.4 L152.8,318.1 L153.2,318.8 L153.6,319.5 L153.9,320.2 L154.3,320.9 L154.7,321.5 L155.1,322.1 L155.5,322.6 L155.8,323.2 L156.2,323.7 L156.6,324.2 L157.0,324.6 L157.3,325.1 L157.7,325.5 L158.1,325.8 L158.5,326.2 L158.9,326.5 L159.2,326.8 L159.6,327.1 L160.0,327.3 L160.4,327.5 L160.8,327.7 L161.1,327.8 L161.5,327.9 L161.9,328.0 L162.3,328.0 L162.7,328.1 L163.1,328.1 L163.4,328.0 L163.8,327.9 L164.2,327.8 L164.6,327.7 L165.0,327.5 L165.4,327.3 L165.8,327.1 L166.2,326.9 L166.6,326.6 L166.9,326.2 L167.3,325.9 L167.7,325.5 L168.1,325.0 L168.5,324.6 L168.9,324.1 L169.3,323.6 L169.7,323.0 L170.2,322.4 L170.6,321.7 L171.0,321.1 L171.4,320.3 L171.8,319.6 L172.2,318.8 L172.6,318.0 L173.1,317.1 L173.5,316.2 L173.9,315.2 L174.3,314.3 L174.8,313.2 L175.2,312.1 L175.7,311.0 L176.1,309.9 L176.6,308.6 L177.0,307.4 L177.5,306.1 L177.9,304.7 L178.4,303.3 L178.9,301.8 L179.4,300.3 L179.8,298.7 L180.3,297.1 L180.8,295.4 L181.4,293.6 L181.9,291.8 L182.4,289.8 L182.9,287.8 L183.5,285.7 L184.1,283.6 L184.7,281.3 L185.3,278.8 L185.9,276.3 L186.5,273.7 L187.2,271.0 L187.8,268.3 L188.4,265.6 L189.1,262.9 L189.7,260.1 L190.3,257.4 L190.9,254.6 L191.5,251.8 L192.1,249.0 L192.8,246.2 L193.4,243.3 L194.0,240.5 L194.6,237.6 L195.2,234.8 L195.8,231.9 L196.4,229.1 L197.0,226.3 L197.5,223.7 L198.1,221.1 L198.6,218.5 L199.1,216.1 L199.6,213.6 L200.1,211.2 L200.6,208.9 L201.1,206.6 L201.6,204.3 L202.1,202.1 L202.5,199.9 L203.0,197.7 L203.5,195.6 L203.9,193.5 L204.4,191.4 L204.8,189.4 L205.3,187.4 L205.7,185.4 L206.2,183.5 L206.6,181.5 L207.0,179.6 L207.4,177.8 L207.9,175.9 L208.3,174.1 L208.7,172.4 L209.1,170.6 L209.6,168.9 L210.0,167.2 L210.4,165.5 L210.8,163.9 L211.2,162.2 L211.6,160.7 L212.0,159.1 L212.4,157.5 L212.8,156.0 L213.2,154.5 L213.6,153.1 L214.0,151.6 L214.4,150.2 L214.8,148.9 L215.2,147.5 L215.6,146.2 L216.0,144.9 L216.4,143.6 L216.8,142.3 L217.2,141.1 L217.5,139.9 L217.9,138.8 L218.3,137.6 L218.7,136.5 L219.1,135.4 L219.5,134.3 L219.9,133.3 L220.3,132.3 L220.6,131.3 L221.0,130.4 L221.4,129.4 L221.8,128.6 L222.2,127.7 L222.6,126.8 L222.9,126.0 L223.3,125.2 L223.7,124.5 L224.1,123.8 L224.5,123.1 L224.9,122.4 L225.2,121.7 L225.6,121.1 L226.0,120.5 L226.4,120.0 L226.8,119.4 L227.2,118.9 L227.5,118.5 L227.9,118.0 L228.3,117.6 L228.7,117.2 L229.1,116.9 L229.5,116.6 L229.8,116.3 L230.2,116.0 L230.6,115.8 L231.0,115.6 L231.4,115.4 L231.8,115.3 L232.2,115.2 L232.6,115.1 L232.9,115.1 L233.3,115.0 L233.7,115.1 L234.1,115.1 L234.5,115.2 L234.9,115.3 L235.3,115.5 L235.7,115.7 L236.1,115.9 L236.5,116.1 L236.9,116.4 L237.3,116.7 L237.7,117.1 L238.1,117.5 L238.5,117.9 L238.9,118.4 L239.4,118.9 L239.8,119.4 L240.2,120.0 L240.6,120.6 L241.0,121.2 L241.4,121.9 L241.9,122.6 L242.3,123.4 L242.7,124.2 L243.1,125.0 L243.6,125.9 L244.0,126.8 L244.5,127.7 L244.9,128.7 L245.3,129.8 L245.8,130.9 L246.2,132.0 L246.7,133.2 L247.2,134.4 L247.6,135.7 L248.1,137.0 L248.6,138.4 L249.0,139.8 L249.5,141.3 L250.0,142.8 L250.5,144.4 L251.0,146.1 L251.5,147.8 L252.1,149.6 L252.6,151.5 L253.1,153.4 L253.7,155.4 L254.3,157.5 L254.8,159.7 L255.4,162.0 L256.1,164.4 L256.7,167.0 L257.3,169.6 L258.0,172.3 L258.6,175.0 L259.3,177.8 L259.9,180.5 L260.6,183.3 L261.2,186.1 L261.8,189.0 L262.5,191.8 L263.1,194.6 L263.7,197.5 L264.3,200.4 L265.0,203.3 L265.6,206.2 L266.2,209.1 L266.8,212.0 L267.5,214.9 L268.1,217.7 L268.6,220.5 L269.2,223.1 L269.8,225.7 L270.3,228.3 L270.8,230.8 L271.4,233.2 L271.9,235.6 L272.4,238.0 L272.9,240.3 L273.4,242.6 L273.8,244.8 L274.3,247.1 L274.8,249.2 L275.3,251.4 L275.7,253.5 L276.2,255.6 L276.7,257.6 L277.1,259.6 L277.6,261.6 L278.0,263.6 L278.4,265.5 L278.9,267.4 L279.3,269.3 L279.8,271.1 L280.2,272.9 L280.6,274.7 L281.0,276.5 L281.5,278.2 L281.9,279.9 L282.3,281.6 L282.7,283.3 L283.1,284.9 L283.6,286.5 L284.0,288.1 L284.4,289.6 L284.8,291.1 L285.2,292.6 L285.6,294.1 L286.0,295.5 L286.4,297.0 L286.8,298.3 L287.2,299.7 L287.6,301.0 L288.0,302.4 L288.4,303.6 L288.8,304.9 L289.2,306.1 L289.6,307.3 L290.0,308.5 L290.4,309.6 L290.8,310.8 L291.2,311.8 L291.6,312.9 L292.0,314.0 L292.4,315.0 L292.7,315.9 L293.1,316.9 L293.5,317.8 L293.9,318.7 L294.3,319.6 L294.7,320.5 L295.1,321.3 L295.5,322.1 L295.9,322.8 L296.3,323.6 L296.6,324.3 L297.0,324.9 L297.4,325.6 L297.8,326.2 L298.2,326.8 L298.6,327.4 L299.0,327.9 L299.4,328.4 L299.7,328.9 L300.1,329.3 L300.5,329.7 L300.9,330.1 L301.3,330.5 L301.7,330.8 L302.1,331.1 L302.5,331.4 L302.9,331.6 L303.3,331.8 L303.6,332.0 L304.0,332.2 L304.4,332.3 L304.8,332.3 L305.2,332.4 L305.6,332.4 L306.0,332.4 L306.4,332.4 L306.8,332.3 L307.2,332.2 L307.6,332.0 L308.0,331.9 L308.4,331.7 L308.8,331.4 L309.2,331.2 L309.6,330.8 L310.0,330.5 L310.4,330.1 L310.9,329.7 L311.3,329.3 L311.7,328.8 L312.1,328.3 L312.5,327.7 L312.9,327.1 L313.4,326.5 L313.8,325.9 L314.2,325.2 L314.6,324.4 L315.1,323.7 L315.5,322.8 L315.9,322.0 L316.4,321.1 L316.8,320.2 L317.2,319.2 L317.7,318.2 L318.1,317.1 L318.6,316.0 L319.1,314.9 L319.5,313.7 L320.0,312.4 L320.4,311.1 L320.9,309.8 L321.4,308.4 L321.9,307.0 L322.4,305.5 L322.9,303.9 L323.4,302.3 L323.9,300.7 L324.4,298.9 L324.9,297.2 L325.5,295.3 L326.0,293.3 L326.6,291.3 L327.1,289.2 L327.7,287.0 L328.3,284.7 L328.9,282.3 L329.6,279.8 L330.2,277.1 L330.9,274.4 L331.5,271.7 L332.2,268.9 L332.8,266.2 L333.5,263.4 L334.1,260.6 L334.8,257.7 L335.4,254.9 L336.0,252.0 L336.7,249.2 L337.3,246.3 L337.9,243.4 L338.6,240.5 L339.2,237.6 L339.8,234.7 L340.4,231.8 L341.0,229.0 L341.6,226.3 L342.2,223.6 L342.8,221.1 L343.3,218.5 L343.8,216.1 L344.3,213.6 L344.9,211.2 L345.4,208.9 L345.9,206.6 L346.4,204.3 L346.8,202.1 L347.3,199.9 L347.8,197.8 L348.3,195.6 L348.7,193.5 L349.2,191.5 L349.7,189.5 L350.1,187.5 L350.6,185.5 L351.0,183.5 L351.5,181.6 L351.9,179.8 L352.3,177.9 L352.8,176.1 L353.2,174.3 L353.6,172.5 L354.1,170.8 L354.5,169.1 L354.9,167.4 L355.3,165.7 L355.8,164.1 L356.2,162.5 L356.6,160.9 L357.0,159.3 L357.4,157.8 L357.8,156.3 L358.2,154.8 L358.6,153.4 L359.0,152.0 L359.4,150.6 L359.8,149.2 L360.3,147.9 L360.7,146.6 L361.1,145.3 L361.5,144.0 L361.9,142.8 L362.2,141.6 L362.6,140.4 L363.0,139.2 L363.4,138.1 L363.8,137.0 L364.2,135.9 L364.6,134.9 L365.0,133.9 L365.4,132.9 L365.8,131.9 L366.2,131.0 L366.6,130.1 L367.0,129.2 L367.4,128.4 L367.7,127.5 L368.1,126.7 L368.5,126.0 L368.9,125.2 L369.3,124.5 L369.7,123.8 L370.1,123.2 L370.5,122.5 L370.9,121.9 L371.2,121.4 L371.6,120.8 L372.0,120.3 L372.4,119.8 L372.8,119.4 L373.2,119.0 L373.6,118.6 L374.0,118.2 L374.4,117.9 L374.7,117.5 L375.1,117.3 L375.5,117.0 L375.9,116.8 L376.3,116.6 L376.7,116.5 L377.1,116.3 L377.5,116.2 L377.9,116.2 L378.3,116.2 L378.7,116.2 L379.1,116.2 L379.5,116.3 L379.9,116.4 L380.3,116.5 L380.7,116.6 L381.1,116.8 L381.5,117.1 L381.9,117.3 L382.3,117.6 L382.7,117.9 L383.1,118.3 L383.5,118.7 L383.9,119.1 L384.3,119.6 L384.8,120.1 L385.2,120.6 L385.6,121.2 L386.0,121.8 L386.4,122.5 L386.9,123.1 L387.3,123.9 L387.7,124.6 L388.1,125.4 L388.6,126.3 L389.0,127.1 L389.5,128.0 L389.9,129.0 L390.3,130.0 L390.8,131.0 L391.2,132.1 L391.7,133.3 L392.2,134.4 L392.6,135.6 L393.1,136.9 L393.6,138.2 L394.0,139.6 L394.5,141.0 L395.0,142.5 L395.5,144.0 L396.0,145.6 L396.5,147.2 L397.0,148.9 L397.5,150.7 L398.1,152.5 L398.6,154.4 L399.2,156.4 L399.7,158.4 L400.3,160.6 L400.9,162.9 L401.5,165.2 L402.1,167.7 L402.8,170.3 L403.4,173.0 L404.1,175.7 L404.8,178.5 L405.4,181.2 L406.0,184.0 L406.7,186.8 L407.3,189.6 L408.0,192.4 L408.6,195.3 L409.2,198.1 L409.9,201.0 L410.5,203.9 L411.1,206.8 L411.8,209.7 L412.4,212.6 L413.0,215.5 L413.6,218.3 L414.2,221.1 L414.8,223.7 L415.3,226.3 L415.9,228.9 L416.4,231.4 L417.0,233.8 L417.5,236.2 L418.0,238.6 L418.5,240.9 L419.0,243.2 L419.5,245.4 L420.0,247.6 L420.4,249.8 L420.9,251.9 L421.4,254.0 L421.8,256.1 L422.3,258.1 L422.7,260.2 L423.2,262.1 L423.6,264.1 L424.1,266.0 L424.5,267.9 L425.0,269.7 L425.4,271.6 L425.8,273.4 L426.3,275.2 L426.7,276.9 L427.1,278.6 L427.5,280.3 L428.0,282.0 L428.4,283.6 L428.8,285.3 L429.2,286.8 L429.6,288.4 L430.0,289.9 L430.5,291.4 L430.9,292.9 L431.3,294.4 L431.7,295.8 L432.1,297.2 L432.5,298.6 L432.9,299.9 L433.3,301.3 L433.7,302.6 L434.1,303.8 L434.5,305.1 L434.9,306.3 L435.3,307.5 L435.7,308.6 L436.1,309.8 L436.5,310.9 L436.9,311.9 L437.3,313.0 L437.7,314.0 L438.0,315.0 L438.4,316.0 L438.8,316.9 L439.2,317.9 L439.6,318.7 L440.0,319.6 L440.4,320.4 L440.8,321.2 L441.2,322.0 L441.6,322.8 L441.9,323.5 L442.3,324.2 L442.7,324.9 L443.1,325.5 L443.5,326.1 L443.9,326.7 L444.3,327.2 L444.7,327.8 L445.1,328.3 L445.4,328.7 L445.8,329.1 L446.2,329.6 L446.6,329.9 L447.0,330.3 L447.4,330.6 L447.8,330.9 L448.2,331.1 L448.6,331.4 L449.0,331.6 L449.3,331.7 L449.7,331.9 L450.1,332.0 L450.5,332.0 L450.9,332.1 L451.3,332.1 L451.7,332.1 L452.1,332.0 L452.5,331.9 L452.9,331.8 L453.3,331.7 L453.7,331.5 L454.1,331.3 L454.5,331.0 L454.9,330.7 L455.3,330.4 L455.7,330.1 L456.2,329.7 L456.6,329.2 L457.0,328.8 L457.4,328.3 L457.8,327.8 L458.2,327.2 L458.6,326.6 L459.1,326.0 L459.5,325.3 L459.9,324.6 L460.3,323.9 L460.8,323.1 L461.2,322.3 L461.6,321.4 L462.1,320.5 L462.5,319.5 L463.0,318.6 L463.4,317.5 L463.9,316.5 L464.3,315.4 L464.8,314.2 L465.2,313.0 L465.7,311.7 L466.2,310.4 L466.6,309.1 L467.1,307.7 L467.6,306.2 L468.1,304.7 L468.6,303.2 L469.1,301.6 L469.6,299.9 L470.1,298.1 L470.7,296.3 L471.2,294.4 L471.7,292.5 L472.3,290.4 L472.9,288.3 L473.5,286.1 L474.1,283.8 L474.7,281.3 L475.3,278.7 L476.0,276.1 L476.6,273.4 L477.3,270.6 L477.9,267.9 L478.6,265.1 L479.2,262.3 L479.9,259.5 L480.5,256.7 L481.2,253.9 L481.8,251.0 L482.4,248.1 L483.1,245.3 L483.7,242.4 L484.3,239.5 L484.9,236.6 L485.6,233.7 L486.2,230.8 L486.8,228.0 L487.4,225.3 L487.9,222.7 L488.5,220.1 L489.0,217.6 L489.5,215.2 L490.1,212.8 L490.6,210.4 L491.1,208.1 L491.6,205.8 L492.1,203.5 L492.5,201.3 L493.0,199.1 L493.5,197.0 L494.0,194.9 L494.4,192.8 L494.9,190.7 L495.3,188.7 L495.8,186.7 L496.3,184.8 L496.7,182.8 L497.1,180.9 L497.6,179.1 L498.0,177.2 L498.4,175.4 L498.9,173.6 L499.3,171.9 L499.7,170.1 L500.2,168.4 L500.6,166.8 L501.0,165.1 L501.4,163.5 L501.8,161.9 L502.3,160.3 L502.7,158.8 L503.1,157.3 L503.5,155.8 L503.9,154.3 L504.3,152.9 L504.7,151.5 L505.1,150.1 L505.5,148.7 L505.9,147.4 L506.3,146.1 L506.7,144.8 L507.1,143.6 L507.2,143.3 \" stroke=\"rgb( 0, 0, 255)\"/></g>\n",
"\t</g>\n",
"\t<g id=\"gnuplot_plot_2a\"><title>ode45</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=\"{}\">ode45</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<use color=\"rgb( 0, 128, 0)\" transform=\"translate(71.9,155.0) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(77.5,154.5) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(82.7,153.7) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(87.8,153.3) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(92.3,153.9) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(96.7,156.0) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(101.0,159.9) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(105.2,166.0) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(109.6,174.7) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(114.2,186.4) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(119.2,201.9) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(125.0,222.6) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(130.6,244.6) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(135.4,263.6) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(139.7,280.2) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(143.9,294.6) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(148.0,306.8) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(152.0,316.5) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(156.0,323.4) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(160.0,327.3) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(164.1,327.9) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(168.3,324.8) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(172.7,317.9) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(177.3,306.7) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(182.3,290.4) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(187.6,269.3) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(192.9,245.5) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(197.9,222.0) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(202.4,200.7) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(206.7,181.3) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(210.8,163.8) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(214.9,148.6) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(218.9,135.8) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(223.0,125.9) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(227.0,119.1) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(231.2,115.5) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(235.3,115.5) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(239.6,119.2) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(244.1,127.0) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(248.9,139.3) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(254.1,156.9) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(259.4,178.5) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(264.8,202.6) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(269.8,225.9) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(274.4,247.2) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(278.7,266.5) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(282.9,283.9) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(287.0,299.0) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(291.1,311.7) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(295.2,321.5) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(299.3,328.3) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(303.4,331.9) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(307.7,332.0) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(312.0,328.4) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(316.5,320.9) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(321.2,309.0) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(326.4,292.1) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(331.8,270.8) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(337.2,246.9) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(342.2,223.4) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(346.8,202.2) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(351.2,182.8) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(355.4,165.3) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(359.6,150.2) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(363.7,137.5) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(367.8,127.5) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(371.9,120.5) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(376.0,116.8) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(380.2,116.5) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(384.5,119.8) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(389.0,127.1) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(393.7,138.6) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(398.8,155.2) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(404.2,176.2) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(409.6,199.9) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(414.8,223.6) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(419.4,245.0) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(423.7,264.5) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(428.0,282.0) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(432.1,297.3) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(436.2,310.2) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(440.3,320.3) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(444.4,327.4) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(448.5,331.4) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(452.7,331.9) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(457.0,328.7) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(461.5,321.7) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(466.2,310.3) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(471.3,294.1) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(476.7,273.2) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(482.1,249.6) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(487.3,225.8) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(491.9,204.3) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(496.3,184.7) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(500.5,167.1) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(504.7,151.6) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(507.2,143.3) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"\t<use color=\"rgb( 0, 128, 0)\" transform=\"translate(432.6,97.7) scale(4.00)\" xlink:href=\"#gpPt6\"/>\n",
"</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": [
"[t23,r23]=ode23(@(r,t) my_ode(r,t),[t(1),t(end)],[x0 v0]);\n",
"[t45,r45]=ode45(@(r,t) my_ode(r,t),[t(1),t(end)],[x0 v0]);\n",
"plot(t23,r23(:,1),'-',t45,r45(:,1),'.')\n",
"legend('ode23','ode45')\n",
"axis([0 10 -0.2 0.3])\n",
"xlabel('time (s)')\n",
"ylabel('position (m)')"
]
}
],
"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
}