Re: the graphic of a function
- To: mathgroup at smc.vnet.net
- Subject: [mg92165] Re: [mg92083] the graphic of a function
- From: "Thomas Dowling" <thomasgdowling at gmail.com>
- Date: Mon, 22 Sep 2008 05:26:18 -0400 (EDT)
- References: <200809190956.FAA16548@smc.vnet.net>
One other possibility:
x^2/(x+1)^2//Plot[#, {x, 0, 4}]&
And for Sine:
Sin@x//Plot[#, {x, 0, 2 Pi}]&
Tom Dowling
On Fri, Sep 19, 2008 at 10:56 AM, Serg <edy13ro20000 at yahoo.com> wrote:
> i think i've asked this before. anyway, i am new in mathematica and i want
> how can I create the graphic of an exact function the same as I do for
> Sin[].
>
> for example f(x)=x^2/(x+1)^2
> can anyone help?
>
>
- Follow-Ups:
- Re: Re: the graphic of a function
- From: Murray Eisenberg <murray@math.umass.edu>
- Re: Re: the graphic of a function
- References:
- the graphic of a function
- From: Serg <edy13ro20000@yahoo.com>
- the graphic of a function