<?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 Re: &amp;quot;FIND&amp;quot; returning a vector of answer in Mathcad</title>
    <link>https://www.ptcusercommunity.com/t5/Mathcad/quot-FIND-quot-returning-a-vector-of-answer/m-p/393385#M154459</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, how do I see the ADVERL answers? Look what I got.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="65621" class="jive-image" alt="Untitled.jpg" src="https://community.ptc.com/legacyfs/online/65621_Untitled.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jan 2014 12:13:57 GMT</pubDate>
    <dc:creator>MaxGomes</dc:creator>
    <dc:date>2014-01-13T12:13:57Z</dc:date>
    <item>
      <title>"FIND" returning a vector of answer</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/quot-FIND-quot-returning-a-vector-of-answer/m-p/393383#M154457</link>
      <description>Hello, everyone.I'm working in a program to plot a curve of the equation below:I need to have the ADVERL_L found for all different OLAP's, in order to use it below to calculate f(OLAP) and plot it.I don't know how to use the FIND command to return a vector of answer.Could</description>
      <pubDate>Thu, 03 May 2018 16:34:04 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/quot-FIND-quot-returning-a-vector-of-answer/m-p/393383#M154457</guid>
      <dc:creator>MaxGomes</dc:creator>
      <dc:date>2018-05-03T16:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: "FIND" returning a vector of answer</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/quot-FIND-quot-returning-a-vector-of-answer/m-p/393384#M154458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Include OLAP as an argument to ADVERL in the function, f, and avoid a divide by zero error by only using non-zero vaslues of OLAP - see attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 12:07:23 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/quot-FIND-quot-returning-a-vector-of-answer/m-p/393384#M154458</guid>
      <dc:creator>AlanStevens</dc:creator>
      <dc:date>2014-01-13T12:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: "FIND" returning a vector of answer</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/quot-FIND-quot-returning-a-vector-of-answer/m-p/393385#M154459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, how do I see the ADVERL answers? Look what I got.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="65621" class="jive-image" alt="Untitled.jpg" src="https://community.ptc.com/legacyfs/online/65621_Untitled.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 12:13:57 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/quot-FIND-quot-returning-a-vector-of-answer/m-p/393385#M154459</guid>
      <dc:creator>MaxGomes</dc:creator>
      <dc:date>2014-01-13T12:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: "FIND" returning a vector of answer</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/quot-FIND-quot-returning-a-vector-of-answer/m-p/393386#M154460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just pass OLAP[j (that is OLAP subscript j) to ADVERL somewhere below the place where j is defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 12:34:20 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/quot-FIND-quot-returning-a-vector-of-answer/m-p/393386#M154460</guid>
      <dc:creator>AlanStevens</dc:creator>
      <dc:date>2014-01-13T12:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: "FIND" returning a vector of answer</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/quot-FIND-quot-returning-a-vector-of-answer/m-p/393387#M154461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As the solve block fails for values of OLAP below 2.5 one quick workaround would be to define j:=25..300 before evaluation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way would be to define a function which traps the error of the solve block failing. You may also use this functions vectorized then as a divison by zero or solve block failing won't matter that way.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="65638" alt="13.01.png" class="jive-image" src="https://community.ptc.com/legacyfs/online/65638_13.01.png" /&gt;&lt;/P&gt;&lt;P&gt;Best way probably is to define OLAP at the top beginning with 2.5 and not with 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 13:05:58 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/quot-FIND-quot-returning-a-vector-of-answer/m-p/393387#M154461</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2014-01-13T13:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: "FIND" returning a vector of answer</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/quot-FIND-quot-returning-a-vector-of-answer/m-p/393388#M154462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess it's only positive answers that are wanted, but it's interesting to note that if you start with a negative guess (say -0.1) you get solutions for all of j from 1 to 300. They are all negative though! (And if you start with a complex guess you can get a (complex) solution for OLAP = 0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 09:34:53 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/quot-FIND-quot-returning-a-vector-of-answer/m-p/393388#M154462</guid>
      <dc:creator>AlanStevens</dc:creator>
      <dc:date>2014-01-14T09:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: "FIND" returning a vector of answer</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/quot-FIND-quot-returning-a-vector-of-answer/m-p/393389#M154463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's right, Alan, only positive answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I'm facing problem when trying to check ADVERL values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was attempting to do what Werner suggested to, but I got the answer below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="65659" alt="Untitled.jpg" class="jive-image" src="https://community.ptc.com/legacyfs/online/65659_Untitled.jpg" /&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image" src="https://community.ptc.com/legacyfs/online/65710_Untitled.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason I'm doing this it's because I need to compair the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how I make the program ignore the complex and impossible solutions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for the previously help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 11:38:03 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/quot-FIND-quot-returning-a-vector-of-answer/m-p/393389#M154463</guid>
      <dc:creator>MaxGomes</dc:creator>
      <dc:date>2014-01-14T11:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: "FIND" returning a vector of answer</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/quot-FIND-quot-returning-a-vector-of-answer/m-p/393390#M154464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You just need to call ADVERL2 with OLAP sub j like ADVERL2(OLAP[j)= (where [ means subscript) - see image below. The first 24 values will be NaN's because there is no positive solution there as Werner pointed out (the ln(1-ADVERL) term becomes complex when ADVERL is greater than 1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="65711" alt="find.PNG" class="jive-image" src="https://community.ptc.com/legacyfs/online/65711_find.PNG" /&gt;&lt;/P&gt;&lt;P&gt;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 11:48:38 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/quot-FIND-quot-returning-a-vector-of-answer/m-p/393390#M154464</guid>
      <dc:creator>AlanStevens</dc:creator>
      <dc:date>2014-01-14T11:48:38Z</dc:date>
    </item>
  </channel>
</rss>

