搜索资源列表
数值分析常用
- 数值分析常用的一些公式,比如jacobi,newton等等。-numerical analysis of some commonly used formula, such as Jacobi, chemotherapy and so on.
数值分析中的一元二次线性方程的求解
- 数值分析中的一元二次线性方程的求解,主要是用DELPHI语言进行编程-Numerical analysis of a linear quadratic equation, is mainly used for programming language DELPHI
linear
- 一个简单的线性插值实例可以运算利用数值分析的函数-A simple linear interpolation example of computing the use of numerical analysis can be a function of
shuzhifenxishangji
- 研一,学校开了数值分析这门课,而且要求用matlab进行上机试验,就写数值分析常微分方程的7个MATLAB算法,都是能够套用的M文件。还有我自己的上机作业。很不错的,能参考。要想要其它章的算法,我都已经上传了。-Kenichi, the school opened the numerical analysis of the course, but also carried out on machines with matlab test, on the numerical analysis of
chazhi
- Lagrange插值、Newton插值函数等插值函数,函数为数值分析课本上的例题。-Lagrange interpolation, Newton interpolation function, such as interpolation function, function for the numerical analysis of the textbooks on the sample questions.
MATLAB
- 数值分析,上机题目,求解方程组十分方便 数值分析,高斯公式, 求解方程组十分方便-Numerical analysis, the machine topic is very convenient for solving equations numerical analysis, Gaussian formula is very convenient for solving equations
numerical_analysis_homework
- (有源代码)数值分析作业,本文主要包括两个部分,第一部分是常微分方程(ODE)的三个实验题,第二部分是有关的拓展讨论,包括高阶常微分的求解和边值问题的求解(BVP).文中的算法和算例都是基于Matlab计算的.ODE问题从刚性(STIFFNESS)来看分为非刚性的问题和刚性的问题,刚性问题(如大系数的VDP方程)用通常的方法如ODE45来求解,效率会很低,用ODE15S等,则效率会高多了.而通常的非刚性问题,用ODE45来求解会有很好的效果.从阶次来看可以分为高阶微分方程和一阶常微分方程,高阶的
MATLAB-based
- 基于MATLAB 的数值分析方面的源代码,非常实用,对于数值分析方面得研究来说-MATLAB-based numerical analysis of the source code, very useful for the numerical analysis for a study
matlab
- 数值分析实验用matlab编写的一些程序源代码-Experimental numerical analysis matlab source code written in some of the procedures
matlab-for-numerical-analysis
- 本资料最好结合《数值分析》李庆扬书籍一起使用,包含了课后习题答案,PPT,重点编程题目程序等,是matlab入门的非常好的资料。-This information is the best combination of " numerical analysis" Li Qingyang books used together, including the after-school exercise answer, PPT, key programming subject proc
matlab数值分析方程求解
- N-R法,MRI法求解方程,matlab数值分析(N-R method, MRI method for solving equations, matlab numerical analysis)
数值分析及其MATLAB实现 (F)
- 用matlab实现数值分析的运算,还是比较有用的啦(Using matlab to achieve numerical analysis of the operation, or more useful friends)
数值分析实验所有源代码(含实例)
- 本资料包含《数值分析》所有源代码及其例题的matlab实例(This information contains the "numerical analysis" of all source code and examples of MATLAB examples)
Matlab与数值分析实验
- 在matlab中实现数值分析实验,适合自学使用的完整教程(In the matlab to achieve numerical analysis experiments, suitable for self-study using a complete tutorial)
数值分析与最优化方法
- matlab 数值分析和最优化各种算法,清华大学学习算法,非常值得学习(Matlab numerical analysis and optimization algorithms)
数值分析上机
- 数值分析上机实验代码,matlab程序文件,哈工大研究生课程(experiment for numerical analysis with matlab)
数值分析
- 数值分析实验课程序,包括插值、辛普森公式、高斯等(Numerical analysis experiment course program, including interpolation, Simpson formula, Gauss and so on)
数值分析
- 数值计算主要研究如何利用计算机更好的解决各种数学问题,包括连续系统离散化和离散形方程的求解,并考虑误差、收敛性和稳定性等问题。从数学类型分,数值运算的研究领域包括数值逼近、数值微分和数值积分、数值代数、最优化方法、常微分方程数值解法、积分方程数值解法、偏微分方程数值解法、计算几何、计算概率统计等。随着计算机的广泛应用和发展,许多计算领域的问题,如计算物理、计算力学、计算化学、计算经济学等都可归结为数值计算问题。(Numerical calculations mainly study how to
小波分析
- 数学建模中常用到的算法,小波数值分析,有很高参考价值(The algorithms commonly used in mathematical modeling and wavelet numerical analysis have very high reference value.)
哈工大数值分析作业程序
- 哈工大数值分析作业册后面编程内容从第一章到第四章的程序