搜索资源列表
高斯─約旦法求解線性聯立方程式VC2008
- 用高斯─約旦法 求解線性聯立方程式的範例 (多元一次方程式)
求解多元高次方程的解的个数
- 多元高次议程的求解是一个计算量很大的工作。当然,当计算机出现时,这个工作就变得十分容易了,本代码中将方程分为左右两部分,先一一求出左半部分的各个值,并将计算结果使用哈希表来存储,然后在求出右半部分的各个值并查询哈希表与左半部分的结果比较,若两者相等则解的个数加一(count+1),最后输出count的值.
预测
- 数据预测算法,主要是一元n次方程的回归预测实现。* 预测分析--本算法只适用于有明显线性趋势的数据 * 默认为一元二次曲线方程法 * * 本程序主要涉及有两个算法 * 1.用最小二乘原理找到线性方程组的系数和常数。 * 2.解线性方程组 * 本程序在解线性方程组中,由于考虑到收敛性问题未采用迭代法,而是采用Gauss-Jordan消去法来解决。-data prediction algorithm is mainly one yuan n
jiefc
- 解线性方程组(多元一次) 水平有限,DOS界面。 其中,输出方程组的未知数用x1,x2,x3...表示, 可以解出多元一次方程。 -solution of linear equations (multiple times) is limited, and DOS interface. Within this total, output equations with the unknown x1, x2, x3 ... t
Eqution
- 文件是一个C++类,用来求解多元一次方程,具有方程组的输出显示功能,方程的解通过数组给出。头文件中附有详细的使用说明。-File is a C++ Category, used to solve the multi-一次方程with equations of the output display function, equations are given through the array. The first document wit
gauss
- 一个很好的程序:高斯列选主元法解多元线性方程-A very good program: Gaussian out how the main multi-element method solution of linear equations
jiefc
- 一个C++程序。用来解多元一次线性方程组-A C++ program. solution to a system of linear equations
2009620150022
- 解多元线性回归方程组,工业控制算法.可移植到MFC程序中.-Solution of multiple linear regression equations, industrial control algorithm. Can be transplanted to MFC program.
calculate
- 此為一解多元聯立方程式的程式(不包含虛數)-This is a multi-simultaneous equations solution program (does not contain imaginary)
ZPHG.RAR
- 一个由VB6.0编写的逐步回归源程序,可解多元线性回归方程。-Prepared by a stepwise regression VB6.0 source code, multiple linear regression equation solvable.
Solving-equations-using-Solver
- 在EXCEL中可以用“单变量求解”解一元多次方程,用“规划求解”解多元方程或找到数学模型的最优解-excel Solving equations using Solver
liezhuyuan
- 高斯列主元消去法,用来解多元线性方程组,从而解决相关的方程组问题-Principal component Gaussian column elimination method used to solve a multivariate linear equations to solve the equations
duoruanfancheng
- 用“列主元消去法”解多元方程组 高斯消去法 回代-Solution of multiple equations, Gaussian elimination backward substitution " column main elimination
LAPACK-3.4.1.tar
- LAPACK,其名為Linear Algebra PACKage的縮寫,是一以Fortran程式語言寫就,用於數值計算的函式集。 LAPACK提供了豐富的工具函式,可用於諸如解多元線性方程式、線性系統方程組的最小平方解、計算特徵向量、用於計算矩陣QR分解的Householder轉換、以及奇異值分解等問題。-LAPACK (Linear Algebra PACKage) is a software library for numerica
Gaussian-column-pivoting-method
- 高斯列选主元法解多元线性方程组,相当实用-Gaussian column pivoting method for solving multiple linear equations, very useful
CPP
- 解多元一次方程的C++程序,易于修改和移植-Xie multivariate equations in C++ program, easy to modify and transplantation
Multi-source-solution-of-equations
- 运用matlab解多元多次方程方便快捷,实在不错啊 Multiple times using equation matlab convenient solution, it is good ah-Multiple times using equation matlab convenient solution, it is good ah
jieNyuanfangcheng
- 通过矩阵解多元一次方程。代码可用,大家可以-Multivariate linear equation solution by matrix. Code is available, we can try
jieduoyuanyicifangchengzu
- VB源代码,解多元一次方程组的小程序-VB source code, a multivariate equations solution applet. . .
gauss100
- 一个很好的程序:高斯列选主元法解多元线性方程-A very good program: Gaussian out how the main multi-element method solution of linear equations