Statistics
2 Questions
0 Answers
RANK
219,903
of 301,432
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,280
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,555
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Response and Simulation in Matlab
Matlab program is under clear all; format long e; % Solution de l'exercice 2.7 x0=1; y0=1; g0=x0^3-3*x0*y0^2-2*x0+2; ...
10 years ago | 0 answers | 0
0
answersQuestion
Resolve the problem Find the complex roots z ^ 3-2z + 2 = 0 by setting z = x + iy and by solving the Newton method , the system
g(x,y)=x^3-3xy^2-2x+2=0 h(x,y)=3x^2y-y^3-2y=0 avec x0=y0=1
10 years ago | 0 answers | 0