搜索资源列表
szfx-dzy
- 数值分析大作业,北京航空航天大学 研究生一年级课程设计 已经过编译测试
szfx-dzy2
- 数值分析大作业2,北京航空航天大学研究生一年级课程设计 已经过编译测试
包括runge-kutta法仿真
- 我们的大作业,包括runge-kutta法仿真,0-1分布,反变换的C语言原程序,还有结果图,应该是每问题的
qiang
- 北京航空航天大学能源与动力工程学院 强度与振动第一题大作业
zig
- 高斯随机数发生器,ziggurat方法,大作业时候做的
作业1
- 用幂法与反幂法求矩阵的最大特征值及最小特征值-with power law with the anti-power method for matrix eigenvalue of the largest and the smallest eigenvalue
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
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
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
QR
- 北航数值分析大作业 对矩阵进行QR分解 word文档 内附算法说明以及相关程序-Northern analysis of large numerical matrix operations on the QR decomposition algorithm for word document containing a descr iption, and related procedures
zhuzhifenxichengxu
- 数值分析中的应用程序,部分大作业程序,可直接运行。-Numerical analysis applications, and some large operating procedures, can be directly run.
zuiyouhua
- 此源码包是我本学期最优化理论课程的大作业,其中包括了我自己写的以下常用最优化算法的实现代码:最速下降法,牛顿法,非线性最小二乘法,DFP法。fun1,fun2是两个测试函数。谢谢!-This is my source packages optimization theory this semester courses in large operations, including my own to write the following commonly used optimization al
hannuota
- 汉诺塔的实现,计算家编程大作业,面向对象编程练习-Implementation of the Tower of Hanoi
math
- 数学实验大作业,精品中的精品
descent
- 自适应滤波中的最速下降法仿真程序,课程的大作业,可以绘制梯度曲线-Adaptive Filter steepest descent method simulation program, course the big job, you can draw the gradient curve
x
- 北航 数值分析 第三题 大作业 北航研一数值分析 北京航空航天大学-Numerical analysis of the third title Beihang
薛怡201511167计算实习4上机作业
- 大车埋土大学数值逼近期末上机大作业计算实习四(At the end of the period of the numerical approximation of the University of burial earth university four)
数分第二次作业.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++语言编写