Feeds
질문
Solving a over determined system in MATLAB
I have 4 equations and 3 variables. I know that 3 equations are sufficient but my instructor said that the equations make a ove...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
MATLAB showing two equal numbers as not equal to each other
polynomial=[1,-L1,L2,-L3]; principal_stress=roots(polynomial); principal_stress=sort(principal_stress) principal_stress(1,1) ...
6년 초과 전 | 답변 수: 2 | 0
2
답변질문
MATLAB not giving simplified answers
syms x y z eqn1 = (a-principle_stress(i,1))*x + p*y + r*z == 0 eqn2 = p*x + (b-principle_stress(i,1))*y + q*z == 0 eqn3 = r*x...
6년 초과 전 | 답변 수: 1 | 0

