搜索资源列表
jiefangchengju
- 求解方程组。输入方程组的系数距阵,程序先判断是否有解,有解输出解向量。-solving equations. The importation of the equation coefficient matrix procedure first determine whether explicit, explicit solution vector output.
xtj-002
- 数值计算用数学方法解方程组(习题集)没有答案哦-numerical solution methods using mathematical equations (Exercises Set) Oh no answer
newprogram
- 列主元法解方程组C语言代码与LU分解求线性方程 -main-element equations method of C language code and the LU decomposition of linear equations
xianxingfangcheng
- 编程序,按如下要求来求解n元一次线性方程组(假设方程组具有唯一解)。 (1)方程个数n之值由用户通过键盘输入; (2)方程组存放在“增广矩阵”A之中,而n行n+1列的A存储空间通过new来动态分配,且A的各元素值也由用户通过键盘输入; (3)方程组的解存放于“向量”B之中,而具有n个元素的B存储空间也通过new来动态分配。 -programmed by the following demands to solve an n-linear equation (equatio
gsxy
- // 带有列主元的高斯消元法 // 功能: 求解线性方程组 Ax = b // 参数: A - 指向n*n系数矩阵的指针 // b - 常数向量的指针 // n - 方程组的维数 // 返回值:0 - 如果成功。线性方程组的解保存在 b 中 // 1 - 求解失败
No21_2
- 高斯列主元消去法解线代数方程组,高斯算法-out PCA Gaussian Elimination Solution Line algebraic equations, Gaussian algorithms
求矩阵特征值、解方程组
- 求矩阵特征值、解方程组 -seeking matrix eigenvalue solution equations for matrix eigenvalue equations Solutions
预测
- 数据预测算法,主要是一元n次方程的回归预测实现。* 预测分析--本算法只适用于有明显线性趋势的数据 * 默认为一元二次曲线方程法 * * 本程序主要涉及有两个算法 * 1.用最小二乘原理找到线性方程组的系数和常数。 * 2.解线性方程组 * 本程序在解线性方程组中,由于考虑到收敛性问题未采用迭代法,而是采用Gauss-Jordan消去法来解决。-data prediction algorithm is mainly one yuan n equation forecast to achieve
高斯-赛德尔算法
- 高斯-赛德尔算法 解线性方程组
高斯-赛德尔迭代法解线性方程组的C++程序
- 这是高斯-赛德尔迭代法解线性方程组的C++程序,适合程序设计初学者和大学生课程设计-This is the Gauss- Seidel iterative method for solving linear equations of the C++ program, designed for beginners and students of the program curriculum design
yiyuanxishuduoxiangshi
- 这是一个一元稀疏多项式计算器 能够实现多项式的输出 降幂 还有加法 减法 乘法功能 除此之外还有能够对不同阶数的线性方程组求解 对于无解时会提醒。此程序供大家参考。-This is a one yuan sparse polynomial calculator can realize the output power and down polynomial function besides addition and subtraction method to different order nu
Deliver
- 包含冒泡排序算法函数模板和数据结构中的字符串查找例子及解线性方程组的3个典型算法加演示。-Contains the Bubble Sort algorithm function templates and data structure of string to find examples and solutions of linear equations of the three typical algorithms plus demo.
Gauss
- 高斯方法解n阶线性方程组的非常详细的方法-Gauss method to solve n-order linear equations of a very detailed way
guass
- 高斯消去法解线性方程组,可以解一般的线性方程-Gaussian elimination solution of linear equations can be a general solution of linear equations
jacobiQR
- jacobi迭代法程序和矩阵的QR分解算法,jacobi用来解线性方程组,比直接求解速度快-jacobi
shuzhifenxi
- 各种解方程组的方法 包括线性和非线性方程组-The method of solution of equations, including linear and nonlinear equations
@163
- 数值计算方法中高斯主元素消元法 在vc环境中运行 用于解方程组-Numerical methods in the Gaussian elimination method, the main elements of the environment in vc run for the solution of equations
xx
- 线性规划-解方程组问题,算法 设计课 程作业,能运行成功-Linear programming- solution of equations, algorithm design course work, be able to run successfully
solutions
- 各种常见的解方程组方法:Cholesky分解法解方程组、LU分解线性方程组、高斯消去法解方程组、列主元解线性方程组、雅可比迭代解线性方程组-Common solution of equations: the Cholesky decomposition of equations, LU decomposition of linear equations, Gaussian elimination method for solving equations, column element for s
828019
- 解方程组的程序VB,是以水利的例编写的,修改一下即可他用,()