返回首页
基本信息
从最终层级图进行初步判断
论文原始截图 | |
同一层级是否有横向非回路箭头 | 无 |
初步评估结果 | 无 |
说明 | 常规的画法,有大回路,使劲的添加线。是按照结果优先的抽取方法抽取。 |
从原始矩阵开始根据文章采用的方法进行计算
原始矩阵=
$$原始矩阵A=\begin{array} {c|ccccccc}{M_{10 \times10}} &S1 &S2 &S3 &S4 &S5 &S6 &S7 &S8 &S9 &S10\\
\hline S1 &0 &1 &1 &1 &1 &1 &1 &0 &0 &0\\
\hline S2 &0 &1 &0 &1 &1 &0 &0 &0 &1 &0\\
\hline S3 &0 &0 &0 &0 &1 &0 &1 &0 &0 &1\\
\hline S4 &0 &0 &0 &0 &1 &0 &0 &0 &1 &0\\
\hline S5 &0 &0 &0 &0 &1 &0 &0 &0 &0 &0\\
\hline S6 &0 &0 &0 &0 &0 &0 &1 &1 &1 &1\\
\hline S7 &0 &0 &0 &0 &0 &0 &0 &1 &0 &0\\
\hline S8 &0 &0 &0 &0 &0 &0 &0 &0 &1 &0\\
\hline S9 &0 &0 &0 &1 &0 &0 &0 &0 &1 &1\\
\hline S10 &0 &0 &0 &0 &0 &0 &1 &0 &0 &0\\
\hline \end{array} $$
计算结果比较
$$可达矩阵R=\begin{array} {c|ccccccc}{M_{10 \times10}} &S1 &S2 &S3 &S4 &S5 &S6 &S7 &S8 &S9 &S10\\
\hline S1 &1 &1 &1 &1 &1 &1 &1 &1 &1 &1\\
\hline S2 &0 &1 &0 &1 &1 &0 &1 &1 &1 &1\\
\hline S3 &0 &0 &1 &1 &1 &0 &1 &1 &1 &1\\
\hline S4 &0 &0 &0 &1 &1 &0 &1 &1 &1 &1\\
\hline S5 &0 &0 &0 &0 &1 &0 &0 &0 &0 &0\\
\hline S6 &0 &0 &0 &1 &1 &1 &1 &1 &1 &1\\
\hline S7 &0 &0 &0 &1 &1 &0 &1 &1 &1 &1\\
\hline S8 &0 &0 &0 &1 &1 &0 &1 &1 &1 &1\\
\hline S9 &0 &0 &0 &1 &1 &0 &1 &1 &1 &1\\
\hline S10 &0 &0 &0 &1 &1 &0 &1 &1 &1 &1\\
\hline \end{array} $$$$缩减矩阵S=\begin{array} {c|ccccccc}{M_{10 \times10}} &S1 &S2 &S3 &S4 &S5 &S6 &S7 &S8 &S9 &S10\\
\hline S1 &0 &1 &1 &0 &0 &1 &0 &0 &0 &0\\
\hline S2 &0 &0 &0 &1 &0 &0 &0 &0 &0 &0\\
\hline S3 &0 &0 &0 &0 &0 &0 &1 &0 &0 &0\\
\hline S4 &0 &0 &0 &0 &1 &0 &1 &0 &0 &0\\
\hline S5 &0 &0 &0 &0 &0 &0 &0 &0 &0 &0\\
\hline S6 &0 &0 &0 &0 &0 &0 &1 &0 &0 &0\\
\hline S7 &0 &0 &0 &0 &0 &0 &0 &1 &0 &0\\
\hline S8 &0 &0 &0 &0 &0 &0 &0 &0 &1 &0\\
\hline S9 &0 &0 &0 &0 &0 &0 &0 &0 &0 &1\\
\hline S10 &0 &0 &0 &1 &0 &0 &0 &0 &0 &0\\
\hline \end{array} $$原始结果
结论:对的
最后的层级图,是在骨架阵到可达矩阵之间的范围。是对的图,层级也是对的。
想在线计算解释结构模型的或者直接生成论文的请发电子邮件到, hwstu #sohu.com 把#替换成 @