|
[Date Index]
[Thread Index]
[Author Index]
Re: Assigning (really dumb question)
- To: mathgroup at smc.vnet.net
- Subject: [mg61013] Re: Assigning (really dumb question)
- From: "Klaus G." <Karl_boehme_9 at msn.com>
- Date: Fri, 7 Oct 2005 03:38:02 -0400 (EDT)
- References: <di2ml8$8h0$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Try:
qa = Flatten[Solve[D[r[q] - c[q], q] == 0, q]]
q1 = r[q] /. qa
etc. pp.
Klaus (Nikolaos) G.
Prev by Date:
Re: graphs
Next by Date:
Re: Assigning (really dumb question)
Previous by thread:
Re: Assigning (really dumb question)
Next by thread:
Re: Assigning (really dumb question)
|