// Numbas version: finer_feedback_settings {"name": "Find the Determinant of a 3 x 3 Matrix", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "question_groups": [{"pickingStrategy": "all-ordered", "questions": [{"variable_groups": [{"variables": ["a"], "name": "Unnamed group"}], "variables": {"a": {"templateType": "anything", "group": "Unnamed group", "definition": "matrix([ [a11,a12,a13],[a21,a22,a23],[a31,a32,a33] ])", "description": "", "name": "a"}, "a13": {"templateType": "anything", "group": "Ungrouped variables", "definition": "random(-5..5)", "description": "
Matrix element
", "name": "a13"}, "a22": {"templateType": "anything", "group": "Ungrouped variables", "definition": "random(-6..6 except 0)", "description": "Matrix element
", "name": "a22"}, "a31": {"templateType": "anything", "group": "Ungrouped variables", "definition": "random(-5..5)", "description": "Matrix element
", "name": "a31"}, "a23": {"templateType": "anything", "group": "Ungrouped variables", "definition": "random(-5..5)", "description": "Matrix element
", "name": "a23"}, "m3": {"templateType": "anything", "group": "Ungrouped variables", "definition": "(a21*a32)-(a22*a31)", "description": "Submatrix
", "name": "m3"}, "m1": {"templateType": "anything", "group": "Ungrouped variables", "definition": "(a22*a33)-(a23*a32)", "description": "Submatrix
", "name": "m1"}, "m2": {"templateType": "anything", "group": "Ungrouped variables", "definition": "(a21*a33)-(a23*a31)", "description": "Submatrix
", "name": "m2"}, "a32": {"templateType": "anything", "group": "Ungrouped variables", "definition": "random(-5..5)", "description": "Matrix element
", "name": "a32"}, "a12": {"templateType": "anything", "group": "Ungrouped variables", "definition": "random(-5..5)", "description": "Matrix element
", "name": "a12"}, "a11": {"templateType": "anything", "group": "Ungrouped variables", "definition": "random(-6..6 except 0)", "description": "Matrix element
", "name": "a11"}, "a33": {"templateType": "anything", "group": "Ungrouped variables", "definition": "random(-6..6 except 0)", "description": "Matrix element
", "name": "a33"}, "a21": {"templateType": "anything", "group": "Ungrouped variables", "definition": "random(-5..5)", "description": "Matrix element
", "name": "a21"}}, "ungrouped_variables": ["a11", "a12", "a13", "a21", "a22", "a23", "a31", "a32", "a33", "m1", "m2", "m3"], "question_groups": [{"pickingStrategy": "all-ordered", "questions": [], "name": "", "pickQuestions": 0}], "name": "Find the Determinant of a 3 x 3 Matrix", "functions": {}, "showQuestionGroupNames": false, "parts": [{"prompt": "Calculate the determinant of the matrix.
\n$\\operatorname{det}\\left( \\mathrm{A}\\right) = $ [[0]]
\n", "scripts": {}, "gaps": [{"correctAnswerFraction": false, "showCorrectAnswer": true, "scripts": {}, "allowFractions": false, "type": "numberentry", "maxValue": "det(a)", "minValue": "det(a)", "variableReplacementStrategy": "originalfirst", "variableReplacements": [], "marks": 0.5, "showPrecisionHint": false}], "type": "gapfill", "showCorrectAnswer": true, "variableReplacementStrategy": "originalfirst", "variableReplacements": [], "marks": 0}], "statement": "Consider the $3 \\times 3$ matrix,
\n\\begin{align} \\mathrm{A} &= \\var{a} \\end{align}
", "tags": ["determinant of a matrix", "MAS1602", "mas1602", "matrices", "matrix"], "rulesets": {"std": ["all", "fractionNumbers", "!collectNumbers"]}, "preamble": {"css": "", "js": ""}, "type": "question", "metadata": {"notes": "", "licence": "Creative Commons Attribution 4.0 International", "description": "Find the determinant of a $3 \\times 3$ matrix.
"}, "variablesTest": {"condition": "", "maxRuns": 100}, "advice": "The determinant of a matrix $\\mathrm{M} = \\begin{pmatrix} a&b&c \\\\ d&e&f \\\\ g&h&i \\end{pmatrix}$ can be calculated by using cofactor expansion. Expanding along the first row,
\n\\[ \\det\\left(\\mathrm{M}\\right) = a \\cdot \\det \\begin{pmatrix} e&f \\\\ h&i \\end{pmatrix}- b \\cdot \\det \\begin{pmatrix} d&f \\\\ g&i \\end{pmatrix} + c \\cdot \\det \\begin{pmatrix} d&e \\\\ g&h \\end{pmatrix}\\]
\nThus for our example we have:
\n\\[\\begin{align} \\det \\begin{pmatrix} e&f \\\\ h&i \\end{pmatrix} &= \\simplify[]{({a22}*{a33})-({a23}*{a32}) = {m1}} \\\\ \\det \\begin{pmatrix} d&f \\\\ g&i \\end{pmatrix} &= \\simplify[]{({a21}*{a33})-({a23}*{a31}) = {m2}} \\\\ \\det \\begin{pmatrix} d&e \\\\ g&h \\end{pmatrix} &=\\simplify[]{ ({a21}*{a32})-({a22}*{a31}) ={m3}} \\end{align}\\]
\nand so
\n\\[\\begin{align} \\det\\left(\\mathrm{A}\\right) = (\\simplify[]{{a11}*{m1}})-(\\simplify[]{{a12}*{m2}})+(\\simplify[]{{a13}*{m3}}) = \\simplify[]{{det(a)}} \\end{align}\\]
", "contributors": [{"name": "Newcastle University Mathematics and Statistics", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/697/"}]}]}], "contributors": [{"name": "Newcastle University Mathematics and Statistics", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/697/"}]}