Re: Draw contours for a function?
- From: hagman <google@xxxxxxxxxxxxx>
- Date: Sun, 28 Oct 2007 02:47:50 -0700
On 28 Okt., 10:03, saneman <y...@xxxxxx> wrote:
I have this function:
f(x,y) = (x+y)^2
I would like to draw the contours by hand for c=0, c=0.5 and c=1.
for c=0 there is no contour since (x+y)^2 = 0 => x and y = 0.
Well, at least the contour is fairly small.
for c=0.5 I get:
(x+y)^2 = 0.5 => x+y = sqrt(0.5)
Wrong. There is a second possibility.
But how do I find all the values for x and y that matches that criteria?
x+y=const implies that you can write y as a simple function of x.
hagman
.
- References:
- Draw contours for a function?
- From: saneman
- Draw contours for a function?
- Prev by Date: Re: smallest positive integer that has exactly k divisors
- Next by Date: Re: JSH: Problem space, counting down on DMESE
- Previous by thread: Draw contours for a function?
- Next by thread: Re: Draw contours for a function?
- Index(es):
Relevant Pages
|