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
Student[LinearAlgebra][SetDefault] - set defaults for parameters
Calling Sequence
SetDefault(opts)
Parameters
opts
-
1 or more equations of the form option = value
Description
The SetDefault(opts) command sets the default value of the corresponding options for use in Student[LinearAlgebra] package routines. More than one such option setting can be given in the command invocation.
The options which can be set this way are:
Option name
Type
Purpose
hardwarefloats
truefalse or deduced
whether to use hardware in
float computations
conjugate
truefalse
whether to treat variables as
real (false) or complex (true)
infodigits
posint
number of digits to display in
messages associated with plots
The return value from a call to SetDefault is the previous value of each option given in the invocation. This allows you to save and restore the prior state when temporarily modifying the default setting of one or more options.
The conjugate option can also be locally adjusted by providing a conjugate parameter in the calling sequence to any package function which accepts it.
Examples
See Also
Student[LinearAlgebra], type/posint, type/truefalse, UseHardwareFloats
Download Help Document