MathGroup Archive 2006

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

Search the Archive

Re: subscript question

  • To: mathgroup at smc.vnet.net
  • Subject: [mg71851] Re: subscript question
  • From: dh <dh at metrohm.ch>
  • Date: Fri, 1 Dec 2006 06:21:53 -0500 (EST)
  • References: <ekmeng$8kg$1@smc.vnet.net>


Hi Dimitris,

in version 5.1 this works fine. Are you fooling yourself? Try using e.g. 

CleanSlate[] or restart the kernel.

Daniel



dimitris wrote:

> mat = Table[Subscript[x, i, j], {i, 1, 3}, {j, 1, 3}];

> 

> Something like

> 

> Apply[Plus, mat, 1]

> 

> works fine.

> 

> However

> 

> Tr[mat]

> 

> returns back the command.

> 

> Why?

> 

> Thanks

> 

> Dimitris

> 



  • Prev by Date: Re: Descending order
  • Next by Date: Re: Algorithm used by "Reduce" function
  • Previous by thread: Re: Descending order
  • Next by thread: Re: subscript question