MathGroup Archive 2000

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

Search the Archive

Clear or remove definitions including Subscripts

  • To: mathgroup at smc.vnet.net
  • Subject: [mg23116] Clear or remove definitions including Subscripts
  • From: "SANCHEZ DE LEON, Guillermo" <gsl at fab.enusa.es>
  • Date: Wed, 19 Apr 2000 02:30:48 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Dear friends,

If I write:

In[1]:= Subscript[a, 11];
In[2]:= Subscript[a, 12];

Q1: How I can Clear or Remove the previous definitions?. 
Q2: Is it posible to clear at the same time all definitions with pattern:
Subscript[a, i] (* i=1,2,..*)

I wish to avoid using Notation Package 

I have tested:

In[3]: Clear[Subscript[a, 11]]
Message: Clear:: "ssym": a_11 is not a symbol or a string

In[4]: Clear["\!\(a\_11\)"]

But they don`t work





  • Prev by Date: Mathematica TeX files
  • Next by Date: Mathematica and 3D surface.
  • Previous by thread: Re: Mathematica TeX files
  • Next by thread: Re: Clear or remove definitions including Subscripts