MathGroup Archive 2006

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

Search the Archive

Tricky visualization of maximization problem

  • To: mathgroup at smc.vnet.net
  • Subject: [mg71004] Tricky visualization of maximization problem
  • From: Uwe Ziegenhagen <newsgroup at ziegenhagen.info>
  • Date: Sat, 4 Nov 2006 04:08:17 -0500 (EST)
  • Organization: Humboldt Universitaet zu Berlin

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: capturing formatting
  • Next by Date: Re: Plotting iso-distance curves from matrices
  • Previous by thread: Re: capturing formatting
  • Next by thread: Re: Tricky visualization of maximization problem