Shashank Shekhar
Followers: 0 Following: 0
Statistik
3 Fragen
0 Antworten
RANG
90.539
of 295.527
REPUTATION
0
BEITRÄGE
3 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
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
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=...
etwa 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 3 Jahre vor | 1 Antwort | 0