type/const
extension of type/constant
Calling Sequence
Parameters
Description
Examples
type(expr, const)
expr
-
a Maple expression
The type const includes any expr which is of type constant, plus those names which are defined to be const through difforms[defform].
All sums, products, or powers of objects of type const are considered to be const.
The types const, form, and scalar are mutually exclusive. Any expression should belong to at most one of these types.
This function is part of the difforms package and can only be used after performing the command with(difforms).
with⁡difforms:defform⁡a=const,b=const,c=const,d=const
type⁡a,const
true
type⁡a+b⁢cd,const
type⁡e+a,const
false
See Also
type
type/form
type/scalar
Download Help Document