Re: Graph with 3 variables
- To: mathgroup at smc.vnet.net
- Subject: [mg99740] Re: Graph with 3 variables
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Tue, 12 May 2009 05:44:34 -0400 (EDT)
- Organization: Uni Leipzig
- References: <gub7bj$4ds$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi,
RegionPlot3D[(x/y)*3 >= z, {x, -1, 1}, {y, -1, 1}, {z, -1, 1}]
?
Regards
Jens
shobhit.ireland wrote:
> Hi,
> I want to plot a graph with 3 variables (x,y,z) and it is an inequality:
> (x/y)* Constant >= z
>
> How can I plot for this in mathematica.
>
> Thnaks in advance.
>
> Shobhit.
>