文件名称:NewtonsMethod
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 24kb
- 下载次数:
- 0次
- 提 供 者:
- loa****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Newtons method in C#.
i.e. solve an equation using formula:
Pn+1 = Pn - f(Pn)/f (Pn).
Program can be easily altered for different equations, solved to your specified required accuracy, within your desired number of iterations.
i.e. solve an equation using formula:
Pn+1 = Pn - f(Pn)/f (Pn).
Program can be easily altered for different equations, solved to your specified required accuracy, within your desired number of iterations.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
NewtonsMethod\NewtonsMethod
.............\.............\bin
.............\.............\...\Debug
.............\.............\...\.....\NewtonsMethod.exe
.............\.............\...\.....\NewtonsMethod.pdb
.............\.............\...\.....\NewtonsMethod.vshost.exe
.............\.............\...\Release
.............\.............\NewtonsMethod.csproj
.............\.............\NewtonsMethod.csproj.user
.............\.............\obj
.............\.............\...\Debug
.............\.............\...\.....\NewtonsMethod.csproj.FileListAbsolute.txt
.............\.............\...\.....\NewtonsMethod.exe
.............\.............\...\.....\NewtonsMethod.pdb
.............\.............\...\.....\TempPE
.............\.............\...\Release
.............\.............\Program.cs
.............\.............\Properties
.............\.............\..........\AssemblyInfo.cs
.............\NewtonsMethod.sln
.............\NewtonsMethod.suo
NewtonsMethod
.............\.............\bin
.............\.............\...\Debug
.............\.............\...\.....\NewtonsMethod.exe
.............\.............\...\.....\NewtonsMethod.pdb
.............\.............\...\.....\NewtonsMethod.vshost.exe
.............\.............\...\Release
.............\.............\NewtonsMethod.csproj
.............\.............\NewtonsMethod.csproj.user
.............\.............\obj
.............\.............\...\Debug
.............\.............\...\.....\NewtonsMethod.csproj.FileListAbsolute.txt
.............\.............\...\.....\NewtonsMethod.exe
.............\.............\...\.....\NewtonsMethod.pdb
.............\.............\...\.....\TempPE
.............\.............\...\Release
.............\.............\Program.cs
.............\.............\Properties
.............\.............\..........\AssemblyInfo.cs
.............\NewtonsMethod.sln
.............\NewtonsMethod.suo
NewtonsMethod