Community Profile

photo

Abdelrahman Ibrahim Hussein


Last seen: más de 3 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

Feeds

Ver por

Pregunta


whats problem in my code for solve newton Rhapson method for equation 4-x^2-y^2 1-exp(x)-y
clc clear format long n=10; x(1)=1; y(1)=-1.7; for i=1:n f(x(i),y(i))=4-x(i)^2-y(i)^2; g(x(i),y(i))=1-exp(x(i))-y(...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


cod for linear equation
In a Cartesian Coordinate system the equation of a a circle with its center at point (a,b) a radius r is: (x-a)^2+(y-b)^2=r^2 ...

más de 3 años hace | 1 respuesta | 0

1

respuesta