搜索资源列表
ComputingMethodCourse
- 计算方法课程中,一些解方程的方法的程序,有高斯消去法、解三对角方程、迭代法、插值法、Simpson求积公式和非线性方程解法。-calculation method courses, some of the methods of solving equations procedures, Gaussian elimination, three pairs of solutions angle equation, iterative method, interpolation, Simpson qu
sdui
- 用数值计算方法研究三阶锁相环的非线性性能及其改善途径.建立具有正弦鉴相特性的三阶锁相 环的动态非线性微分方程 ,通过编制数值解程序 ,求出不同条件下的相轨迹和时间响应图 ,分析了电路参数和初 始条件对三阶锁相环非线性性能的影响 ,并提出改善非线性性能的途径.-numerical calculation method PLL third-order nonlinear properties and improved ways. Establish special sinusoidal ph
二分法求解非线性方程的根
- 实 验2 二分法求解非线性方程的根 计机系 041班 姓名:刘文杰 学号:200410714102 【实验内容】 1、方法介绍 (1)输入区间端点值a、b,步长h,及精度控制量ε1,若|f(a)|< ε1,则a为原方程的一个近似根,若|f(b)|< ε1,则b为原方程的一个近似根。 (2)以h为步长,将区间[a,b]分为两个等距的小区间[a,c],[c,b]。如果f(a)<0,f(c)>0,则根在[a,c]中,将区间[a,c]再分半,分点为
nrfxxfc
- 牛顿法计算方程,可以计算非线性方程/方程组,有需要的可以试试,主要是数学方法的实现
NumericalRecipes
- 数值分析方法库 本书编写了300多个实用而有效的数值算法C语言程序。其内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解等
New_Method_CameraCalibration
- 如何由非定标序列图象计算出相机和景物的度量特性是相机自定标技术要解决的主要问题。相机定标方法是利用景物的已知三维点坐标或几何特性,如正交方向的灭点等, 确定相机的定标矩阵K,而相机自定标方法是直接根据图象和相机内外参数的约束来确定相机和景物的度量特性。相机定标对于计算机视觉的许多应用来说是非常重要,而在实际应用中,定标过程往往是很复杂的,因而,在过去的几年中,许多学者在相机自定标方面做了大量的工作,其研究结果表明,对于刚性景物来说,相机自定标是可行的。本文给出了一种新的基于线性模型摄像机的相
实验3--非线性方程求根.doc
- 《计算方法》实验报告,非线性方程求根,文档里有程序
caclulatemethode.rar
- c语言版的 数值计算方法,极好,值得深思 线性非线性方程、数值逼近、数值代数和微分方程数值解,c language version of the numerical calculation method, an excellent, worthy of careful consideration of linear non-linear equations, numerical approximation, numerical algebra and numerical solution of
yingyongshuzhifenxi.rar
- 本书包括绪论,插值法,函数逼近,解线性方程组的直接方法、迭代法,数值微分与数值积分,非线性方程求根,常微分方程数值解法,矩阵特征值与特征向量的计算以及附录和习题解答等。 ,This book includes introduction, interpolation, function approximation, solution of linear equations of the direct method, iterative method, numerical differentiati
Newton
- 牛顿计算方法,解非线性方程f(x)=0牛顿方法是一种将非线性函数线性化的方法。 牛顿迭代法求方程的一个实根 -Newton s method of calculating solution of nonlinear equations f (x) = 0 Newton method is a nonlinear function linearization method. Newton iteration equation for a real roots
bisection
- 计算方法中的二分法,计算数值,非线性方程的数值解法-Dichotomy in the calculation method, numerical calculation, the numerical solution of nonlinear equations
numerical_analysis_homework
- (有源代码)数值分析作业,本文主要包括两个部分,第一部分是常微分方程(ODE)的三个实验题,第二部分是有关的拓展讨论,包括高阶常微分的求解和边值问题的求解(BVP).文中的算法和算例都是基于Matlab计算的.ODE问题从刚性(STIFFNESS)来看分为非刚性的问题和刚性的问题,刚性问题(如大系数的VDP方程)用通常的方法如ODE45来求解,效率会很低,用ODE15S等,则效率会高多了.而通常的非刚性问题,用ODE45来求解会有很好的效果.从阶次来看可以分为高阶微分方程和一阶常微分方程,高阶的
functions
- 计算方法中的非线性方程求根。自己写得很辛苦的程序。包括了readme文档-Method of calculating roots of nonlinear equations. Very difficult to write their own procedures. Including the readme file
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
110612120
- 所以关于计算方法的全部报告,包括编写割线迭代法的程序,求非线性方程的解,并与牛顿迭代法作比较-Therefore, regarding the calculation of the full report, including the preparation of secant iterative procedure for solution of nonlinear equations, and compared with the Newton' s iterative method
NumericalAlgorithm
- 数值计算方法中部分重要算法的C语言代码实现程序。内容包括解非线性方程的迭代方法、矩阵分解的直接方法、插值法、数值积分-Numerical calculation method, some important algorithms in C language code implementation procedures. Includes iterative method for solving nonlinear equations, matrix decomposition of the di
secantnonlinearequation
- 计算方法的应用程序——一种多步法解非线性方程的C语言程序。 -Application method- a multi-step method for solving nonlinear equations of C language program.
newton
- 计算方法 newdon法 解方程非线性方程的数值解法中的各种方法的使用-Newdon calculation method of nonlinear equation solutions method, the numerical solution of the use of various methods
Nonlinear-equations
- 非线性方程计算各种方法的matlab程序,可作为数值分析等的学习工具。-Nonlinear equations to calculate the various methods matlab program, can be used as a learning tool of numerical analysis .
计算方法(C语言版)
- c数值计算方法。线性方程组求解。非线性方程组求解。微分方程数值计算。(c program. linear eqations solving. nonlinear eqations solving. differential eqations eqations.)