搜索资源列表
functionz1
- 寻找三次样条多项式需要求解大量的线性方程。实际上,给定N个断点,就要寻找N-1个三次多项式,每个多项式有4个未知系数。这样,所求解的方程组包含有4*(N-1)个未知数。把每个三次多项式列成特殊形式,并且运用各种约束,通过求解N个具有N个未知系数的方程组,就能确定三次多项式。 -find cubic spline solving polynomial need a lot of linear equations. In fact, given N breakpoints, it is nece
ssolve
- Matlab中虽然有很多解方程的函数,但对于一般线性方程,有无穷个解时,却不能算出一个特解和基础解系,这几个函数可以实现这个功能。-Matlab Although there are many solutions to the equation function, but for the general linear equations, Infinite Solutions months, they can not penetrate a special solution and infras
gepp
- 使用matlab进行矩阵的高斯分解,可以对高阶线性方程进行数值求解-use Matlab for Gaussian decomposition of the matrix, the high-order linear equations were solved numerically
waternetcompute
- 做的一个关于水网解算的小程序,用的是把非线性方程转化为线性方程的思想去解决的,
jianxiangxingfangcheng
- 这是用来解线性方程的,只要调用一下就能用了,很方便的。
SolveEquation
- 求解方程 包括求解线性方程非线性方程,微分方程等
MATLAB-Ch7LinearEquation
- 此为《MATLAB教程》的第七章:线性方程系统。该书内容翔实,深入浅出,不可多得。
lufact
- lu分解是数值分析中的重要内容,在解线性方程组方面具有很重要的地位,所以彻底的掌握他具有很好的学习价值,通过程序实现算法 正好体现了计算机与自然科学的有机结合-numerical analysis is an important part of the solution of linear equations have a very important position, so thoroughly he has a good grasp of the value of learning thr
数值分析中的一元二次线性方程的求解
- 数值分析中的一元二次线性方程的求解,主要是用DELPHI语言进行编程-Numerical analysis of a linear quadratic equation, is mainly used for programming language DELPHI
MATLABtutorial
- matlab教程,包括初步、启动、创建矩阵、对象、画图、拟合、线性方程等。-matlab tutorials, including preliminary, start, create a matrix, object, drawing, fitting, linear equations and so on.
pingfanggenfa
- 用matlab算法实现的平方根算法 用于数值分析中平方根发求解线性方程-Matlab algorithm using the square root algorithm for the numerical analysis of the square root of hair for solving linear equations
newtonchazhi
- newton插值应该比lagrange好一点点,适合求解线性方程组,-lagrange interpolation newton than a little bit of good, suitable for solving linear equations,
UCA_SMI
- QR分解SMI算法的目的正是要避免直接来解线性方程,而是将自相关矩阵分解,并利用Givens旋转实现数据矩阵的QR分解,最终将权矢量的求解问题转化为三角线性方程组的求解问题。-QR decomposition SMI algorithm, whose objective it is to avoid directly to solution of linear equations, but will auto-correlation matrix decomposition, and the u
chengxu
- 第一章 误差与范数 第二章 非线性方程(组)的数值解法 第三章 解线性方程组的直接方法第四章 解线性方程组的迭代法第五章 矩阵的特征值与特征向量的计算-Chapter norm error and the second chapter of nonlinear equations (Group) Chapter III of the numerical solution of linear equations solution methods of Chapter IV of the direc
guass
- 解一般线性方程,非常方便。 和我们老师要求的程序是同步的。-solve function
7MATLAB
- matlab 用于介绍求解方程包含非线性方程和线性方程的方法-matlab about how to solute the noliner equation etc
ninewton
- 牛顿迭代法求解线性方程,其收敛阶数为1次-newton iteration for liear equation
DanChunXing
- 实现单纯形解线性方程的过程,以及灵敏度分析-Simplex Solution of linear equations to achieve the process, as well as sensitivity analysis
jacobi
- 利用jacobi法求解病态线性方程,其中矩阵为hilbort矩阵-Jacobi method used to solve ill-linear equations, including matrix hilbort matrix
feixianxingfangcheng
- 我们一般习惯于解线性方程,对于非线性方程我们可以借助matlab进行解答-We used solutions of general linear equation, the nonlinear equations can be answered with matlab