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
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.