|
[Date Index]
[Thread Index]
[Author Index]
RE: Removal of functions including subscripts in its name
- To: mathgroup at smc.vnet.net
- Subject: [mg27239] RE: [mg27218] Removal of functions including subscripts in its name
- From: "David Park" <djmp at earthlink.net>
- Date: Tue, 13 Feb 2001 03:35:45 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Andy,
Subscript[y, 1][x_] = 3*x^2;
Subscript[y, 1][z]
3*z^2
To clear:
Subscript[y, 1][x_] =.
Subscript[y, 1][z]
Subscript[y, 1][z]
David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/
> From: Andy Bormann [mailto:a.bormann at vt.tu-berlin.de]
To: mathgroup at smc.vnet.net
> Hi,
>
> I defined a function with a subscript like
> Subscript[y,1][x_]= 3 x^2
> Later in the notebook I want to remove/clear the definition, but
> mathematica says its not a symbol or a string.
> Can anybody help me in clearing such functions that contain subscripts?
>
> Thanks,
> Andy
>
Prev by Date:
Banach-Tarski.nb in Mathematica Journal?
Next by Date:
Re: Removal of functions including subscripts in its name
Previous by thread:
Removal of functions including subscripts in its name
Next by thread:
Re: Removal of functions including subscripts in its name
|