// Numbas version: exam_results_page_options {"name": "L1 - Matrix arithmetic combined", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "question_groups": [{"pickingStrategy": "all-ordered", "questions": [{"extensions": [], "statement": "

Given the matrix:

\n

\\(A=\\begin{pmatrix} \\var{a11}& \\var{a12}\\\\ \\var{a21}&\\var{a22}\\end{pmatrix}\\)

\n

", "tags": [], "rulesets": {}, "variable_groups": [], "functions": {}, "name": "L1 - Matrix arithmetic combined", "advice": "

\\(A=\\begin{pmatrix} \\var{a11}& \\var{a12}\\\\ \\var{a21}&\\var{a22}\\end{pmatrix}\\)

\n

\\(A^2=\\begin{pmatrix} \\var{a11}& \\var{a12}\\\\ \\var{a21}&\\var{a22}\\end{pmatrix}\\begin{pmatrix} \\var{a11}& \\var{a12}\\\\ \\var{a21}&\\var{a22}\\end{pmatrix}\\)

\n

Remember multiplication of matrices is carried out by multiplying the rows of the first matrix by the columns of the second matrix.

\n

\\(A^2=\\begin{pmatrix} \\var{a11}& \\var{a12}\\\\ \\var{a21}&\\var{a22}\\end{pmatrix}\\begin{pmatrix} \\var{a11}& \\var{a12}\\\\ \\var{a21}&\\var{a22}\\end{pmatrix}=\\begin{pmatrix}\\var{a11}*\\var{a11}+\\var{a12}*\\var{a21}&\\var{a11}*\\var{a12}+\\var{a12}*\\var{a22}\\\\ \\var{a21}*\\var{a11}+\\var{a22}*\\var{a21}&\\var{a21}*\\var{a12}+\\var{a22}*\\var{a22}\\end{pmatrix}\\)

\n

\\(A^2=\\begin{pmatrix}\\simplify{{a11}*{a11}+{a12}*{a21}}&\\simplify{{a11}*{a12}+{a12}*{a22}}\\\\ \\simplify{{a21}*{a11}+{a22}*{a21}}&\\simplify{{a21}*{a12}+{a22}*{a22}}\\end{pmatrix}\\)

\n

\\(\\var{k1}A=\\begin{pmatrix} \\var{k1}*\\var{a11}& \\var{k1}*\\var{a12}\\\\ \\var{k1}*\\var{a21}&\\var{k1}*\\var{a22}\\end{pmatrix}=\\begin{pmatrix} \\simplify{{k1}*{a11}}& \\simplify{{k1}*{a12}}\\\\ \\simplify{{k1}*{a21}}&\\simplify{{k1}*{a22}}\\end{pmatrix}\\)

\n

\\(\\left(A^2+\\var{k1}A+\\var{k2}I\\right)^t=\\left(\\begin{pmatrix}\\simplify{{a11}*{a11}+{a12}*{a21}}&\\simplify{{a11}*{a12}+{a12}*{a22}}\\\\ \\simplify{{a21}*{a11}+{a22}*{a21}}&\\simplify{{a21}*{a12}+{a22}*{a22}}\\end{pmatrix}+\\begin{pmatrix} \\simplify{{k1}*{a11}}& \\simplify{{k1}*{a12}}\\\\ \\simplify{{k1}*{a21}}&\\simplify{{k1}*{a22}}\\end{pmatrix}+\\begin{pmatrix} \\var{k2}&0\\\\0&\\var{k2}\\end{pmatrix}\\right)^t\\)

\n

\\(\\left(A^2+\\var{k1}A+\\var{k2}I\\right)^t=\\begin{pmatrix}\\simplify{{a11}*{a11}+{a12}*{a21}+{k1}{a11}+{k2}}&\\simplify{{a11}*{a12}+{a12}*{a22}+{k1}*{a12}}\\\\ \\simplify{{a21}*{a11}+{a22}*{a21}+{k1}*{a21}}&\\simplify{{a21}*{a12}+{a22}*{a22}+{k1}*{a22}+{k2}}\\end{pmatrix}^t\\)

\n

\\(\\left(A^2+\\var{k1}A+\\var{k2}I\\right)^t=\\begin{pmatrix}\\simplify{{a11}*{a11}+{a12}*{a21}+{k1}{a11}+{k2}}&\\simplify{{a21}*{a11}+{a22}*{a21}+{k1}*{a21}}\\\\ \\simplify{{a11}*{a12}+{a12}*{a22}+{k1}*{a12}}&\\simplify{{a21}*{a12}+{a22}*{a22}+{k1}*{a22}+{k2}}\\end{pmatrix}\\)

", "ungrouped_variables": ["a11", "a12", "a21", "a22", "k1", "k2", "b11", "b12", "b21", "b22"], "variablesTest": {"maxRuns": 100, "condition": ""}, "preamble": {"js": "", "css": ""}, "variables": {"a11": {"name": "a11", "group": "Ungrouped variables", "templateType": "number", "description": "", "definition": "-2"}, "b11": {"name": "b11", "group": "Ungrouped variables", "templateType": "anything", "description": "", "definition": "{a11}^2+{a12}*{a21}+{k1}*{a11}+{k2}"}, "b21": {"name": "b21", "group": "Ungrouped variables", "templateType": "anything", "description": "", "definition": "{a12}*{a11}+{a22}*{a12}+{k1}*{a12}"}, "b22": {"name": "b22", "group": "Ungrouped variables", "templateType": "anything", "description": "", "definition": "{a21}*{a12}+{a22}^2+{k1}*{a22}+{k2}"}, "b12": {"name": "b12", "group": "Ungrouped variables", "templateType": "anything", "description": "", "definition": "{a21}*{a11}+{a22}*{a21}+{k1}*{a21}"}, "a21": {"name": "a21", "group": "Ungrouped variables", "templateType": "number", "description": "", "definition": "0"}, "k2": {"name": "k2", "group": "Ungrouped variables", "templateType": "number", "description": "", "definition": "2"}, "k1": {"name": "k1", "group": "Ungrouped variables", "templateType": "number", "description": "", "definition": "2"}, "a12": {"name": "a12", "group": "Ungrouped variables", "templateType": "number", "description": "", "definition": "-1"}, "a22": {"name": "a22", "group": "Ungrouped variables", "templateType": "number", "description": "", "definition": "-2"}}, "metadata": {"licence": "Creative Commons Attribution-NonCommercial 4.0 International", "description": "

This question tests students knowledge of basic matrix arithmetic.

"}, "parts": [{"useCustomName": false, "adaptiveMarkingPenalty": 0, "prompt": "

Evaluate the following expression:

\n

\\(\\left(A^2+\\var{k1}A+\\var{k2}I\\right)^T\\) = [[0]]

", "showCorrectAnswer": true, "marks": 0, "customName": "", "gaps": [{"useCustomName": false, "markPerCell": false, "adaptiveMarkingPenalty": 0, "showCorrectAnswer": true, "tolerance": 0, "correctAnswer": "matrix([\n [b11,b12],\n [b21,b22]\n]) ", "numRows": "2", "marks": "5", "customName": "", "allowFractions": false, "customMarkingAlgorithm": "", "variableReplacementStrategy": "originalfirst", "variableReplacements": [], "correctAnswerFractions": false, "allowResize": false, "showFeedbackIcon": true, "scripts": {}, "numColumns": "2", "type": "matrix", "extendBaseMarkingAlgorithm": true, "unitTests": []}], "sortAnswers": false, "customMarkingAlgorithm": "", "variableReplacementStrategy": "originalfirst", "showFeedbackIcon": true, "variableReplacements": [], "scripts": {}, "type": "gapfill", "extendBaseMarkingAlgorithm": true, "unitTests": []}], "contributors": [{"name": "Frank Doheny", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/789/"}, {"name": "John Steele", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/2218/"}, {"name": "Josh Lim", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/2990/"}, {"name": "Timur Zaripov", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/3272/"}]}]}], "contributors": [{"name": "Frank Doheny", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/789/"}, {"name": "John Steele", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/2218/"}, {"name": "Josh Lim", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/2990/"}, {"name": "Timur Zaripov", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/3272/"}]}