<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Where is the problem in this restricted optimization?</title>
    <link>http://www.mapleprimes.com/questions/43032-Where-Is-The-Problem-In-This-Restricted</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Thu, 11 Jun 2026 22:54:23 GMT</lastBuildDate>
    <pubDate>Thu, 11 Jun 2026 22:54:23 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Where is the problem in this restricted optimization?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Where is the problem in this restricted optimization?</title>
      <link>http://www.mapleprimes.com/questions/43032-Where-Is-The-Problem-In-This-Restricted</link>
    </image>
    <item>
      <title>Vector Calculus</title>
      <link>http://www.mapleprimes.com/questions/43032-Where-Is-The-Problem-In-This-Restricted?ref=Feed:MaplePrimes:Where is the problem in this restricted optimization?:Comments#answer80039</link>
      <itunes:summary>Hello Jean Jacques, May I suggest that you try your problem using the Student[MultivariateCalculus] package? Study the examples though! Hope that helps. J. Tarr. </itunes:summary>
      <description>Hello Jean Jacques, May I suggest that you try your problem using the Student[MultivariateCalculus] package? Study the examples though! Hope that helps. J. Tarr. </description>
      <guid>80039</guid>
      <pubDate>Fri, 24 Mar 2006 00:31:22 Z</pubDate>
      <itunes:author>Mariner</itunes:author>
      <author>Mariner</author>
    </item>
    <item>
      <title>Lagrange multiplier</title>
      <link>http://www.mapleprimes.com/questions/43032-Where-Is-The-Problem-In-This-Restricted?ref=Feed:MaplePrimes:Where is the problem in this restricted optimization?:Comments#answer80018</link>
      <itunes:summary>I think you don't want to differentiate with respect to the Lagrange multiplier. Also, you want things in terms of x, so solve for lambda, y, z rather than x, y, z. Then you get your hand calculated answer:

&gt; L:= x*y*z + lambda* (U - (10-x)*(10-y)*(10-z)):
&gt; solve( {diff(L, x)=0, diff(L,y)=0, diff(L,z)=0},{lambda,y,z} );
gives
{lambda = 0, y = 0, z = 0}, {y = x, lambda = -x^2/(100-20*x+x^2), z = x}

Cheers,
David.</itunes:summary>
      <description>I think you don't want to differentiate with respect to the Lagrange multiplier. Also, you want things in terms of x, so solve for lambda, y, z rather than x, y, z. Then you get your hand calculated answer:

&gt; L:= x*y*z + lambda* (U - (10-x)*(10-y)*(10-z)):
&gt; solve( {diff(L, x)=0, diff(L,y)=0, diff(L,z)=0},{lambda,y,z} );
gives
{lambda = 0, y = 0, z = 0}, {y = x, lambda = -x^2/(100-20*x+x^2), z = x}

Cheers,
David.</description>
      <guid>80018</guid>
      <pubDate>Wed, 29 Mar 2006 10:19:52 Z</pubDate>
      <itunes:author>dharr</itunes:author>
      <author>dharr</author>
    </item>
  </channel>
</rss>