// Numbas version: exam_results_page_options {"name": "Clodagh's copy of MATH6058 Matrix Multiplication 1 (2x2 matrices)", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false}, "question_groups": [{"pickingStrategy": "all-ordered", "questions": [{"tags": [], "preamble": {"js": "", "css": ""}, "name": "Clodagh's copy of MATH6058 Matrix Multiplication 1 (2x2 matrices)", "rulesets": {"std": ["all", "fractionNumbers", "!collectNumbers"]}, "ungrouped_variables": ["ba21", "a21", "a22", "ba22", "cb21", "b22", "b21", "cb22", "ac22", "ac21", "ab22", "ab21", "b12", "b11", "c12", "c11", "c22", "a11", "cb11", "cb12", "a12", "c21", "ba11", "ba12", "ab12", "ab11", "ac12", "ac11"], "advice": "

a)

\n

\\[ \\begin{eqnarray*} AB &=& \\begin{pmatrix} \\var{a11}&\\var{a12}\\\\ \\var{a21}&\\var{a22}\\\\ \\end{pmatrix}\\begin{pmatrix} \\var{b11}&\\var{b12}\\\\ \\var{b21}&\\var{b22}\\\\ \\end{pmatrix}\\\\ &=& \\begin{pmatrix} \\simplify[]{{a11}{b11}+{a12}{b21}}&\\simplify[]{{a11}{b12}+{a12}{b22}}\\\\ \\simplify[]{{a21}{b11}+{a22}{b21}}&\\simplify[]{{a21}{b12}+{a22}{b22}}\\\\ \\end{pmatrix}\\\\ &=& \\begin{pmatrix} \\var{ab11}&\\var{ab12}\\\\ \\var{ab21}&\\var{ab22}\\\\ \\end{pmatrix} \\end{eqnarray*} \\]

\n

b)

\n

\\[ \\begin{eqnarray*} BA &=& \\begin{pmatrix} \\var{b11}&\\var{b12}\\\\ \\var{b21}&\\var{b22}\\\\ \\end{pmatrix}\\begin{pmatrix} \\var{a11}&\\var{a12}\\\\ \\var{a21}&\\var{a22}\\\\ \\end{pmatrix}\\\\ &=& \\begin{pmatrix} \\simplify[]{{b11}{a11}+{b12}{a21}}&\\simplify[]{{b11}{a12}+{b12}{a22}}\\\\ \\simplify[]{{b21}{a11}+{b22}{a21}}&\\simplify[]{{b21}{a12}+{b22}{a22}}\\\\ \\end{pmatrix}\\\\ &=& \\begin{pmatrix} \\var{ba11}&\\var{ba12}\\\\ \\var{ba21}&\\var{ba22}\\\\ \\end{pmatrix} \\end{eqnarray*} \\]

\n

c)

\n

\\[ \\begin{eqnarray*} CB &=& \\begin{pmatrix} \\var{c11}&\\var{c12}\\\\ \\var{c21}&\\var{c22}\\\\ \\end{pmatrix}\\begin{pmatrix} \\var{b11}&\\var{b12}\\\\ \\var{b21}&\\var{b22}\\\\ \\end{pmatrix}\\\\ &=& \\begin{pmatrix} \\simplify[]{{c11}{b11}+{c12}{b21}}&\\simplify[]{{c11}{b12}+{c12}{b22}}\\\\ \\simplify[]{{c21}{b11}+{c22}{b21}}&\\simplify[]{{c21}{b12}+{a22}{b22}}\\\\ \\end{pmatrix}\\\\ &=& \\begin{pmatrix} \\var{cb11}&\\var{cb12}\\\\ \\var{cb21}&\\var{cb22}\\\\ \\end{pmatrix} \\end{eqnarray*} \\]

\n

d)

\n

\\[ \\begin{eqnarray*} AC &=& \\begin{pmatrix} \\var{a11}&\\var{a12}\\\\ \\var{a21}&\\var{a22}\\\\ \\end{pmatrix}\\begin{pmatrix} \\var{c11}&\\var{c12}\\\\ \\var{c21}&\\var{c22}\\\\ \\end{pmatrix}\\\\ &=& \\begin{pmatrix} \\simplify[]{{a11}{c11}+{a12}{c21}}&\\simplify[]{{a11}{c12}+{a12}{c22}}\\\\ \\simplify[]{{a21}{c11}+{a22}{c21}}&\\simplify[]{{a21}{c12}+{a22}{c22}}\\\\ \\end{pmatrix}\\\\ &=& \\begin{pmatrix} \\var{ac11}&\\var{ac12}\\\\ \\var{ac21}&\\var{ac22}\\\\ \\end{pmatrix} \\end{eqnarray*} \\]

", "metadata": {"licence": "Creative Commons Attribution 4.0 International", "description": "

Multiplication of $2 \\times 2$ matrices.

"}, "variable_groups": [], "extensions": [], "parts": [{"marks": 0, "prompt": "

$AB = \\begin{pmatrix} \\var{a11}&\\var{a12}\\\\ \\var{a21}&\\var{a22}\\\\ \\end{pmatrix}\\begin{pmatrix} \\var{b11}&\\var{b12}\\\\ \\var{b21}&\\var{b22}\\\\ \\end{pmatrix} = $ [[0]]

", "gaps": [{"correctAnswerFractions": false, "markPerCell": false, "type": "matrix", "showCorrectAnswer": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "allowResize": false, "marks": 1, "scripts": {}, "numRows": "2", "tolerance": 0, "correctAnswer": "matrix([\n [ab11,ab12],\n [ab21,ab22]\n])", "showFeedbackIcon": true, "numColumns": "2", "allowFractions": false}], "showCorrectAnswer": true, "type": "gapfill", "scripts": {}, "showFeedbackIcon": true, "variableReplacementStrategy": "originalfirst", "variableReplacements": []}, {"marks": 0, "prompt": "

$BA = \\begin{pmatrix} \\var{b11}&\\var{b12}\\\\ \\var{b21}&\\var{b22}\\\\ \\end{pmatrix}\\begin{pmatrix} \\var{a11}&\\var{a12}\\\\ \\var{a21}&\\var{a22}\\\\ \\end{pmatrix}=$ [[0]]

", "gaps": [{"correctAnswerFractions": false, "markPerCell": false, "type": "matrix", "showCorrectAnswer": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "allowResize": false, "marks": 1, "scripts": {}, "numRows": "2", "tolerance": 0, "correctAnswer": "matrix([\n [ba11,ba12],\n [ba21,ba22]\n])", "showFeedbackIcon": true, "numColumns": "2", "allowFractions": false}], "showCorrectAnswer": true, "type": "gapfill", "scripts": {}, "showFeedbackIcon": true, "variableReplacementStrategy": "originalfirst", "variableReplacements": []}, {"marks": 0, "prompt": "

$CB = \\begin{pmatrix} \\var{c11}&\\var{c12}\\\\ \\var{c21}&\\var{c22}\\\\ \\end{pmatrix} \\begin{pmatrix} \\var{b11}&\\var{b12}\\\\ \\var{b21}&\\var{b22}\\\\ \\end{pmatrix}=$ [[0]]

", "gaps": [{"correctAnswerFractions": false, "markPerCell": false, "type": "matrix", "showCorrectAnswer": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "allowResize": false, "marks": 1, "scripts": {}, "numRows": "2", "tolerance": 0, "correctAnswer": "matrix([\n [cb11,cb12],\n [cb21,cb22]\n])", "showFeedbackIcon": true, "numColumns": "2", "allowFractions": false}], "showCorrectAnswer": true, "type": "gapfill", "scripts": {}, "showFeedbackIcon": true, "variableReplacementStrategy": "originalfirst", "variableReplacements": []}, {"marks": 0, "prompt": "

$AC = \\begin{pmatrix} \\var{a11}&\\var{a12}\\\\ \\var{a21}&\\var{a22}\\\\ \\end{pmatrix}\\begin{pmatrix} \\var{c11}&\\var{c12}\\\\ \\var{c21}&\\var{c22}\\\\ \\end{pmatrix}=$ [[0]]

", "gaps": [{"correctAnswerFractions": false, "markPerCell": false, "type": "matrix", "showCorrectAnswer": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "allowResize": false, "marks": 1, "scripts": {}, "numRows": "2", "tolerance": 0, "correctAnswer": "matrix([\n [ac11,ac12],\n [ac21,ac22]\n])", "showFeedbackIcon": true, "numColumns": "2", "allowFractions": false}], "showCorrectAnswer": true, "type": "gapfill", "scripts": {}, "showFeedbackIcon": true, "variableReplacementStrategy": "originalfirst", "variableReplacements": []}], "statement": "

Do the following matrix problems
Let
\\[A=\\begin{pmatrix} \\var{a11}&\\var{a12}\\\\ \\var{a21}&\\var{a22}\\\\ \\end{pmatrix},\\;\\; B=\\begin{pmatrix} \\var{b11}&\\var{b12}\\\\ \\var{b21}&\\var{b22}\\\\ \\end{pmatrix},\\;\\; C=\\begin{pmatrix} \\var{c11}&\\var{c12}\\\\ \\var{c21}&\\var{c22}\\\\ \\end{pmatrix}\\]
Calculate the following products of these matrices:

", "variablesTest": {"condition": "", "maxRuns": 100}, "variables": {"cb21": {"definition": "c21*b11+c22*b21", "description": "", "name": "cb21", "group": "Ungrouped variables", "templateType": "anything"}, "b12": {"definition": "random(-3..1)", "description": "", "name": "b12", "group": "Ungrouped variables", "templateType": "anything"}, "ba21": {"definition": "b21*a11+b22*a21", "description": "", "name": "ba21", "group": "Ungrouped variables", "templateType": "anything"}, "b22": {"definition": "random(-3..-1)", "description": "", "name": "b22", "group": "Ungrouped variables", "templateType": "anything"}, "ac22": {"definition": "a21*c12+a22*c22", "description": "", "name": "ac22", "group": "Ungrouped variables", "templateType": "anything"}, "c11": {"definition": "random(1,0,4)", "description": "", "name": "c11", "group": "Ungrouped variables", "templateType": "anything"}, "a12": {"definition": "random(1..4)", "description": "", "name": "a12", "group": "Ungrouped variables", "templateType": "anything"}, "cb22": {"definition": "c21*b12+c22*b22", "description": "", "name": "cb22", "group": "Ungrouped variables", "templateType": "anything"}, "ba12": {"definition": "b11*a12+b12*a22", "description": "", "name": "ba12", "group": "Ungrouped variables", "templateType": "anything"}, "c21": {"definition": "random(2..5)", "description": "", "name": "c21", "group": "Ungrouped variables", "templateType": "anything"}, "b21": {"definition": "random(2,3)", "description": "", "name": "b21", "group": "Ungrouped variables", "templateType": "anything"}, "cb11": {"definition": "c11*b11+c12*b21", "description": "", "name": "cb11", "group": "Ungrouped variables", "templateType": "anything"}, "a22": {"definition": "random(1..3)", "description": "", "name": "a22", "group": "Ungrouped variables", "templateType": "anything"}, "a21": {"definition": "random(-2..2)", "description": "", "name": "a21", "group": "Ungrouped variables", "templateType": "anything"}, "ac11": {"definition": "a11*c11+a12*c21", "description": "", "name": "ac11", "group": "Ungrouped variables", "templateType": "anything"}, "c22": {"definition": "random(0,1)", "description": "", "name": "c22", "group": "Ungrouped variables", "templateType": "anything"}, "ac21": {"definition": "a21*c11+a22*c21", "description": "", "name": "ac21", "group": "Ungrouped variables", "templateType": "anything"}, "ab22": {"definition": "a21*b12+a22*b22", "description": "", "name": "ab22", "group": "Ungrouped variables", "templateType": "anything"}, "cb12": {"definition": "c11*b12+c12*b22", "description": "", "name": "cb12", "group": "Ungrouped variables", "templateType": "anything"}, "b11": {"definition": "random(-3,-1,0,3)", "description": "", "name": "b11", "group": "Ungrouped variables", "templateType": "anything"}, "c12": {"definition": "a12+b12", "description": "", "name": "c12", "group": "Ungrouped variables", "templateType": "anything"}, "ab12": {"definition": "a11*b12+a12*b22", "description": "", "name": "ab12", "group": "Ungrouped variables", "templateType": "anything"}, "ba22": {"definition": "b21*a12+b22*a22", "description": "", "name": "ba22", "group": "Ungrouped variables", "templateType": "anything"}, "ab11": {"definition": "a11*b11+a12*b21", "description": "", "name": "ab11", "group": "Ungrouped variables", "templateType": "anything"}, "ab21": {"definition": "a21*b11+a22*b21", "description": "", "name": "ab21", "group": "Ungrouped variables", "templateType": "anything"}, "a11": {"definition": "random(-2,1,2)", "description": "", "name": "a11", "group": "Ungrouped variables", "templateType": "anything"}, "ba11": {"definition": "b11*a11+b12*a21", "description": "", "name": "ba11", "group": "Ungrouped variables", "templateType": "anything"}, "ac12": {"definition": "a11*c12+a12*c22", "description": "", "name": "ac12", "group": "Ungrouped variables", "templateType": "anything"}}, "functions": {}, "type": "question", "contributors": [{"name": "Clodagh Carroll", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/384/"}]}]}], "contributors": [{"name": "Clodagh Carroll", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/384/"}]}