Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
protect - protect a name from modification
unprotect - undo name protection
Calling Sequence
protect(name1, name2, ...)
unprotect(name1, name2, ...)
Parameters
name1, name2, ...
-
names
Description
protect is used to prevent names from being modified either in an interactive session, user or library code. Most of the names initially known to Maple are protected by default.
protect has no effect on environment variables.
unprotect may be used to override the protection on a name. It is not recommended to use unprotect to modify Maple system names.
Examples
Error, attempting to assign to `Pi` which is protected
Error, attempting to assign to `foo` which is protected
Error, attempting to assign to `2` which is protected
Error, attempting to assign to `1` which is protected
See Also
environment, initialconstants, initialfunctions, name, type[protected], unassign, with
Download Help Document