Pritha
Followers: 0 Following: 0
Statistik
RANG
83.388
of 295.467
REPUTATION
0
ANTWORTZUSTIMMUNG
66.67%
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
I want to solve 2 equations with 2 variables but it cant be solved and the command window shows fsolve stopped because the last step was ineffective
I have got another set of aswers like, x1: 18.2653 x2: -98.5331 , for different initial condition. so how can i conclude tha...
mehr als 3 Jahre vor | 0
Frage
I want to solve 2 equations with 2 variables but it cant be solved and the command window shows fsolve stopped because the last step was ineffective
function main1 p=.153; x0 = [-3000, -3000]; options = optimoptions('fsolve','display', 'iter'); [sol,fval,exitflag, output] ...
mehr als 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to solve this nonlinear equation?
m = 4.7542; gsms = 12.684 ; m1 = (m - gss); p = 0.1 : 0.5 : 10 ; k = (3 * p * pi^2 / 2)^(1/3) ; k1 = sqrt(k^2 + m1^2); F =...
mehr als 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
"Conversion to logical from sym is not possible" arising in bisection method
The following is my code. i want to calculate gss here. problem arising in " if f(gss1)*f(gss2) < 0 ". In command window " Conv...
mehr als 3 Jahre vor | 1 Antwort | 0