<?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 solve block in Mathcad</title>
    <link>https://www.ptcusercommunity.com/t5/Mathcad/slove-block/m-p/120313#M47160</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;If you look at the original file I submitted it was in the correct form, a vector was used to hold soln variables, however it does not work. The useless error message hints at a units problem but I do not see one.&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Mar 2010 07:00:00 GMT</pubDate>
    <dc:creator>drgriffin</dc:creator>
    <dc:date>2010-03-30T07:00:00Z</dc:date>
    <item>
      <title>slove block</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/slove-block/m-p/120308#M47155</link>
      <description>Can anyone see why the attached solve block won't work</description>
      <pubDate>Thu, 03 May 2018 19:38:07 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/slove-block/m-p/120308#M47155</guid>
      <dc:creator>drgriffin</dc:creator>
      <dc:date>2018-05-03T19:38:07Z</dc:date>
    </item>
    <item>
      <title>slove block</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/slove-block/m-p/120309#M47156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;On 3/30/2010 11:19:40 AM, dmg wrote:&lt;BR /&gt;&amp;gt;Can anyone see why the&lt;BR /&gt;&amp;gt;attached solve block won't&lt;BR /&gt;&amp;gt;work&lt;BR /&gt;&lt;BR /&gt;Hello Dr. Griffin,&lt;BR /&gt;&lt;BR /&gt;There appears to be two problems:&lt;BR /&gt;&amp;gt; you define m:2 at the top, which messes up the meter unit&lt;BR /&gt;&lt;BR /&gt;&amp;gt; the solve block returns 3 quantities with differing units, and that's not allowed in M14. You'll need to do find(f, Vel/(m/s),Re.number) to get units agreement, and then add the m/s later.&lt;BR /&gt;&lt;BR /&gt;I get 0.017, 1.931 (m/s), and 1.012E7&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;TTFN,&lt;BR /&gt;Eden&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 07:00:00 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/slove-block/m-p/120309#M47156</guid>
      <dc:creator>IRstuff</dc:creator>
      <dc:date>2010-03-30T07:00:00Z</dc:date>
    </item>
    <item>
      <title>slove block</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/slove-block/m-p/120310#M47157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Sorry, forgot to attach the file&lt;BR /&gt;&lt;BR /&gt;TTFN,&lt;BR /&gt;Eden&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 07:00:00 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/slove-block/m-p/120310#M47157</guid>
      <dc:creator>IRstuff</dc:creator>
      <dc:date>2010-03-30T07:00:00Z</dc:date>
    </item>
    <item>
      <title>slove block</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/slove-block/m-p/120311#M47158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;see my soln&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 07:00:00 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/slove-block/m-p/120311#M47158</guid>
      <dc:creator>drgriffin</dc:creator>
      <dc:date>2010-03-30T07:00:00Z</dc:date>
    </item>
    <item>
      <title>slove block</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/slove-block/m-p/120312#M47159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;On 3/30/2010 11:46:50 AM, eden_mei wrote:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; the solve block returns 3 quantities with &amp;gt;&amp;gt;differing units, and that's not allowed in M14. &lt;BR /&gt;&lt;BR /&gt;It is if you assign the results of the solve block to a vector of variables (unlike in MC11, where you could assign the results to a single variable). But I see dmg has already figured that out.&lt;BR /&gt;&lt;BR /&gt;Richard&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 07:00:00 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/slove-block/m-p/120312#M47159</guid>
      <dc:creator>RichardJ</dc:creator>
      <dc:date>2010-03-30T07:00:00Z</dc:date>
    </item>
    <item>
      <title>solve block</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/slove-block/m-p/120313#M47160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;If you look at the original file I submitted it was in the correct form, a vector was used to hold soln variables, however it does not work. The useless error message hints at a units problem but I do not see one.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 07:00:00 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/slove-block/m-p/120313#M47160</guid>
      <dc:creator>drgriffin</dc:creator>
      <dc:date>2010-03-30T07:00:00Z</dc:date>
    </item>
    <item>
      <title>solve block</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/slove-block/m-p/120314#M47161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Eden identitified the problem for you first file in his original post -- you define the variable m, and subsequently try to use m to represent the meter unit. You can't do that, unless you use math styles to distinguish the different usages.&lt;BR /&gt;__________________&lt;BR /&gt;� � � � Tom Gutman&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 07:00:00 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/slove-block/m-p/120314#M47161</guid>
      <dc:creator>TomGutman</dc:creator>
      <dc:date>2010-03-30T07:00:00Z</dc:date>
    </item>
    <item>
      <title>solve block</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/slove-block/m-p/120315#M47162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;yep, I figured that might be it but could not spot the problem. Thanks&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 07:00:00 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/slove-block/m-p/120315#M47162</guid>
      <dc:creator>drgriffin</dc:creator>
      <dc:date>2010-03-30T07:00:00Z</dc:date>
    </item>
  </channel>
</rss>

