photo

Shashank Shekhar


Last seen: 1 year ago Active since 2021

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer