MathGroup Archive 2005

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

Search the Archive

Re: Packages

  • To: mathgroup at smc.vnet.net
  • Subject: [mg55644] Re: Packages
  • From: dh <dh at metrohm.ch>
  • Date: Fri, 1 Apr 2005 05:36:15 -0500 (EST)
  • References: <d2g6bq$f7c$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi Poldoj,
To autoload, you can include this statement: 
<<DiscreteMath`Combinatorica` in the "Autolad/Kernel/init.m" file.

A subtler way of loading when needed offers "Needs" or even 
"DeclarePackage". Read the documentation.

Sincerely, Daniel

poldoj wrote:
> Hi all, there's a way to load automatically certain packages when 
> mathematica 5 starts? For example I would like to load this packages at 
> startup:
> 
> (<<DiscreteMath`Combinatorica`)
> 
> Thanks!
> 


  • Prev by Date: Re: symbolic quaternionic analysis
  • Next by Date: NDSolve errors with DAE
  • Previous by thread: Re: Packages
  • Next by thread: Re: Packages