会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
kimsimple
更多期待,更多热爱
博客园
首页
新随笔
联系
订阅
管理
2018年4月11日
计算方法 -- 解线性方程组直接法(LU分解、列主元高斯消元、追赶法)
摘要: #include #include #include #include using namespace std; #define N 20 double A[N][N],L[N][N],U[N][N],b[N],Y[N],X[N]; /// --------------------------------------------------------------------...
阅读全文
posted @ 2018-04-11 08:49 kimsimple
阅读(866)
评论(0)
推荐(0)
编辑
公告