搜索资源列表
用Gauss列主元消元法解线性方程组
- 解方程: 用Gauss列主元消元法解线性方程组 -solution equation : Gauss out PCA elimination method for solving linear equations using Gauss out PCA elimination method for solving linear equations
jifen124
- 龙格---库塔方法是求解微分方程比较常用的方法,在理解数学上是怎么一回事后,编制这个程是相当容易的,就是个迭代的过程.步长的选取也是很有讲究的,过小的步长反而会导致误差累积过大. 相关的理论请参考相关的数值算法的书籍,我这里只给出关键的函数及主程序段,其余相关的细节就不再一一罗列了.-Runge - Kutta method to solve the differential equation is more commonly used method, in understanding h
ConsoleJava
- DotNet版的线性方程的解法,包括:高斯消元法,用于n阶非奇异矩阵;SVD分解法,求最小二乘解.目前还很难找到免费的DotNet版的数值计算程序.这里有源码(J#)和dll文件.-Kind version of the linear equation solution, including : Gaussian Elimination Act, for order n nonsingular matrix; SVD decomposition method, least squares sol
DotMatrix
- DotNet版的线性方程的解法,包括:高斯消元法,用于n阶非奇异矩阵;SVD分解法,求最小二乘解.目前还很难找到免费的DotNet版的数值计算程序.这里有源码(J#)和dll文件.-Kind version of the linear equation solution, including : Gaussian Elimination Act, for order n nonsingular matrix; SVD decomposition method, least squares sol
method_of_moments
- 矩量法求解导体便表面电流,采用电磁场混合积分方程结合矩量法求解。-Moment Method conductor will surface current, mixed-use electromagnetic field integral equation Moment Method.
efgxf
- 为计算方法课程的作业(二分割线法求解方程的解)-courses for the calculation of operations (2 segmentation method for the solution of the equation)
GaussPP
- 计算方法最后大作业程序(高斯列主元削去法解方程)-calculation method was finally operating procedures (Gaussian yuan cut out the main method of equation)
nd
- 在CCS环境下,用C语言编写用牛顿迭代法解非齐次线性方程组(在此为3个方程)的代码。-In the CCS environment, using C language solution using Newton' s iterative method of non-homogeneous linear equations (in this case 3 equation) code.
NewtonsMethod
- Newtons method in C#. i.e. solve an equation using formula: Pn+1 = Pn - f(Pn)/f (Pn). Program can be easily altered for different equations, solved to your specified required accuracy, within your desired number of iterations.
CSharpAlgorithm
- CSharp编的算法集合,有各种插值,积分方法、复数计算、线性方程求解等。并定义了几种插值数据输入格式-CSharp compiled a collection of algorithms, there are a variety of interpolation, integration method, complex calculation, the linear equation and so on. And defines several interpolation data input
danchun
- 把单纯型法应用于新的方程解析,求解最佳值,解决实际问题-The simplex method applied to the new analytical equation, solving the optimal value, solve practical problems
newton
- 基于VC++ 程序主要实现 牛顿运动法、牛顿法图解方程-VC++ program based on the main realization of Newton' s method, Newton diagram equation
BHcircle
- 数值微分(DDA)法: 设过端点P0(x0 ,y0)、P1(x1 ,y1)的直线段为L(P0 ,P1),则直线段L的斜率 L的起点P0的横坐标x0向L的终点P1的横坐标x1步进,取步长=1(个象素),用L的直线方程y=kx+b计算相应的y坐标,并取象素点(x,round(y))作为当前点的坐标。因为: yi+1 = kxi+1+b = k1xi+b+kDx = yi+kDx 所以,当Dx =1 yi+1 = yi+k。也就是说,当x
Euler-Kutta
- 一个用C#开发的求解微分方程的小软件,分别运用欧拉法和龙格库塔法计算一个给定微分方程的解。-A c# development with the solution of differential equation, the small software, using respectively euler method and LongGe coulthard method for calculation of a given of the solution of the differential
grad
- 介绍了一般方程的梯度求解方法 并给出了详细的代码-Describes the general method of solving the gradient equation and gives a detailed code
Solving-linear-equations
- 求解线性方程组,首先要确定方程式的个数,以及每个方程的系数,要求程序与用户交互, 在程序运行过程中,要求用户输入方程个数和方程中的系数,程序把系数存入系数矩阵中 运用消元法(高斯消元法):1.将系数矩阵消为上三角2.回代求得方程组的解-Solving linear equations, we must first determine the number of equations, and the coefficients of each equation required proc
2.1-(2)
- 方程求根,用迭代法!如果方程发散,程序会自动断开!-Equation Root iterative method! If the equation of divergence, the program will automatically disconnect!
c
- 一元二次方程的计算方法,新手学习c语言的实际实例例程-A quadratic equation calculation method, the novice learning c language instance routine
C-language-to-achieve-SOR-method
- Jacobi_Gauss-Seidel法求解方程的C语言程序-Jacobi_Gauss-Seidel method for solving the equation of the C language program
Gauss_pca-elimination-method
- 求解矩阵方程的高斯全主元法,可有效避免有效数字的损失。-Gaussian all the principal method for solving matrix equation, which can effectively avoid the loss of significant figures.