By default, solutions are converted to proper tensorial rules via an internal call to the function MakeRule:
This can disabled by setting the option MakeRule to False:
When proper tensorial rules are enabled, any additional options are passed to the MakeRule function:
By default, SolveTensors treats all monomials in the expression as variables to solve for.
Alternatively, SolveTensors can also treat products of monomials as variables to solve for:
The option SortMethod controls in what ordering the tensorial variables to solve for are send to the internal Solve function call. Depending on the exact form of the equation (and on the version of
Mathematica) this may change which variables are solved first.