<?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: which of the solutions is right? in Mathcad</title>
    <link>https://www.ptcusercommunity.com/t5/Mathcad/which-of-the-solutions-is-right/m-p/745239#M196995</link>
    <description>&lt;P&gt;Try the attached ...&lt;/P&gt;</description>
    <pubDate>Tue, 24 Aug 2021 11:28:56 GMT</pubDate>
    <dc:creator>StuartBruff</dc:creator>
    <dc:date>2021-08-24T11:28:56Z</dc:date>
    <item>
      <title>which of the solutions is right?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/which-of-the-solutions-is-right/m-p/745228#M196993</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to find a variable and I've tried three ways of doing this. Please see attached.&lt;/P&gt;
&lt;P&gt;I used an If statement and then put it in a program. Unfortunately, I can't see what is the difference among these 3 but I get different results. My preferred option is the program but I can't find why it is wrong..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please check:)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 10:40:24 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/which-of-the-solutions-is-right/m-p/745228#M196993</guid>
      <dc:creator>EN_9902818</dc:creator>
      <dc:date>2021-08-24T10:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: which of the solutions is right?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/which-of-the-solutions-is-right/m-p/745236#M196994</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/431496"&gt;@EN_9902818&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to find a variable and I've tried three ways of doing this. Please see attached.&lt;/P&gt;
&lt;P&gt;I used an If statement and then put it in a program. Unfortunately, I can't see what is the difference among these 3 but I get different results. My preferred option is the program but I can't find why it is wrong..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please check:)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks,&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Your last option doesn't work because it returns the error message, and you've pre-added kPa in the evaluation operator units placeholder ... and strings don't take units.&amp;nbsp; I suggest that in cases such as Option 3, you put the units in the return expression.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Stuart&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 11:14:24 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/which-of-the-solutions-is-right/m-p/745236#M196994</guid>
      <dc:creator>StuartBruff</dc:creator>
      <dc:date>2021-08-24T11:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: which of the solutions is right?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/which-of-the-solutions-is-right/m-p/745239#M196995</link>
      <description>&lt;P&gt;Try the attached ...&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 11:28:56 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/which-of-the-solutions-is-right/m-p/745239#M196995</guid>
      <dc:creator>StuartBruff</dc:creator>
      <dc:date>2021-08-24T11:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: which of the solutions is right?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/which-of-the-solutions-is-right/m-p/745241#M196996</link>
      <description>&lt;P&gt;Thank you very much!!!&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 11:44:06 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/which-of-the-solutions-is-right/m-p/745241#M196996</guid>
      <dc:creator>EN_9902818</dc:creator>
      <dc:date>2021-08-24T11:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: which of the solutions is right?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/which-of-the-solutions-is-right/m-p/745254#M196998</link>
      <description>&lt;P&gt;Attached is a file that demonstrates the power and usefulness of vectorizing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Method 1 is correct.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Method 2 is wrong because it carries the index (i) inside the program while it's still on V_Ed.red.&amp;nbsp; If you eliminate the index on that I believe Method 2 should work.&amp;nbsp; (With only Express, I an't try.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Method 3 fails because the units on the text message don't match the units of the calculation.&amp;nbsp; (Texts don't have units.)&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 12:19:26 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/which-of-the-solutions-is-right/m-p/745254#M196998</guid>
      <dc:creator>Fred_Kohlhepp</dc:creator>
      <dc:date>2021-08-24T12:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: which of the solutions is right?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/which-of-the-solutions-is-right/m-p/745306#M197001</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much. This is very helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 15:39:07 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/which-of-the-solutions-is-right/m-p/745306#M197001</guid>
      <dc:creator>EN_9902818</dc:creator>
      <dc:date>2021-08-24T15:39:07Z</dc:date>
    </item>
  </channel>
</rss>

