|
[Date Index]
[Thread Index]
[Author Index]
Re: Removal of functions including subscripts in its name
- To: mathgroup at smc.vnet.net
- Subject: [mg27235] Re: Removal of functions including subscripts in its name
- From: Brian Higgins <bghiggins at ucdavis.edu>
- Date: Tue, 13 Feb 2001 03:35:42 -0500 (EST)
- References: <968729$3qn@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Andy, Use the Unset command.
Unset[[Subscript[y,1][x_]]
or the short hand version
Subscript[y,1][x_]=.
To see all your definitions using subscripts, use
?Subscripts
Note they are all defined in the System context
Brian
In article <968729$3qn at smc.vnet.net>,
Andy Bormann <a.bormann at vt.tu-berlin.de> wrote:
> 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
>
>
Sent via Deja.com
http://www.deja.com/
Prev by Date:
RE: Removal of functions including subscripts in its name
Next by Date:
Re: Bigger array taking less memory than smaller array
Previous by thread:
RE: Removal of functions including subscripts in its name
Next by thread:
Re: Removal of functions including subscripts in its name
|