搜索资源列表

  1. vis.tar

    0下载:
  2. 用欧拉,龙格库塔,Heuch 方法解非线性方程的其中一种方法,没有解密密码-with Euler, the Runge- Kutta, Heuch method for solving systems of nonlinear equations, one way yet to be declassified Password
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:89088
    • 提供者:Ellen Niu
  1. feixianxingfangcheng

    0下载:
  2. 非线性方程求根算法,我好了一个小时编的,虽不是很好。但能用-rooting algorithm of nonlinear equations, I had a good series of the hour, although it is not good. But can use
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:269312
    • 提供者:ajsaklfj
  1. NRTL_2

    0下载:
  2. 用NRTL模型,求解萘在一种离子液体中的活度系数。 求解非线性方程、非线性拟合都可以实现。 稍微对比了一下,发现还是拟合的结果好些。 Matlab源程序及结果在附件里-with NRTL model for naphthalene in an ionic liquid in the activity coefficient. Solve nonlinear equations, nonlinear fitt
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:9216
    • 提供者:
  1. nonliearequation

    1下载:
  2. 这是牛顿法求解非线性方程组哦那个,用matlab编写的3个m文件,F是方程组左端向量函数,JF是其Jacobian矩阵,最后调用newdim函数文件-This is the Newton method for solving nonlinear equations, oh, um, using Matlab prepared by the three m documents, F is equations extreme vector
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:娄雯
  1. Newton-Raphson

    0下载:
  2. 非线性方程组的牛顿—拉斐森方法实例,应该比较有用吧-nonlinear equations of Newton-Shift example of ways, it should be more useful
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:雷晓锋
  1. ComputingMethodCourse

    0下载:
  2. 计算方法课程中,一些解方程的方法的程序,有高斯消去法、解三对角方程、迭代法、插值法、Simpson求积公式和非线性方程解法。-calculation method courses, some of the methods of solving equations procedures, Gaussian elimination, three pairs of solutions angle equation, iterative met
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:9216
    • 提供者:风雷
  1. iamatlab

    0下载:
  2. 免疫算法解非线性方程组matlab源程序,很好用-immune algorithm for solving systems of nonlinear equations Matlab source, easy to use
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:李响
  1. Matlab_xxfc

    0下载:
  2. 用matlab解非线性方程组算法介绍,文章中有matlab详细代码-Using matlab algorithm for solving nonlinear equations, the article has a detailed code matlab
  3. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:49152
    • 提供者:陈媛媛
  1. SR1校正的拟牛顿法

    0下载:
  2. 工程中经常使用的拟牛顿方法,特别用于球非线性方程组中应用-Projects frequently used quasi-Newton methods, in particular for the ball in the application of nonlinear equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:王丰
  1. Newton

    0下载:
  2. 牛顿法求解非线性方程组,VC++,牛顿法求解非线性方程组算法源码 -Newton method for solving nonlinear equations, VC++, Newton method for solving nonlinear equations algorithm source code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:183296
    • 提供者:GYZ
  1. newton2

    0下载:
  2. Newton迭代法是将非线性方程用线性方程来代替,一旦把方程线性化了之后,求方程的近似根问题就很容易解决.-Newton iterative method is to use nonlinear equations instead of linear equations, once the equation after linearization, and the approximate equations can easily sol
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:238592
    • 提供者:周倩
  1. gener

    0下载:
  2. 用遗传优化算法求解高次非线性方程组。代码中举例说明。-Optimization using genetic algorithm high nonlinear equations. Code example.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:8192
    • 提供者:沈晶晶
  1. tuihuo

    0下载:
  2. matlab实现退火算法求解非线性方程组。-matlab wife of mother
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:沈晶晶
  1. niudunfajiefangchengzu

    0下载:
  2. 牛顿法解非线性方程组输入系数可直接运行的-Newton Method with input coefficient of nonlinear equations can be directly run
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:239616
    • 提供者:
  1. Newton

    0下载:
  2. 此程序为MATLAB计算非线性方程组的程序-This procedure for calculating the nonlinear equations MATLAB procedure
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:yang
  1. budongdian

    0下载:
  2. 此程序为解非线性方程组的不动点迭代法,在MATLAB执行.-This procedure for the solution of nonlinear equations of the fixed point iteration method, in the MATLAB implementation.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:yang
  1. Broyden

    0下载:
  2. 此程序为解非线性方程组的逆Broyden秩1迭代法,为MATLAB源程序-This procedure for the solution of nonlinear equations inverse Broyden iteration rank 1 for MATLAB source code
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:yang
  1. dqed_for

    0下载:
  2. 求解非线性方程组的一个高效算法,用FORTRAN实现.-Solving nonlinear equations of an efficient algorithm, using FORTRAN realize.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:59392
    • 提供者:陆卫兵
  1. LMF

    0下载:
  2. LMF方法解非线性方程组,有例子,可以直接运行!-LMF method to solve nonlinear equations, there are examples, can be directly run!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:聂建辉
  1. adams

    0下载:
  2. 常微分方程组adams数值解法以及非线性方程的二分法解法-Adams Ordinary Differential Equations Numerical Solution of nonlinear equations as well as the dichotomy method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:secret
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org