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
DEtools[ode_int_y] - given the nth order linear ODE satisfied by y(x), compute the nth order linear ODE satisfied by int(y(x),x)
DEtools[ode_y1] - given the nth order linear ODE satisfied by y(x), compute the nth order linear ODE satisfied by diff(y(x),x)
Calling Sequence
ode_int_y(ode, y(x))
ode_y1(ode, y(x))
Parameters
ode
-
ordinary differential equation satisfied by y(x)
y(x)
unknown function of one variable
Description
Given a nth order linear ODE for , the ode_int_y and ode_y1 commands respectively compute the nth order linear ODE satisfied by and .
Examples
For enhanced input output use DEtools[diff_table] and PDEtools[declare].
Now, if satisfies
then the derivative of satisfies
and so, the integral of the function in the equation above satisfy this other ODE (the starting point)
See Also
DEtools
Download Help Document