MathGroup Archive 2002

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

Search the Archive

Re: A Learning TableForm Problem

  • To: mathgroup at smc.vnet.net
  • Subject: [mg32872] Re: A Learning TableForm Problem
  • From: Steve Luttrell <luttrell at signal.qinetiq.com>
  • Date: Sat, 16 Feb 2002 04:35:34 -0500 (EST)
  • Organization: QinetiQ
  • References: <a4ielo$9ng$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

"Carlos" <k9zm at frontiernet.net> wrote in news:a4ielo$9ng$1 at smc.vnet.net:

>...
> f[x_]:=x^3-4x^2-2x+8
> TableForm[Table[{i,f[i]},{i,1,2,0.1}],
> TableHeadings>{None,{"x","f(x)"}}]
> 
> The > is as close as I can get to a right arrow sign
> 
> The example I have shows a table  with 2 columns and appropriate numbers,
> but I cannot get this to display on Mathematica for me.  Any ideas?


Have you got a ";" after the TableForm? If so, this would suppress the 
output, so try again without the ";".


Steve Luttrell


  • Prev by Date: Mathematica for Mac OS X vs. 9?
  • Next by Date: Odd results in integration
  • Previous by thread: RE: A Learning TableForm Problem
  • Next by thread: Re: A Learning TableForm Problem