MathGroup Archive 2006

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

Search the Archive

RE: Tricky visualization of maximization problem

  • To: mathgroup at smc.vnet.net
  • Subject: [mg71077] RE: [mg71034] [mg71004] Tricky visualization of maximization problem
  • From: "David Park" <djmp at earthlink.net>
  • Date: Wed, 8 Nov 2006 06:04:11 -0500 (EST)

Didn't you receive many answers to this question yesterday?

David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/ 

From: Uwe Ziegenhagen [mailto:newsgroup at ziegenhagen.info]
To: mathgroup at smc.vnet.net

Hi,

I want to maximize

x1^2 + 4*x1*x2 + 3*x2^2  (eq.1)

under the constraint

x1^2 + x2^2 == 1 (eq. 2)

So far no problem, Maximize gives me 2 + sqrt(5)

But how can I display this visually?

For eq. 1 I can use Plot3D[], for eq. 2 ImplicitPlot[] but how to have
them in one picture?


Thanks in advance,


Uwe



  • Prev by Date: Re: Lists and polynomials
  • Next by Date: Re: General--Another Trigonometric Problem....NEED HELP
  • Previous by thread: Tricky visualization of maximization problem
  • Next by thread: RE: Tricky visualization of maximization problem