MathGroup Archive 2005

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

Search the Archive

Re: Packages

  • To: mathgroup at smc.vnet.net
  • Subject: [mg55638] Re: Packages
  • From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
  • Date: Fri, 1 Apr 2005 05:36:09 -0500 (EST)
  • Organization: Uni Leipzig
  • References: <d2g6bq$f7c$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

search the init.m file, this is
ToFileName[{$TopDirectory, "Configuration", 
"Kernel"}, "init.m"]

or make a init.m file in your 
$PreferencesDirectory

ToFileName[{$PreferencesDirectory, 
"Configuration", "Kernel"}, "init.m"]

and write all Mathematica code you need into the 
init.m file (With a ASCII editor)

Regards

  Jens


"poldoj" <poldoj2002 at gmail.com> schrieb im 
Newsbeitrag news:d2g6bq$f7c$1 at smc.vnet.net...
> 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: Why are the functions different?
  • Next by Date: Re: Simplifying Jacobian elliptic functions
  • Previous by thread: Re: Packages
  • Next by thread: How can I simplify a series with some multiplicative factor?