|
[Date Index]
[Thread Index]
[Author Index]
Re: Removing packages
- To: mathgroup at smc.vnet.net
- Subject: [mg13816] Re: Removing packages
- From: Harald Giese <giese at dkrz.de>
- Date: Fri, 28 Aug 1998 04:18:35 -0400
- Organization: Institut fuer Meereskunde, Universitaet Hamburg
- References: <6rdqnd$ro@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Mitchell Kaplan wrote:
>
> Can anyone help me with removing packages.
> ...
E.g. after loading Package
In[1]:=
<<DiscreteMath`CombinatorialFunctions`
you can remove all related symbols with In[2]:=
Remove["DiscreteMath`CombinatorialFunctions`*"] and
In[3]:=
Remove["DiscreteMath`CombinatorialFunctions`*`*"]
(the latter is necessary in case there are symbols being declared
"Private" within the Package.)
Regards,
Harald
--
Harald Giese
Email: giese at dkrz.de
Phone: +49 (0)40 4123 5796; Fax: +49 (0)40 5605724 Institut fuer
Meereskunde der Universitaet Hamburg (Institute of Oceanography of the
University of Hamburg) Troplowitzstrasse 7, D-22529 Hamburg
Prev by Date:
Re: questions about make boxes
Next by Date:
Re: A couple of curious outputs from Integrate[]
Previous by thread:
Removing packages
Next by thread:
questions about make boxes
|