Holooly Plus Logo

Question 24.5: The state of stress is given by matrix S as S = [80 -60 0 -......

The state of stress is given by matrix S as

S =\left[\begin{aligned}80&&-60&&0 \\-60&&-40&&0\\0&&0&&40\end{aligned}\right]

The direction cosine matrix is given as

T = \left[\begin{aligned}0.866&&0.5&&0 \\-0.5&&0.866&&0\\0&&0&&1\end{aligned}\right]

Determine the stress tensor with respect to new coordinates.

Step-by-Step
The 'Blue Check Mark' means that this solution was answered by an expert.
Learn more on how do we answer questions.

>> S= [80 -60 0; -60 -40 0; 0 0 40]; T=[0.866 0.5 0; -0.5 0.866 0; 0 0 l];

>> New_stress=T*S*T’

New stress=

-1.9635  -81.957  0

-81.957  41.962 0

0  0  40

Related Answered Questions

Question: 24.4

Verified Answer:

>> [V,D] = eig(A) Eigenvector is 1   -0.7071...
Question: 24.2

Verified Answer:

>> A= [1 3 10; 2 3 6; 4 6 8]; b=[10; 12; 20]...
Question: 24.7

Verified Answer:

Command: CYLINDER Current wireframe density: ISOLI...
Question: 24.6

Verified Answer:

Drawing a cone is the same as drawing a cylinder, ...
Question: 24.3

Verified Answer:

>> k=2e05*[0.4375 -0.4335 0; -0.4375 0.755 -...