码迷,mamicode.com
首页 > 其他好文 > 详细

使用numpy求解Zoepritz 方程矩阵伪逆时报错: SVD did not converge

时间:2019-10-19 11:31:29      阅读:315      评论:0      收藏:0      [点我收藏+]

标签:解决方法   http   方法   解决   lin   应该   numpy   导致   ons   

笔者在使用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

标签:解决方法   http   方法   解决   lin   应该   numpy   导致   ons   

原文地址:https://www.cnblogs.com/daangzi96/p/11703174.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!