搜索资源列表
MATLAB6.0
- 本教程以6.0版为基础,从高等工科院校的数学课程出发,提供了使用MATLAB的实践性指导。本教程以教学的手段,系统详细地介绍了MATLAB在高等数学、数值分析、函数作图、线性代数、概率统计和优化理论中的应用,并配备了大量的例题,让读者能很快掌握MATLAB的运算技巧。-This tutorial to version 6.0, based on engineering colleges from the mathematics curriculum, the use of MATLAB to p
MatLab_gongchengyingyong
- 在矩阵代数,数值计算,数字信号处理,振动理论,神经网络控制动态仿真领域都有广泛的应用。-In the matrix algebra, numerical computing, digital signal processing, vibration theory, the neural network to control the field of dynamic simulation has a wide range of applications.
scipy-0.9.0b1
- SciPy函数库在NumPy库的基础上增加了众多的数学、科学以及工程计算中常用的库函数。例如线性代数、常微分方程数值求解、信号处理、图像处理、稀疏矩阵等等。-SciPy is package of tools for science and engineering for Python. It includes modules for statistics, optimization, integration, linear algebra, Fourier transforms, signal
shunxugaosixiaoqufa
- 实现数值分析中的顺序高斯消去法,用于解线性代数方程组-Numerical analysis in order Gaussian elimination for the solution of linear algebraic equations
liezhuyuangaosixiaoqufa
- 实现数值分析中的列主元高斯消去法,用于解线性代数方程组-Column in the numerical analysis principal component Gaussian elimination method for solving linear algebraic equations
quanzhuyuangaosixiaoqufa
- 实现数值分析中的全主元消去法,用于解线性代数方程组-Numerical analysis in the whole principal component elimination method for solving linear algebraic equations
gausstiaoshi
- gauss列主元求解线性代数方程组;自动或手动选主元,数值计算原理书上的相关实验题-gauss main-element solution of linear algebraic equations automatically or manually pivoting, numerical calculation principle books on related experimental questions
mat1
- 数值线性代数上机实验,里面包含前六章的每个上机题-On numerical linear algebra test, which contains the first six chapters on each machine in question
gaosi
- 数值代数,高斯消去,LU分解之后解上\下三角.-Numerical algebra, Gaussian elimination, LU decomposition after the Xie upper \ lower triangular.
CG
- 共轭向量法程序,另附相关结果,肯定能用可行,最优化和数值代数的可以参考-Conjugate vector method procedures, attach relevant results certainly feasible
gaussmathod
- gauss消去法及其应用: 参考北大版数值线性代数-Gaussian Elimination method and application reference <Numerical linear algebra> published by peking university
Eigen-3.2.2-CHM
- Eigen 3.2.2帮助文档。Eigen是一个高层次的C ++库,有效支持线性代数,矩阵和矢量运算,数值分析及其相关的算法。-Eigen 3.2.2 Help documentation. Eigen is a high-level C++ library, effective supports linear algebra, matrix and vector operations, numerical analysis and related algorithms.
第二章
- 针对徐树方老师的《数值线性代数》课后第二章练习题(According to Xu Shufang teacher "Numerical Linear Algebra" after the second chapter exercises)
第三章
- 针对徐树方老师的《数值线性代数》课后第三章练习题(According to Xu Shufang teacher "Numerical Linear Algebra" after the third chapter exercises)
2017.12.01 FHN模型程序
- 利用差分算法计算分数阶FHN方程和狄利克雷(Dirichlet)零边界条件: , 其中,数值仿真过程中需要对参数、和、进行选取。区域离散在空间方向取为个点,时间方向的步长为, 截止时间为T=1000。 2.程序 FHN_CG 是采用共轭梯度法求解线性代数方程组 Au=b。 程序 FHN_MG 是采用多重网格算法求解线性代数方程组Au=b(Using the difference algorithm to calculate the fractional FHN equation,
6913980
- C语言算法集 插值算法,非线性方程组,极值问题,线性代数方程组,数值积分,随机数产生()