由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - determinant
相关主题
请教一个fortran 90编程的问题请教Singular Value Decomposition
关于C和Fortran: 一点儿个人观点[转载] Numerical methods for calculating area
帮我看看这个C语言错误求助:奇怪的Matlab运算错误
如何往一个文件里续写数据[转载] 提个线性代数的问题,肯请热心人指教
提问:matlab效率问题(不同机器上)怎么解这个方程组阿
[转载] ATLAS[合集] ill conditioning
Singular Value Decomposition问个并行算程序的问题?
look for a software[合集] 分子动力学程序,有人自己编吗?我快疯了。。。
相关话题的讨论汇总
话题: det话题: lu话题: overflow
进入Computation版参与讨论
1 (共1页)
w*******U
发帖数: 256
1
does anyone know a good C or Fortran library to calculate the determinant of a complex square matrix? with the LU decomposition method A=P*L*U, the calculation of det(A)=+/-det(U) is easy to be overflow.
c*******h
发帖数: 1096
2
it's because the number itself is large. take the log

of a complex square matrix? with the LU decomposition method A=P*L*U, the
calculation of det(A)=+/-det(U) is easy to be overflow.

【在 w*******U 的大作中提到】
: does anyone know a good C or Fortran library to calculate the determinant of a complex square matrix? with the LU decomposition method A=P*L*U, the calculation of det(A)=+/-det(U) is easy to be overflow.
1 (共1页)
进入Computation版参与讨论
相关主题
[合集] 分子动力学程序,有人自己编吗?我快疯了。。。提问:matlab效率问题(不同机器上)
请推荐一个处理sparse matrix SVD的java library[转载] ATLAS
精华区的GSL免费已经不免了Singular Value Decomposition
在matlab中如果快速地求矩阵的逆look for a software
请教一个fortran 90编程的问题请教Singular Value Decomposition
关于C和Fortran: 一点儿个人观点[转载] Numerical methods for calculating area
帮我看看这个C语言错误求助:奇怪的Matlab运算错误
如何往一个文件里续写数据[转载] 提个线性代数的问题,肯请热心人指教
相关话题的讨论汇总
话题: det话题: lu话题: overflow