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
sturm - number of real roots of a polynomial in an interval
sturmseq - Sturm sequence of a polynomial
Calling Sequence
sturmseq(p, x)
sturm(s, x, a, b)
Parameters
p
-
polynomial in x with rational or float coefficients
x
variable in polynomial p
a, b
rationals or floats such that ; a can be and b can be
s
Sturm sequence for polynomial p
Description
The procedure sturmseq computes a Sturm sequence for the polynomial p in x. It returns the Sturm sequence as a list of polynomials and replaces multiple roots with single roots. It uses the procedures sturmrem and sturmquo instead of quo and rem to avoid the fuzzy zero. This can be reinstated by defining
The procedure sturm uses Sturm's theorem to return the number of real roots in the interval (a,b] of polynomial p in x. The first argument to sturm should be a Sturm sequence for p. This may be computed by sturmseq.
Note: The interval excludes the lower endpoint a and includes the upper endpoint b (unless it is ).
Examples
See Also
realroot, roots, solve
Download Help Document