CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 数值求解

搜索资源列表

  1. Matlab_shuzhifenxi-

    0下载:
  2. 自学MATLAB的60个小程序,内含常微分方程、牛顿差值、改进平方根、追赶法求解三对角方程等例程,数值分析必备,初学者必备。-Self MATLAB 60 small programs, containing ordinary differential equations, Newton' s difference, to improve the square root, catching method for solving equations and other three corne
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:20811
    • 提供者: xs
  1. Chasing-method-solve-heat-transfer

    0下载:
  2. 追赶法求解简单一维数值传热程序,该方法在计算流体力学中有很广泛的应用。-using chasing method to solve one dimensional numerical heat transfer process which is widely used in computational fluid dynamic。
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-02
    • 文件大小:9863
    • 提供者:xwzhao1
  1. 牛顿法迭代

    0下载:
  2. function main() clc; clear all; f = @(x)log(x+sin(x)); % 测试函数 df = @(x)(1+cos(x))/(x+sin(x)); % 导数函数 x0 = 0.1; % 迭代初值 x = TestNewton(f, df, x0) % 牛顿法求解 function x = TestNewton(fname, dfname, x0, e, N) % 用途:Newton迭代法解非线性方程f(x)=0 % fname和df
  3. 所属分类:matlab例程

  1. Numerical-analysis1

    0下载:
  2. 数值分析在matlab上的实现,如果在249个月内每月付款300美元,求解满足年金A为500000美元的利率I的近似值。-Numerical analysis implemented on matlab, and if the monthly payment is $ 300 within 249 months, solving to meet the $ 500,000 annuity A rate I of approximation.
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:10754
    • 提供者:董迪
  1. four-order-Runge-Kutta-method

    0下载:
  2. MATLAB四阶龙格库塔法 求解微分方程数值解 源程序代码-The source code of MATLAB numerical solution of four order Runge Kutta method for solving differential equations
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1890
    • 提供者:zhangbo
  1. songchi

    0下载:
  2. 基本要求:c++语言 数值分析中的松弛迭代方法求解方程的零点问题。并且要求输入输出流的重载。-Basic requirements: relaxation iteration method in the numerical analysis of c++ language to solve equation of zero point problem. And input/output flow of overloading.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1187146
    • 提供者:吴鹏
  1. matlab-algorithm-program-collection

    1下载:
  2. MATLAB语言常用算法程序集,内含有基本常用的matlab算法,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法和迭代法、随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计与分析等方面的代码。-MATLAB language commonly used algorithm for assembly, containing basic common matlab algorithms, including int
  3. 所属分类:matlab

    • 发布日期:2017-06-10
    • 文件大小:17824768
    • 提供者:虺沙
  1. LU

    0下载:
  2. 基于LU分解的数值分析例题计算问题:用追赶法求解20阶三对角线性方程组Ax=d的解,其中A,d已知-Analysis of examples of numerical calculation based on the LU decomposition: solving 20 Order tridiagonal linear equations Ax = d solution by chasing method, wherein A, d known
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1699
    • 提供者:杨小青
  1. Numerical_root_solving

    0下载:
  2. 用VBA解决方程求根的问题的数值方法的代码。可以在求解、求极值的时候运用。-Using VBA to solve the root solving problem, in numerical methods.
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-30
    • 文件大小:41515
    • 提供者:Vicky
  1. Fortran_code-for-math

    0下载:
  2. Fortran算法集,包含各种数学计算需要的算法。如数值积分,矩阵运算,方程求解-A lot Fortran codes!
  3. 所属分类:Algorithm

    • 发布日期:2017-05-22
    • 文件大小:6259170
    • 提供者:辛博
  1. differential-equations

    0下载:
  2. 生物医学领域最常见的数学模型是微分方程形式的模型。大多数微分方程,需要用数值方法求解。主要介绍有限差分法、插值法 和积分法-The biomedical field is the most common form of differential equations mathematical model model. Most of differential equations, numerical methods needed.
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2547374
    • 提供者:xuye
  1. fluid_temp

    0下载:
  2. c#实现了显示格式、隐式格式、CN格式数值模拟求解流体冷却一维板材。-c# to achieve the display format, implicit scheme, CN format numerical simulation to solve a one-dimensional fluid-cooled plate.
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:39261
    • 提供者:yangyang
  1. alglib-2.6.0.delphi

    0下载:
  2. ALGLIB是一个跨平台的数值分析和数据处理函数库。它支持多种编程语言,如C++,C#,Pascal,VBA等,可以在多个操作系统平台上运行,如:Windows,Linux和Solaris。ALGLIB有以下特点: (1)线性代数(包括矩阵分析); (2)方程求解(线性和非线性); (3)插值; (4)最优化; (5)快速傅里叶变换; (6)数值积分; (7)线性和非线性最小二乘拟合; (8)常微分方程求解; (9)特殊函数; (10)统计(描
  3. 所属分类:Fractal program

    • 发布日期:2017-03-18
    • 文件大小:880640
    • 提供者:zhouping
  1. prog

    0下载:
  2. 研究演化算法入门基本程序。可用于求解基本数值优化问题。c语言源码。-Getting basic evolutionary algorithm research program. It can be used to solve basic numerical optimization problems. c language source code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3571
    • 提供者:安琪
  1. grid_adaptation_structure

    1下载:
  2. CFD数值计算中关于求解激波问题的基于非结构网格的自适应网格方法相关代码-CFD numerical calculation of the shock problem based on the unstructured grid method of adaptive grid method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:15854
    • 提供者:卢秋华
  1. Congrad

    0下载:
  2. 共轭梯度法求解线性微分方程组的程序,以西安交通大学研究生《数值分析》习题为例,可通用-Conjugate gradient method for solving linear differential equations program to Xi' an Jiaotong University graduate student, " Numerical analysis" exercises, for example, can be common
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:15569
    • 提供者:郑南宁
  1. RungeKutta

    0下载:
  2. 龙格库塔法求解常微分方程的程序,以西安交通大学研究生《数值分析》习题为例,可通用-Runge-Kutta method for solving ordinary differential equations procedures to Xi' an Jiaotong University graduate student, " Numerical analysis" exercises, for example, can be common
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1878
    • 提供者:郑南宁
  1. fractional-order_MATLAB

    0下载:
  2. 求解分数阶非线性系统数值解。。。程序已经验证过,由于数值量大。。运行时间比较长,耐心等待-Numerical solution of fractional order nonlinear systems... Program has been verified, due to the large amount of data.. Running time is longer, patient waiting
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:221609
    • 提供者:snow
  1. CSharp-Scientific-Computing-Handouts

    0下载:
  2. 《C#科学计算讲义》较为详细地介绍了科学计算方法,并对算法给出了源代码。关于算法部分主要介绍了线性方程组的迭代解法与直接解法、正交变换与最小二乘计算方法、鲁棒估计、随机数的产生、插值法、非线性方程求解、多元非线性最优化算法、微分方程数值方法等内容。-" C# Scientific Computing Lecture" a more detailed descr iption of the scientific calculation methods, and algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-05-20
    • 文件大小:5506347
    • 提供者:张龙
  1. Matlab-lamb

    5下载:
  2. Lamb波的频散曲线是进行超声Lamb波无损检测的重要依据。本文对Rayleigh2Lamb方程进行了分析,给出了无限大板中Lamb波频散曲线的数值计算方法,通过Matlab软件对求解过程进行编程,绘制出Lamb波在铝板中传播的相速度和群速度曲线,并通过试验进行了验证,对推广应用Lamb波进行无损检测具有实际意义。-dispersion curve of lamb
  3. 所属分类:matlab

    • 发布日期:2017-02-24
    • 文件大小:9216
    • 提供者:潘婷婷
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com