alburary daniel
Followers: 0 Following: 0
Statistik
5 Fragen
0 Antworten
RANG
116.024
of 295.467
REPUTATION
0
BEITRÄGE
5 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
80.0%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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)*...
mehr als 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 6 Jahre vor | 1 Antwort | 0