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