TODO
Please extend this chapter
Visualization
The default plot for each tensor is its directional magnitude, i.e. for each direction \(x\) we plot the quantity \(Q(x) = T_ijkl x_i x_j x_k x_l\)
setMTEXpref('defaultColorMap',blue2redColorMap);
C = stiffnessTensor.rand
plot(C,'complete','upper')
C = tensor (xyz)
rank: 2 (3 x 3)
*10^-2
74.75 85.7 50.18
83.25 46.74 89.58
55.78 16.18 81.9

set back the default color map.
setMTEXpref('defaultColorMap',WhiteJetColorMap)
There are more specialized visualization possibilities for specific tensors, e.g., for the elasticity tensor. See section Elasticity.