搜索资源列表
BisectionMethod
- Bisection method in C#. Program can be easily altered for different equations, intervals, interval increments, solved to your specified required accuracy, within your desired number of iterations.
Experiement1
- C#写的两个简单的计算方法的小程序,分别用二分法和牛顿迭代法求根.-A simple program uses C# language to get the root of a equation using method of bisection and Newton s method