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[NumericalAnalysis][NumberOfSignificantDigits] - compute the number of significant digits of an approximation
Calling Sequence
NumberOfSignificantDigits(xe, xa, opts)
Parameters
xe
-
realcons; the exact value
xa
realcons; the approximate value
opts
(optional) equation(s) of the form keyword = value, where keyword is: digits; the options for computing the number of significant digits
Description
The NumberOfSignificantDigits command computes the number of significant digits of an approximation using the exact value and approximate value.
The the number of significant digits must obey: and , where is the number of significant digits and is the relative error.
Options
digits = posint
A positive integer; the environment variable Digits will be set to this integer during the execution of this procedure. By default this is set to 10.
Examples
See Also
Student[NumericalAnalysis], Student[NumericalAnalysis][AbsoluteError], Student[NumericalAnalysis][ComputationOverview], Student[NumericalAnalysis][RelativeError]
Download Help Document