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

搜索资源列表

  1. Matlab

    0下载:
  2. 本书精选了科学和工程中常用的200余个算法,全部采用MATLAB语言编程实现,并结合实例对算法程序进行验证和分析。本书分为上下两篇,上篇为MATLAB基础篇,主要介绍MATLAB的基本功能和操作以及MATLAB程序设计的入门知识;下篇为算法程序篇,主要讲述以下方面常用算法的MATLAB实现,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法、随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计和
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:17371340
    • 提供者:ltiuan
  1. Gaussian-elimination-code

    0下载:
  2. 线性方程组求解,高斯消元法,列主元消元法,matlab代码-Solving linear equations, Gaussian elimination, main-element elimination method, matlab code
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:4108
    • 提供者:marry
  1. Crout

    0下载:
  2. 基于克劳米特的线性方程组求解方法,可以通过txt文件或excel文件的形式将数据导入程序中,经过本人大量的工程测试,证明此款程序很稳定且快捷。-It s excellent and fast for engineers to solve linear equations.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:215162
    • 提供者:王扬
  1. matlab

    0下载:
  2. 龚纯主编的“matlab语言常用算法程序集”第十章非线性方程组求解的源代码-Gong pure edited matlab language commonly used algorithm for assembly source code Chapter solving nonlinear equations
  3. 所属分类:source in ebook

    • 发布日期:2017-11-23
    • 文件大小:12097
    • 提供者:李伟
  1. 2744865b71bc

    0下载:
  2. 清华大学2002年出版的《科学与工程数值计算算法VB》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Tsinghua University, published in 2002, " Science and engineering numerical algorithm VB" complementary source, including complex number calcula
  3. 所属分类:Algorithm

    • 发布日期:2017-12-02
    • 文件大小:194560
    • 提供者:
  1. classical-algorithm-for--C

    0下载:
  2. 包含常用的数值计算方法,插值、寻找、拟合、方程组求解、微分方程求解等-Contains commonly used numerical methods, interpolation, looking fit, solving equations, differential equation solving
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:190904
    • 提供者:Richard
  1. zane

    0下载:
  2. 基于matlab的水准网平差程序。读取水准数据,然后通过计算列立方程组求解。-Based on matlab leveling network adjustment program. Reads the level of the data, and then by computed column legislation equations solving.
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:1716
    • 提供者:zhangfan
  1. MATLAB-25-cases

    1下载:
  2. MATLAB高效编程技巧与应用,25个案例分析。272页的电子书。包含重新认识向量化编程,MATLAB处理海量数据,积分案例,MATLAB优化及非线性方程求解案例,人脸图像压缩与重建,预测分类案例常微分方程组求解案例,层次分析法,定时器。-Efficient MATLAB programming skills and application of the 25 case studies. 272 e-books. Contains new understanding of vectorized
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:27086588
    • 提供者:Binjie Liao
  1. Linear_solver

    0下载:
  2. Matlab,线性方程组求解典型算法,含共轭速降法(大规模矩阵),一种正则化方法(处理病态矩阵),含相应算例与user guide-Matlab, solving linear equations typical algorithms the conjugated downhill Act (mass matrix), a regularization method (treatment of morbid matrix) containing the corresponding numeric
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:529033
    • 提供者:hengding
  1. Solution-of-nonlinear-equations

    0下载:
  2. 偏微分方程的MATLAB解法,主要介绍非线性方程组求解方法,给出不同方法的数值解法。-MATLAB Solution of partial differential equations, describes the nonlinear equations solving methods, given the different methods of numerical solution solution.
  3. 所属分类:matlab

    • 发布日期:2017-11-11
    • 文件大小:13257
    • 提供者:润拙
  1. matlab

    1下载:
  2. matlab的追赶法,追赶法是适用于三对角矩阵的线性方程组求解的方法,并不适用于其他类型矩阵,及matlab的gauss求解方程方法,牛顿插值法,拉格朗日插值法。-matlab chasing method chasing method is applicable to the tridiagonal matrix method for solving linear equations, does not apply to other types of matrix and matlab gau
  3. 所属分类:Other systems

    • 发布日期:2017-11-29
    • 文件大小:2978
    • 提供者:
  1. Numerical-Analysis-for-Statisticians

    0下载:
  2. Java常用数值算法集 共有数值计算中常用的Java方法近200个.内容包括:解线性代数方程组、插值、数值积分、特殊函数、函数逼近、随机数、排序、特征值问题、数据拟合、方程求根和非线性方程组求解、函数的极值和最优化、数据的统计描述、傅里叶变换谱方法、解常微分方程组、两点边值问题的解法和解偏微分方程组.-Java common set numerical algorithm the total numerical calculation commonly used Java method
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:5880217
    • 提供者:Mr Li
  1. 4532

    0下载:
  2. 求解非线性方程组的方法研究。非线性代数方程组求解是一个基本而又重要的问题,因为在工程实践、经济学、侪息安全和动力学等方面有大量的实际问题最终转化为代数方程组,而非线性方程组的求解方法长期以来一直是工程应用和数值计算中重要的研究内容。-Research method for solving nonlinear equations. Solving nonlinear algebraic equations is a basic and important issue, because a larg
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-26
    • 文件大小:2295903
    • 提供者:孙丹平
  1. crimson-freefemPP

    1下载:
  2. 有限元程序求解简单问题,网格自动剖分,总纲合成,方程组求解-program for finite element method
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:2054
    • 提供者:tian-weijun
  1. xufortran

    0下载:
  2. 各种fortran基础源代码,包括线性方程组求解,矩阵运算,矩阵特征值与向量等等问题的求解。-The various Fortran underlying source code, including solving linear equations, matrix operations, matrix eigenvalue vector problem solving.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-05
    • 文件大小:944393
    • 提供者:彭欣欣
  1. Gaussian-elimination

    0下载:
  2. 高斯消去法,是线性代数中的一个算法,可用来为线性方程组求解,求出矩阵的秩,以及求出可逆方阵的逆矩阵-Gaussian elimination
  3. 所属分类:Algorithm

    • 发布日期:2017-12-04
    • 文件大小:1243161
    • 提供者:谢慧明
  1. ryfs_12_07

    0下载:
  2. 溶液纺丝动力学的常微分方程组求解,对干法纺丝的研究很有用,主要用的是四阶五级龙格-库塔ODE45()求解的。-The solution spinning the dynamics of ordinary differential equations, the dry spinning useful is solved by order Runge- Kutta ode45 ().
  3. 所属分类:matlab

    • 发布日期:2017-11-25
    • 文件大小:817
    • 提供者:欧建文
  1. Solving-equations

    0下载:
  2. matlab线性方程组求解,非线性方程数值求解, 常微分方程初值问题的数值解法-matlab linear equations, numerical solution of nonlinear equations, ordinary differential equations numerical solution of initial value problem
  3. 所属分类:Algorithm

    • 发布日期:2017-11-13
    • 文件大小:84689
    • 提供者:Chanel
  1. xianxingfangcheng

    0下载:
  2. 线性方程组求解的C程序源码,可以为C程序变成提供参考-Linear Equations C program source code, you can provide a reference for the C program to become
  3. 所属分类:CSharp

    • 发布日期:2017-11-20
    • 文件大小:12256
    • 提供者:李新
  1. Matlab-daima

    0下载:
  2. 非线性方程组求解,matlab解非线性方程组多种解法代码。-Solving Nonlinear Equations
  3. 所属分类:Other systems

    • 发布日期:2016-09-11
    • 文件大小:444416
    • 提供者:ning fengping
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com