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

搜索资源列表

  1. LinearEquation

    0下载:
  2. 线性方程组求解模板,包括求解线性方程组的各种算法- System of linear equations solution template, including solution system of linear equations each algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:97.01kb
    • 提供者:关东
  1. LU分解法

    1下载:
  2. 用C语言来实现的,求解线性方程组,还可以实现解向量的一个程序。-The decomposition realizes with the C language, solution system of linear equations, but also may realize the solution vector one procedure
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:19.12kb
    • 提供者:luo
  1. jtwd

    0下载:
  2. 电力系统静态稳定计算一般采用小干扰法,即首先计算近似的线性微分方程组系数矩阵的特征根。然后根据特征根在复平面上的特性,判别电力系统运行的稳定性 操作说明: 请输入初始功率S0,形如a+bi 请输入无限大系统母线电压V0 请输入系统直轴等值电抗的大小Xd 请输入同步电角速度 请输入惯性时间常数Tj 请输入综合阻尼系数D-static power system stability calculation generally use small interfering, f
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:862byte
    • 提供者:魏鹏
  1. qiujie

    0下载:
  2. 【问题描述】已知线性方程组AX=B,求解该方程组。参考算法: 消去法:将列向量B加到矩阵A的最后一列,构成增广矩阵AB。对AB进行下列三种初等变换,使原矩阵A的部分的主对角线上的元素均为1,其余元素均为0,则原列向量B的部分即为X的值: 1. 将矩阵的一行乘以一个不为0的数 2. 将矩阵的一行加上另一行的倍数 3. 交换矩阵中两行的位置 - [ Question descr iption ] known system of linear equations AX=B, s
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6.4kb
    • 提供者:chao
  1. Preconditioned_Conjugate_Gradient_Method

    2下载:
  2. 用C语言写的预处理共轭梯度法求解线性方程组的程序-Preconditioned Conjugate Gradient Method with C Language for solving linear system of equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2.87kb
    • 提供者:Zhu Liyong
  1. powerflow

    1下载:
  2. 电力系统潮流程序,用matlab编程的的。潮流计算是电力系统运行分析和规划设计中最常用的工具,电力系统潮流计算问题在数学上是求解一组多元非线性方程,迭代的收敛性是实用者关心的技术焦点。-Power Flow procedures, with the matlab programming. Flow calculation is the electric power system operation analysis and planning and designing the most comm
  3. 所属分类:matlab例程

    • 发布日期:2017-05-23
    • 文件大小:2.96kb
    • 提供者:陈雨
  1. jiefc

    0下载:
  2. 一个C++程序。用来解多元一次线性方程组-A C++ program. solution to a system of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1.28kb
    • 提供者:belle
  1. JacobiFunction

    0下载:
  2. Simultaneous Displacement Method for a linear equations system
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:775byte
    • 提供者:chinaco
  1. NonCvxGroupSparsity

    2下载:
  2. 本程序为一种基于凸优化的OFDM信道估计算法,平滑SLO算法是求解稀疏线性方程组的一种迭代解法,本程序将其应用于OFDM信道估计,取得了较好的信号估计精度以及速度-This procedure is a convex optimization of OFDM-based channel estimation algorithm, smoothing algorithm SLO is sparse system of linear equations to solve an iterative m
  3. 所属分类:matlab

    • 发布日期:2016-11-15
    • 文件大小:3.82kb
    • 提供者:赵亮
  1. linear-system-equations-matlab

    0下载:
  2. 线性方程组的matlab程序实现方法,有大量例题和程序-Linear equations matlab program implementation methods and procedures for a large number of Example
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:50.43kb
    • 提供者:xuhui
  1. bragg_reflector_analytic

    0下载:
  2. 3.4 MATLAB Program Reflectance Spectrum Computation of 1D PhC The program computes the reflectance spectrum of the user-defined layered structure by the method described in this chapter. The solution of the linear equations system is
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.87kb
    • 提供者:wow_sat
  1. solve-linear-system-by-LU

    0下载:
  2. 用LU分解方法解线性方程组的过程演示,本人原创,测试无误,内含详细注释。 -With the LU decomposition method to solve linear equations of the process of demonstration, I have the original, the test is correct, containing detailed notes.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1.7kb
    • 提供者:huyunq
  1. solve-linear-system-by-Cholesky

    0下载:
  2. 用Cholesky分解方法解线性方程组的过程演示,本人原创,测试无误,内含详细注释。 -With the Cholesky decomposition method to solve linear equations demonstrate the process, my original test and correct, containing detailed notes.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:1.69kb
    • 提供者:huyunq
  1. solve-linear-system-by-LDLT

    0下载:
  2. 用LDLT分解方法解线性方程组的过程演示,本人原创,测试无误,内含详细注释。 -With LDLT decomposition method to solve linear equations of the process of demonstration, I am the original, the test is correct, containing detailed notes.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1.91kb
    • 提供者:huyunq
  1. Jacobi

    0下载:
  2. jacobi算法求解线性方程组,迭代算法。-jacobi algorithm for solving linear equations, iterative algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:601byte
    • 提供者:zhengya
  1. Iteration-Solving-Linear-System

    0下载:
  2. 数值计算方法matalb,该程序包含了迭代法求解线性方程组!-The numerical calculation the method matalb This package contains the iteration method for solving linear equations!
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:7.57kb
    • 提供者:刘鸿博
  1. Directly-Solving-Linear-System

    0下载:
  2. 数值计算方法matalb程序,该程序包含了直接发求解线性方程组!-The numerical calculation the method matalb program, which includes directly solving linear equations!
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:6.15kb
    • 提供者:刘鸿博
  1. Generalized Minimum Residual Method - Fortran

    0下载:
  2. solve the system of linear equations A*X = B for X ---FORTRAN90
  3. 所属分类:数值算法/人工智能

  1. system

    0下载:
  2. OpenSees用以增加求解大规模线性系数方程的源代码,可以在本例基础上增加一系列高效的线性方程组求解器-OpenSees source code for adding new solutor of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5.07kb
    • 提供者:万飞
  1. ill-conditioned system of equations

    0下载:
  2. 分别用几种经典的数值分析迭代算法求解线性方程组(Solving linear equations by several classical numerical analysis iterative algorithms)
  3. 所属分类:数学计算

    • 发布日期:2018-01-06
    • 文件大小:3kb
    • 提供者:jcg17
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com