Community Profile

photo

Bindhu PR


Last seen: casi 4 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Respondida
i need to solve 7 nonlinear equations with 7 unknowns and error is occurring while compiling the codes
what modification in this programe is to be done so that for G=600 the values thus obtained is from x(1) tox(7) this values of x...

alrededor de 4 años hace | 0

Respondida
i need to solve 7 nonlinear equations with 7 unknowns and error is occurring while compiling the codes
syms G; G = 600:100:1200; x0 = [300;300;300;300;300;300;300]; options = optimset('Display','on'); X = zeros(1,length(G)); % ...

alrededor de 4 años hace | 0

| aceptada

Pregunta


i need to solve 7 nonlinear equations with 7 unknowns and error is occurring while compiling the codes
G = 600:100:1200; x0 = [300;300;300;300;300;300;300]; options = optimset('Display','off'); X(i) = NaN(1,length(G)); for i ...

alrededor de 4 años hace | 3 respuestas | 0

3

respuestas

Pregunta


i need to solve 7 nonlinear equations with 7 unknows
G = 600:100:1200; x0 = [300;300;300;300;300;300;300]; options = optimset('Display','off'); X(i) = NaN(1,length(G)); for i = ...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta