Appendix
A-3: Referencing
Example A-3.3
Assign to the name a, the floating-point value of 2279+3423 and compute a2, 1a, a.
Solution
Maple Solution - Interactive
Type the equation a=…
Context Panel: Assign Name
a=22.079+3423→assign
Context Panel: Evaluate and Display Inline
a2 = 3.086142043
1a = 0.5692355887
Expression palette: square-root template
a = 1.325421398
To unassign the name a interactively, use the Variables palette. (See Table A-1.2.)
Maple Solution - Coded
Assign to the name a.
a≔22.079+3423
Use the sqrt command for a.
a2,1a,sqrta
Remove the assignment to a with the unassign command. (Quotes are essential.)
unassign'a'
<< Previous Example Section A-3 Next Section of Appendix >>
© Maplesoft, a division of Waterloo Maple Inc., 2024. All rights reserved. This product is protected by copyright and distributed under licenses restricting its use, copying, distribution, and decompilation.
For more information on Maplesoft products and services, visit www.maplesoft.com
Download Help Document