搜索资源列表
科学与工程数值计算算法配套源码java
- 清华大学2002年出版的《科学与工程数值计算算法Java》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm Java" complementary source, includes the plural, matrix co
Mapack_for_NET
- Mapack可用来做矩阵运算 Mapack is a .NET class library for basic linear algebra computations. It supports the following matrix operations and properties: Multiplication, Addition, Subtraction, Determinant, Norm1, Norm2, Frobenius Norm, Infinity Norm, Rank,
java
- 行列式,矩阵,线性方程组,逆阵的java算法 -Determinant, matrices, linear equations, matrix inverse algorithm java
szfx3
- 数值分析之计算方法与实验3:线性方程组数值解法 by java-Numerical Analysis of calculation methods and experimental 3: Numerical Solution of linear equations by java
Third
- Solving linear equations using iteration. Seidels and Biggest incline methods
An-Introduction-To-The-Kalman-Filter
- In putting together this course pack we decided not to simply include copies of the slides for the course presentation, but to attempt to put together a small booklet of information that could stand by itself. The course slides and other useful
LeastSquare20110722
- 1. 最小二乘法拟合数据成直线。 2. 三次样条插值。 3. 两个3D演示程序(用程序直接在平面上画的三维图像)。-自动翻译的:1 a linear least-squares fitting the data. 2 cubic spline interpolation. 3 two 3D demo program (application directly on the painting in three-dimensional image plane).
Numerical-Analysis-for-Statisticians
- Java常用数值算法集 共有数值计算中常用的Java方法近200个.内容包括:解线性代数方程组、插值、数值积分、特殊函数、函数逼近、随机数、排序、特征值问题、数据拟合、方程求根和非线性方程组求解、函数的极值和最优化、数据的统计描述、傅里叶变换谱方法、解常微分方程组、两点边值问题的解法和解偏微分方程组.-Java common set numerical algorithm the total numerical calculation commonly used Java method
nolinee-equation
- 提供非线性方程的解法,运用JAVA实现。-Provide the solution of linear equations, using JAVA implementation.
newtonsolve
- 采用JAVA实现线性方程的牛顿法计算,并提供了源码-Calculated using JAVA implementation of Newton' s law of linear equations