// Numbas version: exam_results_page_options {"name": "Anthony's copy of Matrix Multiplication 1", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "question_groups": [{"pickingStrategy": "all-ordered", "questions": [{"rulesets": {"std": ["all", "fractionNumbers", "!collectNumbers"]}, "variables": {"b11": {"description": "", "templateType": "anything", "definition": "random(-3,-1,0,3)", "name": "b11", "group": "Ungrouped variables"}, "cb22": {"description": "", "templateType": "anything", "definition": "c21*b12+c22*b22", "name": "cb22", "group": "Ungrouped variables"}, "cb12": {"description": "", "templateType": "anything", "definition": "c11*b12+c12*b22", "name": "cb12", "group": "Ungrouped variables"}, "ba22": {"description": "", "templateType": "anything", "definition": "b21*a12+b22*a22", "name": "ba22", "group": "Ungrouped variables"}, "ac22": {"description": "", "templateType": "anything", "definition": "a21*c12+a22*c22", "name": "ac22", "group": "Ungrouped variables"}, "b21": {"description": "", "templateType": "anything", "definition": "random(2,3)", "name": "b21", "group": "Ungrouped variables"}, "a12": {"description": "", "templateType": "anything", "definition": "random(1..4)", "name": "a12", "group": "Ungrouped variables"}, "ab11": {"description": "", "templateType": "anything", "definition": "a11*b11+a12*b21", "name": "ab11", "group": "Ungrouped variables"}, "cb11": {"description": "", "templateType": "anything", "definition": "c11*b11+c12*b21", "name": "cb11", "group": "Ungrouped variables"}, "a11": {"description": "", "templateType": "anything", "definition": "random(-2,1,2)", "name": "a11", "group": "Ungrouped variables"}, "c22": {"description": "", "templateType": "anything", "definition": "random(0,1)", "name": "c22", "group": "Ungrouped variables"}, "ac11": {"description": "", "templateType": "anything", "definition": "a11*c11+a12*c21", "name": "ac11", "group": "Ungrouped variables"}, "ac12": {"description": "", "templateType": "anything", "definition": "a11*c12+a12*c22", "name": "ac12", "group": "Ungrouped variables"}, "c21": {"description": "", "templateType": "anything", "definition": "random(2..5)", "name": "c21", "group": "Ungrouped variables"}, "b12": {"description": "", "templateType": "anything", "definition": "random(-3..1)", "name": "b12", "group": "Ungrouped variables"}, "ab12": {"description": "", "templateType": "anything", "definition": "a11*b12+a12*b22", "name": "ab12", "group": "Ungrouped variables"}, "ac21": {"description": "", "templateType": "anything", "definition": "a21*c11+a22*c21", "name": "ac21", "group": "Ungrouped variables"}, "ba21": {"description": "", "templateType": "anything", "definition": "b21*a11+b22*a21", "name": "ba21", "group": "Ungrouped variables"}, "c11": {"description": "", "templateType": "anything", "definition": "random(1,0,4)", "name": "c11", "group": "Ungrouped variables"}, "a21": {"description": "", "templateType": "anything", "definition": "random(-2..2)", "name": "a21", "group": "Ungrouped variables"}, "ba12": {"description": "", "templateType": "anything", "definition": "b11*a12+b12*a22", "name": "ba12", "group": "Ungrouped variables"}, "c12": {"description": "", "templateType": "anything", "definition": "a12+b12", "name": "c12", "group": "Ungrouped variables"}, "a22": {"description": "", "templateType": "anything", "definition": "random(1..3)", "name": "a22", "group": "Ungrouped variables"}, "ab22": {"description": "", "templateType": "anything", "definition": "a21*b12+a22*b22", "name": "ab22", "group": "Ungrouped variables"}, "cb21": {"description": "", "templateType": "anything", "definition": "c21*b11+c22*b21", "name": "cb21", "group": "Ungrouped variables"}, "ab21": {"description": "", "templateType": "anything", "definition": "a21*b11+a22*b21", "name": "ab21", "group": "Ungrouped variables"}, "b22": {"description": "", "templateType": "anything", "definition": "random(-3..-1)", "name": "b22", "group": "Ungrouped variables"}, "ba11": {"description": "", "templateType": "anything", "definition": "b11*a11+b12*a21", "name": "ba11", "group": "Ungrouped variables"}}, "type": "question", "preamble": {"css": "", "js": ""}, "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*} \\]

", "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"], "metadata": {"notes": "\n \t\t \t\t

10/07/2012:

\n \t\t \t\t

Added tags.

\n \t\t \t\t

Display of matrices looks untidy when individual components include negative numbers.

\n \t\t \t\t

Is it worthwhile restricting all components of matrices to be non zero?

\n \t\t \t\t

Question appears to be working correctly.

\n \t\t \n \t\t", "description": "

Multiplication of $2 \\times 2$ matrices.

", "licence": "Creative Commons Attribution 4.0 International"}, "variablesTest": {"condition": "", "maxRuns": 100}, "statement": "\n \n \n

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

\n \n \n \n ", "parts": [{"scripts": {}, "gaps": [{"type": "matrix", "tolerance": 0, "showCorrectAnswer": true, "numColumns": "2", "allowResize": false, "allowFractions": false, "numRows": "2", "markPerCell": false, "correctAnswer": "matrix([\n [ab11,ab12],\n [ab21,ab22]\n])", "correctAnswerFractions": false, "scripts": {}, "marks": 1}], "showCorrectAnswer": true, "marks": 0, "type": "gapfill", "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]]

"}, {"scripts": {}, "gaps": [{"type": "matrix", "tolerance": 0, "showCorrectAnswer": true, "numColumns": "2", "allowResize": false, "allowFractions": false, "numRows": "2", "markPerCell": false, "correctAnswer": "matrix([\n [ba11,ba12],\n [ba21,ba22]\n])", "correctAnswerFractions": false, "scripts": {}, "marks": 1}], "showCorrectAnswer": true, "marks": 0, "type": "gapfill", "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]]

"}, {"scripts": {}, "gaps": [{"type": "matrix", "tolerance": 0, "showCorrectAnswer": true, "numColumns": "2", "allowResize": false, "allowFractions": false, "numRows": "2", "markPerCell": false, "correctAnswer": "matrix([\n [cb11,cb12],\n [cb21,cb22]\n])", "correctAnswerFractions": false, "scripts": {}, "marks": 1}], "showCorrectAnswer": true, "marks": 0, "type": "gapfill", "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]]

"}, {"scripts": {}, "gaps": [{"type": "matrix", "tolerance": 0, "showCorrectAnswer": true, "numColumns": "2", "allowResize": false, "allowFractions": false, "numRows": "2", "markPerCell": false, "correctAnswer": "matrix([\n [ac11,ac12],\n [ac21,ac22]\n])", "correctAnswerFractions": false, "scripts": {}, "marks": 1}], "showCorrectAnswer": true, "marks": 0, "type": "gapfill", "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]]

"}], "name": "Anthony's copy of Matrix Multiplication 1", "variable_groups": [], "showQuestionGroupNames": false, "functions": {}, "question_groups": [{"pickQuestions": 0, "questions": [], "name": "", "pickingStrategy": "all-ordered"}], "tags": ["matrices", "matrix", "matrix multiplication", "matrix product", "multiplication of matrices", "multiplying matrices", "product of matrices"], "contributors": [{"name": "Bill Foster", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/6/"}, {"name": "Christian Lawson-Perfect", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/7/"}, {"name": "Anthony Brown", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/799/"}]}]}], "contributors": [{"name": "Bill Foster", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/6/"}, {"name": "Christian Lawson-Perfect", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/7/"}, {"name": "Anthony Brown", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/799/"}]}