xTras
Package Symbol
|
CollectTensors
RemoveTensorWrapper
$TensorWrapperColor
UnitConstant
See Also »
TensorWrapper
TensorWrapper[
expr
]
wraps all tensorial terms in
expr
in the inert head
TensorWrapper
.
MORE INFORMATION
TensorWrapper
is a special inert head chiefly used for
CollectTensors
.
TensorWrapper
threads over lists, sums, and equations.
Constant terms in
expr
are left out of the
TensorWrapper
head.
For consistency reasons,
TensorWrapper[constant]
gives
constant*TensorWrapper[UnitConstant]
.
The color of the printed parantheses of
TensorWrapper
can be set with
$TensorWrapperColor
.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
In[1]:=
Out[1]=
In[2]:=
Out[2]=
In[3]:=
Out[3]=
In[4]:=
Out[4]=
SEE ALSO
CollectTensors
RemoveTensorWrapper
$TensorWrapperColor
UnitConstant