// Numbas version: exam_results_page_options {"name": "Bj\u00f8rn Henrik's copy of Find determinants and inverses of 2x2 matrices", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "question_groups": [{"pickingStrategy": "all-ordered", "questions": [{"name": "Bj\u00f8rn Henrik's copy of Find determinants and inverses of 2x2 matrices", "variablesTest": {"maxRuns": 100, "condition": ""}, "type": "question", "statement": "

Let

\n

\\begin{align} \\mathbf{A} &= \\var{a}, & \\mathbf{B} &= \\var{b}, & \\mathbf{C} &= \\var{c} \\end{align}

", "rulesets": {"std": ["all", "fractionNumbers", "!collectNumbers"]}, "parts": [{"scripts": {}, "type": "gapfill", "marks": 0, "showCorrectAnswer": true, "prompt": "

Calculate the determinants of these matrices.

\n

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

\n

$\\mathrm{det}\\left(B\\right) = $ [[1]]

\n

$\\mathrm{det}\\left(C\\right) = $ [[2]]

\n

$\\mathrm{det}\\left(ABC\\right) = $ [[3]]

", "gaps": [{"showPrecisionHint": false, "scripts": {}, "type": "numberentry", "marks": 0.5, "maxValue": "det(a)", "showCorrectAnswer": true, "correctAnswerFraction": false, "minValue": "det(a)", "allowFractions": false}, {"showPrecisionHint": false, "scripts": {}, "type": "numberentry", "marks": 0.5, "maxValue": "det(b)", "showCorrectAnswer": true, "correctAnswerFraction": false, "minValue": "det(b)", "allowFractions": false}, {"showPrecisionHint": false, "scripts": {}, "type": "numberentry", "marks": 0.5, "maxValue": "det(c)", "showCorrectAnswer": true, "correctAnswerFraction": false, "minValue": "det(c)", "allowFractions": false}, {"showPrecisionHint": false, "scripts": {}, "type": "numberentry", "marks": 0.5, "maxValue": "det(a*b*c)", "showCorrectAnswer": true, "correctAnswerFraction": false, "minValue": "det(a*b*c)", "allowFractions": false}]}, {"scripts": {}, "type": "gapfill", "marks": 0, "showCorrectAnswer": true, "prompt": "

Find the inverses of the following matrices. Input all matrix entries as fractions or integers and not as decimals.

\n

$\\mathbf{A}^{-1} = $ [[0]]

", "gaps": [{"numRows": "2", "allowResize": false, "marks": "2", "showCorrectAnswer": true, "correctAnswer": "inverse(a)", "allowFractions": true, "scripts": {}, "numColumns": "2", "type": "matrix", "tolerance": 0, "markPerCell": false, "correctAnswerFractions": true}]}, {"scripts": {}, "type": "gapfill", "marks": 0, "showCorrectAnswer": true, "prompt": "

$\\mathbf{B}^{-1} = $ [[0]]

", "gaps": [{"numRows": "2", "allowResize": false, "marks": "2", "showCorrectAnswer": true, "correctAnswer": "inverse(b)", "allowFractions": true, "scripts": {}, "numColumns": "2", "type": "matrix", "tolerance": 0, "markPerCell": false, "correctAnswerFractions": true}]}, {"scripts": {}, "type": "gapfill", "marks": 0, "showCorrectAnswer": true, "prompt": "

$\\mathbf{C}^{-1} = $ [[0]]

", "gaps": [{"numRows": "2", "allowResize": false, "marks": "2", "showCorrectAnswer": true, "correctAnswer": "inverse(c)", "allowFractions": true, "scripts": {}, "numColumns": "2", "type": "matrix", "tolerance": 0, "markPerCell": false, "correctAnswerFractions": true}]}], "functions": {"inverse": {"definition": "matrix([\n [m[1][1], -m[0][1]],\n [-m[1][0], m[0][0]]\n])/det(m)", "type": "matrix", "language": "jme", "parameters": [["m", "matrix"]]}}, "metadata": {"licence": "Creative Commons Attribution 4.0 International", "description": "

Find the determinant and inverse of three $2 \\times 2$ invertible matrices.

", "notes": "

10/07/2012:

\n

Added tags.

\n

Question appears to be working correctly.

\n

Corrected a typo in the Advice section.

\n

24/12/2012:

\n

Checked calculations, OK. Added tested1 tag.

"}, "tags": ["checked2015", "determinant of a matrix", "inverse", "inverse matrix", "MAS1602", "matrices", "matrix", "matrix inverse", "matrix multiplication", "multiplication of matrices", "tested1"], "showQuestionGroupNames": false, "preamble": {"js": "", "css": ""}, "ungrouped_variables": ["a11", "a12", "a21", "a22", "b11", "b12", "b21", "b22", "c11", "c12", "c21", "c22", "tr1", "tr2", "tr3", "tr4"], "advice": "

Determinant of a $2 \\times 2$ matrix

\n

The determinant of a matrix $\\mathrm{M} = \\begin{pmatrix} a&b \\\\ c&d \\end{pmatrix}$ is given by

\n

\\[ \\det\\left(\\mathrm{M}\\right) = ad-bc \\]

\n

If we have two $n \\times n$ matrices $M$ and $N$, then

\n

\\[ \\det\\left(\\mathrm{MN}\\right) = \\det\\left(\\mathrm{M}\\right)\\det\\left(\\mathrm{N}\\right) \\]

\n

And it follows that if we have a third matrix $P$,

\n

\\[ \\det\\left(\\mathrm{MNP}\\right) = \\det\\left(\\mathrm{M}\\right)\\det\\left(\\mathrm{N}\\right)\\det\\left(\\mathrm{P}\\right) \\]

\n

a)

\n

Thus for our example we have:

\n

\\begin{align}
\\det\\left(\\mathrm{A}\\right) &= \\simplify[]{{a11}*{a22}-{a12}*{a21} = {det(a)}} \\\\
\\det\\left(\\mathrm{B}\\right) &= \\simplify[]{{b11}*{b22}-{b12}*{b21} = {det(b)}} \\\\
\\det\\left(\\mathrm{C}\\right) &= \\simplify[]{{c11}*{c22}-{c12}*{c21} = {det(c)}}
\\end{align}

\n

\\begin{align}
\\det\\left( \\mathrm{ABC} \\right) &= \\det(\\mathrm{A}) \\det(\\mathrm{B}) \\det(\\mathrm{C}) \\\\
&= \\simplify[]{{det(a)}*{det(b)}*{det(c)}} \\\\
&= \\var{det(a*b*c)}
\\end{align}

\n

Inverse of a $2 \\times 2$ matrix

\n

Suppose $\\mathrm{M} = \\begin{pmatrix} a&b \\\\ c&d \\end{pmatrix}$ is a $2 \\times 2$ matrix and $\\det\\left(\\mathrm{M}\\right) = \\Delta \\neq 0$.

\n

Then $\\mathrm{M}$ is invertible and

\n

\\[ \\mathrm{M}^{-1} = \\frac{1}{\\Delta} \\begin{pmatrix} d & -b\\\\ -c& a \\end{pmatrix}=\\begin{pmatrix} \\frac{d}{\\Delta} & -\\frac{b}{\\Delta}\\\\ -\\frac{c}{\\Delta}& \\frac{a}{\\Delta} \\end{pmatrix}\\]

\n

Applying this to these examples we obtain:

\n

b)

\n

\\[ \\simplify[fractionnumbers]{matrix:A^(-1)={inverse(a)}} \\]

\n

c)

\n

\\[ \\simplify[fractionnumbers]{matrix:B^(-1)={inverse(b)}} \\]

\n

d)

\n

\\[ \\simplify[fractionnumbers]{matrix:C^(-1)={inverse(c)}} \\]

", "variable_groups": [{"name": "Unnamed group", "variables": ["a", "b", "c"]}], "variables": {"a": {"definition": "matrix([ [a11,a12],[a21,a22] ])", "group": "Unnamed group", "name": "a", "description": "", "templateType": "anything"}, "tr4": {"definition": "random(1..9)", "group": "Ungrouped variables", "name": "tr4", "description": "", "templateType": "anything"}, "c12": {"definition": "a12+b12", "group": "Ungrouped variables", "name": "c12", "description": "", "templateType": "anything"}, "tr2": {"definition": "random(1..9)", "group": "Ungrouped variables", "name": "tr2", "description": "", "templateType": "anything"}, "c22": {"definition": "if(tr4*c11=c21*c12,tr4+1,tr4)", "group": "Ungrouped variables", "name": "c22", "description": "", "templateType": "anything"}, "c11": {"definition": "random(1,2,4)", "group": "Ungrouped variables", "name": "c11", "description": "", "templateType": "anything"}, "b11": {"definition": "if(a11=tr2,tr2+1,tr2)", "group": "Ungrouped variables", "name": "b11", "description": "", "templateType": "anything"}, "tr1": {"definition": "random(1..9)", "group": "Ungrouped variables", "name": "tr1", "description": "", "templateType": "anything"}, "b": {"definition": "matrix([ [b11,b12], [b21,b22] ])", "group": "Unnamed group", "name": "b", "description": "", "templateType": "anything"}, "a22": {"definition": "if(tr1*a11=a21*a12,tr1+1,tr1)", "group": "Ungrouped variables", "name": "a22", "description": "", "templateType": "anything"}, "tr3": {"definition": "random(-9..9 except 0)", "group": "Ungrouped variables", "name": "tr3", "description": "", "templateType": "anything"}, "b22": {"definition": "if(tr3*b11=b21*b12,tr3+1,tr3)", "group": "Ungrouped variables", "name": "b22", "description": "", "templateType": "anything"}, "b12": {"definition": "random(-5..5)", "group": "Ungrouped variables", "name": "b12", "description": "", "templateType": "anything"}, "a12": {"definition": "random(-5..5)", "group": "Ungrouped variables", "name": "a12", "description": "", "templateType": "anything"}, "c": {"definition": "matrix([ [c11,c12], [c21,c22] ])", "group": "Unnamed group", "name": "c", "description": "", "templateType": "anything"}, "b21": {"definition": "random(-6..6 except 0)", "group": "Ungrouped variables", "name": "b21", "description": "", "templateType": "anything"}, "a21": {"definition": "random(-6..6 except 0)", "group": "Ungrouped variables", "name": "a21", "description": "", "templateType": "anything"}, "c21": {"definition": "random(2..5)", "group": "Ungrouped variables", "name": "c21", "description": "", "templateType": "anything"}, "a11": {"definition": "random(-9..9 except 0)", "group": "Ungrouped variables", "name": "a11", "description": "", "templateType": "anything"}}, "question_groups": [{"name": "", "questions": [], "pickQuestions": 0, "pickingStrategy": "all-ordered"}], "contributors": [{"name": "Bj\u00f8rn Henrik Auestad", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/2338/"}]}]}], "contributors": [{"name": "Bj\u00f8rn Henrik Auestad", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/2338/"}]}