Re: [xAct] Wedge Product of a p-form with Itself

93 views
Skip to first unread message

Leo Stein

unread,
Sep 14, 2023, 2:15:23 PM9/14/23
to Ashiqul Islam Dip, xAct Tensor Computer Algebra
Hello,

An odd form wedged with itself always vanishes; but while an even form *may* vanish when wedged with itself, this is not always true. Simple example below (where I have converted the Mma output to human-readable form):
In[]:= Needs["xAct`xTerior`"] 
In[]:= DefManifold[M4, 4, IndexRange[a, q]] 
In[]:= DefChart[Ch, M4, {0, 1, 2, 3}, {T[], X[], Y[], Z[]}]
In[]:= {dT, dX, dY, dZ} = Diff /@ ScalarsOfChart[Ch]
In[]:= w1 = Wedge[dT, dX]
In[]:= w2 = Wedge[dT, dX] + Wedge[dY, dZ]

In[]:= ToCanonical@Wedge[w1, w1]
Out[]= 0

In[]:= ToCanonical@Wedge[w2, w2]
Out[]= 2 dT ^ dX ^ dY ^ dZ

On Wed, Sep 13, 2023 at 9:07 AM Ashiqul Islam Dip <a.isl...@gmail.com> wrote:
Dear xTerior developers,
I was just getting started with xTerior package and tried wedge product. xTerior returns zero for a wedge product of an odd p-form with itself, but not for an even p-form. Shouldn't it return zero for a wedge product of any p-form with itself? Am I missing something?
Thanks in advance.

--
You received this message because you are subscribed to the Google Groups "xAct Tensor Computer Algebra" group.
To unsubscribe from this group and stop receiving emails from it, send an email to xact+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/xact/d056ebee-e6da-49c2-bb77-30edab946af7n%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages