MathGroup Archive 1995

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

Search the Archive

Re: Calling functions before loading the package

  • To: mathgroup at christensen.cybernetics.net
  • Subject: [mg741] Re: [mg684] Calling functions before loading the package
  • From: robert_nachbar at merck.com (Robert Nachbar)
  • Date: Wed, 12 Apr 1995 09:10:57 -0400

Gottfried Mayer-Kress <gmk at pegasos.ccsr.uiuc.edu> writes:

> I want to use a function like "Mean" from the statistics package but I forget
> to load the package first. Now the dummy expression "Mean" obscures all
> operations. The only solution I am aware of is to kill the kernel and start
all
> over again. There must be a more elegant solution...

just use Remove[Global`Mean]. as you can guess, i've made this mistake many
times!

bob


-- 
Dr. Robert B. Nachbar | Merck Research Laboratories | 908/594-7795
nachbar at merck.com     | RY50S-100                   | 908/594-4224 FAX
                      | PO Box 2000                 |
                      | Rahway, NJ 07065            |




  • Prev by Date: Default methods within Mathematica
  • Next by Date: Re: FFT
  • Previous by thread: Re: Calling functions before loading the package
  • Next by thread: Re: Calling functions before loading the package