Given A=[10 14 25; 14 7 15; 25 15 16] which is the same thing as A=[sigma(xx) si
ID: 2994395 • Letter: G
Question
Given A=[10 14 25; 14 7 15; 25 15 16] which is the same thing as A=[sigma(xx) sigma(xy) sigma(xz); sigma(xy) sigma(yy) sigma(yz); sigma(xz) sigma(yz) sigma(zz)]
Explanation / Answer
clear all
close all
clc
syms x
A=[10-x 14 25; 14 7-x 15; 25 15 16-x];
p=det(A);
s=char(p);
B=[-1 33 704 1859];
r=-80:0.1:100;
f=polyval(B,r);
plot(r,f);
ylabel('f','FontWeight','bold','FontSize',12);
xlabel('sigma','FontWeight','bold','FontSize',12);
x=roots(B);
Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.