MathGroup Archive 2008

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

Search the Archive

Re: Stacked Definitions

  • To: mathgroup at smc.vnet.net
  • Subject: [mg93555] Re: Stacked Definitions
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Fri, 14 Nov 2008 06:34:52 -0500 (EST)
  • Organization: Uni Leipzig
  • References: <gfimim$g0o$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de

Hi,

temp[42][3] = 7;

SubValues[temp]

??

Regards
   Jens

Nikolaus Rath wrote:
> Hello,
> 
> If I make a definition of the form
> 
> temp[42][3] = 7
> 
> where is this rule stored? I would have expected it to be in
> DownValues[temp] or DownValues[temp[42]], but the first list is empty
> and the second gives a syntax error.
> 
> 
> Best,
> 
>    -Nikolaus
> 
> --
>  =C2=BBIt is not worth an intelligent man's time to be in the majority.
>   By definition, there are already enough people to do that.=C2=AB
>                                                          -J.H. Hardy
> 
>   PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6  02CF A9AD B7F8 AE4E 425C
> 


  • Prev by Date: RE: Stacked Definitions
  • Next by Date: Re: Stacked Definitions
  • Previous by thread: RE: Stacked Definitions
  • Next by thread: Re: Stacked Definitions