<?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 Iterative solution to nonlinear equation? in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Iterative-solution-to-nonlinear-equation/m-p/848392#M384792</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I"m trying to put together a VI that will solve an equation of the form:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A = B*x^b+C*x^c&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for the variable x (all others are numbers).&amp;nbsp; Does Labview have a block that will do the iterative solution or do I need to make my own.&amp;nbsp; I'm using Labview 8.6 Pro.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp; &lt;/P&gt;</description>
    <pubDate>Fri, 06 Feb 2009 14:49:15 GMT</pubDate>
    <dc:creator>testingHotAir</dc:creator>
    <dc:date>2009-02-06T14:49:15Z</dc:date>
    <item>
      <title>Iterative solution to nonlinear equation?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Iterative-solution-to-nonlinear-equation/m-p/848392#M384792</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I"m trying to put together a VI that will solve an equation of the form:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A = B*x^b+C*x^c&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for the variable x (all others are numbers).&amp;nbsp; Does Labview have a block that will do the iterative solution or do I need to make my own.&amp;nbsp; I'm using Labview 8.6 Pro.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp; &lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2009 14:49:15 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Iterative-solution-to-nonlinear-equation/m-p/848392#M384792</guid>
      <dc:creator>testingHotAir</dc:creator>
      <dc:date>2009-02-06T14:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Iterative solution to nonlinear equation?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Iterative-solution-to-nonlinear-equation/m-p/848396#M384793</link>
      <description>&lt;P&gt;This is a polynomial, so you could use the "Polynomial Roots.vi".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Jim &lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2009 14:53:38 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Iterative-solution-to-nonlinear-equation/m-p/848396#M384793</guid>
      <dc:creator>DSPGuy</dc:creator>
      <dc:date>2009-02-06T14:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Iterative solution to nonlinear equation?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Iterative-solution-to-nonlinear-equation/m-p/848402#M384796</link>
      <description>&lt;P&gt;Well, a polynomial if b and c are integers.&amp;nbsp; If b and/or c are real numbers then you will need a zero finder.&amp;nbsp; There are two available, named "Newton Raphson Zero Finder.vi" and "Ridders Zero Finder.vi".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Jim &lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2009 14:59:20 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Iterative-solution-to-nonlinear-equation/m-p/848402#M384796</guid>
      <dc:creator>DSPGuy</dc:creator>
      <dc:date>2009-02-06T14:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Iterative solution to nonlinear equation?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Iterative-solution-to-nonlinear-equation/m-p/848453#M384823</link>
      <description>&lt;P&gt;Thanks Jim!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to get the Newton Raphson solver going right now, but it keeps giving me a syntax error.&amp;nbsp; I'm feeding it a string that looks like: &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;50.00=0.019231*(2*a)^0.15+675*(2*a)^0.5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've built this string programatically.&amp;nbsp; Is there something I'm missing here? &lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2009 15:36:59 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Iterative-solution-to-nonlinear-equation/m-p/848453#M384823</guid>
      <dc:creator>testingHotAir</dc:creator>
      <dc:date>2009-02-06T15:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: Iterative solution to nonlinear equation?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Iterative-solution-to-nonlinear-equation/m-p/848473#M384829</link>
      <description>&lt;P&gt;Newton Raphson is expecting something like "expression=0", but the =0 is implied.&amp;nbsp; Try this.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="noindex"&gt;0.019231*(2*a)^0.15+675*(2*a)^0.5-50&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Jim &lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2009 16:04:04 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Iterative-solution-to-nonlinear-equation/m-p/848473#M384829</guid>
      <dc:creator>DSPGuy</dc:creator>
      <dc:date>2009-02-06T16:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Iterative solution to nonlinear equation?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Iterative-solution-to-nonlinear-equation/m-p/848493#M384837</link>
      <description>Ah.&amp;nbsp; Now it's working.&amp;nbsp; Thanks again!</description>
      <pubDate>Fri, 06 Feb 2009 16:21:10 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Iterative-solution-to-nonlinear-equation/m-p/848493#M384837</guid>
      <dc:creator>testingHotAir</dc:creator>
      <dc:date>2009-02-06T16:21:10Z</dc:date>
    </item>
  </channel>
</rss>

