搜索资源列表
c
- 数值计算中用的牛顿迭代法解方程的算法,非常好作用!
Newton
- 实现牛顿法解方程方程组,运行后按要求输入方程,可通过牛顿法解方程
newton_method
- 牛顿法图解方程。利用牛顿切线法求解固定方程,并图示解方程过程。
raytracing
- 最优化法射线追踪,拟牛顿法解方程, 泰勒展开,雅克比矩阵近似
Newton
- 该程序为用牛顿迭代法解方程的C++程序,只要输入初始值,就可以算出方程的近似解
123
- 数值分析的一些常用计算,二分法和牛顿法解方程,三弯法求插值,列族元素消元;附件里面有源程序的WORD文档 及报告
niuduichazhijiefangcheng
- 这是用牛顿插值法解方程,是数值分析的程序,希望对大家有所帮助
牛顿法解方程源代码
- 牛顿法解方程之混沌情况,帮助你对牛顿法解方程的领悟,具有非常强的视觉冲击力,美仑美奂,不看将后悔一辈子的!-Newton equation solution chaotic situation and help you right Solving equations of Newton's grasp, with very strong visual impact, attractive, and will not look at a lifetime of regret!
newton1
- 用牛顿法解非线性方程,此程序为C++的,算法简洁明了-Newton method for solving nonlinear equations with
NdimensionNiNetwon
- 解n元非线性方程组的拟牛顿法的MATLAB程序-Solution of n-systems of nonlinear equations of quasi-Newton method of the MATLAB program
ndimensionNetwon
- 解非线性方程组的N元牛顿法,属于迭代法范畴-Solution of nonlinear equations of the N-Newton method, iterative method belonging to the scope of
Newton
- 牛顿计算方法,解非线性方程f(x)=0牛顿方法是一种将非线性函数线性化的方法。 牛顿迭代法求方程的一个实根 -Newton s method of calculating solution of nonlinear equations f (x) = 0 Newton method is a nonlinear function linearization method. Newton iteration equation for a real roots
Formula_Numerical_Analysis
- 数值分析中用于求近似值的算法、二分法解方程、变步长梯形求积分的算法。是在Linux下用C++实现的。用G++编译。 配合华中科大的那本著名的“数值分析”。李庆扬编著。 用来交作业很好。 在本压缩包里面包含的是: HalfDevision.d 二分法解方程 LagrgIn.d 拉格朗日差值公式-求近似值 NewtonFwIn.d 牛顿前插公式-求近似值 NewtonItera.d 牛顿迭代法-求近似值 VarStpTrpzoItg.d 变步长梯形积
ndxsf
- 用牛顿下山法解方程x^3-x-1=0 (初值为0.6) 输入:初值,误差限,迭代最大次数,下山最大次数 输出:近似根各步下山因子 -Solution using Newton' s law equation down x ^ 3-x-1 = 0 (initial value 0.6) input: initial value, the error limit, the maximum number of iterations, the maximum number of se
newton
- 用牛顿下山法解方程,能达到任意精度,欢迎下载-Solving equations using Newton' s method can achieve an arbitrary accuracy, welcome to download
newton
- 牛顿迭代法解非线性方程,可自定义迭代步数和迭代精度,结果可返回解得所有迭代过程,适合于就算方法的初学者作为上机实验的参考资料。-Newton iterative method for solving nonlinear equations, can be customized and iterative precision iterations, the result can be returned to solve for all the iterative process, even if
ji-suan-fang-fa-shiyan
- 计算方法实验:包括高斯迭代和牛顿下山法;1、用Gauss - Seidel 迭代法求解方程组 10x1-x2-2x3=7.2 -x1+10x2-2x3=8.3 -x1-x2=5x3 输入:系数矩阵A,最大迭代次数N,初始向量,误差限e 输出:解向量 2、用牛顿下山法解方程 x*x*x-x*x-1=0(初值为0.6) 输入:初值,误差限,迭代最大次数,下山最大次数 输出:近似根各步下山因子。-Experimental method: includ
test2_1
- 解方程的牛顿迭代法,清晰的步骤,帮助初学数值分析的人。-Newton iterative method of solving equations, clear steps to help beginners who numerical analysis.
mqhs08
- 递推化梯形法求解定积分,求解低阶定积分,迭代法开平方运算,牛顿法解方程,欧拉方法求解微分方程,改进的欧拉方法求解微分方程,雅可比迭代公式求解线性方程,-qiu jie di jie ding ji feng,dijin tuihua tixing qiujie dingjifeng,qiu jie dijia dingji feng ,diedai fa kai pingfang yunsuan
Solvers
- 求解器方程 BisectionZero.m 使用二分法求解方程的过零点; LEPDS.m 求解方程ax = b,a为正定对称矩阵; ModNewt 给定微分,求解方程f(x) = 0; NLEqSolver.m 使用牛顿法求解方程; NLEqSolverWrapper.m 使用不同的初值调用牛顿法解方程; NewtRaph.m 方程只有一个根时,给定df(x)/dx信息,求解方程f(x) = 0。乳菇婆有多个根,x应该在根附近。- Math/Solver