|
[Date Index]
[Thread Index]
[Author Index]
RE: Stacked Definitions
- To: mathgroup at smc.vnet.net
- Subject: [mg93560] RE: [mg93541] Stacked Definitions
- From: "David Park" <djmpark at comcast.net>
- Date: Fri, 14 Nov 2008 06:35:47 -0500 (EST)
- References: <3956693.1226628887533.JavaMail.root@m02>
temp[42][3] = 7
SubValues[temp]
David Park
djmpark at comcast.net
http://home.comcast.net/~djmpark
From: Nikolaus Rath [mailto:Nikolaus at rath.org]
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: right hand side
Next by Date:
Re: Stacked Definitions
Previous by thread:
Re: Stacked Definitions
Next by thread:
Re: Stacked Definitions
|