<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/158958</link>
    <title>MATLAB Central Newsreader - 2nd order differential equation</title>
    <description>Feed for thread: 2nd order differential equation</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Thu, 08 Nov 2007 03:10:59 -0500</pubDate>
      <title>2nd order differential equation</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/158958#400285</link>
      <author>Jill </author>
      <description>Anyone know if there's a MATLAB function that can be used to&lt;br&gt;
solve 2nd order differential equations? If not, anyone know&lt;br&gt;
how to go about doing that?&lt;br&gt;
&lt;br&gt;
Thanks!</description>
    </item>
    <item>
      <pubDate>Thu, 08 Nov 2007 03:37:20 -0500</pubDate>
      <title>Re: 2nd order differential equation</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/158958#400287</link>
      <author>Dan Haeg</author>
      <description>&quot;Jill &quot; &amp;lt;udmathworks@mathworks.com&amp;gt; wrote in message&lt;br&gt;
&amp;lt;fgtuo3$a73$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Anyone know if there's a MATLAB function that can be used to&lt;br&gt;
&amp;gt; solve 2nd order differential equations? If not, anyone know&lt;br&gt;
&amp;gt; how to go about doing that?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thanks&lt;br&gt;
&lt;br&gt;
ode45 and the other odeXXX solvers can do this.</description>
    </item>
    <item>
      <pubDate>Thu, 08 Nov 2007 09:02:57 -0500</pubDate>
      <title>Re: 2nd order differential equation</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/158958#400315</link>
      <author>Urs </author>
      <description>&quot;Jill &quot; &amp;lt;udmathworks@mathworks.com&amp;gt; wrote in message &amp;lt;fgtuo3&lt;br&gt;
$a73$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Anyone know if there's a MATLAB function that can be used &lt;br&gt;
to&lt;br&gt;
&amp;gt; solve 2nd order differential equations? If not, anyone &lt;br&gt;
know&lt;br&gt;
&amp;gt; how to go about doing that?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thanks!&lt;br&gt;
&lt;br&gt;
infact, not directly. you have to rewrite the ODE in a &lt;br&gt;
matrix-form:&lt;br&gt;
&lt;br&gt;
suppose: x''=F(x,x',t)=ax'+bx+c&lt;br&gt;
rewrite: y=[x, x'], y'=[0 1; b a]*y+[0; c]&lt;br&gt;
&lt;br&gt;
HTH&lt;br&gt;
Urs</description>
    </item>
  </channel>
</rss>

