MathGroup Archive 2003

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

Search the Archive

Re: Problem

  • To: mathgroup at smc.vnet.net
  • Subject: [mg43000] Re: [mg42967] Problem
  • From: Janak Wedagedera <janak at maths.warwick.ac.uk>
  • Date: Fri, 8 Aug 2003 00:26:17 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

It is not clear whether you want to plot 

1. y as a function of x with c as a parameter
or 

2. just a plot of the surface defined by c.

Case 1: Solve[y^2 - y + x - x^2 -c ==0,y]

and then use the solution for y to make the plot

Case 2: 
        c = (x - x^2) + (y - y^2);

        Plot3D[c, {x, 0, 1}, {y, 0, 1}]

- Janak.

On Thu, 7 Aug 2003, Andrew Thomas wrote:

> Dear All, 
> 
> This is a simple one but I cannot find out how to plot the following.
> 
> c=(x-x^2)+(y-y^2) where c is a constant.
> 
> The problem is that everytime I go to plot the plot is always defined
> as y=f(x,...) and so I cannot enter y^2 into the equation.
> 
> Could someone please advise.
> 
> Thank you and best wishes,
> 
> Andrew
> 
> 
> **********************************************************************
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you are not an intended recipient, please notify 
> system.administrator at oft.gov.uk immediately.
> 
> The Office of Fair Trading
> Fleetbank House, 2-6 Salisbury Square, London EC4Y 8JX
> Switchboard (020) 7211 8000
> Web Site: http://www.oft.gov.uk
> 
> This footnote also confirms that this email message has been swept
> for the presence of computer viruses.
> ********************************************************************************
> 
> 

-- 
------------------------------------
Janak R Wedagedera
Mathematics Institute
University of Warwick
Coventry
CV4 7AL
U.K.

e-mail: janak at maths.warwick.ac.uk
	janak at maths.ruh.ac.lk

phone: 44 02476 523698 (office)
------------------------------------


  • Prev by Date: Re: Margins in DensityGraphics[] et al.
  • Next by Date: Re: Problem
  • Previous by thread: RE: Problem
  • Next by thread: Re: Problem