10 2022 档案

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

点击右上角即可分享
微信分享提示