Hello,
I was testing several packages for doing general relativity calculations and I ran into a problem with ctensor package for Maxima. The calculated Riemann tensor seems to have diagonal components, even though it should be antisymmetric in the last two indices. The Ricci tensor has a non-zero component.
Perhaps I misunderstood the documentation on how to set up the calculation with Maxima, but in this case I would request the documentation to be updated.
Thank you for your work on Maxima. It is an amazing project.
I have attached wxMaxima notebook with my session.
Igor
set ratfac to true and your ricci will be zero. The upper index, which you think is first, is actually at the end for wxMaxima in the Riemann tensor. So it is the second and third that are antisymetric.
Last edit: Richard Gobeli 2020-09-16
Thank you for the quick response.
I suspected that the problem is on my side!