The stress tensor is a 3x3 matrix, so we can arrange the values as follows:
σ = [[2, -1, -1],
[4, 0, 3],
[0, -1, 0]]
b) The normal vector to the plane x1 - 2x2 + 3x3 = 4 is given by the coefficients of x1, x2, and x3, which are (1, -2, 3). We normalize
Show more…