성분 공식에 행과 열 번호 대입하기

Canonical URI: https://w3id.org/kmath/solution_pattern/matrix_entry_formula_substitution

rdf:typemath:SolutionPattern
rdfs:label성분 공식에 행과 열 번호 대입하기
rdfs:comment행렬의 \((i,j)\) 성분을 나타내는 식에 행 번호와 열 번호를 대입하여 각 성분을 계산하는 풀이 패턴.
math:appliesToproblem_type:matrix_representation_entry
math:requiresConceptconcept:matrix_element
math:requiresConceptconcept:row_column
math:steps각 성분의 위치 \((i,j)\)를 정한다.
math:steps성분 공식에 \(i\)와 \(j\)를 대입하여 값을 계산한다.
math:steps행렬의 행 수와 열 수를 확인한다.