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[symtest] - test a given symmetry
Calling Sequence
symtest(sym, ode, y(x))
Parameters
sym
-
list of the coefficients of a symmetry generator
ode
ordinary differential equation
y(x)
(optional) indeterminate function of the ODE
Description
The symtest command checks whether a given pair of infinitesimals (coefficients of the symmetry generator) leave the given ODE invariant; that is, whether the given "symmetry" is actually a symmetry of the ODE. Similar to odetest, symtest returns when the result is valid or returns an algebraic expression obtained after simplifying the PDE for the infinitesimals associated with the given ODE.
If the result returned by symtest is not zero, the symmetry is not necessarily wrong. Sometimes, with further simplification, you can obtain the desired using commands such as expand, combine, and so on.
This function is part of the DEtools package, and so it can be used in the form symtest(..) only after executing the command with(DEtools). However, it can always be accessed through the long form of the command by using DEtools[symtest](..).
Examples
An ODE with an arbitrary function
A pair of infinitesimals for the ODE above
Testing these infinitesimals
A second order ODE
See Also
DEtools, dsolve,Lie, equinv, PDEtools, symgen
Download Help Document