I need to find the Killing vectors of a metric.
I initiate the session as
> restart;
> with(DifferentialGeometry); with(Tensor); with(LieAlgebras);
> DGsetup([t, r, z, phi], M);
and enter my metric as
M > g1 := evalDG(-dt &t dt ...);
I do not have an unknown function in my metric but I have two free parameters (e.g. a and b).
I use
M > K1 := KillingVectors(g1, parameters = [a, b]);