Canonical URI: https://w3id.org/kmath/solution_pattern/matrix_equality_component_equations
| rdf:type | math:SolutionPattern |
|---|---|
| rdfs:label | 대응 성분 비교로 행렬 등식 풀기 |
| rdfs:comment | 두 행렬의 대응 성분이 같다는 조건으로 연립방정식을 세워 미정계수를 구하는 풀이 패턴. |
| math:appliesTo | problem_type:matrix_equality_unknowns |
| math:requiresConcept | concept:matrix_element |
| math:requiresConcept | concept:matrix_equality |
| math:steps | 대응하는 성분끼리 등식을 세운다. |
| math:steps | 두 행렬의 꼴이 같은지 확인한다. |
| math:steps | 연립방정식을 풀어 미정계수를 구한다. |