<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic get the root of a complicated equation in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/get-the-root-of-a-complicated-equation/m-p/16969#M45</link>
    <description>How to get the root of  a complicated equation in IML? Is there any function or call function to do that? &lt;BR /&gt;
 Thanks alot!</description>
    <pubDate>Mon, 20 Jun 2011 00:44:41 GMT</pubDate>
    <dc:creator>Steve_Shanghai</dc:creator>
    <dc:date>2011-06-20T00:44:41Z</dc:date>
    <item>
      <title>get the root of a complicated equation</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/get-the-root-of-a-complicated-equation/m-p/16969#M45</link>
      <description>How to get the root of  a complicated equation in IML? Is there any function or call function to do that? &lt;BR /&gt;
 Thanks alot!</description>
      <pubDate>Mon, 20 Jun 2011 00:44:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/get-the-root-of-a-complicated-equation/m-p/16969#M45</guid>
      <dc:creator>Steve_Shanghai</dc:creator>
      <dc:date>2011-06-20T00:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: get the root of a complicated equation</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/get-the-root-of-a-complicated-equation/m-p/16970#M46</link>
      <description>Depends if the function is one-variable or several variables.  Also if polynomial or general nonlinear equation. &lt;BR /&gt;
1) For one variable and polynomial, use POLYROOT. This finds real and complex roots.&lt;BR /&gt;
2) For finding the real roots of general functions, see Example 9.2 of the SAS/IML doc:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/imlug/63541/HTML/default/viewer.htm#imlug_genstatexpls_sect004.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/imlug/63541/HTML/default/viewer.htm#imlug_genstatexpls_sect004.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
The Newton-Raphson method (2) will find one root for each initial condition, so if you are trying to find multiple roots, you might want to vary the initial condition.</description>
      <pubDate>Mon, 20 Jun 2011 17:05:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/get-the-root-of-a-complicated-equation/m-p/16970#M46</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2011-06-20T17:05:25Z</dc:date>
    </item>
  </channel>
</rss>

