MathGroup Archive 2011

[Date Index] [Thread Index] [Author Index]

Search the Archive

Solve vs. nonlinearity

  • To: mathgroup at smc.vnet.net
  • Subject: [mg118246] Solve vs. nonlinearity
  • From: Alan <alan.isaac at gmail.com>
  • Date: Sun, 17 Apr 2011 19:15:04 -0400 (EDT)

Is there a simple way to approach getting Mathematica to
produce a solution in the following problem?
(Without assigning to r.)

myL = w1*n + w2*k + g*(q0^r - (a*n^r + (1-a) k^r));
grad = D[myL, {{n, k, g}}]
Solve[grad == 0, {n, k, g}]

Thanks,
Alan Isaac


  • Prev by Date: Re: Defining /@-like operator
  • Next by Date: Re: Venn diagrams?
  • Previous by thread: Washington DC Area Mathematica Special Interest Group
  • Next by thread: Re: Solve vs. nonlinearity