|
[Date Index]
[Thread Index]
[Author Index]
Re: right hand side
- To: mathgroup at smc.vnet.net
- Subject: [mg93565] Re: right hand side
- From: Peter Breitfeld <phbrf at t-online.de>
- Date: Fri, 14 Nov 2008 06:38:25 -0500 (EST)
- References: <gfimf2$fti$1@smc.vnet.net>
magdamoczydlowska at gmail.com schrieb:
> Hello Everyone!
>
> I suppose that my question can be very easy. I will translate it on
> simple equation,
> aa = 2*x + 5*y == 1, I need to plot this equation so i take Reduce
> [aa,y], the result is following y == 1/5 - (2 x)/5. Now I would like
> to take right side of equation to plot 1/5-(2x)/5. However I do not
> know how to do it.
>
> Thank you for help,
> Magdalena
>
aa = 2 x + 5 y == 1;
rightside = Reduce[aa, y][[2]]
Gruss Peter
--
==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==
Peter Breitfeld, Bad Saulgau, Germany -- http://www.pBreitfeld.de
Prev by Date:
Re: right hand side
Next by Date:
RE: Stacked Definitions
Previous by thread:
Re: right hand side
Next by thread:
RE: right hand side
|