Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
Create Maple Initialization File
By creating an initialization file, you can set up Maple to automatically execute a series of commands on startup and after every restart. This is useful for setting Maple global variables such as Digits and Order. Alternatively, you can enter Maple commands into the StartupCode region of a file. You can also designate regions in the worksheet for automatic execution. For more information on automatic execution, see Setting the Autoexecute Format.
The initialization file is an ASCII text file that contains the commands in Maple syntax. It is recommended that you use a colon to end the commands so that the output is not printed in the worksheet on startup. In multiple user environments, one initialization file can be defined for all users, and all users can also have their own initialization file. The specific name and location of this file varies depending on the operating system.
Windows
Under Windows, the initialization file is called maple.ini.
If <Maple>\lib\maple.ini exists, it is loaded first (where <Maple> is your Maple installation directory). With a network installation of Maple, the commands in this initialization file will be executed by all users on the network.
To execute a user's personal set of commands, only the first initialization file in one of the following paths will be loaded.
1) The binary directory of your current working directory (for example, "c:\Program_Files\Maple\bin.win\maple.ini")
2) The <Maple>\Users directory (for example, "c:\Program_Files\Maple\Users\maple.ini")
3) The user's personal profile directory (multiuser only) (for example, "c:\Documents_and_Settings\userid\maple.ini")
Maple reads and executes the network initialization file before the personal initialization file.
Macintosh
Under Macintosh, the personal initialization file is called .mapleinit, and the global initialization file is called init. The commands in the initialization file will be executed by all users on the network by placing the file in the Maple lib directory, for example, $MAPLE/lib/init.
To execute a user's personal set of commands, the initialization file should be placed in the user's home directory under Macintosh, for example, $HOME/.mapleinit.
UNIX and Linux
Under UNIX and Linux, the personal initialization file is called .mapleinit, and the global initialization file is called init. The commands in the initialization file will be executed by all users on the network by placing the file in the Maple lib directory, for example, $MAPLE/lib/init.
To execute a user's personal set of commands, the initialization file should be placed in the user's home directory under UNIX, for example, $HOME/.mapleinit.
See Also
Change Kernel Modes, Change User Profiles, Configure Maple, restart, StartupCode, The Maple Command and Command-line Options, trademarks
Download Help Document