User profile: scar95

User info
User name:scar95
Name:Scar
History
Joined:
Number of posts:20
Latest posts:

Why isn't it converging?
what do you mean?

Why isn't it converging?
[code]if (abs(newx[0] - x[0]) < EPSILON //checking convergence && abs(newx[1] - x[1]) ...

Why isn't it converging?
yes I got that, but what should I do? Start an if statement that includes all the abs()< EPSILON, an...

Why isn't it converging?
so how do i fix it?

Why isn't it converging?
Guys I got this code, which uses the jacobi method to find the solution of a system of equations. Th...