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

搜索资源列表

  1. t2_4

    0下载:
  2. 本题采用的计算方法为:主要求解三对角阵方程组得解。采用的计算方法为“追赶法”。 算法思路为:求解方程Ly=d(追)——〉求解Ux=y(赶) -that the use of the method of calculating : three pairs for the main diagonal matrix equations in the solution. Using the method of calculating "catch up law." Algor
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:806
    • 提供者:王明明
  1. kalman

    0下载:
  2. runs Kalman-Bucy filter over observations matrix Z for 1-step prediction onto matrix X (X can = Z) with model order p V = initial covariance of observation sequence noise returns model parameter estimation sequence A, sequence of predicted
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7836
    • 提供者:西晃云
  1. math

    0下载:
  2. 矩阵运算:求逆、转置、相乘等,然后通过矩阵运算求多项式纠正的值,多项式如:X=a0+a1*x+a2*y+a3*x*x+a4*x*y+a5*y*y Y=b0+b1*x+b2*y+b3*x*x+b4*x*y+b5-Matrix operations: inversion, transpose, multiply, etc., and then through the matrix for computing the value of correct polynomial, polynomial
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2334
    • 提供者:sjunme
  1. Matlabcodes-RobustPCA

    1下载:
  2. Matlab codes for Robust PCA multivariate control chart-Robust PCA multivariate control chart mainly consists two steps: Step1 Calculates the robust mean and the robust covariance of original dataset using the minimum covariance determinant (M
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:580
    • 提供者:Jianxin Zhang
  1. lu

    0下载:
  2. 用lu分解法求解线性代数方程组,可以输出u|y增广矩阵-Using lu decomposition method for solving linear algebraic equations, can output u | y augmented matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1550
    • 提供者:schi
  1. erpang

    0下载:
  2. 输入矩阵的行列,选择旋转方式,输出旋转后的矩阵。 (1)绕X轴旋转; (2)绕Y轴旋转; (3)绕原点旋转。 -Reflecting the rotation matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:529709
    • 提供者:王开祥
  1. sova0

    0下载:
  2. This function implememts Soft Output Viterbi Algorithm in trace back mode Input: rec_s: scaled received bits. rec_s(k) = 0.5 * L_c(k) * y(k) L_c = 4 * a * Es/No, reliability value of the channel y: received bits g: encoder generato
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:1316
    • 提供者:yk
  1. sequence-alignment-matrix-

    0下载:
  2. 求解序列比对得分矩阵,对于两个序列S和T,令[S]和[T]分别为序列S和T的长度,S[i]和T[j](其中正整数i,j满足0≤j< [S]和0≤j <[T])都属于字符集Ω={A,T,C,G,-},对Ω中的任何元素和空符号。 设计S[i]和T[j]两两之间的一个记分值来比较序列间的同一性的优劣,用记分函数σ(x,y)表示, σ(S[i],T[j])=2 ( S[i]=T[j]≠-);σ(S[i],T[j])= -1 ( S[i]≠T[j],S[i]≠-,T[j]≠-);σ(S
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:3812
    • 提供者:zhouyanghua
  1. TSP_TS

    0下载:
  2. Solution for Travelling Salesman Problem by using Tabu Search heuristics. Archive contains sources and some data to test the appllication. As an input, we take the coordinates of cities (x,y) and then transform them into distances matrix. All co
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:86674
    • 提供者:Fenomen
  1. TSP_SA

    0下载:
  2. Solution for Travelling Salesman Problem using the simulated annealing heuristic. As an input, we take coordinates of cities (x,y) and then transform them into distances matrix (we assume, the distance between x and y is the same as between y and
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:111528
    • 提供者:Fenomen
  1. LU-Decomposition

    0下载:
  2. Suppose we are able to write the matrix A as a product of two matrices, L.U = A, where L is lower triangular (has elements only on the diagonal and below) and U is upper triangular (has elements only on the diagonal and above). We can use a decomposi
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:6964
    • 提供者:Myoung-Jin
  1. COPXY

    0下载:
  2. COPXY is n x m matrix which contains center of preasure (COP) data of static posturography tests on Parkinson s Disease (PD) Subjects. COPXY m columns are n/2 trials made of X Y data from a PD subject. COPXY n rows are n observations within a trial.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:427445
    • 提供者:aisaac
  1. GAUSSJ

    0下载:
  2. 线性方程组的解法 全主元高斯-约当(Gauss-Jordan)消去法 用高斯-约当消去法求解A[XY]=[BI],其中A为n*n非奇异矩阵,B为n*m矩阵,均已知;X(n*m),Y(n*n)未知。-Solution of linear equations the main yuan Gaussian- Jordan (Gauss-Jordan) elimination method Gauss- Jordan elimination method to solve A [XY] = [B
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:629
    • 提供者:han
  1. test

    1下载:
  2. 匈牙利算法矩阵优化解决最大权匹配问题。在一个二分图内,左顶点为X,右顶点为Y,现对于每组左右连接Xi,Yj,有权值wij。 求匹配使得所有wij的和最大。-Hungary matrix optimization algorithm to solve the maximum weight matching problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:8368
    • 提供者:Aifu
  1. ldlt

    0下载:
  2. 利用ldlt分解求解系数矩阵为一维存储时的方程组-请键入文字或网站地址,或者上传文档。 取消 Lìyòng ldlt fēnjiě qiújiě xìshù jǔzhèn wéi yī wéi cúnchú shí de fāngchéng zǔSolving equations use ldlt coefficient matrix decomposition when stored as a one-dimensional
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:624
    • 提供者:
  1. myomp

    0下载:
  2. 应用正交匹配追踪求解等式y=Ax,要求: 待求x是稀疏向量,A为高斯随机矩阵 调用形式:x = myomp(A,y,err) A -线性投影矩阵; y -投影向量 err -所需精度-apply Orthogonal matching pursuit to solve the equation y = Ax, requirements: the unknown x is sparse vector, A is a Gaussian random. ca
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:896
    • 提供者:聂志鹏
搜珍网 www.dssz.com