SolutionDimension
calculate the solution dimension of a LHPDE object.
IsFiniteType
check if a LHPDE object is of finite type
IsTrivial
check if a LHPDE object has only the trivial solution
Calling Sequence
Parameters
Description
Examples
Compatibility
SolutionDimension( obj)
IsFiniteType( obj)
IsTrivial( obj)
obj
-
a LHPDE object that is in rif-Reduced from.
The SolutionDimension method calculates the solution dimension of a LHPDE object. It returns if the solution dimension is not finite.
Let S be a LHPDE object. Then IsFiniteType(S) returns true if and only if SolutionDimension(S) .
Let S be a LHPDE object. Then IsTrivial(S) returns true if and only if SolutionDimension(S) .
These methods are associated with the LHPDE object. For more detail, see Overview of the LHPDE object.
The system S is of finite type but not trivial:
The SolutionDimension, IsFiniteType and IsTrivial commands were introduced in Maple 2020.
For more information on Maple 2020 changes, see Updates in Maple 2020.
See Also
LHPDE (Object overview)
LieAlgebrasOfVectorFields[LHPDE]
Download Help Document