CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - numerical method

搜索资源列表

  1. matlabusedinmonidianhefa.rar

    0下载:
  2. matlab应用在工程电磁场中,利用模拟电荷法数值计算解决工程电磁场中的各种问题,matlab electromagnetic fields used in the project, using the charge simulation method to solve engineering numerical computation of electromagnetic field problems
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:74.64kb
    • 提供者:zy
  1. newmark.rar

    0下载:
  2. Nermark-Beta method for calculating the structural responce,Nermark-Beta method for calculating the structural responce
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1.32kb
    • 提供者:Chunxiao Bao
  1. FEM

    7下载:
  2. 利用matlab实现电磁场数值方法里面的有限差分与有限元法-Using matlab to achieve numerical method of electromagnetic field inside the finite difference and finite element method
  3. 所属分类:matlab例程

    • 发布日期:2012-10-29
    • 文件大小:529.42kb
    • 提供者:严玉洁
  1. Numerical_Analysis1

    0下载:
  2. CG方法 高等数值分析 PCG方法 最速下降法-CG methods of numerical analysis of higher PCG method steepest descent method
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:891byte
    • 提供者:CAICAI
  1. longgexianxiang

    0下载:
  2. 数值计算方法 龙格现象+解决(切比雪夫点的定义)-Numerical method Runge phenomenon+ Solution (Chebyshev point definition)
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:910byte
    • 提供者:阿杜
  1. numerical_analysis_homework

    4下载:
  2. (有源代码)数值分析作业,本文主要包括两个部分,第一部分是常微分方程(ODE)的三个实验题,第二部分是有关的拓展讨论,包括高阶常微分的求解和边值问题的求解(BVP).文中的算法和算例都是基于Matlab计算的.ODE问题从刚性(STIFFNESS)来看分为非刚性的问题和刚性的问题,刚性问题(如大系数的VDP方程)用通常的方法如ODE45来求解,效率会很低,用ODE15S等,则效率会高多了.而通常的非刚性问题,用ODE45来求解会有很好的效果.从阶次来看可以分为高阶微分方程和一阶常微分方程,高阶的
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:342.66kb
    • 提供者:wjl
  1. matlab

    1下载:
  2. 非线性方程的几种数值解法的matlab例程,pdf格式,欢迎指教!-Nonlinear equations in several numerical method of matlab routines, pdf format, welcome the advice!
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:36.11kb
    • 提供者:陈阳
  1. NumericalMethod

    0下载:
  2. several numerical method code
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:3.12kb
    • 提供者:Kong
  1. MATLAB-Solution-of-Partial-Differentl-Equations.ra

    0下载:
  2. 本书详细介绍了偏微分方程的MATLAB解法,是解决偏微分方程的一种有效的数值解法。-The book details the MATLAB Solution partial differential equations, partial differential equations to solve an effective numerical method.
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:4.89mb
    • 提供者:陈德智
  1. numerctrap

    0下载:
  2. two dimensional problem code in matlab using a numerical method
  3. 所属分类:matlab

  1. steepest_method_with_const_step

    0下载:
  2. NUMERICAL OPTIMIZATION: This steepest descent method with constant step length to find the minima of f(x, y) = xy exp(− 2x^2 − y^2 + 0.3y) Graphical represxentation in 5 ways of solution, simple and clear explained.-NUMERICAL OPTIMIZ
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:824byte
    • 提供者:venera
  1. numerical-integrel-methods

    0下载:
  2. 结合实例介绍了常用数值方法中的数值积分方法-Introduced with an example of numerical methods commonly used numerical method
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:999.12kb
    • 提供者:张飞
  1. Numerical-Methods

    0下载:
  2. Numerical method for linear analysis structure
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:507.75kb
    • 提供者:hau
  1. upwind_ENO3

    1下载:
  2. upwind ENO numerical method
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:907byte
    • 提供者:laosun
  1. Numerical-Methods-using-MATLAB

    0下载:
  2. 利用matlab的数值计算方法,主要针对数值计算领域。-Numerical method using matlab, mainly for numerical computing.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:2.23mb
    • 提供者:xiaojunsuus
  1. numerical-method

    0下载:
  2. 计算方法课程中矩阵分解,牛顿迭代以及特征值求解的全部代码-Matrix decomposition method of calculating course, Newton s iterative eigenvalue solution and all code
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:4.16kb
    • 提供者:李建星
  1. Numerical-method-solve-equations

    0下载:
  2. 数值方法解方程组AX=B(LU分解),过程分3步,首先,分解系数矩阵A=LU,然后,解LY=B,最后再求UX=Y 另一种是直接求解的(2.1)-Numerical method to solve the equations AX = B (LU decomposition), 3 step process, first of all, the decomposition of the coefficient matrix A = LU, then, Xie LY = B, and finally
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:1.19kb
    • 提供者:落木之殇
  1. matlab-numerical-method

    0下载:
  2. 研究生数值分析课程上的matlab算法程序,包括了线性代数方程组的数值求解,代数特征值问题,函数插值问题以及非线性方程组的求解-Matlab algorithm program graduate course on numerical analysis, including solving numerical linear algebra equations, algebraic eigenvalue problem, function interpolation problems, and n
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:13.11kb
    • 提供者:
  1. The-numerical-method

    0下载:
  2. 几个matlab数值计算程序,包含有限差分,有限元等-Several matlab numerical calculation procedures, including finite difference, finite element
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:5.39kb
    • 提供者:李志
  1. Numerical Methods using matlab fourth edition

    0下载:
  2. A collection of numerical method in book Numerical Methods using matlab fourth edition
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:3kb
    • 提供者:codyboxia
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com