10 2022 档案
摘要:五、群论入门 群的定义 可以理解为: $群G(S, ) = 集合(S)+ 运算()$ 群的4个条件: 在运算$*$作用下: 1.封闭性 2.存在单位元 3.逆元存在 4.$*$ 运算满足结合律 子群与陪集 子群 如果 $H$ 为 $G $ 的一个子集,且($H$, $$)满足一个群,则($H$, $
阅读全文
摘要:task5 //Info.hpp#include<iostream> #include<math.h> #include<string> using namespace std; class Info{ public: Info (string a, string b, string c, int
阅读全文
摘要:实验结论 task 4 Complex.hpp #include<iostream> #include<math.h> using namespace std; class Complex{ public: Complex (double x = 0, double y = 0) : real{x}
阅读全文