搜索资源列表
Hierbert
- JAVA数值算法分析的一个典型程序HierBert变换的手段-Java numerical algorithm analysis of a typical procedure HierBert Transform means
OL.rar
- 可以实现数值分析中的欧拉法、后退欧拉法和改进欧拉法的计算,程序中涉及到拉界面,以及许多控件的使用。,Numerical analysis can be achieved in the Euler, backward Euler and improved Euler s method of calculation, the procedure involved in drawing interface, as well as the use of many controls.
Eigenvalue
- 用QR分解来求矩阵的全部特征值 包括:QR分解,矩阵转置,;矩阵求逆,矩阵相乘,最后迭代得出特征值-With QR decomposition to the full matrix eigenvalue include: QR decomposition, matrix transpose, matrix inversion, matrix multiplication, and finally reached eigenvalue iteration
szfx1
- 数值分析之计算方法与实验1舍入误差与数值稳定性 by java-Numerical analysis and experimental method of calculating the one round-off errors and numerical stability by java
szfx2
- 数值分析之计算方法与实验2:方程求根 by java-Numerical analysis method of calculation and experiment 2: Root equation by java
szfx3
- 数值分析之计算方法与实验3:线性方程组数值解法 by java-Numerical Analysis of calculation methods and experimental 3: Numerical Solution of linear equations by java
szfx4
- 数值分析之计算方法与实验4:插值法 by java-Numerical analysis method of calculation and experiment 4: interpolation by java
szfx5
- 数值分析之计算方法与实验5:曲线拟合 by java-Numerical analysis method of calculation and experiment 5: Curve Fitting by java
szfx6
- 数值分析之计算方法与实验6:数值积分 by java-Numerical analysis and experimental method of calculating 6: numerical integration by java
szfx7
- 数值分析之计算方法与实验7:常微分方程数值解法 by java-Numerical Analysis of calculation methods and experimental 7: Numerical Solution of Ordinary Differential Equations by java
matlab_getstart
- Matlab 学习资料 PDF MATLAB是MATrix LABoratory的缩写,是一款由美国MathWorks公司出品的商业数学软件。MATLAB是一种用于算法开发、数据可视化、数据分析以及数值计算的高级技术计算语言和交互式环境。除了矩阵运算、绘制函数/数据图像等常用功能外,MATLAB还可以用来创建用户界面及与调用其它语言(包括C,C++和FORTRAN)编写的程序。-Matlab language tutoria MATLAB (matrix laboratory) is a num
MATLAB7_0-teach
- MATLAB (matrix laboratory) is a numerical computing environment and fourth-generation programming language. Developed by MathWorks, MATLAB allows matrix manipulations, plotting of functions and data, implementation of algorithms, creation of user int
shuzhifenxi
- 二分法,数值分析实现方程求根的算法,这是java程序-Dichotomy, numerical analysis algorithms to achieve Roots of the equation, which is the java program
Main
- 数值分析中改进的高斯消元算法,用Java编程实现-Gauss elimination method
数值分析课题九十java源代码
- 东北大学数值分析上机实验课题九、十实验源代码(Northeastern University numerical analysis on the experimental subjects nine, ten experimental source code)
NA
- 数值分析算法的java实现,包括二分法、牛顿迭代法等十来个算法 可视化窗口,软件是Netbeans(The Java implementation of the numerical analysis algorithm, including ten algorithms, such as dichotomy, Newton iterative method and so on)
数值分析Java
- 数值分析作业:计算特征值和特征矩阵;QR分解