// Numbas version: exam_results_page_options {"name": "Josh's copy of Question 2.1 MATH 6005 Assessment 1 Matrix Multiplication 2 (3x3 by 3x2 matrices)", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "question_groups": [{"pickingStrategy": "all-ordered", "questions": [{"preamble": {"css": "", "js": ""}, "variable_groups": [], "extensions": [], "advice": "", "variablesTest": {"maxRuns": 100, "condition": ""}, "variables": {"ac21": {"group": "Ungrouped variables", "definition": "a21*c11+a22*c21", "description": "", "templateType": "anything", "name": "ac21"}, "c11": {"group": "Ungrouped variables", "definition": "random(1,0,4)", "description": "", "templateType": "anything", "name": "c11"}, "a22": {"group": "Ungrouped variables", "definition": "random(1..3)", "description": "", "templateType": "anything", "name": "a22"}, "ab21": {"group": "Ungrouped variables", "definition": "a21*b11+a22*b21+a23*b31", "description": "", "templateType": "anything", "name": "ab21"}, "cb11": {"group": "Ungrouped variables", "definition": "c11*b11+c12*b21", "description": "", "templateType": "anything", "name": "cb11"}, "ac11": {"group": "Ungrouped variables", "definition": "a11*c11+a12*c21", "description": "", "templateType": "anything", "name": "ac11"}, "a23": {"group": "Ungrouped variables", "definition": "random(-2..3)", "description": "", "templateType": "anything", "name": "a23"}, "cb21": {"group": "Ungrouped variables", "definition": "c21*b11+c22*b21", "description": "", "templateType": "anything", "name": "cb21"}, "b31": {"group": "Ungrouped variables", "definition": "random(-1..1)", "description": "", "templateType": "anything", "name": "b31"}, "ba13": {"group": "Ungrouped variables", "definition": "b11*a13+b12*a23", "description": "", "templateType": "anything", "name": "ba13"}, "ac12": {"group": "Ungrouped variables", "definition": "a11*c12+a12*c22", "description": "", "templateType": "anything", "name": "ac12"}, "c12": {"group": "Ungrouped variables", "definition": "a12+b12", "description": "", "templateType": "anything", "name": "c12"}, "ab12": {"group": "Ungrouped variables", "definition": "a11*b12+a12*b22+a13*b32", "description": "", "templateType": "anything", "name": "ab12"}, "ba21": {"group": "Ungrouped variables", "definition": "b21*a11+b22*a21", "description": "", "templateType": "anything", "name": "ba21"}, "a13": {"group": "Ungrouped variables", "definition": "random(0..2)", "description": "", "templateType": "anything", "name": "a13"}, "b21": {"group": "Ungrouped variables", "definition": "random(2,3)", "description": "", "templateType": "anything", "name": "b21"}, "ba12": {"group": "Ungrouped variables", "definition": "b11*a12+b12*a22", "description": "", "templateType": "anything", "name": "ba12"}, "ba22": {"group": "Ungrouped variables", "definition": "b21*a12+b22*a22", "description": "", "templateType": "anything", "name": "ba22"}, "a11": {"group": "Ungrouped variables", "definition": "random(-2,1,2)", "description": "", "templateType": "anything", "name": "a11"}, "b32": {"group": "Ungrouped variables", "definition": "random(2..5)", "description": "", "templateType": "anything", "name": "b32"}, "ba11": {"group": "Ungrouped variables", "definition": "b11*a11+b12*a21", "description": "", "templateType": "anything", "name": "ba11"}, "ba32": {"group": "Ungrouped variables", "definition": "b31*a12+b32*a22", "description": "", "templateType": "anything", "name": "ba32"}, "ba23": {"group": "Ungrouped variables", "definition": "b21*a13+b22*a23", "description": "", "templateType": "anything", "name": "ba23"}, "c22": {"group": "Ungrouped variables", "definition": "random(0,1)", "description": "", "templateType": "anything", "name": "c22"}, "a12": {"group": "Ungrouped variables", "definition": "random(1..4)", "description": "", "templateType": "anything", "name": "a12"}, "b11": {"group": "Ungrouped variables", "definition": "random(-3,-1,0,3)", "description": "", "templateType": "anything", "name": "b11"}, "ba33": {"group": "Ungrouped variables", "definition": "b31*a13+b32*a23", "description": "", "templateType": "anything", "name": "ba33"}, "ab11": {"group": "Ungrouped variables", "definition": "a11*b11+a12*b21+a13*b31", "description": "", "templateType": "anything", "name": "ab11"}, "b22": {"group": "Ungrouped variables", "definition": "random(-3..-1)", "description": "", "templateType": "anything", "name": "b22"}, "b12": {"group": "Ungrouped variables", "definition": "random(-3..1)", "description": "", "templateType": "anything", "name": "b12"}, "a21": {"group": "Ungrouped variables", "definition": "random(-2..2)", "description": "", "templateType": "anything", "name": "a21"}, "ac22": {"group": "Ungrouped variables", "definition": "a21*c12+a22*c22", "description": "", "templateType": "anything", "name": "ac22"}, "cb22": {"group": "Ungrouped variables", "definition": "c21*b12+c22*b22", "description": "", "templateType": "anything", "name": "cb22"}, "c21": {"group": "Ungrouped variables", "definition": "random(2..5)", "description": "", "templateType": "anything", "name": "c21"}, "ba31": {"group": "Ungrouped variables", "definition": "b31*a11+b32*a21", "description": "", "templateType": "anything", "name": "ba31"}, "ab22": {"group": "Ungrouped variables", "definition": "a21*b12+a22*b22+a23*b32", "description": "", "templateType": "anything", "name": "ab22"}, "cb12": {"group": "Ungrouped variables", "definition": "c11*b12+c12*b22", "description": "", "templateType": "anything", "name": "cb12"}}, "parts": [{"variableReplacementStrategy": "originalfirst", "scripts": {}, "unitTests": [], "showFeedbackIcon": true, "prompt": "

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

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

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

", "gaps": [{"numRows": "3", "allowResize": false, "variableReplacements": [], "unitTests": [], "markPerCell": false, "showFeedbackIcon": true, "useCustomName": false, "correctAnswer": "matrix([\n [ba11,ba12,ba13],\n [ba21,ba22,ba23],\n [ba31,ba32,ba33]\n])", "allowFractions": false, "customName": "", "tolerance": 0, "correctAnswerFractions": false, "customMarkingAlgorithm": "", "numColumns": "3", "marks": "1", "type": "matrix", "scripts": {}, "variableReplacementStrategy": "originalfirst", "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true}], "useCustomName": false, "customName": "", "sortAnswers": false, "extendBaseMarkingAlgorithm": true, "customMarkingAlgorithm": "", "marks": 0, "type": "gapfill", "variableReplacements": [], "showCorrectAnswer": true}], "name": "Josh's copy of Question 2.1 MATH 6005 Assessment 1 Matrix Multiplication 2 (3x3 by 3x2 matrices)", "metadata": {"licence": "Creative Commons Attribution 4.0 International", "description": "

Multiplication of $2 \\times 2$ matrices.

"}, "functions": {}, "statement": "

Do the following matrix problems :
Let
\\[A=\\begin{pmatrix} \\var{a11}&\\var{a12}&\\var{a13}\\\\ \\var{a21}&\\var{a22}&\\var{a23}\\\\ \\end{pmatrix},\\;\\; B=\\begin{pmatrix} \\var{b11}&\\var{b12}\\\\ \\var{b21}&\\var{b22}\\\\ \\var{b31}&\\var{b32}\\end{pmatrix},\\;\\; \\]
Calculate the following products of these 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", "a13", "a23", "b31", "b32", "ba13", "ba23", "ba31", "ba32", "ba33"], "tags": [], "contributors": [{"name": "Violeta CIT", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/1030/"}, {"name": "Josh Lim", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/2990/"}]}]}], "contributors": [{"name": "Violeta CIT", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/1030/"}, {"name": "Josh Lim", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/2990/"}]}