MathGroup Archive 2008

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

Search the Archive

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?
>
>


  • Prev by Date: How to collect terms based the total power of x and y in (x + y +
  • Next by Date: How to consider two fitting methods when using Findfit in Mathematica
  • Previous by thread: Re: the graphic of a function
  • Next by thread: Re: Re: the graphic of a function