Re: Graphing Level Sets
- To: mathgroup at smc.vnet.net
- Subject: [mg27474] Re: [mg27447] Graphing Level Sets
- From: Matt.Johnson at autolivasp.com
- Date: Tue, 27 Feb 2001 00:37:26 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Eric- Needs["Graphics`ImplicitPlot`"]; f[x_, y_] := x^2*y^2; Map[ImplicitPlot[f[x, y] == #, {x, -10, 10}, {y, -10, 10}] &, Range[5]]; -matt Eric <hearts121 at deleteme.hotmail.com> on 02/25/2001 06:55:52 PM cc: Subject: [mg27474] [mg27447] Graphing Level Sets Hello everyone, I'm new to Mathmatica and I'm trying to graph the level sets of a function in 3 variables. For example: Given function: f(x,y)=(x^2)(y^2) I want to graph the functions: 1 = (x^2)(y^2) 2 = (x^2)(y^2) 3 = (x^2)(y^2) 4 = (x^2)(y^2) 5 = (x^2)(y^2) ************************************************************************************************************************************** All Autoliv e-mails remain Company property and shall be used for business-related purposes only. Do not forward any material contained within this e-mail without prior, written permission from the author's manager. Autoliv disclaims all responsibility and accepts no liability (including negligence) for the consequences for any person acting, or refraining from acting on this information prior to the receipt by those persons of subsequent written confirmation. **************************************************************************************************************************************