Canonical URI: https://w3id.org/kmath/textbook_solution/visang_solution_body_p116_02
| rdf:type | math:TextbookSolution |
|---|---|
| rdfs:label | 비상 p116 예제 1 풀이 |
| rdfs:comment | 비상 공통수학1 교과서 p116 본문 예제 1 풀이. |
| math:answerText | \(\begin{pmatrix}0&1\\1&2\end{pmatrix}\) |
| math:explanationText | \(a_{ij}=i+j-2\)에 \(i=1,\ 2,\ j=1,\ 2\)를 차례로 대입하면 \[ a_{11}=1+1-2=0,\quad a_{12}=1+2-2=1,\quad a_{21}=2+1-2=1,\quad a_{22}=2+2-2=2 \] 이다. 따라서 \[ A= \begin{pmatrix} a_{11}&a_{12}\\ a_{21}&a_{22} \end{pmatrix} = \begin{pmatrix} 0&1\\ 1&2 \end{pmatrix} \] 이다. |
| math:mappingConfidence | 1.0 |
| math:pageStart | 116 |
| math:problem | textbook_problem:visang_vision_p116_02 |
| math:reviewStatus | reviewed |
| math:solutionKind | worked_solution |
| math:usesSolutionPattern | solution_pattern:matrix_entry_formula_substitution |