// Numbas version: exam_results_page_options {"name": "Harry's copy of 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": [{"parts": [{"prompt": "

Calculate the determinant of the matrix.

\n

$\\operatorname{det}\\left( \\mathrm{A}\\right) = $ [[0]]

\n

", "scripts": {}, "type": "gapfill", "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "marks": 0, "gaps": [{"variableReplacements": [], "scripts": {}, "type": "numberentry", "correctAnswerFraction": false, "maxValue": "det(a)", "variableReplacementStrategy": "originalfirst", "showCorrectAnswer": true, "marks": 0.5, "minValue": "det(a)", "showPrecisionHint": false, "allowFractions": false}], "showCorrectAnswer": true}], "variables": {"a23": {"definition": "random(-5..5)", "group": "Ungrouped variables", "name": "a23", "templateType": "anything", "description": "

Matrix element

"}, "m1": {"definition": "(a22*a33)-(a23*a32)", "group": "Ungrouped variables", "name": "m1", "templateType": "anything", "description": "

Submatrix

"}, "m2": {"definition": "(a21*a33)-(a23*a31)", "group": "Ungrouped variables", "name": "m2", "templateType": "anything", "description": "

Submatrix

"}, "a31": {"definition": "random(-5..5)", "group": "Ungrouped variables", "name": "a31", "templateType": "anything", "description": "

Matrix element

"}, "a11": {"definition": "random(-6..6 except 0)", "group": "Ungrouped variables", "name": "a11", "templateType": "anything", "description": "

Matrix element

"}, "a32": {"definition": "random(-5..5)", "group": "Ungrouped variables", "name": "a32", "templateType": "anything", "description": "

Matrix element

"}, "a33": {"definition": "random(-6..6 except 0)", "group": "Ungrouped variables", "name": "a33", "templateType": "anything", "description": "

Matrix element

"}, "a22": {"definition": "random(-6..6 except 0)", "group": "Ungrouped variables", "name": "a22", "templateType": "anything", "description": "

Matrix element

"}, "a13": {"definition": "random(-5..5)", "group": "Ungrouped variables", "name": "a13", "templateType": "anything", "description": "

Matrix element

"}, "m3": {"definition": "(a21*a32)-(a22*a31)", "group": "Ungrouped variables", "name": "m3", "templateType": "anything", "description": "

Submatrix

"}, "a21": {"definition": "random(-5..5)", "group": "Ungrouped variables", "name": "a21", "templateType": "anything", "description": "

Matrix element

"}, "a12": {"definition": "random(-5..5)", "group": "Ungrouped variables", "name": "a12", "templateType": "anything", "description": "

Matrix element

"}, "a": {"definition": "matrix([ [a11,a12,a13],[a21,a22,a23],[a31,a32,a33] ])", "group": "Unnamed group", "name": "a", "templateType": "anything", "description": ""}}, "question_groups": [{"name": "", "pickQuestions": 0, "pickingStrategy": "all-ordered", "questions": []}], "preamble": {"css": "", "js": ""}, "showQuestionGroupNames": false, "advice": "

Determinant of a $3 \\times 3$ matrix

\n

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}\\]

\n

Thus 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}\\]

\n

and so

\n

\\[\\begin{align} \\det\\left(\\mathrm{A}\\right) = (\\simplify[]{{a11}*{m1}})-(\\simplify[]{{a12}*{m2}})+(\\simplify[]{{a13}*{m3}}) = \\simplify[]{{det(a)}}  \\end{align}\\]

", "functions": {}, "rulesets": {"std": ["all", "fractionNumbers", "!collectNumbers"]}, "ungrouped_variables": ["a11", "a12", "a13", "a21", "a22", "a23", "a31", "a32", "a33", "m1", "m2", "m3"], "tags": ["determinant of a matrix", "MAS1602", "mas1602", "matrices", "matrix"], "type": "question", "metadata": {"notes": "", "licence": "Creative Commons Attribution 4.0 International", "description": "

Find the determinant of a $3 \\times 3$ matrix.

"}, "variable_groups": [{"variables": ["a"], "name": "Unnamed group"}], "statement": "

Consider the $3 \\times 3$ matrix,

\n

\\begin{align} \\mathrm{A} &= \\var{a} \\end{align}

", "variablesTest": {"condition": "", "maxRuns": 100}, "name": "Harry's copy of Find the Determinant of a 3 x 3 Matrix", "contributors": [{"name": "Harry Flynn", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/976/"}]}]}], "contributors": [{"name": "Harry Flynn", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/976/"}]}