alburary daniel
Followers: 0 Following: 0
Feeds
提问
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...
6 years 前 | 1 个回答 | 0
1
个回答提问
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...
6 years 前 | 1 个回答 | 0
1
个回答提问
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...
6 years 前 | 1 个回答 | 0
1
个回答提问
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)*...
6 years 前 | 2 个回答 | 0
2
个回答提问
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...
6 years 前 | 1 个回答 | 0