搜索资源列表

  1. An Introduction to Matlab

    0下载:
  2. 1 MATLAB 2 2 Starting Up 2 2.1 Windows Systems . . . . . . . . . . 2 2.2 Unix Systems . . . . . . . . . . . . . 2 2.3 Command Line Help . . . . . . . . . 2 2.4 Demos . . . . . . . . . . . . . . . . . 3 3 Matlab as a Calc
  3. 所属分类:其他书籍

    • 发布日期:2012-02-26
    • 文件大小:877346
    • 提供者:taffy320
  1. LeastMeanSquare

    0下载:
  2. 最小二乘法求超定线性方程组得C++模板,还包括矩阵求逆,矩阵乘法等小函数-Overdetermined least-squares method of linear equations have to C templates, also includes matrix inversion, matrix multiplication, such as small function
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:xiao guilin
  1. SolveChaoDingEquations

    0下载:
  2. VC++编程实现解超定方程组。是对之前程序的修改版。-VC++ Programming solution overdetermined equations. Is a modified version before the procedure.
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:30720
    • 提供者:
  1. goodsolutionofoverdeterminedequationsalgorithm

    0下载:
  2. 一个好的解超定方程组算法,由C++实现,下载完直接可以使用,是我在做项目实施用到的-A good solution of overdetermined equations algorithm, from the C++ implementation can be downloaded directly to use, is what I used to do the project implementation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:wen33
  1. PETSOC-07-04-02-P

    0下载:
  2. As we shall see, underdetermined systems always have an infinite number of solutions. Determined systems usually, but not always, have a single solution. Overdetermined systems are usually a problem and have to be carefu
  3. 所属分类:文件格式

    • 发布日期:2024-04-29
    • 文件大小:652288
    • 提供者:hamid
  1. super_matrix

    1下载:
  2. 利用最小二乘法求解超定方程的矩阵解法,用matlab编写。-The least square method for solving overdetermined matrix equation solution, prepared with matlab
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:lancelot
  1. SVD

    0下载:
  2. 最小二乘估值的SVD分解计算方法,本程序可将最小二乘估值问题转化为超定方程组的问题处理,且可用奇异值分解的方法计算最小二乘问题。-Least Squares Estimates of the SVD decomposition method, the valuation process can be transformed into squares overdetermined equations deal with the probl
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:o0cmzx0o
  1. chaodingfangcheng

    0下载:
  2. 用c语言解决超定方程的算法实现,对于初学者很有参考价值.-With the c language to solve overdetermined equation algorithm, a good reference for beginners.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:蓝旺隆
  1. data_nihe

    0下载:
  2. 曲线拟合的最小二乘法要解决的问题,实际上就是求以下超定方程组的最小二乘解的问题。-Least squares curve fitting to solve the problem, in fact, find the following overdetermined least squares solution for the problem group.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-29
    • 文件大小:303104
    • 提供者:zjs
  1. LMF

    0下载:
  2. 最小二乘法 非线性方程 matlab代码-Solve a Set of Overdetermined Nonlinear Equations in Least-Squares Sense
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:56320
    • 提供者:张鞠成
  1. Conjugate-gradient-method-(fortran)

    0下载:
  2. 使用共轭梯度法解超定方程组的程序,使用fortran语言。本程序亦可用于解适定方程组。-Conjugate gradient method for solving overdetermined equations, the use of fortran language. This procedure can also be posed for the solution equations.
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:12288
    • 提供者:智庆全
  1. LMFsolve

    1下载:
  2. 这个程序实现了Levenberg Marquardt Fletcher(LMF)算法,并用于非线性最小二乘的计算。用于在一个非线性多项式组成的矛盾/超定方程组中,找到最优的解。-This program implements the Levenberg Marquardt Fletcher (LMF) algorithm, and used nonlinear least squares calculations. Formed in
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:4096
    • 提供者:蒋常富
  1. applicationofmatlabinsurveying

    0下载:
  2. 测量数据处理非常复杂,但应用Matlab强大的数据矩阵处理能力,可以非常容易的实现最优控制,超定方程等问题的解算。-Measurement data processing is very complex, but the application of Matlab data matrix powerful processing capability, can be very easy to achieve optimal control
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:67584
    • 提供者:yang
  1. LM-algorithm

    1下载:
  2. 用LM算法解超定方程,未用到库,都是自己写的函数,有例子-With the LM algorithm for solving overdetermined equation, unused libraries, are writing their own functions, there are examples
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-29
    • 文件大小:8192
    • 提供者:木木
  1. paiming

    0下载:
  2. 这是一个解决学生排名问题的matlab程序,采用的方法是用最小二乘法求解由模型确立的超定方程组。-This is a solution to the problem of students ranked the matlab program, using the least square method is to use the model established by the overdetermined equations.
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:于忠达
  1. Overdetermined-equations

    0下载:
  2. 求解超定方程的一个C语言程序算法稳定性高-Overdetermined equation solving a C language program algorithm stability
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:ZHU
  1. gen_inverse-matrix--non_-eqs-

    0下载:
  2. 本程序为利用广义逆矩阵法求解朝顶非线性方程组,里面调用了其他三个函数,非别为一般实矩阵的奇异值分解、奇异值分解求一般实矩阵的逆矩阵、广义逆矩阵法求线性超定方程组。-The procedure for the use of generalized inverse matrix method for solving nonlinear equations toward the top, which calls the other three
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-29
    • 文件大小:4096
    • 提供者:RTQ
  1. ma20-1.0.0.tar

    0下载:
  2. Solves overdetermined system of equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-29
    • 文件大小:108544
    • 提供者:tmcmashsala
  1. solving-overdetermined-equations

    0下载:
  2. 利用matlab求解超定方法,使用最小二乘法求解平面程序-Using the least squares method for solving overdetermined equations, find plane program
  3. 所属分类:软件工程

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:吴爱芬
  1. overdetermined-and-under-determined-problem

    0下载:
  2. simple block model of under determined and overdetermined problem and its documentation.
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:4096
    • 提供者:M
« 12 »

源码中国 www.ymcn.org