Community Profile

photo

Marko85


Fac of Mech Eng, Univ Ljubljana

Active since 2012

Professional Interests: mechanics

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Answered
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, ...

meer dan 11 jaar ago | 0

Question


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...

meer dan 11 jaar ago | 4 answers | 0

4

answers