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

搜索资源列表

  1. cholesky

    0下载:
  2. Cholesky分解是一种分解矩阵的方法, 在线形代数中有重要的应用。Cholesky分解把矩阵分解为一个下三角矩阵以及它的共轭转置矩阵的乘积(那实数界来类比的话,此分解就好像求平方根)。与一般的矩阵分解求解方程的方法比较,Cholesky分解效率很高-Cholesky decomposition is a kind of decomposition of matrix method, the linear algebra has an important application. Choles
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:593
    • 提供者:兰中周
  1. Quick_Drawing_II

    2下载:
  2. 绘制由传递矩阵法计算得出的声子晶体能带图。使用了matplotlib和wxpython两个工具包。-Plot the band structures of phononic crystals which obtained by the transfer matrix method. Developed by two packages: matplotlib and wxpython.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-10-23
    • 文件大小:1865
    • 提供者:韩林
  1. Gauss-Jordan-Matrix

    0下载:
  2. For inverting a matrix, Gauss-Jordan elimination is about as efficient as any other method. For solving sets of linear equations, Gauss-Jordan elimination produces both the solution of the equations for one or more right-hand side vectors b, and also
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:6884
    • 提供者:Myoung-Jin
  1. Matrix-eigenvalue-and-vector

    0下载:
  2. 化对称矩阵为对称三对角阵,求对称三对角阵的全部特征值与向量。雅可比法。-Of symmetric matrix is symmetric three pairs of diagonal matrices, Symmetric Tridiagonal Matrix all eigenvalues ​ ​ and vectors. Jacobi method.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:6370
    • 提供者:胡程序
  1. Matrix-factorization-C-program

    0下载:
  2. 矩阵分解的C程序 包括有矩阵的LU分解,矩阵的UU分解还有共轭梯度法-Matrix decomposition of the C program, including a matrix LU decomposition, the UU decomposition of the matrix conjugate gradient method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:452031
    • 提供者:平沙沙
  1. conjugate-gradient-method

    0下载:
  2. 用共轭梯度法求解系数矩阵为对称正定矩阵的二次函数的最优解-The optimal solution of the quadratic function using the conjugate gradient method for solving the coefficient matrix is symmetric positive definite matrix
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:19697
    • 提供者:闫小凡
  1. Admittance-matrix-inversion

    0下载:
  2. 程序使用高斯消去法实现导纳矩阵形成阻抗矩阵(即求逆)运算。采用带行辅助向量的三元组表来存储由给定文件中各支路参数形成的节点及导纳数据,其中三元组中导纳类型为复数类。可以通过查找函数结合辅助向量实现对指定行列的元素的查找和输出。-The program uses the Gaussian elimination method to achieve admittance matrix to form the impedance matrix (inverse) operator. With adju
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:655949
    • 提供者:李如风
  1. Diag_loading

    0下载:
  2. 阵列处理作业,MVDR或者其他高分辨方法,由于信号源无法确定,造成估计误差,采用对角加载的 增加单位阵法 ,以及 六源准则法 获取优化结果。-Array processing, MVDR, or other high-resolution method, the source can not be determined, resulting in the estimated error, the use of diagonal loading ' to increase the unit
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1035
    • 提供者:TF
  1. smatrix4me2

    0下载:
  2. 基于平面波展开的传输矩阵方法是电磁计算中很重要也很实用的一种方法。本代码是这种算法的c语言实现。-The plane wave based transfer matrix method is a powerful tool for optical calculation of multilayered structures.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:431748
    • 提供者:zhantr
  1. Matrix-multiplication

    0下载:
  2. After we defined size and value of first two matrices we used Environment.ProcessorCount to determine number of processors in system. Each processor computes almost equal amount of elements in result matrix.We used method _computeMatrix3() to compute
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:971
    • 提供者:Antonija
  1. REMA

    0下载:
  2. 采用递推增广矩阵法的系统辨识仿真算法。我的Matlab是7.6.0版本-Recursive augmented matrix method of system identification simulation algorithm. My Matlab is 7.6.0 version
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1668
    • 提供者:范奎伟
  1. co_occurrence-matrix

    0下载:
  2. 灰度共生矩阵 在提取纹理特征时存在的问题,提出一种基于方块编码(BTC)的图像纹理特征的检索算法。 -gray level co-occurrence matrix A novel image retrieval method based on block truncation coding(BTC) is proposed to solve the problems of gray level co-occurrence matrix
  3. 所属分类:Graph program

    • 发布日期:2017-03-23
    • 文件大小:581574
    • 提供者:成美
  1. Conjugate-Gradient-Method

    0下载:
  2. 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。-Conjugate gradient method (Conjugate Gradient) between the steepest descent between law and Newton'
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:704339
    • 提供者:
  1. schrodinger2

    0下载:
  2. This code is NUMBER1: MATLAB code for paper: calculation of electron energies in a quantum well using the transfer matrix method. we solve the time independent schrodinger equation in 1D AlGaAs/GaAs/AlGaAs quantum well using the transfer matr
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1026
    • 提供者:Ali
  1. POWER-METHOD-FOR-EIGENVALUES

    0下载:
  2. POWER METHOD********************************************************* * PROGRAM FOR DETERMINATION OF HIGHEST AND LOWEST EIGENVALUES * * (SPECTRAL RADIUS)OF A SQUARE MATRIX -POWER METHOD*********************************************************
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:14123
    • 提供者:amin
  1. Newton

    0下载:
  2. 压缩包里包含了无约束优化问题常用的几种求解方法的源程序:变量轮换法(variable_rotation.m)、最速下降法(steepest_descent.m)、修正牛顿法(modified_newton.m)、共轭梯度法(conjugate_gradient.m)。另外,coefficient_matrix.m为目标函数系数获得矩阵,minval.m为最小值计算函数,gradient.m为梯度计算函数-Compression bag contains unconstrained optimiz
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1052
    • 提供者:zhuyuanli
  1. ARSMn

    0下载:
  2. 响应面方法的一个例子,二阶响应面面,使用正交矩阵法求解 -An example of the response surface method, using orthogonal matrix method for solving second-order response PowerPhone
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-09
    • 文件大小:267429
    • 提供者:积累
  1. matrix

    0下载:
  2. 共轭梯度法可以实现正定线性方程组的求解,并可以通过实例进行验证-Conjugate gradient method can achieve positive definite linear equations, and can be verified by an example
  3. 所属分类:source in ebook

    • 发布日期:2017-11-30
    • 文件大小:682180
    • 提供者:翟军
  1. 6-LU-of-matrix

    0下载:
  2. 实现一般非奇异矩阵的LU分解,利用全选主元的方法实现。-General non-singular matrix LU decomposition, pivoting method.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-02
    • 文件大小:1315488
    • 提供者:wdsky2010
  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
    • 文件大小:1215
    • 提供者:落木之殇
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com