MathGroup Archive 2007

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

Search the Archive

Re: About TableForm

  • To: mathgroup at smc.vnet.net
  • Subject: [mg74418] Re: About TableForm
  • From: "Evanescence" <origine26 at yahoo.com.tw>
  • Date: Tue, 20 Mar 2007 05:56:24 -0500 (EST)
  • References: <etlq33$r84$1@smc.vnet.net>

On 3=A4=EB19=A4=E9, =A4U=A4=C86=AE=C953=A4=C0, "Evanescence" <origin...@yah=
oo.com.tw> wrote:
> Hello Dear all:
> My questions are as follows:
> First I definition a function is f[x_,y_]:=2x+3y
> Then I use the Table so: Table[f[x,y],{x,0,3,1},{y,0,4,2}]
> Then we can get the answers :{{0,6,12},{2,8,14},{4,10,16},{6,12,18}}
> But I want to get the form as follows:
>
>    x   y   f[x,y]
>    0   0     0
>    0   2     6
>    0   4    12
>    1   0     2
>    1   2     8
>    1   4    14
>    2   0     4
>    2   2    10
>    2   4    16
>    3   0     6
>    3   2    12
>    3   4    18
>
> Please tell me how can I do it
> Thank you very much
> Evanescence 2007 03 19

Thank you very much everybody.
I know how to do it at last.
Very appreciation
Evanescence 2007 03 20



  • Prev by Date: Re: simple sequence problem
  • Next by Date: Re: Keyboard shortcut to select the entire cell
  • Previous by thread: Re: About TableForm
  • Next by thread: Slots & Ampersands