3. stress tensor [ksi]: The three-dimensional state of stress at a point 40 10 -18] 10 Tij 10 20 15 IK

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter13: Structures
Section: Chapter Questions
Problem 5PP
icon
Related questions
Question

Answer part b please

3.
stress tensor [ksi]:
The three-dimensional state of stress at a point is given by the the
Tij
=
10 -18
40
10 20 15
-18 15 14
a) Write a Matlab script called hmk5_3.m that defines the matrix oij and solves for the
eigenvalues and eigenvectors using the Matlab eig() command (display each output).
b) The eigenvalues represent the principle stresses and the eigenvectors represent the
direction of each principle stress. Using Matlab plot each principle stress as a vector
from the origin in x,y,z space. Hint: Use the Matlab command quiver3() and specify
the first point as the origin. quiver3(0,0,0,i,j,k)
Transcribed Image Text:3. stress tensor [ksi]: The three-dimensional state of stress at a point is given by the the Tij = 10 -18 40 10 20 15 -18 15 14 a) Write a Matlab script called hmk5_3.m that defines the matrix oij and solves for the eigenvalues and eigenvectors using the Matlab eig() command (display each output). b) The eigenvalues represent the principle stresses and the eigenvectors represent the direction of each principle stress. Using Matlab plot each principle stress as a vector from the origin in x,y,z space. Hint: Use the Matlab command quiver3() and specify the first point as the origin. quiver3(0,0,0,i,j,k)
Expert Solution
Step 1

The answer provided below has been developed in a clear step by step manner.

 

Please upvote :) clc;clear all;format compact sigma=[40 20 -18;20 28 12;-18 12 14];

%%Given stress tensor pStress=eig(sigma) %Finds the principal stresses which are the eigen values largestStress=max(pStress) %Finds the largest principal stress

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Fundamentals of Boolean Algebra and Digital Logics
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:
9780357392676
Author:
FREUND, Steven
Publisher:
CENGAGE L
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Systems Architecture
Systems Architecture
Computer Science
ISBN:
9781305080195
Author:
Stephen D. Burd
Publisher:
Cengage Learning
New Perspectives on HTML5, CSS3, and JavaScript
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:
9781305503922
Author:
Patrick M. Carey
Publisher:
Cengage Learning