<?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: Solver Block Struggles - Prime 11 in Mathcad</title>
    <link>https://www.ptcusercommunity.com/t5/Mathcad/Solver-Block-Struggles-Prime-11/m-p/1058658#M220728</link>
    <description>&lt;P&gt;I agree that the constraints involving the C-values could/should be omitted.&lt;/P&gt;
&lt;P&gt;They can be combined in one equation&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="grafik.png" style="width: 200px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/135834iD4BFC338607FA38A/image-size/small?v=v2&amp;amp;px=200" role="button" title="grafik.png" alt="grafik.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;which means introducing a new seventh equation without providing a new, seventh variable to jiggle around. So Prime would not be able to find a solution for this system of seven equations in just six variables.&lt;/P&gt;
&lt;P&gt;I can confirm your solutions&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="grafik.png" style="width: 633px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/135832i6E9587E23EBAD50F/image-dimensions/633x142?v=v2" width="633" height="142" role="button" title="grafik.png" alt="grafik.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;As you said they only differ in the sign of the imaginary r&lt;SUB&gt;o&lt;/SUB&gt;. Variable&amp;nbsp;r&lt;SUB&gt;o&lt;/SUB&gt; only occurs squared and obviously with the equation given the only solution possible is with&amp;nbsp;r&lt;SUB&gt;o&lt;/SUB&gt;&lt;SUP&gt;2&amp;nbsp;&lt;/SUP&gt;&amp;lt; 0.&lt;/P&gt;
&lt;P&gt;If we omit the "C-equations" in the solve block, we get a different, all real, set of solutions. This is because a solve block will only return a non-real solution if we use a non-real guess value. A check also shows, that the six equations are NOT really satisfied by the solutions returned. This is because the errors (given in standard units meter and kg) are quite small and within the tolerance set by the system variable CTOL. If we change the standard value 10&lt;SUP&gt;-3&lt;/SUP&gt;&lt;SUB&gt;&amp;nbsp;&lt;/SUB&gt;for CTOL to something significant smaller, the solve block fails (no solution found)..&lt;/P&gt;
&lt;P&gt;If we use a non-real guess value for r&lt;SUB&gt;o&lt;/SUB&gt;, we get the same results as with the symbolic solve (one of the two):&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="grafik.png" style="width: 522px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/135833i97593F2E0038F57D/image-dimensions/522x427?v=v2" width="522" height="427" role="button" title="grafik.png" alt="grafik.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;A check shows that the six equations are satisfied with these values, but the "C-equation" is not!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="grafik.png" style="width: 640px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/135830i25DFB8855E5905B6/image-dimensions/640x348?v=v2" width="640" height="348" role="button" title="grafik.png" alt="grafik.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I second your conclusion - "check the equations!"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 15 Mar 2026 19:37:04 GMT</pubDate>
    <dc:creator>Werner_E</dc:creator>
    <dc:date>2026-03-15T19:37:04Z</dc:date>
    <item>
      <title>Solver Block Struggles - Prime 11</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Solver-Block-Struggles-Prime-11/m-p/1058633#M220724</link>
      <description>&lt;P&gt;Hey there.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I've been trying all sorts of different ways to try and get this solver to work. Different errors depending on the way I approach it. I believe it should solve. None working. all help would be amazing.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Really the two outputs i care about are R_o and h_2.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 15 Mar 2026 00:08:15 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Solver-Block-Struggles-Prime-11/m-p/1058633#M220724</guid>
      <dc:creator>MF_14531202</dc:creator>
      <dc:date>2026-03-15T00:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Solver Block Struggles - Prime 11</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Solver-Block-Struggles-Prime-11/m-p/1058642#M220726</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Have found two subtle errors but do not know enough about the problem to solve them. A third not sure what to do.&lt;/P&gt;
&lt;P&gt;One)&lt;/P&gt;
&lt;P&gt;You have defined C2 = -8 in the guess values but as an undefined function in the Constraints. Needs to be fixed.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture4.jpg" style="width: 89px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/135818i232226A51338E520/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture4.jpg" alt="Capture4.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 135px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/135819iB3A0361075960CF7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Two)&lt;/P&gt;
&lt;P&gt;Is a units problem. Ct, C1 are defined as mm units but c2 is defined with no units.&amp;nbsp; Equation in Constraints Combined section is thus unit inconsistent.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture2.JPG" style="width: 147px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/135820iF595D1E5C890CB94/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture2.JPG" alt="Capture2.JPG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture3.JPG" style="width: 168px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/135821i226485C437803D74/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture3.JPG" alt="Capture3.JPG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture4.jpg" style="width: 89px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/135822i60907B10B88DD72F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture4.jpg" alt="Capture4.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture5.JPG" style="width: 190px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/135823i986C28A59F13C1A4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture5.JPG" alt="Capture5.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Three)&lt;/P&gt;
&lt;P&gt;There are seven unknowns to find usually this is matched by seven equations but there are eight equations in the constraints section not sure if this matters.&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;P&gt;Terry&lt;/P&gt;</description>
      <pubDate>Sun, 15 Mar 2026 06:01:08 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Solver-Block-Struggles-Prime-11/m-p/1058642#M220726</guid>
      <dc:creator>terryhendicott</dc:creator>
      <dc:date>2026-03-15T06:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Solver Block Struggles - Prime 11</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Solver-Block-Struggles-Prime-11/m-p/1058649#M220727</link>
      <description>&lt;P&gt;I guess that the constraints involving the C values are superfluous, since C&lt;SUB&gt;t&lt;/SUB&gt; and C&lt;SUB&gt;2&lt;/SUB&gt; are known, and C&lt;SUB&gt;1&lt;/SUB&gt; is known when h&lt;SUB&gt;2&lt;/SUB&gt; is known. so I get:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 450px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/135824i730883B9CC341856/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The solution is rather big, but you can solve the individual variables with:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 487px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/135825iC963981B942690C2/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;etcetra.&lt;/P&gt;
&lt;P&gt;Note that there are two solutions to the problem (Or I made a mistake).&lt;/P&gt;
&lt;P&gt;Then define the knowns:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 284px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/135826i26F3F50E4077BD99/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And calculate the results:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 643px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/135827iC8C7005374BE30C6/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Observe that the difference between the two solutions is in r&lt;SUB&gt;o&lt;/SUB&gt;, which is imaginary, so this solution is probably not what you are looking for (check your equations).&lt;/P&gt;
&lt;P&gt;You can calculate C&lt;SUB&gt;2&lt;/SUB&gt; hrom h&lt;SUB&gt;2&lt;/SUB&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Success!&lt;/P&gt;
&lt;P&gt;Luc&lt;/P&gt;</description>
      <pubDate>Sun, 15 Mar 2026 10:46:45 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Solver-Block-Struggles-Prime-11/m-p/1058649#M220727</guid>
      <dc:creator>LucMeekes</dc:creator>
      <dc:date>2026-03-15T10:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Solver Block Struggles - Prime 11</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Solver-Block-Struggles-Prime-11/m-p/1058658#M220728</link>
      <description>&lt;P&gt;I agree that the constraints involving the C-values could/should be omitted.&lt;/P&gt;
&lt;P&gt;They can be combined in one equation&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="grafik.png" style="width: 200px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/135834iD4BFC338607FA38A/image-size/small?v=v2&amp;amp;px=200" role="button" title="grafik.png" alt="grafik.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;which means introducing a new seventh equation without providing a new, seventh variable to jiggle around. So Prime would not be able to find a solution for this system of seven equations in just six variables.&lt;/P&gt;
&lt;P&gt;I can confirm your solutions&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="grafik.png" style="width: 633px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/135832i6E9587E23EBAD50F/image-dimensions/633x142?v=v2" width="633" height="142" role="button" title="grafik.png" alt="grafik.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;As you said they only differ in the sign of the imaginary r&lt;SUB&gt;o&lt;/SUB&gt;. Variable&amp;nbsp;r&lt;SUB&gt;o&lt;/SUB&gt; only occurs squared and obviously with the equation given the only solution possible is with&amp;nbsp;r&lt;SUB&gt;o&lt;/SUB&gt;&lt;SUP&gt;2&amp;nbsp;&lt;/SUP&gt;&amp;lt; 0.&lt;/P&gt;
&lt;P&gt;If we omit the "C-equations" in the solve block, we get a different, all real, set of solutions. This is because a solve block will only return a non-real solution if we use a non-real guess value. A check also shows, that the six equations are NOT really satisfied by the solutions returned. This is because the errors (given in standard units meter and kg) are quite small and within the tolerance set by the system variable CTOL. If we change the standard value 10&lt;SUP&gt;-3&lt;/SUP&gt;&lt;SUB&gt;&amp;nbsp;&lt;/SUB&gt;for CTOL to something significant smaller, the solve block fails (no solution found)..&lt;/P&gt;
&lt;P&gt;If we use a non-real guess value for r&lt;SUB&gt;o&lt;/SUB&gt;, we get the same results as with the symbolic solve (one of the two):&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="grafik.png" style="width: 522px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/135833i97593F2E0038F57D/image-dimensions/522x427?v=v2" width="522" height="427" role="button" title="grafik.png" alt="grafik.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;A check shows that the six equations are satisfied with these values, but the "C-equation" is not!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="grafik.png" style="width: 640px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/135830i25DFB8855E5905B6/image-dimensions/640x348?v=v2" width="640" height="348" role="button" title="grafik.png" alt="grafik.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I second your conclusion - "check the equations!"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Mar 2026 19:37:04 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Solver-Block-Struggles-Prime-11/m-p/1058658#M220728</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2026-03-15T19:37:04Z</dc:date>
    </item>
  </channel>
</rss>

