Description: 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.
- [bisection] - Dichotomy in the calculation method, num
- [Netow] - Newton iteration (Newton' s method) i
- [project] - This paper presents a steganography meth
- [bisection] - zero pole bisection method
File list (Check if you may need any files):
BisectionMethod\BisectionMethod
...............\...............\bin
...............\...............\...\Debug
...............\...............\...\.....\BisectionMethod.exe
...............\...............\...\.....\BisectionMethod.pdb
...............\...............\...\.....\BisectionMethod.vshost.exe
...............\...............\...\Release
...............\...............\BisectionMethod.csproj
...............\...............\BisectionMethod.csproj.user
...............\...............\obj
...............\...............\...\Debug
...............\...............\...\.....\BisectionMethod.csproj.FileListAbsolute.txt
...............\...............\...\.....\BisectionMethod.exe
...............\...............\...\.....\BisectionMethod.pdb
...............\...............\...\.....\TempPE
...............\...............\...\Release
...............\...............\Program.cs
...............\...............\Properties
...............\...............\..........\AssemblyInfo.cs
...............\BisectionMethod.sln
...............\BisectionMethod.suo
BisectionMethod