资源列表
LU-decomposition
- LU分解(LU Decomposition)是矩阵分解的一种,可以将一个矩阵分解为一个下三角矩阵和一个上三角矩阵的乘积(有时是它们和一个置换矩阵的乘积)。LU分解主要应用在数值分析中,用来解线性方程、求反矩阵或计算行列式-LU decomposition
QR-decomposition
- QR分解法是目前求一般矩阵全部特征值的最有效并广泛应用的方法,一般矩阵先经过正交相似变化成为Hessenberg矩阵,然后再应用QR方法求特征值和特征向量。它是将矩阵分解成一个正规正交矩阵Q与上三角形矩阵R,所以称为QR分解法,-QR decomposition
schmidt
- 施密特分解,LU分解的一种,这个代码测试可以使用-schmidt
Gaussian-elimination
- 高斯消去法,是线性代数中的一个算法,可用来为线性方程组求解,求出矩阵的秩,以及求出可逆方阵的逆矩阵-Gaussian elimination
Adder.java
- 用JAVA编写的关于加法器的小程序,很是经典的一个-Prepared using JAVA applet on the adder, it is one of the classic
simplecalculator.java
- 用JAVA编写的一个关于计算器的小程序很是经典-It is a classic with JAVA prepared a calculator applet
yakebi
- 用高斯消元,牛顿迭代法,解决雅克比方程。-Gaussian elimination, Newton iteration method to solve the Jacobi equation
Least-squares-straight-line
- 最小二乘法拟合直线程序,数据自己做,很简单-Least-squares fitting a straight-line program data to do is very simple ......
program
- R code for 2integral
lowern
- 详细介绍了数据降维的方法,并讲了实现方法-Detailed data dimensionality reduction method, and about implementation methods
bc-1.06
- 大名鼎鼎的Linux下计算器bc的源代码-GNU bc version 1.06 Program: GNU bc Author: Philip A. Nelson E-mail: phil@cs.wwu.edu OS: UNIX
equation-solving
- 输入需要求解的方程,然后程序能够自动帮助算出方程的结果。-Enter the need to solve the equation, then the program can help calculate the results of the equation.
