Canonical URI: https://w3id.org/kmath/problem_type/matrix_cipher_application
| rdf:type | math:ProblemType |
|---|---|
| rdfs:label | 행렬을 이용한 암호화와 해독 |
| rdfs:comment | 문자와 수의 대응을 행렬로 배열한 뒤 고정된 행렬을 곱해 암호를 만들고, 주어진 암호 행렬에서 연립방정식을 세워 원래 문자를 해독하는 문항 유형. |
| math:difficulty_band | advanced |
| math:examples | 영어 단어를 숫자 행렬로 나타낸 뒤 \(X=\begin{pmatrix}1&2\\2&3\end{pmatrix}\)을 곱해 암호를 만들고, 암호에서 원래 단어를 해독하시오. |
| math:requiresSkill | skill:matrix_entry_interpretation |
| math:requiresSkill | skill:matrix_multiplication_rows_columns |
| math:requiresSkill | skill:solve_by_substitution |
| math:targets | concept:matrix |
| math:targets | concept:matrix_element |
| math:targets | concept:matrix_multiplication |
| math:targets | concept:simultaneous_linear_equation |