You can first define a metric, for instance:
DefMetric[-1,metric1[-i,-j],cd1,PrintAs->"g1"]
Then define a scalar function, for example:
DefTensor[C[],M]
And finally define a metric conformally related to the previous one:
DefMetric[-1,metric2[-i,-j],cd2,ConformalTo->{metric1,Exp[-
C[]]},PrintAs->"g2"]
or
DefMetric[-1,metric2[-i,-j],cd2,ConformalTo->{metric1,1/C[]]},PrintAs-
>"g2"]
depending on how you want to relate both metrics.
With
ConformalFactor[metric1, metric2]
and
ConformalRules[metric1,metric2]
you can check their relation.
And then with the previous function and
ChristoffelToGradConformal[Christoffelcd2[i,-j,-k],metric2,metric1]
also using
Christoffelcd1cd2p[i,-j,-k]//BreakChristoffel
you will be able to establish the relation between the Christoffel
symbols of the two metrices.
Hope this little mess helps! Please, ask if more details needed.
Alex
On Mar 20, 6:42 pm, Obinna Umeh <
umeobi...@gmail.com> wrote:
> Hi Max,
>
> xAct has features/functions to help you solve your problems, however, the
> new package xPand (which may be downloaded from here:
http://www2.iap.fr/users/pitrou/xpand.htmin case you don't have it yet)