搜索资源列表
数值算法程序
- 这是一些数值算法的源程序,包括非线形方程的解法。(二分法,牛顿法)。线性代数方程组数值解法(包括,消去法,迭代法)-This is some numerical algorithm of the source, including non-linear equations method. (Dichotomy, Newton). Linear algebra equations Numerical Solution (including, elimination, iteration)
NumericalLinearAlgebra
- 数值线性代数的Matlab应用程序包 共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名 程序名称 用途 Method 方法 GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特 MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特 householder.m QR因子分
线性代数方程组的求解
- C常用数值算法--线性代数方程的求解-C commonly used numerical algorithm -- linear algebraic equations can be solved
proj4
- MIT--航空航天工程中的计算方法_概率论方法实例——涡轮叶片中的热传导问题 MIT公开课程--航空航天工程中的计算方法 这门课程适用于在航空和航天工程中出现的计算方法的入门学习。其应用是从航空宇宙结构,空气动力学,动力学和控制,和航空宇宙系统选出的。其技术包括:常微分方程系统的数值积分;偏微分方程式的有限差分,有限体积, 和有限元的离散化;数值线性代数;本征值问题和带有约束的最优化。-MIT- Aerospace engineering calculation
Matrix_cholesky
- 我这个程序实现了数值线性代数里面的cholesky分解-I realized this process numerical linear algebra inside Cholesky decomposition
Matrix_QR
- 我这个程序实现了数值线性代数里面的QR分解-I realized this process numerical linear algebra inside the QR decomposition
fengkang_numerical
- 冯康的数值计算方法:1.差值;2.数值积分;3.谐波分析;4.曲线拟合与经验公式;5.回归分析 6.时间序列分析;7.蒙特卡罗方法;8.线性代数数值算法-Feng Kang numerical method: 1. The difference 2. Numerical integration 3. Harmonic analysis 4. Empirical formula and curve fitting 5. Regression analysis 6. Time Series
linear
- 数值线性代数运算,分别用列选主元的高斯消去法,矩阵的LU分解并求解方程组和迭代法解方程组,并比较计算结果和时间。-Numerical linear algebra, respectively out how principal component of the Gaussian elimination method, LU decomposition of the matrix, and solving equations and iterative solution of equations,
ArnoldiLemniscates
- 阿诺尔迪双纽线matlab程序 数值线性代数书上的,觉得有意思就做了一个-Arnoldi lemniscate matlab program on numerical linear algebra book, I feel interesting
Numerical.Linear.Algebra.Lloyd.Trefethen.and.David
- 本书是一本数值线性代数的导论性著作,作者深刻阐述了数值代数的基本思想,加上他们清新、引人入胜的写作风格,使得本书成为本领域的经典之作-This book is an introductory numerical linear algebra book, the author expounded the basic idea of numerical algebra, together with their fresh, engaging writing style makes this book
proj1
- MIT--航空航天工程中的计算方法_模拟飞机的动力学 MIT公开课程--航空航天工程中的计算方法 这门课程适用于在航空和航天工程中出现的计算方法的入门学习。其应用是从航空宇宙结构,空气动力学,动力学和控制,和航空宇宙系统选出的。其技术包括:常微分方程系统的数值积分;偏微分方程式的有限差分,有限体积, 和有限元的离散化;数值线性代数;本征值问题和带有约束的最优化。-MIT- Aerospace Engineering in the calculation of simulated airc
proj2
- MIT--航空航天工程中的计算方法_模拟可变面积管道中的可压缩无粘滞流体 MIT公开课程--航空航天工程中的计算方法 这门课程适用于在航空和航天工程中出现的计算方法的入门学习。其应用是从航空宇宙结构,空气动力学,动力学和控制,和航空宇宙系统选出的。其技术包括:常微分方程系统的数值积分;偏微分方程式的有限差分,有限体积, 和有限元的离散化;数值线性代数;本征值问题和带有约束的最优化。 -MIT- Aerospace engineering calculations _
proj3
- MIT--航空航天工程中的计算方法_有限元方法实例——涡轮叶片传热 MIT公开课程--航空航天工程中的计算方法 这门课程适用于在航空和航天工程中出现的计算方法的入门学习。其应用是从航空宇宙结构,空气动力学,动力学和控制,和航空宇宙系统选出的。其技术包括:常微分方程系统的数值积分;偏微分方程式的有限差分,有限体积, 和有限元的离散化;数值线性代数;本征值问题和带有约束的最优化。 -MIT- Aerospace Engineering in the finite elemen
Optimization-program
- MIT--航空航天工程中的计算方法_最优化方案 MIT公开课程--航空航天工程中的计算方法 这门课程适用于在航空和航天工程中出现的计算方法的入门学习。其应用是从航空宇宙结构,空气动力学,动力学和控制,和航空宇宙系统选出的。其技术包括:常微分方程系统的数值积分;偏微分方程式的有限差分,有限体积, 和有限元的离散化;数值线性代数;本征值问题和带有约束的最优化。 -MIT- Aerospace engineering calculations _ MIT open cou
Numerical linear algebra
- 数值线性代数中的列主元gauss消去法、对称正定矩阵的cholesky消去法、Vandermonde方程组以及Toeplitz方程组求解算例以及程序(The column principal element gauss elimination method in the numerical linear algebra, the cholesky elimination method of the symmetric positive definite matrix, the Vandermon
第一章
- 本文件用于矩阵分解的直接算法,针对徐树方老师的《数值线性代数》课后第一章练习题(This document is used for matrix decomposition of the direct algorithm, for teacher Xu Shufang's "Numerical Linear Algebra" after the first chapter exercises)
第二章
- 针对徐树方老师的《数值线性代数》课后第二章练习题(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)
Givens代码及说明
- 数值线性代数中的givens变换,matlab语言实现(Givens transformation in numerical linear algebra and implementation of MATLAB language)
数值线性代数-Matlab程序
- 经典书籍-数值线性代数与算法(MATLAB版)的程序实现(Programming Implementation of Classical Books-Numeric Linear Algebra and Algorithms (MATLAB Edition))