9.10. Tensor equations
It is not simple to deal with tensor equations because there are many things to worry about simultaneously. Currently xTensor` only works with linear equations where the x tensor is not contracted. The concept of equality (==) has been generalized to include tensor equalities.
From the point of view of Mathematica these two expressions are not related:
In[988]:=
Out[988]=
However xTensor` recognizes them as equal:
In[989]:=
Out[989]=
These two are clearly different:
In[990]:=
Out[990]=
Solving equations. The answer is a tensor rule. Options to IndexSolve are actually options to MakeRule:
In[991]:=
Out[991]=
In[992]:=
Out[992]=
Created by Mathematica (May 16, 2008) | ![]() |