module M_GAUSS
!高斯列主元消去法模块
contains
subroutine LINEQ(A,B,X,N)
!高斯列主元消去法
implicit real*8(A-Z)
integer::I,K,N
integer::ID_MAX !主元素标号
real*8::A(N,N),B(N),X(N)
&n ...
/dl/517627.html
标签:
fortan
Newton
程序
数值分析
方程
非线性
上传时间:
2018-06-15
上传用户:answer123