Write a MATLAB program that takes an input of the stress state in 3D. The program should
1) Create the stress tensor.
2) Calculate the principal normal and shear stresses by solving the Eigen value problem.
3) Calculate the Eigen vectors and use them to calculate the angle of the principal plane.
Use the answers you got from problems (1) and (2) in your code for debugging and checking your answers.