Automatically loading package II
- To: mathgroup@smc.vnet.net
- Subject: [mg10998] Automatically loading package II
- From: <cxs5206@UTARLG.uta.edu>
- Date: Mon, 16 Feb 1998 03:40:03 -0500
- Organization: University of Texas at Arlington
This is a follow-up. Somebody tried to help me in the previous post. I really appreciate. I got the right init.m. But still couldn't make the autoload right. In init.m, I add the following whoops = "A message from init.m" DeclarePackage["Calculus`LaplaceTransform`",{"LaplaceTransform"}] I also tried DeclarePackage["Calculus`LaplaceTransform`",{"Laplace", "transform"}] Then I run whoops [shift enter] I got a message "A message from init.m" Then I tried: LaplaceTransform[t^3 Exp[a t], t, s] [shift enter] There is no answer. Can anyone help me correct it? Any help is appreciate.