Feeds
질문
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년 전 | 답변 수: 0 | 0
0
답변질문
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년 전 | 답변 수: 0 | 0