difforms
scalarpart
find part of an expression which is a scalar
Calling Sequence
Parameters
Description
Examples
scalarpart(expr)
expr
-
Maple expression, but usually a product
The function scalarpart is most effective on products. It will try to simplify other expressions to products.
This function collects scalars and constants from a product, removing those parts which are forms or are undeclared.
This function and formpart may be used together to separate a product into scalar and form parts.
The command with(difforms,scalarpart) allows the use of the abbreviated form of this command.
with⁡difforms:defform⁡f=scalar,c=const
scalarpart⁡2⁢v⁢f&ˆc⁢u
2⁢f⁢c
See Also
defform
formpart
Download Help Document