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
discont -実軸上での関数の不連続点を求める
使い方
discont(f, x )
パラメータ
f - x についての代数式
x - 名前
説明
discont は、(必ずしも確実と限りませんが) そこで不連続性の生じる可能性がある値の集合を返します。
この関数は実数上のすべての不連続点を返します。これには関数が正または負の無限大に発散する点も含まれます。
複数の不連続点は、名前 Zn~, _NNn~, および _Bn~ という特別な変数の助けを借りて表されるかもしれません。答えにこれらの変数が現れたとき、式 f は、変数 Zn~ にすべての整数を、変数 NN~ にすべての非負整数を、また変数 Bn~ に 0 および 1 を、割り当てた不連続点を持ちます。
例
discont(round(3*x-1/2),x);
discont(GAMMA(x/2),x);
discont(arctan(1/2*tan(2*x))/(x^2-1),x);
discont(1/(sin(x)-1/2),x);
参照
iscont, fdiscont, limit, plot[options]
Download Help Document