Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"%plot --format svg"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"setdefaults\n",
"pkg load odepkg"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"A ball bearing is rolling in a track without slipping as shown in Figure 1. The track\n",
"is spinning at a constant $\\Omega$. The ball\n",
"bearing weighs m=0.1 kg and has a radius of r=5 mm. The track has a radius of R=50 mm.\n"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {
"collapsed": false
},
"outputs": [],
"source": [
"function dy=myode(t,y,Omega,r,R)\n",
" g=9.81;\n",
" dy=zeros(size(y));\n",
" dy(1)=y(2);\n",
" dy(2)=5/7*Omega^2*sin(y(1)).*cos((y(1)))-g/(R-r)*sin(y(1));\n",
"end"
]
},
{
"cell_type": "code",
"execution_count": 5,
"metadata": {
"collapsed": false
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"T =\n",
"\n",
" 0.42555 0.51899\n",
"\n"
]
}
],
"source": [
"wn=@(omega)sqrt(-(5/7*omega.^2-9.81/45e-3));\n",
"T=2*pi./wn([0,10])"
]
},
{
"cell_type": "code",
"execution_count": 6,
"metadata": {
"collapsed": false
},
"outputs": [],
"source": [
"[t0,y0]=ode23(@(t,y) myode(t,y,0,5e-3,50e-3),[0,0.85],[pi/4,0]);\n",
"[t10,y10]=ode23(@(t,y) myode(t,y,10,5e-3,50e-3),[0,1.02],[pi/4,0]);"
]
},
{
"cell_type": "code",
"execution_count": 7,
"metadata": {
"collapsed": false
},
"outputs": [
{
"data": {
"image/svg+xml": [
"<svg height=\"420px\" viewBox=\"0 0 560 420\" width=\"560px\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n",
"\n",
"<title>Gnuplot</title>\n",
"<desc>Produced by GNUPLOT 5.0 patchlevel 3 </desc>\n",
"\n",
"<g id=\"gnuplot_canvas\">\n",
"\n",
"<rect fill=\"none\" height=\"420\" width=\"560\" x=\"0\" y=\"0\"/>\n",
"<defs>\n",
"\n",
"\t<circle id=\"gpDot\" r=\"0.5\" stroke-width=\"0.5\"/>\n",
"\t<path d=\"M-1,0 h2 M0,-1 v2\" id=\"gpPt0\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<path d=\"M-1,-1 L1,1 M1,-1 L-1,1\" id=\"gpPt1\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<path d=\"M-1,0 L1,0 M0,-1 L0,1 M-1,-1 L1,1 M-1,1 L1,-1\" id=\"gpPt2\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<rect height=\"2\" id=\"gpPt3\" stroke=\"currentColor\" stroke-width=\"0.222\" width=\"2\" x=\"-1\" y=\"-1\"/>\n",
"\t<rect fill=\"currentColor\" height=\"2\" id=\"gpPt4\" stroke=\"currentColor\" stroke-width=\"0.222\" width=\"2\" x=\"-1\" y=\"-1\"/>\n",
"\t<circle cx=\"0\" cy=\"0\" id=\"gpPt5\" r=\"1\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<use fill=\"currentColor\" id=\"gpPt6\" stroke=\"none\" xlink:href=\"#gpPt5\"/>\n",
"\t<path d=\"M0,-1.33 L-1.33,0.67 L1.33,0.67 z\" id=\"gpPt7\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<use fill=\"currentColor\" id=\"gpPt8\" stroke=\"none\" xlink:href=\"#gpPt7\"/>\n",
"\t<use id=\"gpPt9\" stroke=\"currentColor\" transform=\"rotate(180)\" xlink:href=\"#gpPt7\"/>\n",
"\t<use fill=\"currentColor\" id=\"gpPt10\" stroke=\"none\" xlink:href=\"#gpPt9\"/>\n",
"\t<use id=\"gpPt11\" stroke=\"currentColor\" transform=\"rotate(45)\" xlink:href=\"#gpPt3\"/>\n",
"\t<use fill=\"currentColor\" id=\"gpPt12\" stroke=\"none\" xlink:href=\"#gpPt11\"/>\n",
"\t<path d=\"M0,1.330 L1.265,0.411 L0.782,-1.067 L-0.782,-1.076 L-1.265,0.411 z\" id=\"gpPt13\" stroke=\"currentColor\" stroke-width=\"0.222\"/>\n",
"\t<use fill=\"currentColor\" id=\"gpPt14\" stroke=\"none\" xlink:href=\"#gpPt13\"/>\n",
"\t<filter filterUnits=\"objectBoundingBox\" height=\"1\" id=\"textbox\" width=\"1\" x=\"0\" y=\"0\">\n",
"\t <feFlood flood-color=\"white\" flood-opacity=\"1\" result=\"bgnd\"/>\n",
"\t <feComposite in=\"SourceGraphic\" in2=\"bgnd\" operator=\"atop\"/>\n",
"\t</filter>\n",
"\t<filter filterUnits=\"objectBoundingBox\" height=\"1\" id=\"greybox\" width=\"1\" x=\"0\" y=\"0\">\n",
"\t <feFlood flood-color=\"lightgrey\" flood-opacity=\"1\" result=\"grey\"/>\n",
"\t <feComposite in=\"SourceGraphic\" in2=\"grey\" operator=\"atop\"/>\n",
"\t</filter>\n",
"</defs>\n",
"<g color=\"white\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<g shape-rendering=\"crispEdges\" stroke=\"none\">\n",
"\t\t<polygon fill=\"rgb(255, 255, 255)\" points=\"63.6,362.4 534.9,362.4 534.9,16.8 63.6,16.8 \"/>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.6,362.4 L76.1,362.4 M535.0,362.4 L522.5,362.4 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(55.3,368.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">-60</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.6,304.8 L76.1,304.8 M535.0,304.8 L522.5,304.8 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(55.3,310.8)\">\n",
"\t\t<text><tspan font-family=\"{}\">-40</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.6,247.2 L76.1,247.2 M535.0,247.2 L522.5,247.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(55.3,253.2)\">\n",
"\t\t<text><tspan font-family=\"{}\">-20</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.6,189.5 L76.1,189.5 M535.0,189.5 L522.5,189.5 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(55.3,195.5)\">\n",
"\t\t<text><tspan font-family=\"{}\">0</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.6,131.9 L76.1,131.9 M535.0,131.9 L522.5,131.9 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(55.3,137.9)\">\n",
"\t\t<text><tspan font-family=\"{}\">20</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.6,74.3 L76.1,74.3 M535.0,74.3 L522.5,74.3 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(55.3,80.3)\">\n",
"\t\t<text><tspan font-family=\"{}\">40</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.6,16.7 L76.1,16.7 M535.0,16.7 L522.5,16.7 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"end\" transform=\"translate(55.3,22.7)\">\n",
"\t\t<text><tspan font-family=\"{}\">60</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M63.6,362.4 L63.6,349.9 M63.6,16.7 L63.6,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(63.6,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">0</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M130.9,362.4 L130.9,349.9 M130.9,16.7 L130.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(130.9,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">0.2</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M198.3,362.4 L198.3,349.9 M198.3,16.7 L198.3,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(198.3,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">0.4</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M265.6,362.4 L265.6,349.9 M265.6,16.7 L265.6,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(265.6,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">0.6</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M333.0,362.4 L333.0,349.9 M333.0,16.7 L333.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(333.0,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">0.8</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M400.3,362.4 L400.3,349.9 M400.3,16.7 L400.3,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(400.3,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">1</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<path d=\"M467.7,362.4 L467.7,349.9 M467.7,16.7 L467.7,29.2 \" stroke=\"black\"/>\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(467.7,386.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">1.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=\"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=\"{}\">1.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=\"M63.6,16.7 L63.6,362.4 L535.0,362.4 L535.0,16.7 L63.6,16.7 Z \" stroke=\"black\"/></g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(19.1,189.6) rotate(-90)\">\n",
"\t\t<text><tspan font-family=\"{}\">theta (deg)</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"\t<g fill=\"rgb(0,0,0)\" font-family=\"{}\" font-size=\"16.00\" stroke=\"none\" text-anchor=\"middle\" transform=\"translate(299.3,413.4)\">\n",
"\t\t<text><tspan font-family=\"{}\">time (s)</tspan></text>\n",
"\t</g>\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"1.00\">\n",
"\t<path d=\"M338.5,121.7 L338.5,25.7 L526.7,25.7 L526.7,121.7 L338.5,121.7 Z \" stroke=\"black\"/></g>\n",
"\t<g id=\"gnuplot_plot_1a\"><title>w=0 rad/s</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=\"{}\">w=0 rad/s</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=\"M349.7,49.7 L403.5,49.7 M63.6,59.9 L63.8,59.9 L63.9,59.9 L64.1,59.9 L64.3,60.0 L64.4,60.0 L64.6,60.0 L64.8,60.1 L64.9,60.1 L65.1,60.2 L65.3,60.2 L65.5,60.3 L65.6,60.4 L65.8,60.5 L66.0,60.5 L66.1,60.6 L66.3,60.7 L66.5,60.9 L66.7,61.0 L66.9,61.1 L67.1,61.2 L67.2,61.4 L67.4,61.6 L67.6,61.7 L67.9,61.9 L68.1,62.1 L68.3,62.4 L68.5,62.6 L68.7,62.8 L68.9,63.1 L69.2,63.4 L69.4,63.6 L69.6,63.9 L69.8,64.3 L70.1,64.6 L70.3,65.0 L70.6,65.3 L70.8,65.7 L71.1,66.1 L71.3,66.5 L71.6,67.0 L71.8,67.4 L72.1,67.9 L72.3,68.4 L72.6,68.9 L72.9,69.5 L73.1,70.0 L73.4,70.6 L73.7,71.2 L74.0,71.8 L74.2,72.5 L74.5,73.1 L74.8,73.8 L75.1,74.5 L75.4,75.2 L75.7,76.0 L76.0,76.8 L76.3,77.6 L76.6,78.4 L76.9,79.2 L77.2,80.1 L77.5,81.0 L77.8,81.9 L78.1,82.9 L78.4,83.8 L78.7,84.8 L79.0,85.8 L79.3,86.9 L79.6,88.0 L80.0,89.0 L80.3,90.2 L80.6,91.3 L80.9,92.5 L81.3,93.7 L81.6,94.9 L81.9,96.2 L82.3,97.5 L82.6,98.8 L83.0,100.1 L83.3,101.5 L83.6,102.9 L84.0,104.3 L84.3,105.8 L84.7,107.3 L85.1,108.8 L85.4,110.3 L85.8,111.9 L86.1,113.5 L86.5,115.1 L86.9,116.8 L87.2,118.5 L87.6,120.3 L88.0,122.0 L88.4,123.8 L88.8,125.7 L89.2,127.6 L89.6,129.5 L89.9,131.4 L90.3,133.3 L90.7,135.2 L91.1,137.1 L91.5,139.1 L91.9,141.0 L92.2,142.9 L92.6,144.9 L93.0,146.9 L93.4,148.8 L93.7,150.8 L94.1,152.8 L94.5,154.7 L94.9,156.7 L95.2,158.7 L95.6,160.7 L96.0,162.7 L96.3,164.7 L96.7,166.7 L97.1,168.7 L97.4,170.7 L97.8,172.7 L98.2,174.7 L98.5,176.7 L98.9,178.7 L99.3,180.7 L99.6,182.7 L100.0,184.7 L100.3,186.7 L100.7,188.7 L101.1,190.7 L101.4,192.7 L101.8,194.7 L102.2,196.7 L102.5,198.7 L102.9,200.7 L103.2,202.7 L103.6,204.7 L104.0,206.7 L104.3,208.7 L104.7,210.7 L105.1,212.7 L105.4,214.7 L105.8,216.7 L106.2,218.7 L106.5,220.6 L106.9,222.6 L107.3,224.6 L107.6,226.5 L108.0,228.5 L108.4,230.4 L108.7,232.4 L109.1,234.3 L109.5,236.3 L109.9,238.2 L110.2,240.1 L110.6,242.0 L111.0,243.9 L111.4,245.8 L111.8,247.7 L112.1,249.6 L112.5,251.5 L112.9,253.3 L113.3,255.2 L113.7,257.0 L114.1,258.8 L114.5,260.6 L114.9,262.4 L115.2,264.1 L115.6,265.8 L116.0,267.4 L116.4,269.1 L116.7,270.6 L117.1,272.2 L117.5,273.7 L117.8,275.2 L118.2,276.6 L118.5,278.1 L118.9,279.5 L119.2,280.8 L119.6,282.2 L119.9,283.5 L120.3,284.7 L120.6,286.0 L120.9,287.2 L121.3,288.4 L121.6,289.5 L121.9,290.7 L122.2,291.8 L122.6,292.9 L122.9,293.9 L123.2,294.9 L123.5,295.9 L123.9,296.9 L124.2,297.9 L124.5,298.8 L124.8,299.7 L125.1,300.6 L125.4,301.4 L125.7,302.2 L126.0,303.0 L126.3,303.8 L126.6,304.5 L126.9,305.3 L127.2,306.0 L127.5,306.7 L127.8,307.3 L128.0,307.9 L128.3,308.6 L128.6,309.2 L128.9,309.7 L129.2,310.3 L129.4,310.8 L129.7,311.3 L130.0,311.8 L130.2,312.3 L130.5,312.7 L130.7,313.1 L131.0,313.6 L131.3,313.9 L131.5,314.3 L131.8,314.7 L132.0,315.0 L132.2,315.3 L132.5,315.6 L132.7,315.9 L132.9,316.2 L133.2,316.5 L133.4,316.7 L133.6,316.9 L133.8,317.1 L134.1,317.4 L134.3,317.5 L134.5,317.7 L134.7,317.9 L134.9,318.0 L135.1,318.2 L135.3,318.3 L135.5,318.4 L135.7,318.5 L135.8,318.6 L136.0,318.7 L136.2,318.8 L136.4,318.8 L136.5,318.9 L136.7,319.0 L136.9,319.0 L137.0,319.1 L137.2,319.1 L137.4,319.1 L137.5,319.2 L137.7,319.2 L137.9,319.2 L138.1,319.2 L138.2,319.2 L138.4,319.2 L138.6,319.2 L138.7,319.1 L138.9,319.1 L139.1,319.1 L139.2,319.0 L139.4,319.0 L139.6,318.9 L139.8,318.9 L139.9,318.8 L140.1,318.7 L140.3,318.7 L140.4,318.6 L140.6,318.5 L140.8,318.4 L141.0,318.3 L141.1,318.2 L141.3,318.0 L141.5,317.9 L141.7,317.7 L141.9,317.6 L142.1,317.4 L142.3,317.2 L142.5,317.0 L142.7,316.8 L142.9,316.6 L143.2,316.3 L143.4,316.1 L143.6,315.8 L143.8,315.5 L144.1,315.2 L144.3,314.9 L144.5,314.6 L144.8,314.2 L145.0,313.9 L145.3,313.5 L145.5,313.1 L145.8,312.7 L146.0,312.2 L146.3,311.8 L146.5,311.3 L146.8,310.8 L147.1,310.3 L147.3,309.8 L147.6,309.2 L147.9,308.6 L148.1,308.0 L148.4,307.4 L148.7,306.8 L149.0,306.1 L149.2,305.5 L149.5,304.8 L149.8,304.0 L150.1,303.3 L150.4,302.5 L150.7,301.7 L151.0,300.9 L151.3,300.1 L151.6,299.2 L151.9,298.3 L152.2,297.4 L152.5,296.5 L152.8,295.5 L153.1,294.5 L153.4,293.5 L153.8,292.5 L154.1,291.4 L154.4,290.3 L154.7,289.2 L155.1,288.1 L155.4,286.9 L155.7,285.7 L156.0,284.5 L156.4,283.2 L156.7,281.9 L157.0,280.6 L157.4,279.3 L157.7,277.9 L158.1,276.5 L158.4,275.1 L158.8,273.7 L159.1,272.2 L159.5,270.7 L159.8,269.1 L160.2,267.6 L160.6,266.0 L160.9,264.3 L161.3,262.7 L161.7,261.0 L162.0,259.2 L162.4,257.5 L162.8,255.7 L163.2,253.8 L163.6,252.0 L164.0,250.1 L164.4,248.2 L164.7,246.3 L165.1,244.3 L165.5,242.4 L165.9,240.5 L166.3,238.5 L166.7,236.6 L167.0,234.7 L167.4,232.7 L167.8,230.7 L168.2,228.8 L168.5,226.8 L168.9,224.8 L169.3,222.9 L169.6,220.9 L170.0,218.9 L170.4,216.9 L170.8,214.9 L171.1,212.9 L171.5,210.9 L171.9,208.9 L172.2,206.9 L172.6,204.9 L172.9,202.9 L173.3,200.9 L173.7,198.9 L174.0,196.9 L174.4,194.9 L174.8,192.9 L175.1,190.9 L175.5,188.9 L175.9,186.8 L176.2,184.8 L176.6,182.8 L176.9,180.8 L177.3,178.8 L177.7,176.8 L178.0,174.8 L178.4,172.8 L178.8,170.8 L179.1,168.8 L179.5,166.8 L179.8,164.9 L180.2,162.9 L180.6,160.9 L180.9,158.9 L181.3,156.9 L181.7,155.0 L182.1,153.0 L182.4,151.1 L182.8,149.1 L183.2,147.2 L183.5,145.2 L183.9,143.3 L184.3,141.4 L184.7,139.4 L185.0,137.5 L185.4,135.6 L185.8,133.7 L186.2,131.8 L186.6,129.9 L186.9,128.1 L187.3,126.2 L187.7,124.4 L188.1,122.5 L188.5,120.7 L188.9,118.9 L189.3,117.1 L189.7,115.4 L190.0,113.7 L190.4,112.0 L190.8,110.4 L191.2,108.8 L191.5,107.3 L191.9,105.7 L192.2,104.2 L192.6,102.8 L192.9,101.4 L193.3,100.0 L193.6,98.6 L194.0,97.3 L194.3,95.9 L194.7,94.7 L195.0,93.4 L195.4,92.2 L195.7,91.0 L196.0,89.8 L196.4,88.7 L196.7,87.6 L197.0,86.5 L197.3,85.4 L197.7,84.4 L198.0,83.4 L198.3,82.4 L198.6,81.5 L198.9,80.5 L199.2,79.6 L199.5,78.7 L199.8,77.9 L200.1,77.1 L200.4,76.3 L200.7,75.5 L201.0,74.7 L201.3,74.0 L201.6,73.3 L201.9,72.6 L202.2,71.9 L202.5,71.3 L202.8,70.7 L203.0,70.1 L203.3,69.5 L203.6,69.0 L203.9,68.4 L204.1,67.9 L204.4,67.4 L204.7,66.9 L204.9,66.5 L205.2,66.1 L205.5,65.6 L205.7,65.2 L206.0,64.9 L206.2,64.5 L206.5,64.2 L206.7,63.8 L206.9,63.5 L207.2,63.2 L207.4,63.0 L207.6,62.7 L207.9,62.4 L208.1,62.2 L208.3,62.0 L208.5,61.8 L208.7,61.6 L208.9,61.4 L209.1,61.3 L209.3,61.1 L209.5,61.0 L209.7,60.8 L209.9,60.7 L210.1,60.6 L210.3,60.5 L210.5,60.4 L210.7,60.3 L210.8,60.3 L211.0,60.2 L211.2,60.2 L211.3,60.1 L211.5,60.1 L211.7,60.0 L211.8,60.0 L212.0,60.0 L212.2,59.9 L212.4,59.9 L212.5,59.9 L212.7,59.9 L212.9,59.9 L213.0,59.9 L213.2,60.0 L213.4,60.0 L213.5,60.0 L213.7,60.0 L213.9,60.1 L214.1,60.1 L214.2,60.2 L214.4,60.3 L214.6,60.3 L214.7,60.4 L214.9,60.5 L215.1,60.6 L215.2,60.7 L215.4,60.8 L215.6,60.9 L215.8,61.0 L216.0,61.2 L216.2,61.3 L216.4,61.5 L216.6,61.7 L216.8,61.8 L217.0,62.0 L217.2,62.3 L217.4,62.5 L217.6,62.7 L217.8,63.0 L218.1,63.2 L218.3,63.5 L218.5,63.8 L218.8,64.1 L219.0,64.4 L219.2,64.8 L219.5,65.2 L219.7,65.5 L220.0,65.9 L220.2,66.3 L220.5,66.8 L220.7,67.2 L221.0,67.7 L221.2,68.2 L221.5,68.7 L221.8,69.2 L222.0,69.8 L222.3,70.3 L222.6,70.9 L222.9,71.5 L223.1,72.2 L223.4,72.8 L223.7,73.5 L224.0,74.2 L224.3,74.9 L224.6,75.6 L224.8,76.4 L225.1,77.2 L225.4,78.0 L225.7,78.8 L226.0,79.7 L226.3,80.6 L226.6,81.5 L226.9,82.4 L227.3,83.4 L227.6,84.4 L227.9,85.4 L228.2,86.4 L228.5,87.5 L228.8,88.5 L229.2,89.6 L229.5,90.8 L229.8,91.9 L230.1,93.1 L230.5,94.4 L230.8,95.6 L231.1,96.9 L231.5,98.2 L231.8,99.5 L232.2,100.9 L232.5,102.2 L232.8,103.6 L233.2,105.1 L233.6,106.6 L233.9,108.1 L234.3,109.6 L234.6,111.2 L235.0,112.8 L235.4,114.4 L235.7,116.0 L236.1,117.7 L236.5,119.5 L236.8,121.2 L237.2,123.0 L237.6,124.8 L238.0,126.7 L238.4,128.6 L238.8,130.5 L239.2,132.4 L239.6,134.3 L239.9,136.2 L240.3,138.2 L240.7,140.1 L241.1,142.0 L241.5,144.0 L241.8,145.9 L242.2,147.9 L242.6,149.9 L243.0,151.8 L243.3,153.8 L243.7,155.8 L244.1,157.8 L244.4,159.8 L244.8,161.7 L245.2,163.7 L245.5,165.7 L245.9,167.7 L246.3,169.7 L246.6,171.7 L247.0,173.7 L247.4,175.7 L247.7,177.7 L248.1,179.7 L248.5,181.8 L248.8,183.8 L249.2,185.8 L249.6,187.8 L249.9,189.8 L250.3,191.8 L250.6,193.8 L251.0,195.8 L251.4,197.8 L251.7,199.8 L252.1,201.8 L252.5,203.8 L252.8,205.8 L253.2,207.8 L253.5,209.8 L253.9,211.8 L254.3,213.8 L254.6,215.8 L255.0,217.7 L255.4,219.7 L255.7,221.7 L256.1,223.7 L256.5,225.6 L256.8,227.6 L257.2,229.5 L257.6,231.5 L258.0,233.4 L258.3,235.4 L258.7,237.3 L259.1,239.2 L259.5,241.1 L259.8,243.0 L260.2,244.9 L260.6,246.8 L261.0,248.7 L261.4,250.6 L261.8,252.5 L262.1,254.3 L262.5,256.2 L262.9,258.0 L263.3,259.8 L263.7,261.6 L264.1,263.3 L264.5,265.0 L264.8,266.7 L265.2,268.3 L265.6,269.9 L265.9,271.5 L266.3,273.0 L266.7,274.5 L267.0,276.0 L267.4,277.4 L267.7,278.8 L268.1,280.2 L268.4,281.5 L268.8,282.9 L269.1,284.1 L269.5,285.4 L269.8,286.6 L270.1,287.8 L270.5,289.0 L270.8,290.2 L271.1,291.3 L271.4,292.4 L271.8,293.4 L272.1,294.5 L272.4,295.5 L272.7,296.5 L273.0,297.4 L273.3,298.4 L273.7,299.3 L274.0,300.2 L274.3,301.0 L274.6,301.8 L274.9,302.7 L275.2,303.4 L275.5,304.2 L275.8,304.9 L276.1,305.6 L276.4,306.3 L276.6,307.0 L276.9,307.7 L277.2,308.3 L277.5,308.9 L277.8,309.5 L278.0,310.0 L278.3,310.6 L278.6,311.1 L278.9,311.6 L279.1,312.1 L279.4,312.5 L279.6,312.9 L279.9,313.4 L280.2,313.8 L280.4,314.1 L280.7,314.5 L280.9,314.9 L281.1,315.2 L281.4,315.5 L281.6,315.8 L281.9,316.1 L282.1,316.3 L282.3,316.6 L282.5,316.8 L282.8,317.1 L283.0,317.3 L283.2,317.5 L283.4,317.6 L283.6,317.8 L283.8,318.0 L284.0,318.1 L284.2,318.2 L284.4,318.4 L284.6,318.5 L284.8,318.6 L284.9,318.7 L285.1,318.7 L285.3,318.8 L285.5,318.9 L285.6,318.9 L285.8,319.0 L286.0,319.0 L286.1,319.1 L286.3,319.1 L286.5,319.1 L286.7,319.2 L286.8,319.2 L287.0,319.2 L287.2,319.2 L287.3,319.2 L287.5,319.2 L287.7,319.2 L287.8,319.1 L288.0,319.1 L288.2,319.1 L288.4,319.0 L288.5,319.0 L288.7,318.9 L288.9,318.8 L289.0,318.8 L289.2,318.7 L289.4,318.6 L289.5,318.5 L289.7,318.4 L289.9,318.3 L290.1,318.2 L290.3,318.1 L290.4,318.0 L290.6,317.8 L290.8,317.6 L291.0,317.5 L291.2,317.3 L291.4,317.1 L291.6,316.9 L291.9,316.7 L292.1,316.4 L292.3,316.2 L292.5,315.9 L292.7,315.7 L293.0,315.4 L293.2,315.1 L293.4,314.7 L293.7,314.4 L293.9,314.0 L294.2,313.7 L294.4,313.3 L294.7,312.9 L294.9,312.4 L295.2,312.0 L295.4,311.5 L295.7,311.0 L295.9,310.5 L296.2,310.0 L296.5,309.5 L296.7,308.9 L297.0,308.3 L297.3,307.7 L297.6,307.1 L297.9,306.4 L298.1,305.8 L298.4,305.1 L298.7,304.4 L299.0,303.6 L299.3,302.9 L299.6,302.1 L299.9,301.3 L300.2,300.5 L300.5,299.6 L300.8,298.7 L301.1,297.8 L301.4,296.9 L301.7,296.0 L302.0,295.0 L302.3,294.0 L302.6,293.0 L303.0,291.9 L303.3,290.8 L303.6,289.7 L303.9,288.6 L304.2,287.4 L304.6,286.2 L304.9,285.0 L305.2,283.8 L305.6,282.5 L305.9,281.2 L306.2,279.9 L306.6,278.6 L306.9,277.2 L307.3,275.8 L307.6,274.3 L308.0,272.9 L308.3,271.4 L308.7,269.9 L309.0,268.3 L309.4,266.7 L309.8,265.1 L310.1,263.4 L310.5,261.8 L310.9,260.1 L311.3,258.3 L311.6,256.5 L312.0,254.7 L312.4,252.8 L312.8,251.0 L313.2,249.1 L313.6,247.1 L314.0,245.2 L314.4,243.3 L314.7,241.4 L315.1,239.4 L315.5,237.5 L315.9,235.6 L316.3,233.6 L316.6,231.7 L317.0,229.7 L317.4,227.7 L317.8,225.7 L318.1,223.8 L318.5,221.8 L318.9,219.8 L319.2,217.8 L319.6,215.8 L320.0,213.8 L320.3,211.8 L320.7,209.8 L321.1,207.8 L321.4,205.8 L321.8,203.8 L322.2,201.8 L322.5,199.8 L322.9,197.8 L323.2,195.8 L323.6,193.8 L324.0,191.8 L324.3,189.8 L324.7,187.8 L325.1,185.8 L325.4,183.8 L325.8,181.8 L326.1,179.8 L326.5,177.8 L326.9,175.7 L327.2,173.8 L327.6,171.8 L328.0,169.8 L328.3,167.8 L328.7,165.8 L329.1,163.8 L329.4,161.8 L329.8,159.8 L330.2,157.9 L330.5,155.9 L330.9,153.9 L331.3,152.0 L331.6,150.0 L332.0,148.1 L332.4,146.1 L332.8,144.2 L333.1,142.3 L333.5,140.3 L333.9,138.4 L334.3,136.5 L334.6,134.6 L335.0,132.7 L335.4,130.8 L335.8,128.9 L336.2,127.1 L336.6,125.2 L336.9,123.4 L337.3,121.5 L337.7,119.7 L338.1,117.9 L338.5,116.2 L338.9,114.5 L339.3,112.8 L339.6,111.2 L340.0,109.6 L340.4,108.0 L340.7,106.4 L341.1,104.9 L341.4,103.5 L341.8,102.0 L342.2,100.6 L342.5,99.2 L342.9,97.9 L343.2,96.5 L343.5,95.3 L343.9,94.0 L344.2,92.8 L344.6,91.5 L344.9,90.4 L345.2,89.2 L345.5,88.1 L345.9,87.0 L346.2,85.9 L346.5,84.9 L346.8,83.9 L347.2,82.9 L347.5,81.9 L347.8,81.0 L348.1,80.0 L348.4,79.2 L348.7,78.3 L349.0,77.5 L349.3,76.6 L349.6,75.8 L349.8,75.4 \" stroke=\"rgb( 0, 0, 255)\"/></g>\n",
"\t</g>\n",
"\t<g id=\"gnuplot_plot_2a\"><title>w=10 rad/s</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=\"{}\">w=10 rad/s</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=\"M349.7,97.7 L403.5,97.7 M63.6,59.9 L63.8,59.9 L64.0,59.9 L64.2,59.9 L64.3,60.0 L64.5,60.0 L64.7,60.0 L64.9,60.1 L65.1,60.1 L65.3,60.2 L65.5,60.2 L65.6,60.3 L65.8,60.3 L66.0,60.4 L66.2,60.5 L66.4,60.6 L66.6,60.7 L66.8,60.8 L67.0,60.9 L67.1,61.0 L67.3,61.1 L67.5,61.3 L67.7,61.4 L68.0,61.5 L68.2,61.7 L68.4,61.9 L68.6,62.1 L68.8,62.3 L69.0,62.5 L69.3,62.7 L69.5,62.9 L69.7,63.1 L70.0,63.4 L70.2,63.7 L70.5,64.0 L70.7,64.2 L71.0,64.6 L71.2,64.9 L71.5,65.2 L71.7,65.6 L72.0,65.9 L72.3,66.3 L72.5,66.7 L72.8,67.2 L73.1,67.6 L73.4,68.0 L73.6,68.5 L73.9,69.0 L74.2,69.5 L74.5,70.0 L74.8,70.6 L75.1,71.1 L75.4,71.7 L75.7,72.3 L76.0,72.9 L76.3,73.6 L76.6,74.2 L76.9,74.9 L77.3,75.6 L77.6,76.4 L77.9,77.1 L78.2,77.9 L78.5,78.7 L78.9,79.5 L79.2,80.4 L79.6,81.2 L79.9,82.1 L80.2,83.0 L80.6,84.0 L80.9,85.0 L81.3,86.0 L81.6,87.0 L82.0,88.0 L82.4,89.1 L82.7,90.2 L83.1,91.3 L83.5,92.5 L83.9,93.7 L84.2,94.9 L84.6,96.2 L85.0,97.5 L85.4,98.8 L85.8,100.1 L86.2,101.5 L86.6,102.9 L87.0,104.4 L87.4,105.9 L87.9,107.4 L88.3,108.9 L88.7,110.5 L89.2,112.2 L89.6,113.8 L90.0,115.5 L90.5,117.3 L90.9,119.1 L91.4,120.9 L91.9,122.7 L92.3,124.6 L92.8,126.5 L93.2,128.3 L93.7,130.2 L94.1,132.1 L94.6,134.0 L95.0,135.9 L95.5,137.9 L95.9,139.8 L96.4,141.8 L96.8,143.7 L97.3,145.7 L97.7,147.7 L98.1,149.6 L98.6,151.6 L99.0,153.6 L99.5,155.6 L99.9,157.6 L100.4,159.6 L100.8,161.7 L101.2,163.7 L101.7,165.7 L102.1,167.7 L102.6,169.8 L103.0,171.8 L103.4,173.9 L103.9,175.9 L104.3,178.0 L104.7,180.0 L105.2,182.1 L105.6,184.1 L106.1,186.2 L106.5,188.2 L106.9,190.3 L107.4,192.3 L107.8,194.4 L108.2,196.4 L108.7,198.5 L109.1,200.5 L109.6,202.6 L110.0,204.6 L110.4,206.7 L110.9,208.7 L111.3,210.7 L111.7,212.8 L112.2,214.8 L112.6,216.8 L113.1,218.8 L113.5,220.8 L113.9,222.8 L114.4,224.8 L114.8,226.8 L115.3,228.8 L115.7,230.8 L116.1,232.8 L116.6,234.7 L117.0,236.7 L117.5,238.6 L117.9,240.5 L118.4,242.5 L118.8,244.4 L119.3,246.3 L119.7,248.2 L120.2,250.0 L120.6,251.9 L121.1,253.8 L121.5,255.6 L122.0,257.4 L122.4,259.2 L122.9,261.0 L123.3,262.8 L123.8,264.6 L124.2,266.3 L124.7,268.0 L125.1,269.7 L125.6,271.3 L126.0,272.9 L126.4,274.4 L126.9,275.9 L127.3,277.4 L127.7,278.8 L128.1,280.2 L128.5,281.6 L128.9,282.9 L129.3,284.2 L129.7,285.5 L130.1,286.7 L130.5,287.9 L130.9,289.1 L131.2,290.2 L131.6,291.3 L132.0,292.4 L132.4,293.4 L132.7,294.4 L133.1,295.4 L133.4,296.4 L133.8,297.3 L134.1,298.2 L134.5,299.1 L134.8,300.0 L135.2,300.8 L135.5,301.6 L135.8,302.4 L136.2,303.2 L136.5,303.9 L136.8,304.6 L137.1,305.3 L137.5,306.0 L137.8,306.6 L138.1,307.2 L138.4,307.8 L138.7,308.4 L139.0,309.0 L139.3,309.5 L139.6,310.1 L139.9,310.6 L140.2,311.0 L140.5,311.5 L140.8,312.0 L141.0,312.4 L141.3,312.8 L141.6,313.2 L141.9,313.6 L142.1,313.9 L142.4,314.3 L142.7,314.6 L142.9,314.9 L143.2,315.2 L143.4,315.5 L143.7,315.8 L143.9,316.1 L144.2,316.3 L144.4,316.5 L144.6,316.8 L144.9,317.0 L145.1,317.2 L145.3,317.4 L145.6,317.5 L145.8,317.7 L146.0,317.8 L146.2,318.0 L146.4,318.1 L146.6,318.2 L146.8,318.3 L147.0,318.4 L147.2,318.5 L147.4,318.6 L147.6,318.7 L147.8,318.8 L148.0,318.8 L148.1,318.9 L148.3,319.0 L148.5,319.0 L148.7,319.1 L148.9,319.1 L149.1,319.1 L149.3,319.1 L149.4,319.2 L149.6,319.2 L149.8,319.2 L150.0,319.2 L150.2,319.2 L150.4,319.2 L150.6,319.2 L150.7,319.1 L150.9,319.1 L151.1,319.1 L151.3,319.0 L151.5,319.0 L151.7,318.9 L151.9,318.9 L152.0,318.8 L152.2,318.7 L152.4,318.7 L152.6,318.6 L152.8,318.5 L153.0,318.4 L153.2,318.3 L153.3,318.2 L153.5,318.1 L153.7,318.0 L153.9,317.8 L154.1,317.7 L154.4,317.5 L154.6,317.4 L154.8,317.2 L155.0,317.0 L155.2,316.8 L155.4,316.6 L155.7,316.4 L155.9,316.1 L156.1,315.9 L156.4,315.6 L156.6,315.4 L156.9,315.1 L157.1,314.8 L157.4,314.5 L157.6,314.1 L157.9,313.8 L158.1,313.4 L158.4,313.1 L158.7,312.7 L158.9,312.3 L159.2,311.8 L159.5,311.4 L159.8,311.0 L160.1,310.5 L160.3,310.0 L160.6,309.5 L160.9,308.9 L161.2,308.4 L161.5,307.8 L161.8,307.2 L162.1,306.6 L162.4,306.0 L162.7,305.4 L163.0,304.7 L163.4,304.0 L163.7,303.3 L164.0,302.6 L164.3,301.8 L164.6,301.0 L165.0,300.2 L165.3,299.4 L165.6,298.5 L166.0,297.7 L166.3,296.8 L166.7,295.8 L167.0,294.9 L167.4,293.9 L167.7,292.9 L168.1,291.9 L168.4,290.8 L168.8,289.7 L169.2,288.6 L169.6,287.5 L169.9,286.3 L170.3,285.1 L170.7,283.9 L171.1,282.6 L171.5,281.3 L171.9,280.0 L172.3,278.6 L172.7,277.3 L173.1,275.8 L173.5,274.4 L173.9,272.9 L174.3,271.4 L174.7,269.8 L175.2,268.2 L175.6,266.6 L176.0,264.9 L176.5,263.2 L176.9,261.4 L177.4,259.6 L177.9,257.8 L178.3,255.9 L178.8,254.1 L179.2,252.2 L179.7,250.3 L180.1,248.4 L180.6,246.5 L181.0,244.6 L181.5,242.7 L181.9,240.8 L182.4,238.8 L182.8,236.9 L183.3,234.9 L183.7,233.0 L184.2,231.0 L184.6,229.0 L185.0,227.0 L185.5,225.0 L185.9,223.0 L186.4,221.0 L186.8,219.0 L187.3,217.0 L187.7,215.0 L188.1,212.9 L188.6,210.9 L189.0,208.9 L189.4,206.8 L189.9,204.8 L190.3,202.7 L190.8,200.7 L191.2,198.6 L191.6,196.6 L192.1,194.5 L192.5,192.5 L192.9,190.4 L193.4,188.4 L193.8,186.3 L194.3,184.2 L194.7,182.2 L195.1,180.1 L195.6,178.1 L196.0,176.0 L196.4,174.0 L196.9,172.0 L197.3,169.9 L197.8,167.9 L198.2,165.9 L198.6,163.8 L199.1,161.8 L199.5,159.8 L199.9,157.8 L200.4,155.8 L200.8,153.8 L201.3,151.8 L201.7,149.8 L202.2,147.9 L202.6,145.9 L203.0,143.9 L203.5,142.0 L203.9,140.1 L204.4,138.1 L204.8,136.2 L205.3,134.3 L205.7,132.4 L206.2,130.5 L206.6,128.6 L207.1,126.8 L207.5,124.9 L208.0,123.1 L208.4,121.3 L208.9,119.4 L209.3,117.7 L209.8,115.9 L210.2,114.1 L210.7,112.4 L211.1,110.7 L211.6,109.0 L212.0,107.4 L212.5,105.8 L212.9,104.3 L213.3,102.8 L213.7,101.4 L214.1,99.9 L214.6,98.5 L215.0,97.2 L215.4,95.9 L215.8,94.6 L216.2,93.3 L216.5,92.1 L216.9,90.9 L217.3,89.8 L217.7,88.7 L218.1,87.6 L218.4,86.5 L218.8,85.4 L219.2,84.4 L219.5,83.5 L219.9,82.5 L220.2,81.6 L220.6,80.7 L220.9,79.8 L221.3,78.9 L221.6,78.1 L221.9,77.3 L222.3,76.5 L222.6,75.8 L222.9,75.0 L223.2,74.3 L223.6,73.6 L223.9,73.0 L224.2,72.3 L224.5,71.7 L224.8,71.1 L225.1,70.5 L225.4,70.0 L225.7,69.4 L226.0,68.9 L226.3,68.4 L226.6,67.9 L226.9,67.5 L227.2,67.0 L227.5,66.6 L227.7,66.2 L228.0,65.8 L228.3,65.4 L228.5,65.1 L228.8,64.7 L229.1,64.4 L229.3,64.1 L229.6,63.8 L229.8,63.5 L230.1,63.2 L230.3,63.0 L230.6,62.7 L230.8,62.5 L231.1,62.3 L231.3,62.1 L231.5,61.9 L231.7,61.7 L232.0,61.5 L232.2,61.4 L232.4,61.2 L232.6,61.1 L232.8,61.0 L233.0,60.8 L233.2,60.7 L233.4,60.6 L233.6,60.5 L233.8,60.5 L234.0,60.4 L234.2,60.3 L234.3,60.2 L234.5,60.2 L234.7,60.1 L234.9,60.1 L235.1,60.0 L235.3,60.0 L235.5,60.0 L235.6,59.9 L235.8,59.9 L236.0,59.9 L236.2,59.9 L236.4,59.9 L236.6,59.9 L236.8,59.9 L236.9,59.9 L237.1,60.0 L237.3,60.0 L237.5,60.0 L237.7,60.1 L237.9,60.1 L238.1,60.2 L238.3,60.2 L238.4,60.3 L238.6,60.4 L238.8,60.5 L239.0,60.5 L239.2,60.6 L239.4,60.7 L239.6,60.8 L239.7,60.9 L239.9,61.1 L240.1,61.2 L240.3,61.3 L240.5,61.5 L240.8,61.6 L241.0,61.8 L241.2,62.0 L241.4,62.1 L241.6,62.3 L241.9,62.6 L242.1,62.8 L242.3,63.0 L242.6,63.3 L242.8,63.5 L243.0,63.8 L243.3,64.1 L243.5,64.4 L243.8,64.7 L244.0,65.0 L244.3,65.4 L244.6,65.7 L244.8,66.1 L245.1,66.5 L245.4,66.9 L245.6,67.4 L245.9,67.8 L246.2,68.3 L246.5,68.7 L246.8,69.2 L247.1,69.7 L247.3,70.3 L247.6,70.8 L247.9,71.4 L248.2,72.0 L248.5,72.6 L248.8,73.2 L249.2,73.9 L249.5,74.6 L249.8,75.3 L250.1,76.0 L250.4,76.7 L250.7,77.5 L251.1,78.3 L251.4,79.1 L251.7,79.9 L252.1,80.8 L252.4,81.6 L252.8,82.5 L253.1,83.5 L253.5,84.4 L253.8,85.4 L254.2,86.4 L254.5,87.5 L254.9,88.5 L255.2,89.6 L255.6,90.7 L256.0,91.9 L256.4,93.1 L256.7,94.3 L257.1,95.5 L257.5,96.8 L257.9,98.1 L258.3,99.4 L258.7,100.8 L259.1,102.2 L259.5,103.6 L259.9,105.1 L260.3,106.6 L260.8,108.1 L261.2,109.7 L261.6,111.3 L262.1,112.9 L262.5,114.6 L262.9,116.3 L263.4,118.1 L263.9,119.9 L264.3,121.7 L264.8,123.6 L265.2,125.4 L265.7,127.3 L266.1,129.2 L266.6,131.1 L267.0,133.0 L267.5,134.9 L267.9,136.8 L268.4,138.8 L268.8,140.7 L269.3,142.7 L269.7,144.6 L270.2,146.6 L270.6,148.6 L271.1,150.5 L271.5,152.5 L271.9,154.5 L272.4,156.5 L272.8,158.6 L273.3,160.6 L273.7,162.6 L274.1,164.6 L274.6,166.6 L275.0,168.7 L275.5,170.7 L275.9,172.8 L276.3,174.8 L276.8,176.9 L277.2,178.9 L277.6,181.0 L278.1,183.0 L278.5,185.1 L279.0,187.1 L279.4,189.2 L279.8,191.2 L280.3,193.3 L280.7,195.3 L281.1,197.4 L281.6,199.4 L282.0,201.5 L282.5,203.5 L282.9,205.6 L283.3,207.6 L283.8,209.6 L284.2,211.7 L284.6,213.7 L285.1,215.7 L285.5,217.7 L286.0,219.8 L286.4,221.8 L286.8,223.8 L287.3,225.8 L287.7,227.7 L288.2,229.7 L288.6,231.7 L289.0,233.7 L289.5,235.6 L289.9,237.6 L290.4,239.5 L290.8,241.4 L291.3,243.3 L291.7,245.2 L292.2,247.1 L292.6,249.0 L293.1,250.9 L293.5,252.8 L294.0,254.6 L294.4,256.4 L294.9,258.3 L295.3,260.1 L295.8,261.9 L296.2,263.6 L296.7,265.4 L297.2,267.1 L297.6,268.8 L298.0,270.5 L298.5,272.1 L298.9,273.6 L299.3,275.1 L299.8,276.6 L300.2,278.1 L300.6,279.5 L301.0,280.9 L301.4,282.2 L301.8,283.5 L302.2,284.8 L302.6,286.0 L303.0,287.3 L303.4,288.4 L303.7,289.6 L304.1,290.7 L304.5,291.8 L304.9,292.9 L305.2,293.9 L305.6,294.9 L305.9,295.9 L306.3,296.8 L306.7,297.7 L307.0,298.6 L307.3,299.5 L307.7,300.4 L308.0,301.2 L308.4,302.0 L308.7,302.8 L309.0,303.5 L309.3,304.2 L309.7,304.9 L310.0,305.6 L310.3,306.3 L310.6,306.9 L310.9,307.5 L311.2,308.1 L311.5,308.7 L311.8,309.2 L312.1,309.8 L312.4,310.3 L312.7,310.8 L313.0,311.3 L313.3,311.7 L313.6,312.2 L313.9,312.6 L314.1,313.0 L314.4,313.4 L314.7,313.8 L315.0,314.1 L315.2,314.5 L315.5,314.8 L315.7,315.1 L316.0,315.4 L316.2,315.7 L316.5,315.9 L316.7,316.2 L317.0,316.4 L317.2,316.6 L317.5,316.9 L317.7,317.1 L317.9,317.3 L318.1,317.4 L318.4,317.6 L318.6,317.8 L318.8,317.9 L319.0,318.0 L319.2,318.2 L319.4,318.3 L319.6,318.4 L319.8,318.5 L320.0,318.6 L320.2,318.7 L320.4,318.7 L320.6,318.8 L320.7,318.9 L320.9,318.9 L321.1,319.0 L321.3,319.0 L321.5,319.1 L321.7,319.1 L321.9,319.1 L322.0,319.2 L322.2,319.2 L322.4,319.2 L322.6,319.2 L322.8,319.2 L323.0,319.2 L323.2,319.2 L323.3,319.1 L323.5,319.1 L323.7,319.1 L323.9,319.1 L324.1,319.0 L324.3,319.0 L324.5,318.9 L324.6,318.8 L324.8,318.8 L325.0,318.7 L325.2,318.6 L325.4,318.5 L325.6,318.5 L325.8,318.4 L325.9,318.3 L326.1,318.1 L326.3,318.0 L326.5,317.9 L326.7,317.8 L326.9,317.6 L327.2,317.4 L327.4,317.3 L327.6,317.1 L327.8,316.9 L328.0,316.7 L328.3,316.5 L328.5,316.3 L328.7,316.0 L329.0,315.8 L329.2,315.5 L329.4,315.2 L329.7,314.9 L329.9,314.6 L330.2,314.3 L330.5,314.0 L330.7,313.6 L331.0,313.3 L331.2,312.9 L331.5,312.5 L331.8,312.1 L332.1,311.6 L332.3,311.2 L332.6,310.7 L332.9,310.3 L333.2,309.8 L333.5,309.2 L333.8,308.7 L334.1,308.1 L334.4,307.6 L334.7,307.0 L335.0,306.4 L335.3,305.7 L335.6,305.1 L335.9,304.4 L336.2,303.7 L336.5,303.0 L336.8,302.2 L337.2,301.4 L337.5,300.7 L337.8,299.8 L338.2,299.0 L338.5,298.1 L338.8,297.3 L339.2,296.3 L339.5,295.4 L339.9,294.4 L340.2,293.5 L340.6,292.4 L341.0,291.4 L341.3,290.3 L341.7,289.2 L342.1,288.1 L342.4,287.0 L342.8,285.8 L343.2,284.6 L343.6,283.3 L344.0,282.0 L344.4,280.7 L344.7,279.4 L345.1,278.0 L345.6,276.6 L346.0,275.2 L346.4,273.7 L346.8,272.2 L347.2,270.6 L347.6,269.1 L348.1,267.4 L348.5,265.8 L349.0,264.1 L349.4,262.4 L349.9,260.6 L350.3,258.8 L350.8,256.9 L351.2,255.1 L351.7,253.2 L352.1,251.3 L352.6,249.5 L353.0,247.6 L353.5,245.7 L353.9,243.7 L354.4,241.8 L354.8,239.9 L355.3,237.9 L355.7,236.0 L356.2,234.0 L356.6,232.1 L357.1,230.1 L357.5,228.1 L358.0,226.1 L358.4,224.1 L358.8,222.1 L359.3,220.1 L359.7,218.1 L360.2,216.0 L360.6,214.0 L361.0,212.0 L361.5,209.9 L361.9,207.9 L362.4,205.9 L362.8,203.8 L363.2,201.8 L363.7,199.7 L364.1,197.7 L364.5,195.6 L365.0,193.6 L365.4,191.5 L365.9,189.5 L366.3,187.4 L366.7,185.3 L367.2,183.3 L367.6,181.2 L368.0,179.2 L368.5,177.1 L368.9,175.1 L369.3,173.1 L369.8,171.0 L370.2,169.0 L370.7,167.0 L371.1,164.9 L371.5,162.9 L372.0,160.9 L372.4,158.9 L372.9,156.9 L373.3,154.9 L373.7,152.9 L374.2,150.9 L374.6,148.9 L375.1,147.0 L375.5,145.0 L375.9,143.0 L376.4,141.1 L376.8,139.2 L377.3,137.2 L377.7,135.3 L378.2,133.4 L378.6,131.5 L379.1,129.6 L379.5,127.8 L380.0,125.9 L380.4,124.1 L380.9,122.2 L381.3,120.4 L381.8,118.6 L382.2,116.8 L382.7,115.0 L383.2,113.3 L383.6,111.6 L384.1,109.9 L384.5,108.3 L384.9,106.7 L385.4,105.1 L385.8,103.6 L386.2,102.1 L386.6,100.7 L387.0,99.3 L387.4,97.9 L387.8,96.6 L388.2,95.3 L388.6,94.0 L389.0,92.8 L389.4,91.6 L389.8,90.4 L390.2,89.3 L390.6,88.1 L390.9,87.1 L391.3,86.0 L391.7,85.0 L392.0,84.0 L392.4,83.0 L392.7,82.1 L393.1,81.1 L393.4,80.3 L393.8,79.4 L394.1,78.5 L394.5,77.7 L394.8,76.9 L395.1,76.2 L395.4,75.4 L395.8,74.7 L396.1,74.0 L396.4,73.3 L396.7,72.7 L397.0,72.1 L397.4,71.4 L397.7,70.8 L398.0,70.3 L398.3,69.7 L398.6,69.2 L398.9,68.7 L399.1,68.2 L399.4,67.7 L399.7,67.3 L400.0,66.8 L400.3,66.4 L400.6,66.0 L400.8,65.6 L401.1,65.3 L401.4,64.9 L401.6,64.6 L401.9,64.2 L402.2,63.9 L402.4,63.7 L402.7,63.4 L402.9,63.1 L403.1,62.9 L403.4,62.6 L403.6,62.4 L403.9,62.2 L404.1,62.0 L404.3,61.8 L404.5,61.6 L404.8,61.5 L405.0,61.3 L405.2,61.2 L405.4,61.0 L405.6,60.9 L405.8,60.8 L406.0,60.7 L406.2,60.6 L406.4,60.5 L406.6,60.4 L406.8,60.3 L406.9,60.3 L407.0,60.2 \" stroke=\"rgb( 0, 128, 0)\"/></g>\n",
"\t</g>\n",
"<g color=\"white\" fill=\"none\" stroke=\"rgb( 0, 128, 0)\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"2.00\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"2.00\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"black\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"<g color=\"black\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-width=\"0.50\">\n",
"</g>\n",
"</g>\n",
"</svg>"
],
"text/plain": [
"<IPython.core.display.SVG object>"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"plot(t0,y0(:,1)*180/pi,t10,y10(:,1)*180/pi)\n",
"xlabel('time (s)')\n",
"ylabel('theta (deg)')\n",
"legend('w=0 rad/s','w=10 rad/s')"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Octave",
"language": "octave",
"name": "octave"
},
"language_info": {
"file_extension": ".m",
"help_links": [
{
"text": "GNU Octave",
"url": "https://www.gnu.org/software/octave/support.html"
},
{
"text": "Octave Kernel",
"url": "https://github.com/Calysto/octave_kernel"
},
{
"text": "MetaKernel Magics",
"url": "https://metakernel.readthedocs.io/en/latest/source/README.html"
}
],
"mimetype": "text/x-octave",
"name": "octave",
"version": "5.1.0"
}
},
"nbformat": 4,
"nbformat_minor": 2
}