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
ln - 自然対数
log - 一般対数
log10 - 常用対数
使い方
ln(x)
log(x)
log[b](x)
log10(x)
パラメータ
x - 式
説明
自然対数 ln は、exp(1) = 2.71828... を底に持つ対数です。x > 0 に対して、ln(x) = y <==> x = exp(y) です。
複素数値式 x は、-Pi < argument(x) <= Pi のとき、ln(x) = ln(abs(x)) + I*argument(x) です。Maple 全般でこの計算式が、対数の主枝の定義になります。
log 関数は、一般対数です。 x > 0 と b > 0 に対して、log[b](x) = y <==> x = b^y です。log は、log[b](x) = ln(x)/ln(b) によって、一般的な複素数 b と x にまで拡張されます。
底 b のデフォルト値は、 exp(1) です。
log10(x) = log[10](x)
例
ln(1);
diff(ln(x),x);
ln(3.14+2.71*I);
ln(3+4*I);
evalc(%);
log[2](exp(1));
log10(10000);
simplify(%);
参照
ilog10, argument, evalc, inifcns
Download Help Document