Hello,
I am using xAct to calculate the spinning test particle around the Kerr black hole, the problem I meet is that the command "Solve" does not work to calculate the expression:
In[83]:= normv =
v[a] v[-a] /. rot -> \[Chi] q^2 Mass^2 /. mass -> q Mass /.
u0^2 -> u3^2 + 1 // Simplify
Out[83]= (kinmass^2 (Mass^6 q^4 (-1 + 3 u3^2) \[Chi]^4 +
2 Mass^3 q^2 (1 + 3 u3^2) \[Chi]^2 r[]^3 -
r[]^6))/(-Mass^3 q^2 (1 + 3 u3^2) \[Chi]^2 + r[]^3)^2
In[84]:=
kmasssquare = kinmass^2 /. First@Solve[normv == -1 , {kinmass}];
Out[84]= $Aborted
Here the command "Solve" runs but for a long time it does not stop and cannot give the output. I try the same code both in MacOS and Win 11, the mathematica version is 12.3.1 and the xAct version is 1.2.0. Both of them are invalid to give the output of the solution of the equation "normv==-1". Here I upload the code, hope anyone can help me!
Thanks
Hong