Welcome![Sign In][Sign Up]
Location:
Search - 边值问题

Search list

[Mathimatics-Numerical algorithmsMatlab语言中边值问题算法的改进

Description: 一片论文,是关于Matlab语言中边值问题算法的改进,-a thesis on the Matlab language boundary value problems algorithm,
Platform: | Size: 152266 | Author: 作风小 | Hits:

[Compress-Decompress algrithms打靶法求边值问题

Description: 本程序是用打靶法求解边值问题的一个非常好的程序,几乎可以通用所用的边值问题,包括求非线性周期解的问题。
Platform: | Size: 252893 | Author: yangjinkun219 | Hits:

[Mathimatics-Numerical algorithmsMatlab语言中边值问题算法的改进

Description: 一片论文,是关于Matlab语言中边值问题算法的改进,-a thesis on the Matlab language boundary value problems algorithm,
Platform: | Size: 151552 | Author: 作风小 | Hits:

[matlabBVP_tutorial

Description: MATLAB边值问题求解的文档和源代码,好东西啊,强烈推举爱女-MATLAB to solve boundary value problems for the documentation and source code, good things ah, strongly favored daughter elected
Platform: | Size: 199680 | Author: 和气会 | Hits:

[Othermatlab71

Description: MATLAB常系数线性微分方程的解析解方法、微分方程问题的数值解法、特殊微分方程的数值解、边值问题的计算机求解、偏微分方程求解入门、微分方程的框图求解-MATLAB linear differential equations with constant coefficients analytic solution methods, numerical solution of differential equations the problem, special numerical solution of differential equations, boundary value problem by computer, partial differential equations to solve to introduce the block diagram of differential equations to solve
Platform: | Size: 3016704 | Author: qiqi | Hits:

[Data structsMatlabpossion

Description: 计算数学常用的一种变成软件,本程序解决的是微分方程边值问题-Computational mathematics to become a commonly used software, this program is to solve differential equations boundary value problem
Platform: | Size: 121856 | Author: wq889608 | Hits:

[AlgorithmTheAnalyticalSolutionofTPBVP

Description: 在最优控制、变分法、微分方程等学科中常遇到两点边值问题( TPBVP ),徒手求取解析 解比较繁;MATLAB 的符号数学工具箱却又仅限于解一点边值问题。本示例阐述如何用符 号数学工具箱解 TPBVP。-In optimal control,variational calculus and differential equation frequently encountered two-point boundary value problems(TPBVP).Free-hand to get a analytical solution is difficult a bit,but symbolic math toolbox only solved one-point boundary value problem. How to use this toolbox to get the analytical solution of TPBVP are illustrated by examples.
Platform: | Size: 20480 | Author: 吴受章 | Hits:

[OtherSolvingODEswithMATLAB

Description: 使用MATLAB解微分方程,包括初值问题,边值问题,时延问题-This book is for people who need to solve ordinary differential equations (ODEs), both initial value problems (IVPs) and boundary value problems (BVPs) as well as delay differential equations (DDEs). These topics are usually taught in separate courses of length one semester each, but Solving ODEs with MATLAB provides a sound treatment of all three in about 250 pages. The chapters on each of these topics begin with a discussion of “the facts of life” for the problem, mainly by means of examples. Numerical methods for the problem are then developed – but only the methods most widely used. Although the treatment of each method is brief and technical issues are minimized, the issues important in practice and for understanding the codes are discussed. Often solving a real problem is much more than just learning how to call a code. The last part of each chapter is a tutorial that shows how to solve problems by means of small but realistic examples.
Platform: | Size: 1221632 | Author: 神龙 | Hits:

[Windows Developtwpbvp

Description: 求解两点边值问题,用Fortran编写,用起来很方便,只需修改输入函数即可。-to solve two point boundary problems
Platform: | Size: 46080 | Author: sue | Hits:

[matlabyuanma

Description: 求解方程-u"(x)+u(x)=exp(x)*(sin(x)-2*cos(x))两点边值问题-Solve the equation-u " (x)+ u (x) = exp (x)* (sin (x)-2* cos (x)) Boundary Value Problems
Platform: | Size: 4096 | Author: 吴函 | Hits:

[matlabodesbvp

Description: 利用边值问题求解器bvp4c求解常微分方程的数值解(The numerical solution of ordinary differential equations is solved by using the boundary value solver bvp4c)
Platform: | Size: 1024 | Author: xrzy | Hits:

[matlab程序

Description: 差分方法解两点边值问题:-y''+q(x)y=f(x) (a<x<b)(Difference method for solving two point boundary value problems: -y''+q (x), y=f (x) (a<x<b))
Platform: | Size: 1024 | Author: w16311 | Hits:

[matlab新建文本文档.tar

Description: 边值问题的数值解及其MATLAB程序;介绍了打靶法及其MATLAB程序; 用线性打靶法和常用的四阶龙格-库塔公式求解线性边值问题数值解的MATLAB主程序(Numerical solutions of boundary value problems and their MATLAB programs)
Platform: | Size: 2048 | Author: 孙弃疾 | Hits:

[Algorithmbvp4c求两点边值问题

Description: 用matlab的bvp4c函数求两点边值问题,简单易学(Bvp4c for two-point boundary value problem, easy to learn)
Platform: | Size: 13312 | Author: 马英成 | Hits:

[Documents边值问题的研究

Description: 用ritz-galerkin 法解边值问题(The solution of the boundary value problem by Ritz-Galerkin method)
Platform: | Size: 137216 | Author: 无为而治无为 | Hits:

[matlab用ritz-galerkin 法解边值问题

Description: 用ritz-galerkin 法解边值问题,matlab程序。(The Ritz-Galerkin method is used to solve the boundary value problem, the matlab program.)
Platform: | Size: 138240 | Author: 无为而治无为 | Hits:

[matlab基于有限差分法的二维边值问题的数值分析

Description: 1. 在matlab中分析基于分离变量法的解析解; 2. 利用简单迭代法求解,与解析法结论对比,分析求解结果的精确度。分析过程至少包括:在网格尺寸为0.1 m和1 m两种条件下,两次迭代差值最大为10-10时的分析结论; 3. 利用超松弛迭代法分析,选择松弛因子,分析其对收敛速度(即迭代次数)的影响,并确定最优值。分析过程至少包括:在网格尺寸为0.1和1两种条件下,两次迭代差值最大为10-10时,迭代次数随松弛因子的变化,得到对应的最优松弛因子,与经验值(课本165页式子3.7.15)进行对比。(1. Analyze the analytical solution based on the separation variable method in matlab. 2. Using a simple iterative method to solve, compared with the results of the analytical method to analyze the accuracy of the solution. The analysis process at least includes the following conclusions: when the mesh size is 0.1m and 1m, the maximum difference between two iterations is 10-10. 3. Analyze using the relaxation relaxation iteration method, select the relaxation factor, analyze its influence on the convergence speed (ie the number of iterations), and determine the optimal value. The analysis process at least includes the following: when the mesh size is 0.1 and 1 and the maximum difference between two iterations is 10-10, the number of iterations varies with the relaxation factor, and the corresponding optimal relaxation factor and empirical value are obtained ( Textbook 165 pages (3.7.15) for comparison.)
Platform: | Size: 3072 | Author: 花祭嘉音 | Hits:

[Other差分法求解两点狄利克雷边值问题

Description: 运用差分法求解两点狄利克雷边值问题。。。。(Two point Dirichlet boundary value problem is solved by difference method.)
Platform: | Size: 1024 | Author: 杨小歪 | Hits:

[matlab差分法求解两点混合边值问题

Description: 应用差分法求解两点混合边值问题的程序。。(A program for solving two point mixed boundary value problem by difference method.)
Platform: | Size: 1024 | Author: 杨小歪 | Hits:

[Otherodesbvp

Description: matlab提供了边值问题求解器bvp4c()用于求解边值问题的数值解,bvp4c()采用带自适应网格的高阶差分法来求解边值问题,首先给出可调用的常微分方程组函数以及残差的边值条件函数,这些函数都必须返回一个列向量。(Matlab provides the numerical solution of the boundary value problem solver bvp4c () for solving the boundary value problem. Bvp4c () uses the high order difference method with adaptive grid to solve the boundary value problem. First, we give the invocable ordinary differential equation set function and the residual boundary value condition function. These functions must return a column vector.)
Platform: | Size: 1024 | Author: lulu810 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 13 »

CodeBus www.codebus.net