![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/22245034_1618751652108_DEF.jpg)
Pritha
Followers: 0 Following: 0
Statistica
RANK
96.319
of 297.016
REPUTAZIONE
0
CONTRIBUTI
3 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
66.67%
VOTI RICEVUTI
0
RANK
of 157.725
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
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...
oltre 3 anni fa | 0
Domanda
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] ...
oltre 3 anni fa | 2 risposte | 0
2
risposteDomanda
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 =...
oltre 3 anni fa | 2 risposte | 0
2
risposteDomanda
"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...
quasi 4 anni fa | 1 risposta | 0