搜索资源列表
PWF-MATLAB
- 偏微分方程的MATLAB解法,很好的电子书籍,很适合自学-MATLAB Solution of Partial Differential Equations, good e-books, it is suitable for self-
NumericalSolutionofPartialDifferentialEquations.ra
- 这个是matlab经典教程的一个关于 偏微分方程的数值解法的原代码,希望大家赶快下载哦-This is a classic tutorial matlab partial differential equations on the numerical solution of the original code, I hope you get to download Oh
MATLAB-Solution-of-Partial-Differentl-Equations.ra
- 本书详细介绍了偏微分方程的MATLAB解法,是解决偏微分方程的一种有效的数值解法。-The book details the MATLAB Solution partial differential equations, partial differential equations to solve an effective numerical method.
matlab1
- 偏微分方程的数值解法的MATLAB程序介绍了应用最为广泛的椭圆型、双曲型、抛物型偏微分方程的数值解法,而且还详细编程实现了每种方程的多种常见数值解法。 附件使用MATLAB编程来实现这些算法。 -The numerical solution of partial differential equations of the MATLAB program, introduced the most widely used elliptic, hyperbolic, parabolic partia
runge
- 四阶龙哥库塔方法求解一阶微分方程的数值解法,能自定义迭代步数和迭代精度,非常适合于计算方法的初学者。-Long Ge Kuta fourth-order methods for a numerical solution of differential equations can be customized and iterative iterations precision calculation method is suitable for beginners
Numerical-Solution-PDE-
- 偏微分方程的数值解法的MATLAB程序介绍了应用最为广泛的椭圆型、双曲型、抛物型偏微分方程的数值解法,而且还详细编程实现了每种方程的多种常见数值解法。 附件使用MATLAB编程来实现这些算法-introduces the most widely elliptic, hyperbolic, parabolic partial differential equations numerical solution, but also the details of each programming a v
MATLAB_Arithmetic
- 书名:[MATLAB语言常用算法程序集].(龚纯).清晰版 内容:插值,函数逼近,特征值计算,数值微分,数值积分,方程求根,非线性方程组求解,线性方程组的直接法,线性方程组的的迭代法,随机数生成,特殊函数计算,常微分方程的初值问题,偏微分方程的数值解法,数据统计和分析。-Title: [MATLAB algorithms commonly used in assembly language]. (Gong pure). Clearer view of the contents: interp
first-boundary(xay)
- 利用matlab详细求解了第一类边界条件下偏微分方程的数值解法,所列矩阵比教科书的简单-Use of matlab detailed the first kind of solving boundary condition of partial differential equations of the numerical solution, matrix of the textbook listed than Jane
Matlab
- 本书精选了科学和工程中常用的200余个算法,全部采用MATLAB语言编程实现,并结合实例对算法程序进行验证和分析。本书分为上下两篇,上篇为MATLAB基础篇,主要介绍MATLAB的基本功能和操作以及MATLAB程序设计的入门知识;下篇为算法程序篇,主要讲述以下方面常用算法的MATLAB实现,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法、随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计和
program
- 采用matlab编写的常微分方程的数值解法,有算例,以及改进龙格库塔方法。-The numerical solution of ordinary differential equation by using Matlab prepared, with examples, and the improvement of the Runge Kutta method.
matlab-algorithm-program-collection
- MATLAB语言常用算法程序集,内含有基本常用的matlab算法,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法和迭代法、随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计与分析等方面的代码。-MATLAB language commonly used algorithm for assembly, containing basic common matlab algorithms, including int
偏微分方程的数值解法
- 数值分析偏微方程的数值解法问题的matlab的范例,超好用der(Numerical analysis of the Matlab example, super easy to use der)
偏微分方程的数值解法
- 《偏微分方程的数值解法》源代码,用matlab数值法求解常见偏微分方程("Numerical solution of partial differential equations" source code, using MATLAB numerical method for solving ordinary partial differential equations)
MATLAB 数值解法
- MATLAB教程,对于偏微分方程的数值解法有详细的描述,可以进行相关的学习与操作(The MATLAB tutorial has a detailed descr iption of the numerical solution of partial differential equations and can be used for related learning and operation.)
第16章 偏微分方程的数值解法
- 工程应用中的偏微分方程的数值解法,包括源代码和函数索引,用于matlab中PDE工具箱的学习(Numerical solution of partial differential equation in engineering application)
偏微分方程的数值解法
- 可在matlab中打开,用来解决常微分方程的初值问题(It can be opened in MATLAB to solve the initial value problem of ordinary differential equations.)
向后欧拉法
- 书籍《微分方程的数值解法与程序实现》第三章向后欧拉法程序,原书为C,我写成了matlab(MATLAB program for backward Euler method)
Crank-Nicolson方法
- 数值《微分方程的数值解法与程序实现》第三章Crank-Nicolson方法程序,原书程序为C,我写成了matlab(MATLAB program for Crank-nicolson difference scheme)
微分方程求解————————matlab
- 常微分方程的数值解法,设计到欧拉解法,欧拉改进解法,矩阵解法等等(Ordinary differential equation numerical solution, design to euler solution, euler improved solution, matrix solution and so on)
[微分方程的数值解法与程序实现][华冬英,李祥贵]
- [微分方程的数值解法与程序实现 书中的源码和课件。