使用numpy求解Zoepritz 方程矩阵伪逆时报错: SVD did not converge
Posted daangzi96
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用numpy求解Zoepritz 方程矩阵伪逆时报错: SVD did not converge相关的知识,希望对你有一定的参考价值。
笔者在使用numpy中的pinv函数求解伪逆时系统报错: SVD did not converge. 奇异值分解不收敛
具体原因不太清楚, 应该是因为函数在求解伪逆的算法在迭代过程中难以收敛导致的.
解决方法: 引入scipy中的求解伪逆的函数 scipy.linalg.pinv
Zoepritz equations的python程序在: https://github.com/cui-xiaoang96/Zoepritz-equations
以上是关于使用numpy求解Zoepritz 方程矩阵伪逆时报错: SVD did not converge的主要内容,如果未能解决你的问题,请参考以下文章