Marko85
Fac of Mech Eng, Univ Ljubljana
Aktiv seit 2012
Followers: 0 Following: 0
Statistik
RANG
270.923
of 301.564
REPUTATION
0
ANTWORTZUSTIMMUNG
100.0%
ERHALTENE STIMMEN
0
RANG
of 21.333
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 175.480
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 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Beantwortet
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, ...
mehr als 13 Jahre vor | 0
Frage
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...
mehr als 13 Jahre vor | 4 Antworten | 0
