// Numbas version: exam_results_page_options {"name": "Maria's copy of Solve simultaneous equations by finding inverse matrix,", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "question_groups": [{"pickingStrategy": "all-ordered", "questions": [{"name": "Maria's copy of Solve simultaneous equations by finding inverse matrix,", "variable_groups": [], "variables": {"mb": {"name": "mb", "definition": "matrix([\n [random(-9..9 except 0)],\n [random(-9..9 except 0)]\n])", "templateType": "anything", "group": "Ungrouped variables", "description": ""}, "a00": {"name": "a00", "definition": "random(-9..9 except 0)", "templateType": "anything", "group": "Ungrouped variables", "description": ""}, "y": {"name": "y", "definition": "(ma_inverse*mb)[1][0]", "templateType": "anything", "group": "Ungrouped variables", "description": ""}, "a11": {"name": "a11", "definition": "random(-9..9 except [0,a01,-a01])", "templateType": "anything", "group": "Ungrouped variables", "description": ""}, "ma_inverse": {"name": "ma_inverse", "definition": "matrix([\n [ma[1][1], -ma[0][1]],\n [-ma[1][0], ma[0][0]]\n])/det(ma)", "templateType": "anything", "group": "Ungrouped variables", "description": ""}, "x": {"name": "x", "definition": "(ma_inverse*mb)[0][0]", "templateType": "anything", "group": "Ungrouped variables", "description": ""}, "a10": {"name": "a10", "definition": "random(-9..9 except [0,a00,-a00,a00*a11/a01])", "templateType": "anything", "group": "Ungrouped variables", "description": ""}, "a01": {"name": "a01", "definition": "random(-9..9 except 0)", "templateType": "anything", "group": "Ungrouped variables", "description": ""}, "ma": {"name": "ma", "definition": "matrix([\n [a00,a01],\n [a10,a11]\n])", "templateType": "anything", "group": "Ungrouped variables", "description": "

Matrix A. a10 is picked so it's non-singular, and a11 is never $\\pm a01$.

\n

No entry is 0.

"}}, "metadata": {"licence": "Creative Commons Attribution 4.0 International", "notes": "

20/06/2012:

\n

Added, edited tags.

\n

Edited advice so that it gave the correct solution for $y$ (as in the answer).

\n

4/07/2012:

\n

Column vectors v and b have the bracket in the incorrect place.

\n

 

\n

10/07/2012:

\n

Added tags.

\n

Question appears to be working correctly.

\n

Column vectors v and b still have brackets in incorrect places.

\n

24/12/2012:

\n

Checked calculations, OK. Added tested1 tag.

\n

Improved display as requested above.

", "description": "

Putting a pair of linear equations into matrix notation and then solving by finding the inverse of the coefficient matrix. 

"}, "rulesets": {"std": ["all", "!collectNumbers", "fractionNumbers", "!noLeadingMinus"]}, "functions": {}, "advice": "

a)

\n

The equations can be written in the matrix form

\n

\\[ \\var{ma}\\begin{pmatrix} x \\\\ y \\end{pmatrix} = \\var{mb} \\]

\n

b)

\n

$\\mathrm{det}(\\mathbf{A}) = \\simplify[]{ {ma[0][0]}*{ma[1][1]} - {ma[0][1]}*{ma[1][0]}} = \\var{det(ma)} \\neq 0$, so $\\mathbf{A}$ is invertible.

\n

\\[ \\mathbf{A}^{-1} = \\simplify[fractionnumbers]{{ma_inverse}} \\]

\n

c)

\n

We have 

\n

\\begin{align}
\\mathbf{A}^{-1}\\mathbf{b} &= \\simplify[fractionnumbers]{{ma_inverse}*{mb}} \\\\
&= \\simplify[fractionnumbers]{{ma_inverse*mb}}
\\end{align}

\n

d)

\n

Rearrange the equation $\\mathbf{Av}=\\mathbf{b}$ to make $\\mathbf{v}$ the subject:

\n

\\begin{align}
\\mathbf{A}^{-1}\\mathbf{A}\\mathbf{v} &= \\mathbf{A}^{-1}\\mathbf{b} \\\\
\\mathbf{v} &= \\mathbf{A}^{-1}\\mathbf{b} \\\\ \\\\
\\end{align}

\n

Hence,

\n

\\[ \\begin{pmatrix} x \\\\ y \\end{pmatrix} = \\simplify[fractionnumbers]{{ma_inverse*mb}} \\]

\n

That is,

\n

\\begin{align}
x &= \\simplify[fractionnumbers]{{x}}, \\\\ \\\\
y &= \\simplify[fractionnumbers]{{y}}
\\end{align}

", "preamble": {"js": "", "css": ""}, "question_groups": [{"name": "", "pickingStrategy": "all-ordered", "pickQuestions": 0, "questions": []}], "variablesTest": {"maxRuns": 100, "condition": ""}, "statement": "

Rewrite the following system of equations as a matrix equation

\n

\\[ \\mathbf{Av} = \\mathbf{b} \\]

\n

for a matrix $\\mathbf{A}$ and column vectors $\\mathbf{v}$ and $\\mathbf{b}$.

\n

\\begin{align}
\\simplify[std]{ {ma[0][0]}x + {ma[0][1]}y} &= \\var{mb[0][0]} \\\\
\\simplify[std]{ {ma[1][0]}x + {ma[1][1]}y} &= \\var{mb[1][0]}
\\end{align}

\n

Input all numbers as fractions or integers and not as decimals.

", "ungrouped_variables": ["ma", "a00", "a01", "a10", "a11", "mb", "ma_inverse", "x", "y"], "showQuestionGroupNames": false, "parts": [{"prompt": "

$\\mathbf{A} = $ [[0]]

\n
$\\mathbf{v} = $ \n
\n
\n \n \n \n \n \n \n \n \n \n \n
[[1]]
[[2]]
\n \n
\n
\n

$\\mathbf{b} = $ [[3]]

", "scripts": {}, "type": "gapfill", "showCorrectAnswer": true, "gaps": [{"scripts": {}, "showCorrectAnswer": true, "numRows": "2", "allowResize": false, "allowFractions": true, "type": "matrix", "correctAnswerFractions": false, "markPerCell": false, "marks": 1, "correctAnswer": "ma", "tolerance": 0, "numColumns": "2"}, {"scripts": {}, "showCorrectAnswer": true, "checkvariablenames": false, "vsetrange": [0, 1], "checkingtype": "absdiff", "showpreview": false, "expectedvariablenames": [], "checkingaccuracy": 0.001, "answer": "x", "vsetrangepoints": 5, "marks": "0.25", "type": "jme"}, {"scripts": {}, "showCorrectAnswer": true, "checkvariablenames": false, "vsetrange": [0, 1], "checkingtype": "absdiff", "showpreview": false, "expectedvariablenames": [], "checkingaccuracy": 0.001, "answer": "y", "vsetrangepoints": 5, "marks": "0.25", "type": "jme"}, {"scripts": {}, "showCorrectAnswer": true, "numRows": "2", "allowResize": false, "allowFractions": true, "type": "matrix", "correctAnswerFractions": false, "markPerCell": false, "marks": "0.5", "correctAnswer": "mb", "tolerance": 0, "numColumns": 1}], "marks": 0}, {"prompt": "

Find the inverse of $\\mathbf{A}$.

\n

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

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

Now find $\\mathbf{A}^{-1}\\mathbf{b}$.

\n

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

", "scripts": {}, "type": "gapfill", "showCorrectAnswer": true, "gaps": [{"scripts": {}, "showCorrectAnswer": true, "numRows": "2", "allowResize": false, "allowFractions": true, "type": "matrix", "correctAnswerFractions": true, "markPerCell": false, "marks": 1, "correctAnswer": "ma_inverse*mb", "tolerance": 0, "numColumns": 1}], "marks": 0}, {"prompt": "

Finally, solve the equations.

\n

$x = $ [[0]]

\n

$y = $ [[1]]

", "scripts": {}, "type": "gapfill", "showCorrectAnswer": true, "gaps": [{"allowFractions": true, "scripts": {}, "showPrecisionHint": false, "minValue": "x", "showCorrectAnswer": true, "correctAnswerFraction": true, "marks": "0.5", "maxValue": "x", "type": "numberentry"}, {"allowFractions": true, "scripts": {}, "showPrecisionHint": false, "minValue": "y", "showCorrectAnswer": true, "correctAnswerFraction": true, "marks": "0.5", "maxValue": "y", "type": "numberentry"}], "marks": 0}], "tags": ["checked2015", "inverse of a matrix", "linear equations", "linear equations in matrix form", "MAS1602", "MAS2223", "matrices", "matrix", "matrix equations", "matrix form", "matrix multiplication", "multiply matrices", "multiply matrix", "solving linear equations", "system of linear equations", "tested1"], "type": "question", "contributors": [{"name": "Newcastle University Mathematics and Statistics", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/697/"}, {"name": "Maria Aneiros", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/3388/"}]}]}], "contributors": [{"name": "Newcastle University Mathematics and Statistics", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/697/"}, {"name": "Maria Aneiros", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/3388/"}]}