搜索资源列表
shuzhifenxi
- 北航数值分析大作业三,功能为用Newdon法求解非线性方程组,Gauss法求解线性方程组,求矩阵的逆,二元二次插值,按最小二乘原则进行二元拟合并自动寻找最小阶数。-Northern analysis of large numerical operations three functions with Newdon method for solving nonlinear equations, Gauss method for solving linear equations, find the
shuzhiF1
- 北航数值分析第一道作业题目——幂法 计算一个501×501带状矩阵的最大特征值、最小特征值-Numerical analysis of the first operation Beihang topic- power method to calculate a 501 × 501 banded matrix of the largest eigenvalue, the smallest eigenvalues
Work1
- 北航数值分析大作业第一题:矩阵的QR分解求特征向量。代码是我在理学院本科期间写的,所有结果已经过Matlab及Mathematica验证,保证算法正确实现。-Numerical analysis of Beihang great job the first question: QR decomposition of matrix eigenvector. Code is written during my undergraduate logical Institute, all results
shuzhifnxi
- 北航数值分析编程作业 第一、第二、第三题-Beihang numerical analysis programming jobs first, second, third title
Work2
- 北航数值分析大作业第二题:用幂法和反幂法求501阶矩阵的特征值-Numerical analysis of a large operation Beihang second question: The power method and inverse power law seeking 501 order matrix eigenvalue
m
- 北航数值分析大作业 幂法 反幂法 直接运行程序即可 c语言编写-Northern analysis of large numerical inverse power law operating power method can be directly run programs written in c
zuoye2
- 北航数值分析作业第二题 用带双步位移的QR分解法求矩阵的全部特征值,并对其中的每个特征值求特征向量。-The second question Beihang numerical analysis operations with two-step displacement with QR decomposition of a matrix with all the characteristics of value, and one of the feature vector for each
zuoye3
- 北航数值分析作业第三题 试用数值方法求出f(x,y)在区域D={(x,y)|0<=x<=0.8,0.5<=y<=1.5}上的一个近似表达式-Northern Numerical Analysis Numerical Methods for operating the third try find the problem f (x, y) in the region D = {(x, y) | 0 < = x < = 0.8,0.5 < = y < =
program
- 北航数值分析大作业第一题,幂法,反幂法求最大及最小特征值-Numerical Analysis of Beihang first big job title, power method, inverse power law demand the biggest and the smallest eigenvalue
zuoye1
- 北航数值分析作业第一题 用幂法、反幂法求一个501*501的矩阵的最小特征值、最大特征值、按模最大特征值以及条件数和行列式.-Northern numerical analysis operations with the first question the power method, inverse power law find a matrix of 501* 501 minimum eigenvalue, maximum eigenvalue, maximum eigenvalue,
x
- 北航 数值分析 第三题 大作业 北航研一数值分析 北京航空航天大学-Numerical analysis of the third title Beihang
QRdecom.rar
- QR分解算法 北航数值分析作业 实测通过 最终结果会输出到文件中去,QR decomposition Source code
18597
- 北航数值分析第一次大作业报告,包括源程序,原理过程,以及计算结果分析
数值分析2
- 使用带双步位移的QR分解法求一个10*10矩阵的特征值(Using the QR decomposition method with two step displacement to obtain the eigenvalues of a 10*10 matrix)
beihangshuzhifenxidazuoye
- 北航数值分析大作业,可以作为参考,希望对有需要的人能能有所帮助(Northern numerical analysis a big job ,Can be used as reference, can be helpful to people in need )
数分第二次作业.docx
- 本文采用带双步位移的QR方法,通过该方法可以求出矩阵A的全部特征值。(In this paper, the QR method with two step displacements is used, and all eigenvalues of matrix A can be obtained by this method.)
北航2019级数值分析第一次大作业源代码
- 为课后计算实习第三题源代码,这是2019年才换的新题,之前都是做的第一题,采用C++语言编写
北航数值分析大作业第二题fortran程序
- 北航数值分析大作业第二题,源码采用fortran语言编写