搜索资源列表
科学与工程数值计算算法配套源码java
- 清华大学2002年出版的《科学与工程数值计算算法Java》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm Java" complementary source, includes the plural, matrix co
科学与工程数值计算算法配套源码vb
- 清华大学2002年出版的《科学与工程数值计算算法VB》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm VB" complementary source, includes the plural, matrix comput
科学与工程数值计算算法配套源码vc++
- 清华大学2002年出版的《科学与工程数值计算算法VC++》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm VC + +" complementary source, includes the plural, matrix
cg
- 共轭梯度法解决线性方程组,系数满足对称正定矩阵-Conjugate gradient method to solve linear equations, coefficients satisfy the symmetric positive definite matrix
linsys
- to help the user to solve linear systems vb code
math
- 高斯 牛顿 雅克比 三个人的方法解方程 源代码完整 可编译-Gauss-Newton Jacobian method to solve the equations of the three individuals complete source code can be compiled
Simpleequationstoachieve
- 利用该方程组求解一般的线性方程组,别且符合数学求解原理-Using the equations of linear equations in general, do not and in accordance with principles of mathematics to solve
Solve-equations-
- 高斯法,高斯—约当法解线性方程组。齐次,非齐次均可。-Solve equations
solve-linear-system-by-LU
- 用LU分解方法解线性方程组的过程演示,本人原创,测试无误,内含详细注释。 -With the LU decomposition method to solve linear equations of the process of demonstration, I have the original, the test is correct, containing detailed notes.
solve-linear-system-by-Cholesky
- 用Cholesky分解方法解线性方程组的过程演示,本人原创,测试无误,内含详细注释。 -With the Cholesky decomposition method to solve linear equations demonstrate the process, my original test and correct, containing detailed notes.
solve-linear-system-by-LDLT
- 用LDLT分解方法解线性方程组的过程演示,本人原创,测试无误,内含详细注释。 -With LDLT decomposition method to solve linear equations of the process of demonstration, I am the original, the test is correct, containing detailed notes.
Solve-nonlinear-equation
- newmark算法 能有效的解决动力学有限元分析问题 对初学者有很大的帮助-newmark algorithm can effectively solve the dynamic finite element analysis of a great help for beginners
Solve-equation
- 用牛顿迭代法求解一元二次方程组的解,十分好用-Solve equations
MAtrix-solve
- fortran源代码,线性方程组求解,详细算法代码-fortran code for matrix solve
the-general-solve-of-PDE-function
- 数值计算里解偏微分方程组的常见函数,非常实用-the general function to solve the partial difference equations
solve-equation
- 解决一般的线性方程组,其中包含希尔伯特消元法和高斯隐式消元法两种方法。-Solve a generally linear equations, which contains two methods in Hilbert elimination method and Gauss implicit elimination method.
Solve-linear-equations
- 解二元一次方程组,通过输入系数即可计算出方程组的解-Solve linear equations, coefficients can be calculated by entering the solution of the equations
solve-Sudoku
- 用来解数独游戏的程序,适合matlab入门者学习参考。-The program to solve Sudoku.
first_order_differ---solve
- 使用四阶Runge-Kutta算法解决两个一阶微分方程组,并输出到文件。-solve a two cupled first order differential equations
LQA to solve problem of SCAD
- 使用局部二次逼近的方法(LQA),求解带有SCAD惩罚项的线性回归问题。(Use the local quardratic approximation (LQA) method to solve the problem of the smoothly clipped absolute deviation penalty (SCAD) in linear regression.)