Wolfram ResearchProductsPurchasingServices & ResourcesAbout UsOur Sites
What is New in Mathematica 5.1 Products
-----
 /
Mathematica
*String Manipulation
*DatabaseLink
*Binary Data I/O
*Additional Import/Export Formats
*Web Services
*Large-Scale Graph Layout
*Array Plotting
*Enhanced Linear Algebra Performance
*Piecewise
*Integration over Regions
*Event Handling
<Symbolic Differential Equations
*Cluster Analysis
*EquationTrekker
*MathematicaMark2004
*GUIKit
*Summary of Features
*Ask about this page
PreviousNext

New Algorithms for Symbolic Differential Equations

See What's New in Wolfram Mathematica 6

The symbolic differential equation solver DSolve has been upgraded with a wide variety of additional methods. These cover linear hypergeometric, linear nonrational-coefficient, and Abel ordinary differential equations (ODEs), as well as both first-order nonlinear partial differential equations (PDEs) and piecewise differential equations.

A key feature of DSolve is its unique automatic switching capabilities, which enable it to select the most appropriate solving technique for the equations or inequalities supplied. As more methods have been added to DSolve, the breadth of its capabilities has outstripped all other symbolic differential equation solvers.




More Details    

Example: Linear Equation with Nonrational Coefficients

In[1]:=

Out[1]:=    



Example: Abel Equation

Here is a solution to an Abel equation of the second kind, returned as the solution to an algebraic equation involving hypergeometric functions.

In[2]:=DSolve[y^′(x)
 (x^7 - (4 x)/25 + y(x))/y(x), y(x), x]

Out[2]:=Solve[c_1 ((2/(5 x^3) - (2 y(x))/x^4)^2 -
1)^(3/8) (-(5 x^3)/2 - (3 _2F_1ɹ ...  (2 y(x))/x^4)^2) (2/(5
x^3) - (2 y(x))/x^4))/(4 (1 - (2/(5 x^3) - (2 y(x))/x^4)^2)^(3/8))),
y(x)]



Example: Nonlinear PDE

DSolve can now generate complete integral solutions to nonlinear PDEs; FullSimplify simplifies the result.

In[3]:=

DSolve :: nlpde : This
is a nonlinear partial differential equation. Trying to build a complete integral...

Out[3]:=


Related Links

Tutorials from The Mathematica Book  Tutorials from The Mathematica Book
Differential Equations
   
Built-In Functions Reference Guide  Built-In Functions Reference Guide
DSolve
   
Additional Information  Additional Information
Technical Presentation: Symbolic Differential Equations


Back to Top PreviousNext



 © 2008 Wolfram Research, Inc.  Terms of Use  Privacy Policy | [ja]