搜索资源列表
beamelement
- 改程序能进行空间梁单元刚度矩阵的生成,可在此基础上进一步进行常用有限元计算的开发。-beam-element-matlab
100615111[1]..
- 几个简单的计算线性方程系数矩阵分解的算法,包括cholesky、doolittle、等-The calculation of a few simple linear equations coefficient matrix factorization algorithms, including cholesky, doolittle, etc.
Matrix
- 矩阵特征值计算包括使用matlab中原有的功能和开发后的功能。-Matrix eigenvalue calculation include the use of matlab functions and development of the Central Plains and some post-functions.
Data_fusion_1
- 传感器优化布置是结构健康监测研究的重要内容,传感器数量和位置的选择直接关系到模态参数识别的效果及模型修正的结果等。为了达到布置在结构上的有限传感器能够测量并得到用于模态参数识别的最佳信息的目标,提出了基于数据融合的传感器优化布置方法。该方法以距离测度作为数据融合的融合度,首先通过对距离测度矩阵、支持度矩阵的计算,得到待选测点的综合支持度;其次,根据待选测点的综合支持度大小来确定传感器优化布置的位置;最后,以网架结构的传感器优化布置为例,运用峰值法进行自振频率识别,通过已选测点与未选测点识别效果的
sparse-matrix
- VC平台的稀疏矩阵的计算。基于三元组顺序表的简单算法-Sparse matrix calculation. Simple algorithm based on the order form triples
NRflowCal
- 本程序是牛顿拉夫逊法求解电力系统潮流计算,包括节点导纳矩阵的计算等-This program is the Newton Raphson method for solving power flow calculation, including the calculation of the node admittance matrix, etc.
tongxunlu
- 代码在vc++6.0上运行,只要处理矩阵的计算问题,包括矩阵的加、乘,转置等操作-Code on vc ++ 6.0 to run as long as the matrix calculation process, including matrix addition, multiplication, transpose and other operations
sparsematrix
- 稀疏矩阵的计算速度更快,因为M AT L A B只对非零元素进行操作,这是稀疏矩阵的一个突出的优点.-Sparse matrix calculation speed is faster, because M AT LAB only non-zero elements to operate, which is an advantage of a sparse matrix prominent.
Cycle_beam
- 一维声子晶体传递矩阵的计算方法,计算振幅频率响应-The Calculation Method of One- dimensional Phononic Crystal Transfer Matrix
mytrix
- 一个由邻接矩阵直接求解可达矩阵的计算工具,JAVA语言编程-The solution to a directly by adjacency matrix matrix calculation tool, the JAVA programming language
雅克比法求对称矩阵的特征值
- 经典Jacobi方法求解对称矩阵特征值(MATLAB描述),本函数使用经典Jacobi方法来计算一个对称矩阵的特征值(Classical Jacobi method for solving symmetric matrix eigenvalue (MATLAB descr iption), this function uses the classical Jacobi method to calculate the eigenvalues of a symmetric matrix)
第6章 矩阵特征值计算
- 用于矩阵特征值计算,该方法是最基本的算法(For matrix eigenvalue calculation)
grayco
- 用3*3邻域计算每一个像素的灰度共生矩阵并计算对应的特征参数,最后再选择特定目标区域内的像素,计算在目标区域内的像素所对应的特征参数的均值和方差(Calculation of characteristic parameters of each pixel gray level co-occurrence matrix and calculate the corresponding 3*3 neighborhood, then select the specific pixels within t
编程实践题目-矩阵分解
- 一、穆勒矩阵构成 穆勒矩阵是一个4*4的矩阵,完整描述了介质的偏振属性。可通过水平线偏振光H、垂直线偏振光V,45°线偏振光P,右旋圆偏振光R入射,并分别探测水平线偏振光H、垂直线偏振光V,45°线偏振光P,右旋圆偏振光R出射情况下的能量值,即16种偏振态组合下的强度结果,HH/ HV/ HP/ HR,PH/ PV/ PP/ PR,VH/ VV/ VP / VR和RH/ RV/ RP/ RR。进而Mueller矩阵可按照公式(1)计算得到:(First, the Muller matrix
119128645mpu6050-program
- 陀螺仪姿态解算,四元数,捷联矩阵的初始值计算初始四元数值(Gyro attitude algorithm, quaternion, the initial value of strapdown matrix numerical calculating the initial four yuan)
矩阵相乘
- 给两个矩阵,算出他们相乘后的矩阵,得到的结果输出出来(Give two matrices, and calculate the matrices that they are multiplied, and the results are out.)
用传输矩阵法计算光子晶体的反射率
- 一种用传输矩阵法计算一维光子晶体的反射率的matlab程序(Calculation of the reflectance of the photonic crystal by the transfer matrix method)
power flow calculation
- 用于电力系统的潮流计算(牛顿拉夫逊法)和节点导纳矩阵的计算(Power flow calculation for power systems (Newton Ralph Xun Fa))
MTL链参数矩阵计算串扰
- 用链参数矩阵的方法准确计算了串扰,给出了图像,运用了蒙特卡罗仿真(By using the method of chain parameter matrix, the crosstalk is calculated accurately, the image is given, and Monte Carlo simulation is used.)
matlab数值特征值与特征向量计算 实例源程序代码
- 特征值与特征向量的计算 339 10.1 特征值问题概述 339 10.1.1 特征多项式 339 10.1.2 特征值范围估计 340 10.2 幂法及反幂法 341 10.2.1 幂法 341 10.2.2 幂法的加速 344 10.2.3 反幂法 350 10.2.4 混合幂法 352 10.3 实对称矩阵的Jacobi法 353 10.3.1 Givens变换 353 10.3.2 基本Jacobi法 358 10.