photo

alburary daniel


Last seen: alrededor de 4 años hace Con actividad desde 2018

Followers: 0   Following: 0

Estadística

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


4-point first derivative
I am given data t=[0 1 2 3 4 5 6 7 8 9 10] and y(t)=[1 2.7 5.8 6.6 7.5 9.9 10.2 11.2 12.6 13.6 15.8] and have to evaluate t...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to solve transcedental equation in matlab
I am practicing solving the next transcendental equation in matlab (a/c)*sqrt((b*m1)^2-(p*c)^2)-atan( sqrt(( (p*c)^2-(b*m2...

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


I tried all day to run my code syms R t; eqn = R*tan(10022.99039*R)-(6.97964*10^-3*sqrt(t))/R==0 ; m = linspace(10,20,1) ; sol = zeros(size(t)) ; for i =1 :length(m) eqn = subs(eqn,t,m(i)) ; sol(i) = double(solve(eqn,R)) ; end plot(m,sol)
this is my code syms R t; eqn = R*tan(10022.99039*R)-(6.97964*10^-3*sqrt(t))/R==0 ; m = linspace(10,20,1) ; so...

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to solve transcendental equations in matlab
I am practicing solving transcendental equations in matlab I have the given equation and I want to solve for x tan(((0.9)*...

alrededor de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


problems with a trascendental equation
I tried all day to run my program syms R t; eqn = R*tan(10022.99039*R)-(6.97964*10^-3*sqrt(t))/R==0 ; m = linspac...

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta