<?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: Maximize EQUATION in Mathcad</title>
    <link>https://www.ptcusercommunity.com/t5/Mathcad/Maximize-EQUATION/m-p/829497#M203126</link>
    <description>&lt;P&gt;The answer depends on p and q values.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 963px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/66785i43BBA72B93BD30DB/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: 742px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/66786i8C56154BE2507196/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, 10 Oct 2022 22:42:03 GMT</pubDate>
    <dc:creator>ttokoro</dc:creator>
    <dc:date>2022-10-10T22:42:03Z</dc:date>
    <item>
      <title>Maximize EQUATION</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Maximize-EQUATION/m-p/829479#M203123</link>
      <description>&lt;P&gt;How to I maximize result for the equation&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2022 20:33:16 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Maximize-EQUATION/m-p/829479#M203123</guid>
      <dc:creator>SP_9781969</dc:creator>
      <dc:date>2022-10-10T20:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Maximize EQUATION</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Maximize-EQUATION/m-p/829490#M203124</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Like this&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture4.jpg" style="width: 450px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/66781i1511A4B587EFEA86/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture4.jpg" alt="Capture4.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;P&gt;Terry&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2022 22:30:28 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Maximize-EQUATION/m-p/829490#M203124</guid>
      <dc:creator>terryhendicott</dc:creator>
      <dc:date>2022-10-10T22:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Maximize EQUATION</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Maximize-EQUATION/m-p/829494#M203125</link>
      <description>&lt;P&gt;You have to provide guess values for the three variables you'd like to vary and when you call "maximize" you have to use the function name as first argument.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Werner_E_1-1665441416595.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/66783i80BA87BF88E0CD12/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Werner_E_1-1665441416595.png" alt="Werner_E_1-1665441416595.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The results vary significantly if you change the guesses!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Werner_E_2-1665441483739.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/66784i936FBBB9A2360F64/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Werner_E_2-1665441483739.png" alt="Werner_E_2-1665441483739.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In your file your wrote &lt;EM&gt;"Define p, q as constraints".&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;If you want r dependent on specific values of p and q, you could do this as follows:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Werner_E_0-1665442286759.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/66787i2B33FBF1C7E86760/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Werner_E_0-1665442286759.png" alt="Werner_E_0-1665442286759.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;But if this is what you are looking for you could as well use the derivative and the numeric "root" function &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Werner_E_0-1665442811584.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/66788iD3B78FF7461DA664/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Werner_E_0-1665442811584.png" alt="Werner_E_0-1665442811584.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2022 23:00:41 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Maximize-EQUATION/m-p/829494#M203125</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2022-10-10T23:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Maximize EQUATION</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Maximize-EQUATION/m-p/829497#M203126</link>
      <description>&lt;P&gt;The answer depends on p and q values.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 963px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/66785i43BBA72B93BD30DB/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: 742px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/66786i8C56154BE2507196/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, 10 Oct 2022 22:42:03 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Maximize-EQUATION/m-p/829497#M203126</guid>
      <dc:creator>ttokoro</dc:creator>
      <dc:date>2022-10-10T22:42:03Z</dc:date>
    </item>
  </channel>
</rss>

