Canonical URI: https://w3id.org/kmath/solution_pattern/matrix_entry_formula_substitution
| rdf:type | math:SolutionPattern |
|---|---|
| rdfs:label | 성분 공식에 행과 열 번호 대입하기 |
| rdfs:comment | 행렬의 \((i,j)\) 성분을 나타내는 식에 행 번호와 열 번호를 대입하여 각 성분을 계산하는 풀이 패턴. |
| math:appliesTo | problem_type:matrix_representation_entry |
| math:requiresConcept | concept:matrix_element |
| math:requiresConcept | concept:row_column |
| math:steps | 각 성분의 위치 \((i,j)\)를 정한다. |
| math:steps | 성분 공식에 \(i\)와 \(j\)를 대입하여 값을 계산한다. |
| math:steps | 행렬의 행 수와 열 수를 확인한다. |