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
PDEtools[dcoeffs] - obtain coefficients of a polynomial differential equation
Calling Sequence
dcoeffs(expr, y(x))
Parameters
expr
-
differential expression
y(x)
function with respect to which you want to obtain differential coefficients
Description
The purpose of this command is to collect the input expression, expr, with respect to the input indeterminate - say y(x) - and its derivatives, and output a sequence of the coefficients of the collected form. The input expression is necessarily polynomial in the indeterminate and its derivatives.
Unlike coeffs, the coefficient sequence is returned in a specific order. The output is from higher to lower differential order.
If the collected expr is polynomial in y(x) and its derivatives, then the expression is also collected with respect to differing degrees of the same derivative, and the polynomial degree is used to break differential order ties in the ordered output, from higher to lower polynomial degree.
Examples
Consider the following expression.
Obtain the coefficients with respect to y(x) and derivatives.
See Also
DEtools, dsolve, dsolve,education, PDEtools, pdsolve
Download Help Document