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

搜索资源列表

  1. 168168

    0下载:
  2. 计算机辅助正弦交流电路分析的理论及实现过程。分析方法采用节点分析法。采用了把一个二端元件定义一支路的概念,这种处理方法在网络分析中具有简单、易于掌握的特点。而在解线性方程时采用大家所熟悉的高斯—约当消去法。在建立方程的过程中采用的是形成Gn,Jn的直接填写法。为使读者理解编写通用程序的思路和方法,使用了大量的流程图。程序能处理含有导纳支路、电流源支路、电压源支路、四种受控源支路及含有互感支路的正弦稳态电路。-sinusoidal AC circuit computer-aided analysi
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:4.09kb
    • 提供者:黄斌
  1. 解线性方程的直接法

    0下载:
  2. 解线性方程的直接法:Gauss消去法、矩阵的三角分解、正定矩阵的Cholesky分解、矩阵求逆等。 注释见程序-solution of linear equations of the direct method : Gauss elimination method, the triangular matrix decomposition, Zhengding Cholesky decomposition of the matrix, such as matrix inversion. See
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:23.5kb
    • 提供者:周思良
  1. 数学

    0下载:
  2. c语言的数学实验报告 (该程序经过调试成功后能实现五项功能:1,解n阶行列式;2,解n阶线性方程; 3,求矩阵相乘;4,求矩阵;5,退出) 交作业好用-mathematical experiment (after debugging the program can achieve success after five functions : 1. Xie n order determinant; 2, n-order solution of linear equations; 3, seekin
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:22.08kb
    • 提供者:郑伟雄
  1. 解线性的迭代法

    0下载:
  2. 这是计算方法中用的解线性方程的迭代法,具有很强的实用性!-This is the calculation method used for solving linear equations of the iterative method, and has a strong practical!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.64kb
    • 提供者:xjs
  1. functionz1

    0下载:
  2. 寻找三次样条多项式需要求解大量的线性方程。实际上,给定N个断点,就要寻找N-1个三次多项式,每个多项式有4个未知系数。这样,所求解的方程组包含有4*(N-1)个未知数。把每个三次多项式列成特殊形式,并且运用各种约束,通过求解N个具有N个未知系数的方程组,就能确定三次多项式。 -find cubic spline solving polynomial need a lot of linear equations. In fact, given N breakpoints, it is nece
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3.82kb
    • 提供者:讲演
  1. guss

    0下载:
  2. 解各类线性方程的方法以及相关的编程! 希望可以采用我这个工程软件,我可是花了好多的心血!-various solutions of linear equations method and the related programming! I hope to use this software works, but I spent a lot of effort!
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1.57mb
    • 提供者:李历岷
  1. ConsoleJava

    0下载:
  2. DotNet版的线性方程的解法,包括:高斯消元法,用于n阶非奇异矩阵;SVD分解法,求最小二乘解.目前还很难找到免费的DotNet版的数值计算程序.这里有源码(J#)和dll文件.-Kind version of the linear equation solution, including : Gaussian Elimination Act, for order n nonsingular matrix; SVD decomposition method, least squares sol
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:4.22kb
    • 提供者:凃道
  1. DotMatrix

    1下载:
  2. DotNet版的线性方程的解法,包括:高斯消元法,用于n阶非奇异矩阵;SVD分解法,求最小二乘解.目前还很难找到免费的DotNet版的数值计算程序.这里有源码(J#)和dll文件.-Kind version of the linear equation solution, including : Gaussian Elimination Act, for order n nonsingular matrix; SVD decomposition method, least squares sol
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2.92kb
    • 提供者:凃道
  1. conjgrad

    1下载:
  2. 共扼梯度法的Matlab源程序,寻找非线性或线性方程的极值-conjugate gradient method of Matlab source to find nonlinear equations or linear Extreme
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.31kb
    • 提供者:李国齐
  1. jfc

    0下载:
  2. 线性方程一元求解double roundto(double x,int n) //将某数保留指定位数!-linear equations to solve one yuan roundto double (double x, int n) / / designated certain reservations median!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7.02kb
    • 提供者:dezhen
  1. number_theory_c++

    0下载:
  2. 数论算法库 C++ 语言实现 代码内容 数论算法库,包括以下算法: 欧几里德算法求a,b的最大公倍数 扩展的欧几里德算法,求出gcd(a,b)和满足gcd(a,b)=ax+by的整数x和y 求解模线性方程 ax ≡ b (mod n) 其中n>0 求解模线性方程组(中国余数定理) 模取幂运算 计算a^b mod n (a,b可能很大) Miller-Rabin随机性素数测试算法
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9.54kb
    • 提供者:henry
  1. LECalculator

    0下载:
  2. 线性方程类,封装有关解线性方程的方法-linear equations, the package solution of linear equations
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:70.44kb
    • 提供者:熊方勋
  1. LIEZHU1

    0下载:
  2. 列主求解 线性方程 原代码-main-solving linear equations original code
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:823byte
    • 提供者:李兆军
  1. newprogram

    0下载:
  2. 列主元法解方程组C语言代码与LU分解求线性方程 -main-element equations method of C language code and the LU decomposition of linear equations
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.28kb
    • 提供者:张强
  1. ssolve

    0下载:
  2. Matlab中虽然有很多解方程的函数,但对于一般线性方程,有无穷个解时,却不能算出一个特解和基础解系,这几个函数可以实现这个功能。-Matlab Although there are many solutions to the equation function, but for the general linear equations, Infinite Solutions months, they can not penetrate a special solution and infras
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.76kb
    • 提供者:何永能
  1. gepp

    0下载:
  2. 使用matlab进行矩阵的高斯分解,可以对高阶线性方程进行数值求解-use Matlab for Gaussian decomposition of the matrix, the high-order linear equations were solved numerically
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.22kb
    • 提供者:周强
  1. 多元线性方程

    0下载:
  2. 多元线性方程求解程序-multivariate linear equation solvers
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:182.22kb
    • 提供者:章明
  1. BGM求解线性方程

    1下载:
  2. 使用“Biconjugate Gradient Method”并行程序实现复杂的线性方程求解 -"Biconjugate Gradient Method" parallel process of complex linear equation
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:2.81kb
    • 提供者:谢继晖
  1. 数值分析中的一元二次线性方程的求解

    0下载:
  2. 数值分析中的一元二次线性方程的求解,主要是用DELPHI语言进行编程-Numerical analysis of a linear quadratic equation, is mainly used for programming language DELPHI
  3. 所属分类:matlab例程

    • 发布日期:2017-03-23
    • 文件大小:54.5kb
    • 提供者:尔小巷
  1. Numerical-Analysis-5

    1下载:
  2. 这里面是数值分析作业的VB程序数值分析程序 线性方程 雅可比 高斯 迭代 二次及高次 线性微分方程 列主元及行主元高斯消元法 LU分解 插值法-This operation which is the numerical analysis numerical analysis program VB program Gaussian iterative linear Fangcheng Ya secondary and higher than linear differential column a
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:54.76kb
    • 提供者:耿伟
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com