Category: ACM
Problem Link:https://www.urionlinejudge.com.br/judge/en/problems/view/1002 Solution: You have to work here with double %lf because if you use float %f…
Problem Link:https://www.urionlinejudge.com.br/judge/en/problems/view/1002 Solution: You have to work here with double %lf because if you use float %f…
Problem link:https://www.urionlinejudge.com.br/judge/en/problems/view/1001 Solution: Here print endline means print newline that means you have to use \n just…
Problem: Here we have to find dy/dx=x+y where y(0)=1 at the point x=0.05 and x=0.10 taking h=0.05…
The Bisection Method is a numerical method for estimating the roots of a polynomial f(x). It is…
Recent Comments