Macaulay2
»
Documentation
Packages
»
DiffAlg
::
DiffAlgElement * RingElement
next
|
previous
|
forward
|
backward
| up |
index
|
toc
DiffAlgElement * RingElement -- scalar multiplication
Operator:
*
Usage:
e * n
Inputs:
e
,
an instance of the type
DiffAlgElement
, a differential form or a vector field
n
,
a
ring element
, scalar
Outputs:
an instance of the type
DiffAlgElement
, the product of
e
and
n
Ways to use this method:
DiffAlgElement * QQ
DiffAlgElement * RingElement
-- scalar multiplication
DiffAlgElement * ZZ
QQ * DiffAlgElement
RingElement * DiffAlgElement
ZZ * DiffAlgElement
The source of this document is in
DiffAlg.m2:1083:0
.