// Numbas version: exam_results_page_options {"name": "Mark's copy of Inverse of a 3x3 matrix using row operations", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "question_groups": [{"pickingStrategy": "all-ordered", "questions": [{"tags": [], "metadata": {"licence": "Creative Commons Attribution 4.0 International", "description": "

This question asks learners to use row operations to find the inverse of a 3x3 matrix.

"}, "variable_groups": [], "preamble": {"css": "", "js": ""}, "ungrouped_variables": ["a11", "a12", "a13", "k", "a21", "a22", "a23", "k1", "a31", "a32", "a33", "k2", "k3"], "advice": "

The correct row operations in the first iteration are

\n

new row2 = old row2- \\(\\var{k}*\\)row1

\n

new row3 = old row3- \\(\\var{k1}*\\)row1

\n

\n

The correct row operations in the second iteration are

\n

new row1 = old row1 - \\(\\var{a12}*\\)row2

\n

new row3 = old row3 - \\(\\simplify{{a32}-{k1}*{a12}}*\\)row2

", "parts": [{"showCorrectAnswer": true, "showFeedbackIcon": true, "type": "gapfill", "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "scripts": {}, "marks": 0, "gaps": [{"showFeedbackIcon": true, "allowFractions": false, "variableReplacements": [], "correctAnswer": "matrix([\n [{a11},{a12},{a13},1,0,0],\n [0,1,{a23}-{k}*{a13},-{k},1,0],\n [0,{k1},{k1}*{a23}-{k1}*{k}*{a13}+1,-{k1},0,1]\n])", "variableReplacementStrategy": "originalfirst", "scripts": {}, "allowResize": false, "tolerance": 0, "showCorrectAnswer": true, "marks": 1, "numRows": "3", "type": "matrix", "markPerCell": false, "correctAnswerFractions": false, "numColumns": "6"}, {"showFeedbackIcon": true, "allowFractions": false, "variableReplacements": [], "correctAnswer": "matrix([\n [{a11},0,{a13}-{a12}*({a23}-{k}*{a13}),1+{k}*{a12},-{a12},0],\n [0,1,{a23}-{k}*{a13},-{k},1,0],\n [0,0,1,-{k1}*(1-{k}),-{k1},1]\n])", "variableReplacementStrategy": "originalfirst", "scripts": {}, "allowResize": false, "tolerance": 0, "showCorrectAnswer": true, "marks": 1, "numRows": "3", "type": "matrix", "markPerCell": false, "correctAnswerFractions": false, "numColumns": "6"}, {"showFeedbackIcon": true, "allowFractions": false, "variableReplacements": [], "correctAnswer": "matrix([\n [{a11},0,0,1+{k}*{a12}-{k2}*(-{k1}*(1-{k})),-{a12}+{k1}*{k2},-{k2}],\n [0,1,0,-{k}-{k3}*(-{k1}*(1-{k})),1+{k3}*{k1},-{k3}],\n [0,0,1,-{k1}*(1-{k}),-{k1},1]\n])", "variableReplacementStrategy": "originalfirst", "scripts": {}, "allowResize": false, "tolerance": 0, "showCorrectAnswer": true, "marks": 1, "numRows": "3", "type": "matrix", "markPerCell": false, "correctAnswerFractions": false, "numColumns": "6"}, {"showFeedbackIcon": true, "allowFractions": false, "variableReplacements": [], "correctAnswer": "matrix([\n [(1+{k}*{a12}-{k2}*(-{k1}*(1-{k})))/{a11},(-{a12}+{k1}*{k2})/{a11},-{k2}/{a11}],\n [-{k}-{k3}*(-{k1}*(1-{k})),1+{k3}*{k1},-{k3}],\n [-{k1}*(1-{k}),-{k1},1]\n])", "variableReplacementStrategy": "originalfirst", "scripts": {}, "allowResize": false, "tolerance": 0, "showCorrectAnswer": true, "marks": 1, "numRows": "3", "type": "matrix", "markPerCell": false, "correctAnswerFractions": false, "numColumns": "3"}], "prompt": "

First set up the augmented matrix:

\n

\\(\\left(\\begin{array}{rrr|ccc} \\var{a11}&\\var{a12}&\\var{a13}&\\var{1}&\\var{0}&\\var{0}\\\\\\var{a21}&\\var{a22}&\\var{a23}&\\var{0}&\\var{1}&\\var{0}\\\\\\var{a31}&\\var{a32}&\\var{a33}&\\var{0}&\\var{0}&\\var{1}\\\\\\end{array}\\right)\\)

\n

Use appropriate row operations to get zeroes below the diagonal in the first column:

\n

\\(\\left(\\begin{array}{rrr|ccc} \\var{a11}&\\var{a12}&\\var{a13}&\\var{1}&\\var{0}&\\var{0}\\\\0&1&?&?&?&?\\\\0&?&?&?&?&?\\\\\\end{array}\\right)\\) =  [[0]]

\n

Taking this matrix apply the appropriate row operations to get zeroes above and below the diagonal in column 2 as shown below:

\n

\\(\\left(\\begin{array}{rrr|ccc} \\var{a11}&0&?&\\var{1}&?&?\\\\0&1&?&?&?&?\\\\0&0&?&?&?&?\\\\\\end{array}\\right)\\) = [[1]]

\n

Next take this matrix and apply the appropriate row operations to get zeroes above the diagonal in column 3 as shown below:

\n

\\(\\left(\\begin{array}{rrr|ccc} \\var{a11}&0&0&?&?&?\\\\0&1&0&?&?&?\\\\0&0&1&?&?&?\\\\\\end{array}\\right)\\) = [[2]]

\n

By carrying out one final row operation input all the entries in \\(A^{-1}\\), correct to two decimal places.

\n

\\(A^{-1}\\) = [[3]]

"}], "variables": {"k1": {"description": "", "definition": "random(2..6#1)", "group": "Ungrouped variables", "templateType": "randrange", "name": "k1"}, "k": {"description": "", "definition": "random(2..5#1)", "group": "Ungrouped variables", "templateType": "randrange", "name": "k"}, "a32": {"description": "", "definition": "k1*(a12+1)", "group": "Ungrouped variables", "templateType": "anything", "name": "a32"}, "k2": {"description": "", "definition": "{a13}-{a12}*({a23}-{k}*{a13})", "group": "Ungrouped variables", "templateType": "anything", "name": "k2"}, "a21": {"description": "", "definition": "k*a11", "group": "Ungrouped variables", "templateType": "anything", "name": "a21"}, "a31": {"description": "", "definition": "k1*a11", "group": "Ungrouped variables", "templateType": "anything", "name": "a31"}, "k3": {"description": "", "definition": "{a23}-{k}*{a13}", "group": "Ungrouped variables", "templateType": "anything", "name": "k3"}, "a33": {"description": "

3x33 matrix with determinant = a11

", "definition": "{k1}*({a23}+{a13}-{k}*{a13})+1", "group": "Ungrouped variables", "templateType": "anything", "name": "a33"}, "a23": {"description": "", "definition": "random(1..8#1)", "group": "Ungrouped variables", "templateType": "randrange", "name": "a23"}, "a11": {"description": "", "definition": "random(1,2,4,5,10)", "group": "Ungrouped variables", "templateType": "anything", "name": "a11"}, "a22": {"description": "", "definition": "k*a12+1", "group": "Ungrouped variables", "templateType": "anything", "name": "a22"}, "a12": {"description": "", "definition": "random(2..6#1)", "group": "Ungrouped variables", "templateType": "randrange", "name": "a12"}, "a13": {"description": "", "definition": "random(0..10#1)", "group": "Ungrouped variables", "templateType": "randrange", "name": "a13"}}, "functions": {}, "name": "Mark's copy of Inverse of a 3x3 matrix using row operations", "statement": "

Find the inverse of the matrix A by applying row operations:

\n

\\(\\mathbf{A}=\\begin{pmatrix} \\var{a11}&\\var{a12}&\\var{a13}\\\\ \\var{a21}&\\var{a22}&\\var{a23}\\\\\\var{a31}&\\var{a32}&\\var{a33} \\end{pmatrix}\\)

\n

", "rulesets": {}, "extensions": [], "variablesTest": {"maxRuns": 100, "condition": ""}, "type": "question", "contributors": [{"name": "Mark Hodds", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/510/"}]}]}], "contributors": [{"name": "Mark Hodds", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/510/"}]}