登录
首页 » matlab » 121

121

于 2020-10-12 发布 文件大小:1KB
0 234
下载积分: 1 下载次数: 33

代码说明:

  1. 牛顿迭代法 function [x,i]=newtonmethod(x0,f,ep,Nmax) 牛顿法求非线性方程根 x0是输入初始值, f是输入函数, 精度要求ep, Nmax为最大迭代次数 x是输出迭代序列,i是迭代次数 2. 二分法 function [x,k]=bisection(a,b,f,ep) 二分法解非线性方程 输入区间[a,b],函数f和误差ep, Nmax为最大二分次数 x为输出近似根, k为二分次数 ( Newton s law and the dichotomy)

文件列表:

bisection.m,267,2012-03-15
f3.m,63,2012-03-15
main.m,290,2012-03-15
newtonmethod.m,447,2012-03-15

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Riemannmain
    用Roe格式求解黎曼激波管问题的Fortran源代码。可以通过MUSCL插值来提高求解精度。适合计算流体力学的初学者参考学习。(Riemann shock tube problem with Roe scheme. You cam improve the accuracy by MUSCL interpolation. This code is suitable for CFD beginners.)
    2020-12-31 09:48:58下载
    积分:1
  • shuzhifenxi
    说明:  包含十个常用的数值分析算法、包括高斯消去法、GIVENS变换等。(Contains ten commonly used numerical analysis algorithms, including Gaussian elimination, GIVENS transformation, and so on.)
    2019-05-22 15:10:35下载
    积分:1
  • zheng
    正入射的自由曲面透镜设计,计算获得透镜的二维坐标(The free-form surface lens is incident on the design, the two-dimensional coordinates of the lens calculated)
    2021-04-13 18:58:56下载
    积分:1
  • xcorr
    实现互相关运算 C实现,实现互相关运算 C实现(cross correlation C code implementation)
    2010-01-10 16:49:14下载
    积分:1
  • co2
    fluent中关于co2的真实气体模型的自定义程序(fluent in about co2 real gas model custom program)
    2020-12-13 21:59:15下载
    积分:1
  • Matlab解微分方程(ODE+PDE)
    Matlab求解微分方程组,几种经典算法(MATLAB Solves Differential Equations, Several Classical Algorithms)
    2018-12-24 15:33:59下载
    积分:1
  • SVMcgForRegress
    说明:  支持向量机中的支持向量回归函数对数据进行预测(Support Vector Regression Function in Support Vector Machine to Predict Data)
    2019-05-12 16:42:10下载
    积分:1
  • Simplex method for linear programming
    线性规划中的单纯形法的c实现,代码有测试类,(Simplex method for linear programming)
    2017-08-25 11:03:43下载
    积分:1
  • An-efficient-augmented-
    基于经典的增广拉格朗日乘子法, 对求解一类带有特定结构(主要是针对凸规划)的非光滑等式约束优化问题, 我们提出、分析并测试了一个新算法. 在极小化增广拉格朗日函数的每一步迭代中, 该算法有效结合了带有非单调线性搜索的交替方向技术, 我们建立了算法的收敛性, 并用它来求解在带有全变差正则化的图像恢复问题.(Based on the classic augmented Lagrangian multiplier method, we propose, analyze and test an algorithm for solving a class of equality-constrained nonsmooth optimization problems (chiefly but not necessarily convex programs) with a particular structure. The algorithm effectively combines an alternating direction technique with a nonmonotone line search to minimize the augmented Lagrangian function at each iteration. We establish convergence for this algorithm, and apply it to solving problems in image reconstruction with total variation regularization.)
    2017-01-05 15:54:19下载
    积分:1
  • mesh_2d
    二维贴体网格 fortran 源程序;偏微分方程生成网格,附详细的说明文档(body-fit mesh generation, two dimension)
    2020-12-09 10:09:19下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载