搜索资源列表
An Introduction to Matlab
- 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
LeastMeanSquare
- 最小二乘法求超定线性方程组得C++模板,还包括矩阵求逆,矩阵乘法等小函数-Overdetermined least-squares method of linear equations have to C templates, also includes matrix inversion, matrix multiplication, such as small function
SolveChaoDingEquations
- VC++编程实现解超定方程组。是对之前程序的修改版。-VC++ Programming solution overdetermined equations. Is a modified version before the procedure.
goodsolutionofoverdeterminedequationsalgorithm
- 一个好的解超定方程组算法,由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
PETSOC-07-04-02-P
- 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
super_matrix
- 利用最小二乘法求解超定方程的矩阵解法,用matlab编写。-The least square method for solving overdetermined matrix equation solution, prepared with matlab
SVD
- 最小二乘估值的SVD分解计算方法,本程序可将最小二乘估值问题转化为超定方程组的问题处理,且可用奇异值分解的方法计算最小二乘问题。-Least Squares Estimates of the SVD decomposition method, the valuation process can be transformed into squares overdetermined equations deal with the probl
chaodingfangcheng
- 用c语言解决超定方程的算法实现,对于初学者很有参考价值.-With the c language to solve overdetermined equation algorithm, a good reference for beginners.
data_nihe
- 曲线拟合的最小二乘法要解决的问题,实际上就是求以下超定方程组的最小二乘解的问题。-Least squares curve fitting to solve the problem, in fact, find the following overdetermined least squares solution for the problem group.
LMF
- 最小二乘法 非线性方程 matlab代码-Solve a Set of Overdetermined Nonlinear Equations in Least-Squares Sense
Conjugate-gradient-method-(fortran)
- 使用共轭梯度法解超定方程组的程序,使用fortran语言。本程序亦可用于解适定方程组。-Conjugate gradient method for solving overdetermined equations, the use of fortran language. This procedure can also be posed for the solution equations.
LMFsolve
- 这个程序实现了Levenberg Marquardt Fletcher(LMF)算法,并用于非线性最小二乘的计算。用于在一个非线性多项式组成的矛盾/超定方程组中,找到最优的解。-This program implements the Levenberg Marquardt Fletcher (LMF) algorithm, and used nonlinear least squares calculations. Formed in
applicationofmatlabinsurveying
- 测量数据处理非常复杂,但应用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
LM-algorithm
- 用LM算法解超定方程,未用到库,都是自己写的函数,有例子-With the LM algorithm for solving overdetermined equation, unused libraries, are writing their own functions, there are examples
paiming
- 这是一个解决学生排名问题的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.
Overdetermined-equations
- 求解超定方程的一个C语言程序算法稳定性高-Overdetermined equation solving a C language program algorithm stability
gen_inverse-matrix--non_-eqs-
- 本程序为利用广义逆矩阵法求解朝顶非线性方程组,里面调用了其他三个函数,非别为一般实矩阵的奇异值分解、奇异值分解求一般实矩阵的逆矩阵、广义逆矩阵法求线性超定方程组。-The procedure for the use of generalized inverse matrix method for solving nonlinear equations toward the top, which calls the other three
ma20-1.0.0.tar
- Solves overdetermined system of equations
solving-overdetermined-equations
- 利用matlab求解超定方法,使用最小二乘法求解平面程序-Using the least squares method for solving overdetermined equations, find plane program
overdetermined-and-under-determined-problem
- simple block model of under determined and overdetermined problem and its documentation.