SamplePublisher`GrassmannCalculus`
PureOneFormQ |
|
| | ||||
Details and Options
Examples
(1)
Basic Examples
(1)
In[1]:=
<<GrassmannCalculus`
In[2]:=
SetEuclideanNSpace[4,{w,x,y,z},"Vector"]
The following are not 1-forms written entirely in terms of scalars and one-form elements.
In[3]:=
PureOneFormQ |
e
x
Out[3]=
{False,False,False,False,False}
The following are 1-forms written entirely in terms of scalars and basis elements.
In[4]:=
PureOneFormQ |
Out[4]=
{True,True,True,True,True,True,True}
The use of 1-form symbols is also allowed.
In[5]:=
UserFormSymbols
Out[5]=
{α,β,ψ,ω}
In[6]:=
PureOneFormQ |
Out[6]=
{True,True,True,True,True}
|
|
""

