<?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 problems whit solve block in Mathcad</title>
    <link>https://www.ptcusercommunity.com/t5/Mathcad/problems-whit-solve-block/m-p/1024542#M217902</link>
    <description>&lt;P&gt;hi, &lt;SPAN&gt;I'm having trouble with solver block in mathcad, i find the varaibles&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pannus0_1-1752469553711.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/125574iF149EF9DD8C26B34/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pannus0_1-1752469553711.png" alt="pannus0_1-1752469553711.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Jul 2025 05:19:02 GMT</pubDate>
    <dc:creator>pannus0</dc:creator>
    <dc:date>2025-07-14T05:19:02Z</dc:date>
    <item>
      <title>problems whit solve block</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/problems-whit-solve-block/m-p/1024542#M217902</link>
      <description>&lt;P&gt;hi, &lt;SPAN&gt;I'm having trouble with solver block in mathcad, i find the varaibles&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pannus0_1-1752469553711.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/125574iF149EF9DD8C26B34/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pannus0_1-1752469553711.png" alt="pannus0_1-1752469553711.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 05:19:02 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/problems-whit-solve-block/m-p/1024542#M217902</guid>
      <dc:creator>pannus0</dc:creator>
      <dc:date>2025-07-14T05:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: problems whit solve block</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/problems-whit-solve-block/m-p/1024557#M217903</link>
      <description>&lt;P&gt;You are trying to solve for ΦcVc, but your equations don't contain any such variable!&amp;nbsp; Try solving for Φc then calculate&amp;nbsp;Φc*Vc,&lt;/P&gt;
&lt;P&gt;You don't need Vc1 and Vc2 in the constraints section as you have already fixed them in the guess values section, and they don't depend on any of the variables you are solving for.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alan&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 07:41:27 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/problems-whit-solve-block/m-p/1024557#M217903</guid>
      <dc:creator>AlanStevens</dc:creator>
      <dc:date>2025-07-14T07:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: problems whit solve block</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/problems-whit-solve-block/m-p/1024577#M217906</link>
      <description>&lt;P&gt;What a mess!&lt;/P&gt;
&lt;P&gt;I would suggest that you clean up first and use the solve block as it was intended.&lt;/P&gt;
&lt;P&gt;Move all assignments of variables which do not depend on the variables you solve for in front of the solve block.&lt;/P&gt;
&lt;P&gt;The top section of the solve block should only contain the guess values for the variables you want to solve for.&lt;/P&gt;
&lt;P&gt;You use Vc3 but you neither define it nor is it a variable you want to solve for. This does not work, hence the error.&lt;/P&gt;
&lt;P&gt;Either use Vc3 additionally as one of the variables you are solving for or turn it into a function of d and bo&amp;nbsp; and use this function in the solve block.&lt;/P&gt;
&lt;P&gt;You may also decide to get rid of variable bo and turn it into a function of d. So you have on variable less to search for.&lt;/P&gt;
&lt;P&gt;As Fred already has written you can't solve for the product of two variables. Decide which variable you will be looking for!&lt;/P&gt;
&lt;P&gt;I also spotted a unit mismatch in one of your equations:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Werner_E_0-1752484307640.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/125581iD408F709FA2D2C9E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Werner_E_0-1752484307640.png" alt="Werner_E_0-1752484307640.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I guess that Vu should be pressure (the guess value is missing), but the right hand side is force!&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 09:38:52 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/problems-whit-solve-block/m-p/1024577#M217906</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2025-07-14T09:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: problems whit solve block</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/problems-whit-solve-block/m-p/1024589#M217907</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 732px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/125583i5C98E31FFB1C58A5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 10:29:58 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/problems-whit-solve-block/m-p/1024589#M217907</guid>
      <dc:creator>terryhendicott</dc:creator>
      <dc:date>2025-07-14T10:29:58Z</dc:date>
    </item>
  </channel>
</rss>

