Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
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