<?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: result to be either scalar or text in Mathcad</title>
    <link>https://www.ptcusercommunity.com/t5/Mathcad/result-to-be-either-scalar-or-text/m-p/779931#M199961</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 666px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/53226i5710FBE130AE255D/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 786px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/53227i6163E2A5A727B6A5/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Feb 2022 23:14:05 GMT</pubDate>
    <dc:creator>ttokoro</dc:creator>
    <dc:date>2022-02-21T23:14:05Z</dc:date>
    <item>
      <title>result to be either scalar or text</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/result-to-be-either-scalar-or-text/m-p/779737#M199955</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to do a simple calculation of the middle third rule. What I want to achieve is shown in the spreadsheet but the issue is that if the condition ex/L+ey/B&amp;lt;1/6 is met only then I want the program to calculate the pressure otherwise just get a message like "N/A". Can the result be either a scalar or a text? I tried to put be a scalar with "N/A" for each of its elements but got an error message again, it seems that it accepts only numerical values&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help will be much appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Eleni&lt;/P&gt;</description>
      <pubDate>Mon, 21 Feb 2022 12:54:53 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/result-to-be-either-scalar-or-text/m-p/779737#M199955</guid>
      <dc:creator>EN_9902818</dc:creator>
      <dc:date>2022-02-21T12:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: result to be either scalar or text</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/result-to-be-either-scalar-or-text/m-p/779743#M199956</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I put it in a program and find the solution. Thanks anyway.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Eleni&lt;/P&gt;</description>
      <pubDate>Mon, 21 Feb 2022 13:20:46 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/result-to-be-either-scalar-or-text/m-p/779743#M199956</guid>
      <dc:creator>EN_9902818</dc:creator>
      <dc:date>2022-02-21T13:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: result to be either scalar or text</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/result-to-be-either-scalar-or-text/m-p/779931#M199961</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 666px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/53226i5710FBE130AE255D/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 786px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/53227i6163E2A5A727B6A5/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Feb 2022 23:14:05 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/result-to-be-either-scalar-or-text/m-p/779931#M199961</guid>
      <dc:creator>ttokoro</dc:creator>
      <dc:date>2022-02-21T23:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: result to be either scalar or text</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/result-to-be-either-scalar-or-text/m-p/779973#M199968</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Strange how this works. So if I use the equal sign to the variable definition, I got an error saying that the variable should be a scalar or a matrix but if I don't and just write in a different row the variable, I go the correct message! But then, I don't get the Pressure although I have define it inside the program.&lt;/P&gt;&lt;P&gt;Any idea why this happens?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Eleni&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 07:23:59 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/result-to-be-either-scalar-or-text/m-p/779973#M199968</guid>
      <dc:creator>EN_9902818</dc:creator>
      <dc:date>2022-02-22T07:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: result to be either scalar or text</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/result-to-be-either-scalar-or-text/m-p/780045#M199974</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 902px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/53257iC38556D55493DE15/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/53258iD22F49962E723A05/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 13:13:42 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/result-to-be-either-scalar-or-text/m-p/780045#M199974</guid>
      <dc:creator>ttokoro</dc:creator>
      <dc:date>2022-02-22T13:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: result to be either scalar or text</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/result-to-be-either-scalar-or-text/m-p/780050#M199975</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yes, I get it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Eleni&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 13:19:45 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/result-to-be-either-scalar-or-text/m-p/780050#M199975</guid>
      <dc:creator>EN_9902818</dc:creator>
      <dc:date>2022-02-22T13:19:45Z</dc:date>
    </item>
  </channel>
</rss>

