Hi,
I am manipulating expressions which contain terms with products of several Riemann tensors. If I work with free indices (which seems more convenient in my case) young_project_tensor
gives me the error
ConsistencyException: Free indices in different terms in a sum do not match.
young_project_product
works, but gives me a lot more terms than the original expression. Is it possible to young_project
only one single Riemann tensor in a product so that I can keep the expression reasonably short?
Here is one particular term which I would like to expand
ex1 := D^{k} R^{l m n p} R_{l}^{q}_{n}^{r} R_{m r}^{s t} \Gamma_{x k p q s t};
D
is a derivative (not important though) and \Gamma
is obviously a Gamma matrix.
Thanks for any ideas.