alburary daniel
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
116,028
of 295,486
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
80.0%
VOTES RECEIVED
0
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,950
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 2 answers | 0
2
answersQuestion
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 ago | 1 answer | 0