Overview of the Rif Command Set Version 1.1
Description
Examples
References
The Rif command set is a powerful collection of commands for the simplification and analysis of systems of polynomially nonlinear ODEs and PDEs.
The Rif command set is part of the DEtools package. As such, the commands are invoked using the DEtools package. Each command in the DEtools package can be accessed by using either the long form or the short form of the command name in the command calling sequence.
The set includes a command to simplify systems of ODEs and PDEs by converting these systems to a canonical form (reduced involutive form), graphical display of results for ease of use, a command to determine the initial data required for the existence of formal power series solutions of a system, and a command to generate formal power series solutions of a system.
Rif commands are used by both dsolve and pdsolve to assist in solution of ODE/PDE systems (see dsolve,system, pdsolve,system).
In addition, the PDEtools[casesplit] command extends the functionality of the Rif command set by allowing differential elimination to proceed in the presence of nearly all non-polynomial objects known to Maple (over one hundred of these, including trigonometric, exponential, and generalized hypergeometric functions, fractional exponents, etc.).
Though the results obtained from the rifsimp command are similar to those obtained from the DifferentialAlgebra package, the commands use different approaches, one of which may work better for specific problems than the other.
The Rif command set generalizes the Standard Form package for linear ODE/PDE systems to polynomially nonlinear ODE/PDE. The linear system capabilities of the Standard Form package for the simplification of ODE/PDE systems are also present as part of Rif.
The improvements over the most recently released version of Standard Form (1995) include
1. Full handling of polynomially nonlinear systems
2. Automatic case splitting
3. Flexible nonlinear ranking
4. Handling of inequation constraints (expr<>0)
5. Speed and memory efficiency
The improvements over the release 1.0 of Rif (Maple 6) include
New command maxdimsystems to find the most general solutions for case splitting problems
Improvements to case visualization and initial data computation
Greater flexibility in rifsimp with the addition of new options for control of case splitting, declaration of arbitrary functions and/or constants, detection of empty cases, and much more
More efficient handling of nonlinear systems via new nonlinear equation methods
Significant overall speed and memory enhancements
Automatic adjustment of results to remove inconsistent cases, and their effect on the returned consistent cases.
The following is a list of available commands.
rifsimp
Simplifies systems of polynomially nonlinear ODEs and PDEs to canonical form. Splits nonlinear equations into cases, using Groebner basis techniques to handle algebraic consequences of the system. Accounts for all differential consequences of the system.
maxdimsystems
Also simplifies systems of polynomially nonlinear ODEs and PDEs, but performs case splitting automatically, returning the most general cases (those with the highest number of parameters in the initial data).
rifread
Loads a partially completed rifsimp calculation for viewing and/or manual manipulation. rifsimp must be told to save partial calculations using the storage options.
checkrank
Provides information on ranking to allow determination of an appropriate ranking to use with rifsimp.
caseplot
Takes the case split output of rifsimp, and provides a graphical display of the solution case tree.
initialdata
Obtains the initial data required by an ODE/PDE system to fully specify formal power series solutions of the system. Typically the output of rifsimp is used as input for this procedure, but any ODE/PDE system in the correct form can be used.
rtaylor
Calculates the Taylor series of solutions of an ODE/PDE system to any order. Just as for initialdata, any ODE/PDE system in the correct form can be used.
To display the help page for a particular Rif command in the DEtools package, see Getting Help with a Command in a Package.
For the following system
sys≔−η⁡x,y⁢6⁢a2⁢y2−2⁢a⁢b⁢x−2⁢2⁢a2⁢y3−2⁢a⁢b⁢x⁢y+b⁢diff⁡ξ⁡x,y,x+2⁢a2⁢y3−2⁢a⁢b⁢x⁢y+b⁢diff⁡η⁡x,y,y+2⁢ξ⁡x,y⁢a⁢b⁢y+diff⁡η⁡x,y,x,x,−3⁢2⁢a2⁢y3−2⁢a⁢b⁢x⁢y+b⁢diff⁡ξ⁡x,y,y+2⁢diff⁡η⁡x,y,x,y−diff⁡ξ⁡x,y,x,x,diff⁡η⁡x,y,y,y−2⁢diff⁡ξ⁡x,y,x,y,diff⁡diff⁡ξ⁡x,y,y,y
sys≔∂2∂y2η⁡x,y−2⁢∂2∂x∂yξ⁡x,y,−3⁢2⁢a2⁢y3−2⁢a⁢b⁢x⁢y+b⁢∂∂yξ⁡x,y+2⁢∂2∂x∂yη⁡x,y−∂2∂x2ξ⁡x,y,−η⁡x,y⁢6⁢a2⁢y2−2⁢a⁢b⁢x−2⁢2⁢a2⁢y3−2⁢a⁢b⁢x⁢y+b⁢∂∂xξ⁡x,y+2⁢a2⁢y3−2⁢a⁢b⁢x⁢y+b⁢∂∂yη⁡x,y+2⁢ξ⁡x,y⁢a⁢b⁢y+∂2∂x2η⁡x,y,∂2∂y2ξ⁡x,y
we can obtain all cases of the reduced form via
with⁡DEtools:
cases≔rifsimp⁡sys,casesplit
cases≔table⁡1=table⁡Solved=η⁡x,y=0,ξ⁡x,y=0,Case=a≠0,∂∂yξ⁡x,y,b≠0,η⁡x,y,Pivots=a≠0,b≠0,2=table⁡Solved=∂∂xη⁡x,y=0,∂∂xξ⁡x,y=−η⁡x,yy,∂∂yη⁡x,y=η⁡x,yy,∂∂yξ⁡x,y=0,b=0,Case=a≠0,∂∂yξ⁡x,y,b=0,η⁡x,y,Pivots=a≠0,3=table⁡Solved=∂3∂x∂y2η⁡x,y=0,∂3∂y3η⁡x,y=0,∂2∂x2η⁡x,y=b⁢2⁢∂∂xξ⁡x,y−∂∂yη⁡x,y,∂2∂x2ξ⁡x,y=−3⁢b⁢∂∂yξ⁡x,y+2⁢∂2∂x∂yη⁡x,y,∂2∂x∂yξ⁡x,y=∂2∂y2η⁡x,y2,∂2∂y2ξ⁡x,y=0,a=0,Case=a=0,∂∂yξ⁡x,y,casecount=3
and there are
casescasecount
3
cases. We can get an idea of the structure of the case splitting via:
caseplot⁡cases
and for a case we can obtain the initial data
id≔initialdata⁡casescasescasecount
id≔table⁡Finite=η⁡x0,y0=_C1,D1⁡η⁡x0,y0=_C2,D2⁡η⁡x0,y0=_C3,D1,2⁡η⁡x0,y0=_C4,D2,2⁡η⁡x0,y0=_C5,ξ⁡x0,y0=_C6,D1⁡ξ⁡x0,y0=_C7,D2⁡ξ⁡x0,y0=_C8,b=_C9,Infinite=
and use it to obtain a multi-dimensional Taylor series for that case
rtaylor⁡casescasescasecountSolved,id
η⁡x,y=_C1+_C2⁢x−x0+_C3⁢y−y0+_C9⁢2⁢_C7−_C3⁢x−x022+_C4⁢x−x0⁢y−y0+_C5⁢y−y022,ξ⁡x,y=_C6+_C7⁢x−x0+_C8⁢y−y0+−3⁢_C8⁢_C9+2⁢_C4⁢x−x022+_C5⁢x−x0⁢y−y02,a=0,_C9=_C9
For theory used to produce the rifsimp and maxdimsystems algorithm, and related theory, please see the following:
Becker, T., and Weispfenning, V. Groebner Bases: A Computational Approach to Commutative Algebra. New York: Springer-Verlag, 1993.
Bluman, G.W., and Kumei, S. Symmetries and Differential Equations, Vol. 81. Springer-Verlag.
Boulier, F.; Lazard, D.; Ollivier, F.; and Petitot, M. "Representation for the Radical of a Finitely Generated Differential Ideal." Proc. ISSAC 1995, pp. 158-166. ACM Press.
Carra-Ferro, G. "Groebner Bases and Differential Algebra." Lecture Notes in Comp. Sci., Vol. 356, (1987): 128-140.
Goldschmidt, H. "Integrability Criteria for Systems of Partial Differential Equations." J. Diff. Geom., Vol. 1, (1967): 269-307.
Mansfield, E. "Differential Groebner Bases." Ph.D. diss., University of Sydney, 1991.
Ollivier, F. "Standard Bases of Differential Ideals." Lecture Notes in Comp. Sci., Vol. 508, (1991): 304-321.
Reid, G.J., and Wittkopf, A.D. "Determination of Maximal Symmetry Groups of Classes of Differential Equations." Proc. ISSAC 2000, pp. 272-280. ACM Press.
Reid, G.J.; Wittkopf, A.D.; and Boulton, A. "Reduction of Systems of Nonlinear Partial Differential Equations to Simplified Involutive Forms." Eur. J. Appl. Math., Vol. 7, (1996): 604-635.
Rust, C.J. "Rankings of Derivatives for Elimination Algorithms, and Formal Solvability of Analytic PDE." Ph.D. diss., University of Chicago, 1998.
Rust, C.J.; Reid, G.J.; and Wittkopf, A.D. "Existence and Uniqueness Theorems for Formal Power Series Solutions of Analytic Differential Systems." Proc. ISSAC 1999, pp. 105-112. ACM Press.
For a review of other algorithms and software (but more closely tied to symmetry analysis), please see the following:
Hereman, W. "Review of Symbolic Software for the Computation of Lie Symmetries of Differential Equations." Euromath Bull., Vol. 1, (1994): 45-79.
For a detailed guide to the use the Standard Form package, the predecessor of rifsimp, refer to:
Reid, G.J. and Wittkopf, A.D. The Long Guide to the Standard Form Package. 1993.
See Also
DEtools
DifferentialAlgebra
dsolve,system
PDEtools[casesplit]
pdsolve,system
Download Help Document