数学 旧 .com 迁移
离散数学 / 相关资料 / 第三次
从旧 .com 全量搬运的历史内容,来源路径:/math/课程/离散数学/resources/第三次/
迁移来源
- 旧站标题:第三次
- 新站标题:离散数学 / 相关资料 / 第三次
- 旧站路径:/math/课程/离散数学/resources/第三次/
- 旧页面 ID:
602
第三次作业
习题四 13 #
note
习题四 15 #
note
非空, 则 取 .
习题四 16 #
note
由此说明 中只有对角线可能非零, 即非零元素个数不超过 .
习题四 17 #
note
- (1) 真, .
- (2) 假, 取 不是反自反的.
- (3) 假, 取 .
- (4) 假, 取 .
- (5) 假, 取 .
习题四 18 #
note
由 .
同理 .
习题四 19 #
- (1) {{< admonition note “证明” false >}} 由 不是传递关系 .
- (2) {{< admonition note “答案” false >}} .
- (3) 存在, 全关系.
习题四 20 #
- (1) {{< admonition note “证明” false >}} 自反: . 对称: . 传递: .
- (2) .
- (3) 不对, 中的元素形式为 而 中的元素形式为 , 应该说 .
习题四 23 #
- (1) {{< admonition note “证明” false >}} 自反: .
对称: .
传递: , 同理 , 故 .
- (2) 取 .
习题四 28 #
\begin{tikzpicture} \graph { 1 <-> 2; 1 <-> 3; 1 ->[loop above] 1; 2 ->[loop above] 2; 3 ->[loop left] 3; 2 <-> 3; 4 ->[loop above] 4; 5 <-> 6; 5 ->[loop above] 5; 6 ->[loop above] 6; }; \end{tikzpicture}习题四 31 #
note
- (1) \begin{tikzpicture}[node distance=10pt] \node[draw, circle] (4) {4}; \node[draw, circle, below=of 4] (2) {2}; \node[draw, circle, right=20pt of 2] (3) {3}; \node[draw, circle, below=of 2] (1) {1};
\graph{ (4) — (2) — (1); (3) — (1) }; \end{tikzpicture}
- (2) \begin{tikzpicture}[node distance=10pt] \node[draw, circle] (36) {36}; \node[draw, circle, below=of 36] (12) {12}; \node[draw, circle, below=of 12] (6) {6}; \node[draw, circle, below=of 6] (3) {3}; \node[draw, circle, right=20pt of 3] (2) {2}; \node[draw, circle, right=20pt of 6] (26) {26};
\graph{ (36) — (12) — (6) — (3); (6) — (2); (26) — (2); }; \end{tikzpicture}
- (3) \begin{tikzpicture}[node distance=15pt] \node[draw, circle] (8) {8}; \node[draw, circle, right=20pt of 8] (12) {12}; \node[draw, circle, below=of 12] (6) {6}; \node[draw, circle, below=of 8] (4) {4}; \node[draw, circle, below=of 6] (3) {3}; \node[draw, circle, below=of 4] (2) {2}; \node[draw, circle, right=20pt of 3] (5) {5}; \node[draw, circle, right=20pt of 5] (7) {7}; \node[draw, circle, right=20pt of 7] (11) {11}; \node[draw, circle, right=20pt of 6] (9) {9}; \node[draw, circle, below=of 3] (1) {1};
\graph{ (8) — (4) — (2) — (1); (12) — (6) — (3) — (1); (12) — (4); (6) — (2); (9) — (3); (1) — { (5),(7),(11) } }; \end{tikzpicture}
.
.
.
习题四 32 #
note
.
\preceq=\{(0,0),(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(1,1),\2,2),(2,5),(3,3),(3,5),(5,5),(4,4),(4,6),(6,6)}$.
习题四 34 #
note
自反: 由 .
反对称: .
传递: 同理 .
综上 是 上的半序关系.
习题四 37 #
note
- (1) 半序
- (2) 良序
- (3) 良序
讨论
评论
正在加载评论...