Re: auto notebook running
- To: mathgroup at christensen.cybernetics.net
- Subject: [mg563] Re: [mg504] auto notebook running
- From: Xah Y Lee <xyl10060 at fhda.edu>
- Date: Fri, 17 Mar 1995 02:12:56 -0800 (PST)
On Sat, 4 Mar 1995 QUARK at FRCU.EUN.EG wrote: >Does anybody know how to make Mma automatically load and run a > notebook upon its startup. The standard way to do this is to add a line to the init.m file. You should find that file under Package folder (directory). For example, suppose you want mma to load the package for implicit plot automatically upon startup, add this like Needs["Graphics`ImplicitPlot`"] to your init.m file. Don't forget to make it an initialization cell. Read p.747 of your mma book. > Also does anyone know where to find a package that solves partial > differential equations. I don't know exactly where, but there are certainly packages for it. You might want to check out the book: Partial Differential Equations with Mathematica by Dimitri Vvedensky. Addison-Wesley, 1993. Or, look for them in MathSource. (mathsource at wri.com) Xah Lee 74631.731 at compuserve.com Quote of the day: Humans are such vulnerable creatures. They can be hurt badly by nothing but a few words. --Shakespeare Not.