逆迭代法求解结构的一阶固有频率我要分享

Inverse iteration method for solving first-order n

关注次数: 241

下载次数: 0

文件大小: 2.00 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:该函数用逆迭代法求解广义特征值问题的第一阶特征值!通常在matlab中可以利用自带函数eigs()求解模态问题,但是有时K,M矩阵较差,有许多接近0的元素,求解不一定能得到有效解,可基于有限元的思想采用逆迭代法和子空间法解决。子空间法还在研究中


English Description:

The function inverse iteration method for solving the generalized eigenvalue problem for first-order eigenvalue! In MATLAB, you can usually bring their own function eigs () problem solving modal, but sometimes less K,M matrix, there are many elements close to 0, solve may not be effective solutions, based on finite element inverse iteration method and space law. Subspace methods in research


代码预览

相关推荐