// Numbas version: exam_results_page_options {"name": "Ex 1 Linear combinations of 2 x 2 matrices", "extensions": ["stats"], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "question_groups": [{"pickingStrategy": "all-ordered", "questions": [{"tags": [], "preamble": {"css": "", "js": ""}, "metadata": {"description": "

Linear combinations of $2 \\times 2$ matrices. Three examples.

", "licence": "Creative Commons Attribution 4.0 International"}, "variables": {"a": {"group": "Ungrouped variables", "description": "", "templateType": "anything", "definition": "matrix(repeat(repeat(random(-5..5 except 0),2),2))", "name": "a"}, "q1": {"group": "Ungrouped variables", "description": "", "templateType": "anything", "definition": "random(-6..6 except [0,1,-1,p1,q])", "name": "q1"}, "c": {"group": "Ungrouped variables", "description": "", "templateType": "anything", "definition": "matrix(repeat(repeat(random(-5..5 except [0,a[0][0],b[0][0]]),2),2))", "name": "c"}, "p1": {"group": "Ungrouped variables", "description": "", "templateType": "anything", "definition": "random(2..6 except p)", "name": "p1"}, "q": {"group": "Ungrouped variables", "description": "", "templateType": "anything", "definition": "random(-6..6 except [0,1,-1,p])", "name": "q"}, "apb": {"group": "Ungrouped variables", "description": "", "templateType": "anything", "definition": "a+b", "name": "apb"}, "lcabc": {"group": "Ungrouped variables", "description": "", "templateType": "anything", "definition": "p1*a+q1*b+r1*c", "name": "lcabc"}, "r1": {"group": "Ungrouped variables", "description": "", "templateType": "anything", "definition": "random(-6..6 except [0,1,-1,p1,q1])", "name": "r1"}, "lcab": {"group": "Ungrouped variables", "description": "", "templateType": "anything", "definition": "p*a+q*b", "name": "lcab"}, "b": {"group": "Ungrouped variables", "description": "", "templateType": "anything", "definition": "matrix(repeat(repeat(random(-5..5 except [0,a[0][0]]),2),2))", "name": "b"}, "p": {"group": "Ungrouped variables", "description": "", "templateType": "anything", "definition": "random(2..6)", "name": "p"}}, "variable_groups": [], "extensions": ["stats"], "parts": [{"scripts": {}, "extendBaseMarkingAlgorithm": true, "customMarkingAlgorithm": "", "type": "gapfill", "gaps": [{"correctAnswerFractions": false, "scripts": {}, "numColumns": "2", "extendBaseMarkingAlgorithm": true, "customMarkingAlgorithm": "", "type": "matrix", "numRows": "2", "allowFractions": false, "showCorrectAnswer": true, "variableReplacements": [], "allowResize": false, "showFeedbackIcon": true, "unitTests": [], "marks": "0.2", "tolerance": 0, "correctAnswer": "apb", "markPerCell": false, "variableReplacementStrategy": "originalfirst"}], "showCorrectAnswer": true, "prompt": "

$\\mathrm{A}$+$\\mathrm{B}$ =  [[0]]

", "sortAnswers": false, "showFeedbackIcon": true, "unitTests": [], "marks": 0, "variableReplacements": [], "variableReplacementStrategy": "originalfirst"}, {"scripts": {}, "extendBaseMarkingAlgorithm": true, "customMarkingAlgorithm": "", "type": "gapfill", "gaps": [{"correctAnswerFractions": false, "scripts": {}, "numColumns": "2", "extendBaseMarkingAlgorithm": true, "customMarkingAlgorithm": "", "type": "matrix", "numRows": "2", "allowFractions": false, "showCorrectAnswer": true, "variableReplacements": [], "allowResize": false, "showFeedbackIcon": true, "unitTests": [], "marks": "0.4", "tolerance": 0, "correctAnswer": "lcab", "markPerCell": false, "variableReplacementStrategy": "originalfirst"}], "showCorrectAnswer": true, "prompt": "

$\\simplify{{p}A+{q}B} = $ [[0]]

", "sortAnswers": false, "showFeedbackIcon": true, "unitTests": [], "marks": 0, "variableReplacements": [], "variableReplacementStrategy": "originalfirst"}, {"scripts": {}, "extendBaseMarkingAlgorithm": true, "customMarkingAlgorithm": "", "type": "gapfill", "gaps": [{"correctAnswerFractions": false, "scripts": {}, "numColumns": "2", "extendBaseMarkingAlgorithm": true, "customMarkingAlgorithm": "", "type": "matrix", "numRows": "2", "allowFractions": false, "showCorrectAnswer": true, "variableReplacements": [], "allowResize": false, "showFeedbackIcon": true, "unitTests": [], "marks": "0.6", "tolerance": 0, "correctAnswer": "lcabc", "markPerCell": false, "variableReplacementStrategy": "originalfirst"}], "showCorrectAnswer": true, "prompt": "

$\\simplify{{p1}A+{q1}B+{r1}C}=$ [[0]]

", "sortAnswers": false, "showFeedbackIcon": true, "unitTests": [], "marks": 0, "variableReplacements": [], "variableReplacementStrategy": "originalfirst"}], "statement": "

Let 
\\[A=\\simplify{{a}},\\;\\; B=\\simplify{{b}},\\;\\; C=\\simplify{{c}}\\]
Calculate the following $2 \\times 2$ matrices:

\n

 

", "variablesTest": {"maxRuns": 100, "condition": ""}, "ungrouped_variables": ["a", "q1", "c", "b", "r1", "q", "p", "p1", "apb", "lcab", "lcabc"], "functions": {}, "rulesets": {"std": ["all", "fractionNumbers", "!collectNumbers", "!noleadingminus"]}, "advice": "

a)

\n

\\[ \\begin{eqnarray*} \\simplify[std]{A+B} &=&\\simplify[std]{{a}+{b}}\\\\ &=& \\begin{pmatrix} \\simplify[std]{{a[0][0]}+{b[0][0]}}& \\simplify[std]{{a[0][1]}+{b[0][1]}}\\\\  \\simplify[std]{{a[1][0]}+{b[1][0]}}&\\simplify[std]{{a[1][1]}+{b[1][1]}} \\end{pmatrix}\\\\ &=&\\simplify{{apb}}\\\\  \\end{eqnarray*} \\]

\n

b) 

\n

\\[ \\begin{eqnarray*} \\simplify[std]{{p}A+{q}B} &=&\\simplify[std]{{p}{a}+{q}{b}}\\\\ &=& \\begin{pmatrix} \\simplify[std]{{p}*{a[0][0]}+{q}*{b[0][0]}}& \\simplify[std]{{p}*{a[0][1]}+{q}*{b[0][1]}}\\\\  \\simplify[std]{{p}*{a[1][0]}+{q}*{b[1][0]}}&\\simplify[std]{{p}*{a[1][1]}+{q}*{b[1][1]}} \\end{pmatrix}\\\\ &=&\\simplify{{lcab}}\\\\  \\end{eqnarray*} \\]

\n

c)

\n

\\[ \\begin{eqnarray*} \\simplify[std]{{p1}A+{q1}B+{r1}C} &=&\\simplify[std]{{p1}{a}+{q1}{b}+{r1}{c}}\\\\ &=& \\begin{pmatrix} \\simplify[std]{{p1}*{a[0][0]}+{q1}*{b[0][0]}+{r1}*{c[0][0]}}& \\simplify[std]{{p1}*{a[0][1]}+{q1}*{b[0][1]}+{r1}*{c[0][1]}}\\\\  \\simplify[std]{{p1}*{a[1][0]}+{q1}*{b[1][0]}+{r1}*{c[1][0]}}&\\simplify[std]{{p1}*{a[1][1]}+{q1}*{b[1][1]}+{r1}*{c[1][1]}} \\end{pmatrix}\\\\ &=&\\simplify{{lcabc}}\\\\  \\end{eqnarray*} \\]

\n

 

", "name": "Ex 1 Linear combinations of 2 x 2 matrices", "type": "question", "contributors": [{"name": "Violeta CIT", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/1030/"}]}]}], "contributors": [{"name": "Violeta CIT", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/1030/"}]}