Canonical URI: https://w3id.org/kmath/solution_pattern/matrix_entry_table_translation
| rdf:type | math:SolutionPattern |
|---|---|
| rdfs:label | 표를 행렬로 번역하기 |
| rdfs:comment | 표의 행과 열을 정해 자료를 행렬로 나타내고 특정 성분의 의미를 해석하는 풀이 패턴. |
| math:appliesTo | problem_type:matrix_representation_entry |
| math:requiresConcept | concept:matrix |
| math:requiresConcept | concept:matrix_element |
| math:requiresConcept | concept:row_column |
| math:steps | 요구한 성분의 위치와 의미를 읽는다. |
| math:steps | 표의 값을 같은 순서로 행렬에 배열한다. |
| math:steps | 행과 열에 대응할 항목을 정한다. |