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
ScientificErrorAnalysis[ApplyRule] - apply a rounding rule to Quantity objects
Calling Sequence
ApplyRule( expr, rule )
Parameters
expr
-
expression containing Quantity objects
rule
(optional) name; rounding rule
Description
The ApplyRule( expr, rule ) command applies the specified rounding rule rule to all Quantity objects in expr.
If the optional parameter rule is given, rule is used to perform any rounding operations. Otherwise, the default rounding rule is used ('digits', or as set by UseRule).
The rule may require an index.
All Quantity objects are replaced by new Quantity objects with a central value and absolute uncertainty rounded according to the specified rule.
In the case of the rule 'digits', no rounding is performed.
A Quantity object is rounded by passing its central value and absolute uncertainty to a procedure that performs the action of the particular rule. The procedure returns the new central value and absolute uncertainty, which ApplyRule places in a new Quantity(...) object.
For more information on predefined rules in ScientificErrorAnalysis, see Predefined Rounding Rules.
Examples
See Also
combine/errors, Rounding rules, ScientificErrorAnalysis, ScientificErrorAnalysis and ScientificConstants, ScientificErrorAnalysis[ApplyRule], ScientificErrorAnalysis[GetRules], ScientificErrorAnalysis[HasRule], ScientificErrorAnalysis[Quantity], ScientificErrorAnalysis[UseRule], ScientificErrorAnalysis[UsingRule]
Download Help Document