photo

Abdelrahman Ibrahim Hussein


Last seen: environ 5 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

MATLAB Answers

2 Questions
0 Réponses

RANG
187 209
of 301 234

RÉPUTATION
0

CONTRIBUTIONS
2 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 21 204

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 173 580

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

Feeds

Afficher par

Question


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

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 5 ans il y a | 1 réponse | 0

1

réponse