Re: HELP: personal package
- To: mathgroup at smc.vnet.net
- Subject: [mg24339] Re: HELP: personal package
- From: "Atul Sharma" <atulksharma at yahoo.com>
- Date: Sun, 9 Jul 2000 04:52:46 -0400 (EDT)
- References: <8jrcme$e04@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
An easy fix is just to add your << Utilities'Bernouilli to the init.m file in Configuration\Kernel folder, which loads at Kernel start-up. Atul P Daubresse wrote in message <8jrcme$e04 at smc.vnet.net>... >Hello, > >I have a stupid problem. Here it is: >I defined the Bernouilli function into a package I made. I put this >package into the AddOn folder, in the folder "ExtraPackages:Utilities". >It works perfectly well when I use the command "<<" to call the context >"Utilities'Bernouilli'. So, I wanted to have Mathematica loading the >definition of this function every time it starts up. In the Mathematica >book, they say to use the command "DeclarePackage[]". The problem is >that it doesn't work: when I start up Mathematica after having executed >this command, Mathematica doesn't recognize the function "Bernouilli" I >defined. Is there a solution? > >Thanks in advance. > >Pierre Daubresse > >