搜索资源列表

  1. 科学与工程数值计算算法配套源码vb

    1下载:
  2. 清华大学2002年出版的《科学与工程数值计算算法VB》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm VB" complementary source, incl
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-30
    • 文件大小:193536
    • 提供者:方正
  1. Newton

    0下载:
  2. 牛顿迭代法求解非线性方程,已在TC2.0中编译通过-Newton iterative method for solving nonlinear equations, in which compile WITH TC 2.0
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-30
    • 文件大小:1024
    • 提供者:王国栋
  1. C++常用算法之08非线性方程组求解

    0下载:
  2. 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套非线性方程组求解代码,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过 -the code is "commonly used computer numerical algorithms and procedures C version," a book support
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-30
    • 文件大小:103424
    • 提供者:闻杉
  1. 线性方程组求解与方程组性态讨论

    0下载:
  2. 线性方程组求解与方程组性态讨论(实验报告)三次样条插值问题,数值积分,微分方程数值解,线性方程组的迭代解法,非线性方程的迭代解法-solving linear equations and the equations behavior discussion (Experiment), cubic spline interpolation, numerical integration, the numerical solution of d
  3. 所属分类:文档资料

    • 发布日期:2024-06-30
    • 文件大小:54272
    • 提供者:
  1. 求解非线性方程组

    0下载:
  2. 求解定位方程组。并直接利用三元方程求出X,Y,Z时的误差子函数-positioning Solving equations. 3 yuan and the direct use of equations derived X, Y, Z of error Functions
  3. 所属分类:matlab例程

    • 发布日期:2024-06-30
    • 文件大小:3072
    • 提供者:leaderbbs
  1. NLequation

    0下载:
  2. 求解非线性方程的算法,编译通过。包含各种算法,用户可以通过自己的需要选择 -solving nonlinear equation algorithms compile. Includes algorithms, users can choose their own needs
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-30
    • 文件大小:77824
    • 提供者:陈娜
  1. NLModule

    0下载:
  2. 求解非线性方程的方法,类容具体,包括说明。使用时直接修改参数。-solving nonlinear equations, Yung specific categories, including descr iptions. When used directly alter the parameters.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-30
    • 文件大小:38912
    • 提供者:zhlei
  1. LINDO6.1

    0下载:
  2. LINDO用于求解线性规划和二次规划问题,LINGO除了具有LINDO的全部功能外,还可以用于求解非线性规划问题,也可以用于一些线性和非线性方程(组)的求解,等等。-LINDO for solving linear programming and quadratic programming problems, LINDO LINGO addition to the full functionality, but also can be
  3. 所属分类:其他小程序

    • 发布日期:2024-06-30
    • 文件大小:2729984
    • 提供者:十分
  1. SHUZHIFENXI

    0下载:
  2. 牛顿迭代法,用于求解非线性方程,具体使用方法见程序内部说明。-Newton iteration for solving nonlinear equations, the specific use of the procedure see the internal note.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-30
    • 文件大小:22528
    • 提供者:zhangdehui
  1. C_algorithm_program

    0下载:
  2. 本书是针对工程上常用的行之有效的算法而编写的C语言函数程序集,包括了近几年出现的许多新算法。全书分为数值计算与非数值计算两部分。其中数值计算部分的内容包括:线性代数方程组的求解、矩阵运算、矩阵特征值与特征向量的计算、非线性方程与方程组的求解、插值、数值积分、常微分方程(组)的求解、拟合与逼近、数据处理与回归分析、极值问题、数学变换与滤波、特殊函数、随机数的产生、多项式与连分式函数的计算、复数运算;非数值计算部分的内容包括:排序、查找、图
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-30
    • 文件大小:12773376
    • 提供者:慌种衣
  1. solve_nolinar_eqution

    0下载:
  2. 求解非线性方程的小程序,简单易用,欢迎使用。-Solving nonlinear equations of small procedures, easy to use, welcome to use.
  3. 所属分类:软件工程

    • 发布日期:2024-06-30
    • 文件大小:1024
    • 提供者:fang ye
  1. chap7(1)

    0下载:
  2. 非线性方程是常见的一类方程,非线性方程(组)的理论远不如线性方程(组)成熟和有效,特别是非线性方程组解的存在唯一性还没有完全解决,判断其解的存在性和解的个数几乎没有可行的办法。本例能使读者熟练掌握Matlab中的非线性方程求解相关的函数。-Nonlinear equations is common for a class of equations, nonlinear equations (group) is far below the
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-30
    • 文件大小:3072
    • 提供者:xutianyuan
  1. matlab

    1下载:
  2. 插值,函数逼近,矩阵特征值计算,数值微分,积分,方程求根,非线性方程求解,迭代,随机数生成,特殊函数,常微分方程,偏微分方程等常用的matlab程序。-Interpolation, function approximation, matrix eigenvalue calculation, numerical differentiation, integration, finding roots of equations, nonlin
  3. 所属分类:matlab例程

    • 发布日期:2024-06-30
    • 文件大小:652288
    • 提供者:称臣
  1. 非线性方程组求解

    0下载:
  2. 数值分析非线性方程求解值问题的matlab的范例,超好用der((Numerical analysis of the Matlab example, super easy to use der))
  3. 所属分类:matlab例程

    • 发布日期:2024-06-30
    • 文件大小:11264
    • 提供者:mabiubiu
  1. 纯非线性方程

    0下载:
  2. 求解非线性方程的代码,其中有例子和举例应用。(Solving nonlinear equations of the code, including examples and examples of applications.)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-30
    • 文件大小:22528
    • 提供者:文桢
  1. 非线性方程组求解

    0下载:
  2. 利用改进的遗传算法求解非线性方程,遗传算法得到全局最优解作为初值寻找局部最优解(Using the improved genetic algorithm to solve the nonlinear equation, the genetic algorithm gets the global optimal solution as the initial value to find the local optimal solution
  3. 所属分类:并行运算

    • 发布日期:2024-06-30
    • 文件大小:4096
    • 提供者:zzb1111
  1. 非线性方程解法相关程序

    0下载:
  2. 用二分法以及迭代法求解非线性方程、非线性方程组的例子(An example of solving nonlinear equations and nonlinear equations by the dichotomous method and iterative method)
  3. 所属分类:matlab例程

    • 发布日期:2024-06-30
    • 文件大小:2048
    • 提供者:brimg
  1. 用最小二乘法解一个或多个非线性方程。

    1下载:
  2. LMFNLSQ2求解一个或多个超定的非线性方程 在最小二乘意义上,打印雅可比矩阵和经过的时间(LMFNLSQ2 Solve one or more of (over)determined nonlinear equations % in the least squares sense, prints Jacobian matrix and elapsed time)
  3. 所属分类:matlab例程

    • 发布日期:2024-06-30
    • 文件大小:6144
    • 提供者:taodashi
  1. ch05 非线性方程求解

    0下载:
  2. 非线性方程是指含有指数和余弦函数等非线性函数的方程,例如, 与线性方程相比,无论是解的存在性,还是求解的计算公式,非线性方程问题逗逼线性问题要复杂的多,对于一般线性方程,既无直接法可用,也无一定章程可寻。(Nonlinear equations is refers to the index and cosine function equation of nonlinear functions, such as, for example,
  3. 所属分类:其他小程序

    • 发布日期:2024-06-30
    • 文件大小:652288
    • 提供者:ashtond
  1. 基于MATLAB的非线性薛定谔方程的数值算法研究

    0下载:
  2. 这是一篇关于非线性方程数值求解的论文,基于分步傅里叶算法,通过Matlab编程,里面详细代码程序。(This is a paper about the numerical solution of non-linear equations.)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-30
    • 文件大小:485376
    • 提供者:AAA放飞梦想
« 12 3 4 5 6 7 8 9 10 ... 27 »

源码中国 www.ymcn.org