<?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: Solving a equation with units in Mathcad</title>
    <link>https://www.ptcusercommunity.com/t5/Mathcad/Solving-a-equation-with-units/m-p/676933#M190875</link>
    <description>&lt;P&gt;I don't know but at certain point I had the same problem. I guess it is some bug with the Prime 6 version.&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jul 2020 01:01:33 GMT</pubDate>
    <dc:creator>Descalante815</dc:creator>
    <dc:date>2020-07-13T01:01:33Z</dc:date>
    <item>
      <title>Solving a equation with units</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Solving-a-equation-with-units/m-p/676865#M190852</link>
      <description>&lt;P&gt;Hi, I'm trying to figure out how to solve a equation with Mathcad, since it keeps displaying the message that no solution can be found.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;In principle it is a cubic equation that needs to be solved, but I don't know why this happens when I input units instead of simple numbers.&lt;BR /&gt;&lt;BR /&gt;FYI it is a weir design for a spillway.&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Anotación 2020-07-10 202942.jpg" style="width: 802px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/29091iA1073EC7831C8726/image-size/large?v=v2&amp;amp;px=999" role="button" title="Anotación 2020-07-10 202942.jpg" alt="Anotación 2020-07-10 202942.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jul 2020 01:32:45 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Solving-a-equation-with-units/m-p/676865#M190852</guid>
      <dc:creator>Descalante815</dc:creator>
      <dc:date>2020-07-11T01:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Solving a equation with units</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Solving-a-equation-with-units/m-p/676868#M190853</link>
      <description>&lt;P&gt;I guess you are using Prime 6&lt;/P&gt;
&lt;P&gt;PTC introduced a new symbolic engine in this version which is a bit less capable than the old one.&lt;/P&gt;
&lt;P&gt;In Prime 6 you still have the option to switch back to the old, legacy symbolic module (calc ribbon, calc options).&lt;/P&gt;
&lt;P&gt;This makes your equation work, but due to round off errors the results are non-real values with very tiny imaginary parts. You may use&amp;nbsp; Sol := Re(Sol) to fix this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The&amp;nbsp; symbolic does not know anything about units and treats them as unknown variables. Sometimes it helps if you add a modifier like "assume, m&amp;gt;0" to tell Prime that m is a positive real. It may also help to turn on variables and constants in the same menu where you can switch back to the old symbolics.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Generally its better to use numerical methods like a solve block when you are looking for numerical results. But a solve block would only yield one of the three solutions, depending in the guess value provided.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Werner_E_0-1594453180896.png" style="width: 654px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/29092i052897BC9EFF6D9C/image-dimensions/654x500?v=v2" width="654" height="500" role="button" title="Werner_E_0-1594453180896.png" alt="Werner_E_0-1594453180896.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Prime 6 worksheet attached.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jul 2020 07:40:40 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Solving-a-equation-with-units/m-p/676868#M190853</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2020-07-11T07:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Solving a equation with units</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Solving-a-equation-with-units/m-p/676881#M190858</link>
      <description>&lt;P&gt;In Express, without symbolics or a solve block:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FredKohlhepp_0-1594467627245.png" style="width: 487px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/29098i68E7CE16D4EC7821/image-dimensions/487x263?v=v2" width="487" height="263" role="button" title="FredKohlhepp_0-1594467627245.png" alt="FredKohlhepp_0-1594467627245.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jul 2020 11:41:13 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Solving-a-equation-with-units/m-p/676881#M190858</guid>
      <dc:creator>Fred_Kohlhepp</dc:creator>
      <dc:date>2020-07-11T11:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Solving a equation with units</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Solving-a-equation-with-units/m-p/676886#M190860</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="solve.png" style="width: 999px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/29100i4D825D5FAFA3D889/image-size/large?v=v2&amp;amp;px=999" role="button" title="solve.png" alt="solve.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jul 2020 12:08:56 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Solving-a-equation-with-units/m-p/676886#M190860</guid>
      <dc:creator>ValeryOchkov</dc:creator>
      <dc:date>2020-07-11T12:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Solving a equation with units</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Solving-a-equation-with-units/m-p/676889#M190861</link>
      <description>&lt;P&gt;That's not the right equation!&amp;nbsp; The equation is third order!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not even sure why this did what it did.&amp;nbsp; Is there an x variable with a different label?&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jul 2020 12:36:57 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Solving-a-equation-with-units/m-p/676889#M190861</guid>
      <dc:creator>Fred_Kohlhepp</dc:creator>
      <dc:date>2020-07-11T12:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Solving a equation with units</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Solving-a-equation-with-units/m-p/676891#M190862</link>
      <description>&lt;P&gt;Got it!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The assigned equal ":=" should have been a boolean "=".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You assigned (:=) x to be the solution to the quadratic.&amp;nbsp; Mathcad supplied an assumed (=0) at the end.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FredKohlhepp_0-1594471568323.png" style="width: 530px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/29101i1072B3BA35EFB637/image-dimensions/530x287?v=v2" width="530" height="287" role="button" title="FredKohlhepp_0-1594471568323.png" alt="FredKohlhepp_0-1594471568323.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jul 2020 12:46:34 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Solving-a-equation-with-units/m-p/676891#M190862</guid>
      <dc:creator>Fred_Kohlhepp</dc:creator>
      <dc:date>2020-07-11T12:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Solving a equation with units</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Solving-a-equation-with-units/m-p/676903#M190865</link>
      <description>&lt;P&gt;Yes, Valery used the sheet provided by&amp;nbsp;&lt;SPAN class="UserName lia-user-name lia-user-rank-Newbie lia-component-message-view-widget-author-username"&gt;&lt;A class="lia-link-navigation lia-page-link lia-user-name-link" style="color: #000000;" href="https://community.ptc.com/t5/user/viewprofilepage/user-id/316457" target="_self"&gt;&lt;SPAN class=""&gt;Descalante815&amp;nbsp;&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;which did not show the correct equation&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jul 2020 02:34:49 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Solving-a-equation-with-units/m-p/676903#M190865</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2020-07-12T02:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Solving a equation with units</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Solving-a-equation-with-units/m-p/676933#M190875</link>
      <description>&lt;P&gt;I don't know but at certain point I had the same problem. I guess it is some bug with the Prime 6 version.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 01:01:33 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Solving-a-equation-with-units/m-p/676933#M190875</guid>
      <dc:creator>Descalante815</dc:creator>
      <dc:date>2020-07-13T01:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Solving a equation with units</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Solving-a-equation-with-units/m-p/676935#M190876</link>
      <description>&lt;P&gt;The &lt;EM&gt;Sol&lt;/EM&gt; command worked, and it solved correctly the equation, however when I try to use it on my original worksheet I get the same problem. I'll run a Re-Install to see what is going on.&lt;BR /&gt;&lt;BR /&gt;However I'll continue working on your file. Thanks a lot.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Anotación 2020-07-12 201447.jpg" style="width: 792px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/29115iC93154B2C57D70AE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Anotación 2020-07-12 201447.jpg" alt="Anotación 2020-07-12 201447.jpg" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 01:15:23 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Solving-a-equation-with-units/m-p/676935#M190876</guid>
      <dc:creator>Descalante815</dc:creator>
      <dc:date>2020-07-13T01:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Solving a equation with units</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Solving-a-equation-with-units/m-p/676995#M190880</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/316457"&gt;@Descalante815&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;The &lt;EM&gt;Sol&lt;/EM&gt; command worked, and it solved correctly the equation, however when I try to use it on my original worksheet I get the same problem. I'll run a Re-Install to see what is going on.&lt;BR /&gt;&lt;BR /&gt;However I'll continue working on your file. Thanks a lot.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;"Sol" isn't a command, its simply a variable name (I was thinking of "solution" when choosing it)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I guess that you forgot to switch over to the old symbolic engine.&amp;nbsp; Calculation ribbon ...&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Werner_E_0-1594630869952.png" style="width: 609px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/29137i9820CB41B7CFB24F/image-dimensions/609x387?v=v2" width="609" height="387" role="button" title="Werner_E_0-1594630869952.png" alt="Werner_E_0-1594630869952.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You will get a warning telling you that the old symbolic will not be available in future versions and you must recalculate the sheet (F5 or fF9) to see the effect!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may also consider switching on "constants and variables in symbolic calculations" but as you can see in the screen shot this wasn't necessary for me in case of your equation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it still doesn't work I suspect a problem with Primes auto-labeling. It may help to retype the equation from scratch.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 09:04:34 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Solving-a-equation-with-units/m-p/676995#M190880</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2020-07-13T09:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Solving a equation with units</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Solving-a-equation-with-units/m-p/677131#M190899</link>
      <description>&lt;P&gt;Yep... I did not activate the old symbolic engine before. I made it and now it works.&lt;BR /&gt;&lt;BR /&gt;Vielen Dank, ich bin ganz neu in Mathcad, ich benutze es seit Mai, Juni...&lt;BR /&gt;Sowieso ich werde ein neues Dokument erstellen um zu prüfen das alles gut funktioniert.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Anotación 2020-07-13 135420.jpg" style="width: 999px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/29159i42E5E00E016D2630/image-size/large?v=v2&amp;amp;px=999" role="button" title="Anotación 2020-07-13 135420.jpg" alt="Anotación 2020-07-13 135420.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 18:54:52 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Solving-a-equation-with-units/m-p/677131#M190899</guid>
      <dc:creator>Descalante815</dc:creator>
      <dc:date>2020-07-13T18:54:52Z</dc:date>
    </item>
  </channel>
</rss>

