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: [mg92125] Re: [mg92083] the graphic of a function
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Sat, 20 Sep 2008 05:02:23 -0400 (EDT)
  • Reply-to: hanlonr at cox.net

f[x_] := x^2/(x + 1)^2

Plot[f[x], {x, -4, 4}]


Bob Hanlon

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


--

Bob Hanlon



  • Prev by Date: How to show polynomial with leading order at the left of the line?
  • Next by Date: Re: the graphic of a function
  • Previous by thread: Re: the graphic of a function
  • Next by thread: Re: the graphic of a function