photo

Shashank Shekhar


Last seen: más de 1 año hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

Feeds

Ver por

Pregunta


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=...

casi 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

casi 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

casi 3 años hace | 1 respuesta | 0

1

respuesta