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

搜索资源列表

  1. Gauss_elimination

    0下载:
  2. Gauss Elimination Algorithm is used to solve linear equations in the form Ax=B, find rank of matrix and to find inverse of matrixes. The program is done in matlab platform.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:603
    • 提供者:mmbaskr
  1. Spectral_Methods_in_MATLAB(Trefethen)

    0下载:
  2. 一本关于用谱方法求解偏微分方程的matlab实现。-a book on using spectral method solve partial differential equations
  3. 所属分类:matlab

    • 发布日期:2017-05-12
    • 文件大小:2950154
    • 提供者:tangjie
  1. guides

    0下载:
  2. Guide to use and solve Ordinary Differential equations using ode45 in MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:96828
    • 提供者:touchworks
  1. Finite_difference_method

    1下载:
  2. 有限差分法 微分方程和积分微分方程数值解的方法。基本思想是把连续的定解区域用有限个离散点构成的网格来代替, 这些离散点称作网格的节点;把连续定解区域上的连续变量的函数用在网格上定义的离散变量函数来近似;把原方程和定解条件中的微商用差商来近似, 积分用积分和来近似,于是原微分方程和定解条件就近似地代之以代数方程组,即有限差分方程组 , 解此方程组就可以得到原问题在离散点上的近似解。然后再利用插值方法便可以从离散解得到定解问题在整个区域上的近似解。 -Finite Difference Me
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:246401
    • 提供者:彭鑫
  1. solveequationsusingmatlab

    0下载:
  2. 介绍如何在Matlab中求解方程与函数极值,个人感觉讲的不错-how to solve equations and poles in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:11338
    • 提供者:cougar
  1. possion

    0下载:
  2. 本文从理论上推导出了 如何使用迭代方法解联立方程组, 在计算精度范围内严格地给出了泊松分布下的线性多 重回归的求解, 并且也解决了“ 面积亏损” 的问题-This paper theoretically out how to use the iterative method for solving simultaneous equations, in the context of strict accuracy of the Poisson distribution is given u
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:232490
    • 提供者:秦本军
  1. SolvingODEswithMATLAB

    0下载:
  2. This book is for people who want to solve ordinary differential equations (ODEs), both initial value problems (IVPs) and boundary value problems (BVPs) as well as delay differential equations (DDEs). Solving ODEs withMATLAB is a text for a one-se
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1221711
    • 提供者:saman_come_on
  1. FDTD

    8下载:
  2. 利用matlab求解麦克斯韦方程组的时域有限偏微分方程-Using matlab to solve Maxwell' s equations partial differential equations in time domain finite
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:8256
    • 提供者:周玉玲
  1. LMF

    0下载:
  2. 最小二乘法 非线性方程 matlab代码-Solve a Set of Overdetermined Nonlinear Equations in Least-Squares Sense
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:56401
    • 提供者:张鞠成
  1. jisuandiacixue

    0下载:
  2. 计算电磁学作业---1、对圆锥面进行划分网格;2、高斯消去法求解方程,都用matlab编写。含有报告和程序(在报告中,可以用)-Computational Electromagnetics job--- 1, the conical surface mesh 2, the Gaussian elimination method to solve equations, are written with matlab. Contains reports and procedures (in the
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:617598
    • 提供者:
  1. ASSINGMENTB_RafalMajorczyk_-Sharp8

    0下载:
  2. Goal of the project was to implement numerical methods for solving systems of nonlinear algebraic equations using MATLAB software. As in previous assignment first of all I need to research for functions, which would be helpful during evaluation of ea
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:982007
    • 提供者:rmajorcz
  1. solve-linear-equations-in-matlab

    0下载:
  2. 详细介绍了用迭代法求解线性方程组的方法及其Matlab语言表示。-Iterative method described in detail with the method for solving linear equations and Matlab language said.
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:550353
    • 提供者:lin
  1. newton_method

    2下载:
  2. 此为在matlab环境下编写的适用于高维方程组求解的牛顿迭代法算法函数,为工程计算和大型模型求解带来便利。-This is written in matlab environment for high-dimensional equations of Newton method iteration algorithm to solve the function for engineering calculations and large-scale model solution convenie
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:1602
    • 提供者:彭霞
  1. Matlab

    0下载:
  2. Gauss Seidel 解数学矩阵方程 Bisection 解1元高次方程 Newton Method 解高次方程 Taylor series 泰勒公式求方程近似解-In numerical linear algebra, the Gauss–Seidel method, also known as the Liebmann method or the method of successive displacement, is an iterative method used to
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:1651
    • 提供者:yuguo
  1. matlab-linear-algebra

    0下载:
  2. matlab在线性代数中的应用,在求解中线性方程组的特征值、特征向量,以及用不同算法求解方程组。-matlab linear algebra, in solving the eigenvalue in linear equations, eigenvectors, and use different algorithms to solve equations.
  3. 所属分类:matlab

    • 发布日期:2017-11-05
    • 文件大小:15227
    • 提供者:熊长鑫
  1. Analytical-and-numerical-techniques-in-Matlab

    0下载:
  2. How to solve PDEs (Partial Differential Equations) in Matlab using analytical and numerical methods.
  3. 所属分类:matlab

    • 发布日期:2017-11-09
    • 文件大小:719994
    • 提供者:Dan
  1. root

    0下载:
  2. 本文件是求解方程和方程组的根的matlab代码,适用一般的求解。-This document is used to solve equations in matlab code. for solving general problem,it is useful.
  3. 所属分类:matlab

    • 发布日期:2017-11-26
    • 文件大小:12745
    • 提供者:刘斗世
  1. vtrsgent

    0下载:
  2. 多元数据分析的主分量分析投影,用于特征降维,特征融合,相关分析等,采用了小波去噪的思想,是本科毕设的题目,使用大量的有限元法求解偏微分方程,在matlab R2009b调试通过,可以实现模式识别领域的数据的分类及回归,计算加权加速度。- Principal component analysis of multivariate data analysis projection, For feature reduction, feature fusion, correlation analysis,
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7414
    • 提供者:gipemhg
  1. [MATLAB揭秘].David

    0下载:
  2. 本书使用简单易行的风格,一开始介绍了 MATLAB 基础, 你将学习到如何绘制图象,求解代数方程及计算积分,也将学 习到如何求解微分方程,求 ODE 的数值解,使用特殊函数工作。 本书含有几百个例子及其详细解说过程,章末带有习题,书末 还带终测试题目,一句话,本书给予你的是 MATLAB 精华。(his book uses a simple and easy style. It introduces the foundation of MATLAB at the beginning. You w
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:7402496
    • 提供者:kcqh
  1. Matlab编程与工程应用(第二版)_Stomy 源代码

    1下载:
  2. 主要讲述如何用MATLAB进行程序设计及解决实际问题,具体内容包括MATLAB程序设计概念、选择、循环、字符串操作、单元阵列与结构、高级文件输人/输出及高级函数等;针对实际应用,具体内容包括用MATLAB绘图、解线性代数方程组、进行基本统计、集合、排序和索引、处理声音和图像,以及高等数学中的曲线拟合,复数计算、微积分等(It mainly describes how to use MATLAB to program and solve practical problems. The specif
  3. 所属分类:matlab例程

    • 发布日期:2020-09-08
    • 文件大小:64512
    • 提供者:瓜地考拉
« 12 3 4 5 »
搜珍网 www.dssz.com