Marko85
Fac of Mech Eng, Univ Ljubljana
Attivo dal 2012
Followers: 0 Following: 0
Statistica
RANK
117.893
of 301.433
REPUTAZIONE
0
CONTRIBUTI
1 Domanda
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
0
RANK
of 174.520
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
Risposto
How can I replace symbolic variables to solve a nonlinear system using fsolve
Thanks for the effort! I used: x0 = ones(n_unkn, 1); options = optimset('Display', 'iter'); [x fval] = fsolve(@my_fun, ...
How can I replace symbolic variables to solve a nonlinear system using fsolve
Thanks for the effort! I used: x0 = ones(n_unkn, 1); options = optimset('Display', 'iter'); [x fval] = fsolve(@my_fun, ...
oltre 13 anni fa | 0
Domanda
How can I replace symbolic variables to solve a nonlinear system using fsolve
I am working on a system of nonlinear equations, for example: 3*u1^2 + 2*u2 - 5 = 0; 4*u1 - 3*u2^3 + 10 = 0; where u1...
oltre 13 anni fa | 4 risposte | 0
