photo

Shashank Shekhar


Last seen: 1년 초과 전 2021년부터 활동

Followers: 0   Following: 0

통계학

Feeds

보기 기준

질문


My system hangs on executing the code. i am using vpasolve() to calculate m15 and using that m15 again to another equation to plot.
syms beta15 eqn15 =cot(def15)== tan(beta15)*(((k+1)*m*m)/(2*(m*m*sin(beta15)^2-1))-1); s15 = vpasolve(eqn15,beta15,1); S15=...

거의 3년 전 | 답변 수: 0 | 0

0

답변

질문


i am trying to solve a 4 set of eqn for only two variables using loop and solve(), but it isnt working
%area(z) varies from z=1:101 but i need to specifically plot for interval (71<z<101) %P2,P1,k,area@70, m2, At are known const...

거의 3년 전 | 답변 수: 0 | 0

0

답변

질문


for eqn y=x^2 +bx +c, I have a known variable matrix for y. How can I find the value of x for corresponding different value of y in matrix?
% we know how to find the value of x by varying x using linspace and calculating corresponding value of y. % But the problem i...

거의 3년 전 | 답변 수: 1 | 0

1

답변