搜索资源列表
数值分析及其MATLAB实现
- 本书作者以计算机软件MATLAB为操作平台,将数值分析的理论与上机实验相结合,采用数值解法、解析解法和图形可视化显示并举的全新写作手法,针对本书中介绍的每种具体数值算法,编写了具有人性化和一般化的数值算法、解析解法和图形可视化显示(如果存在的话)并举的MATLAB程序软件包,并且通过实例详细地介绍了这些软件包的使用方法,建立了数值分析机械化MATLAB软件操作平台,使数值方法实现机械化。这些程序有的运行结果可以全面展示数值计算的全过程,有的显示给用户必要的提示,有的输出数值解及其误差限或误差估计
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数值分析与应用,为了更好的学习数值分析,请大家下载学习。(MATLAB numerical analysis)
数值分析实验程序
- 基于MATLAB的数值分析实验的所有的程序,有数值分析课程的大学生值得参考。(All procedures of numerical analysis experiment based on MATLAB are worthy of the students who have numerical analysis course.)
数值分析方法
- 数值分析程序,包括4阶龙格库塔,牛顿迭代法, 高斯赛德尔迭代法(Numerical analysis program, including 4 order Runge Kutta, Newton iterative method, Gauss Seidel iterative method)
MATLAB的数值分析
- 本书以matlab为平台,介绍了数值分析预图形可视化,内容涉及matlab介绍,数学分析的数值基础,数值方法在工程科学数学问题中的应用以及绘图等内容。(This book is based on MATLAB, introduces the numerical analysis of pre visualization, covering MATLAB, numerical basis of mathematical analysis, numerical method in Mathemati
数值分析程序_c语言
- 各种数学数值分析算法,杜氏分析法,迭代法,龙哥库塔法,二分法等大量算法(A variety of mathematical numerical analysis algorithm)
数值分析与最优化方法
- matlab 数值分析和最优化各种算法,清华大学学习算法,非常值得学习(Matlab numerical analysis and optimization algorithms)
数值分析大纲
- 数值分析是研究分析用计算机求解数学计算问题的数值计算方法及其理论的学科,是数学的一个分支,它以数字计算机求解数学问题的理论和方法为研究对象。(Numerical analysis is a branch of mathematics that studies and analyzes the numerical calculation method and theory of solving mathematical problems by computer. It takes the theo
数值分析上机
- 数值分析上机实验代码,matlab程序文件,哈工大研究生课程(experiment for numerical analysis with matlab)
数值分析上机1-6
- 该文件是哈尔滨工业大学数值分析实验程序,可能程序会稍微有一点错误(The file is a numerical analysis experiment program)
数值分析
- 数值分析实验课程序,包括插值、辛普森公式、高斯等(Numerical analysis experiment course program, including interpolation, Simpson formula, Gauss and so on)
数值分析课程设计
- 数值分析课程设计,各种小程序分享,适合MATLAB,C++,C(Numerical analysis curriculum design, a variety of small program sharing, suitable for MATLAB, C++C)
数值分析
- 数值计算主要研究如何利用计算机更好的解决各种数学问题,包括连续系统离散化和离散形方程的求解,并考虑误差、收敛性和稳定性等问题。从数学类型分,数值运算的研究领域包括数值逼近、数值微分和数值积分、数值代数、最优化方法、常微分方程数值解法、积分方程数值解法、偏微分方程数值解法、计算几何、计算概率统计等。随着计算机的广泛应用和发展,许多计算领域的问题,如计算物理、计算力学、计算化学、计算经济学等都可归结为数值计算问题。(Numerical calculations mainly study how to
数学数值分析代码
- 高等数学数值分析课程常用的程序,非常实用(Advanced mathematics numerical analysis course commonly used procedures, very practical.)
Mathematica实现数值分析
- 利用Mathematica实现数值分析,包括Gauss-Seidel迭代,Jacobi迭代法,SOR法,牛顿迭代法等(Mathematica is used to realize numerical analysis, including Gauss-Seidel iteration, Jacobi iteration, SOR method, Newton iteration method, etc.)
哈工大数值分析作业程序
- 哈工大数值分析作业册后面编程内容从第一章到第四章的程序