Community Profile

photo

Bindhu PR


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

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

4 years ago | 0

Answered
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)); % ...

4 years ago | 0

| accepted

Question


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

4 years ago | 3 answers | 0

3

answers

Question


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

4 years ago | 1 answer | 0

1

answer