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
誤差量または不明を含む計算
説明
実測と既知の科学定数のような (known scientific constants) 不明または誤差を持つ量を計算します.
誤差を持つ数量を指定します。
__L__ := ScientificErrorAnalysis[Quantity]( 1.552, .002 ); __T__ := ScientificErrorAnalysis[Quantity]( 2.510, 0.01 );
それらの量を使用して計算を実行します。
__g__ := 4 * Pi^2 * __L__/(__T__^2);
発生する誤差を計算します。
__DerivedError__ := combine( __g__, 'errors' );
相対エラーを計算します。
__RelativeError__ := ScientificErrorAnalysis[GetError]( __DerivedError__ ) / ScientificErrorAnalysis[GetValue]( __DerivedError__ );
使用したコマンド
ScientificErrorAnalysis[Quantity], ScientificErrorAnalysis[GetError], ScientificErrorAnalysis[GetValue], combine/errors
参照
ScientificErrorAnalysis, ScientificConstants, Units
Download Help Document