jjlvillarejo
unread,Oct 29, 2009, 1:34:46 PM10/29/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to xAct Tensor Computer Algebra
Dear all,
I followed the example of the Kerr-Newman metric for xCoba, just
changed the metric for simple ones as diag(1, -a(t)^2, -a(t)^2, -a(t)
^2 ) or diag (t, t^2, xy, xy) (my coordinates are t,x,y,z), and then
I do not get the Bianchi identity right. This identity is independent
of the metric used, isn't it?
Changes with respect to 'xActKerrNewmanExamples.nb':
DefChart[B, M, {0, 1, 2, 3}, {t[], x[], y[], z[]}]
MatrixForm[KerrMetric = {
{-t[]^2, 0, 0, 0},
{0, t[]^2, 0, 0},
{0, 0, (x[] y[])^2, 0},
{0, 0, 0, (x[] y[])^2}
}]
(I used last version of xAct.)
Also, I would like to use scalars on this spacetime that do not depend
on the spatial coordinates x,y,z, but only on t. How could I implement
this?
Regards,
Juan