MathGroup Archive 2008

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

Search the Archive

Re: tablename[[x]]= xth row, how to get xth column

  • To: mathgroup at smc.vnet.net
  • Subject: [mg88613] Re: tablename[[x]]= xth row, how to get xth column
  • From: Szabolcs Horvát <szhorvat at gmail.com>
  • Date: Fri, 9 May 2008 07:18:15 -0400 (EDT)
  • Organization: University of Bergen
  • References: <g00v0k$gl7$1@smc.vnet.net>

cimon wrote:
> hello
> 
> a very simple question, "sometablename[[X]]"  gives me the Xth row of
> table , like below.
> 
>  f = {{1, 2, 3, 4}, {1, 4, 6, 77}}
>  {{1, 2, 3, 4}, {1, 4, 6, 77}}
> f[[1]]
>  {1, 2, 3, 4}
> 
> 
> I am not able to find the syntax that can give me Xth column of a
> table.  i dont want to transpose it and use. and I tried #,
> 
> thank you
> 
> cimon
> 

tablename[[All,n]] gives the nth column.


  • Prev by Date: Re: substitution within a substitution list
  • Next by Date: Re: 2 domain PDE, NDSolve
  • Previous by thread: Re: tablename[[x]]= xth row, how to get xth column
  • Next by thread: Re: tablename[[x]]= xth row, how to get xth column