摘要: // 约旦消元相比朴素高斯消元,代码量少,而且都能判无解,无穷解,唯一解;无穷解是代码中判,结束后如果a[i][i]==0&&a[i][n+]!=0无解,否则唯一解 1 #include<bits/stdc++.h> 2 using namespace std; 3 4 int main() 5 { 阅读全文
posted @ 2022-03-11 23:26 matt-11 阅读(43) 评论(0) 推荐(0)