// Numbas version: exam_results_page_options {"name": "Ex 6 Cofactors, Determinant and Inverse of a 3x3 matrix", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "question_groups": [{"pickingStrategy": "all-ordered", "questions": [{"variables": {"a13": {"name": "a13", "templateType": "anything", "definition": "random(-5..10)", "description": "", "group": "Ungrouped variables"}, "inverseA": {"name": "inverseA", "templateType": "anything", "definition": "matrix([cof11,cof21,cof31],[cof12,cof22,cof32],[cof13,cof23,cof33])/det(matrixA)", "description": "", "group": "Ungrouped variables"}, "a32": {"name": "a32", "templateType": "anything", "definition": "random(0..10)", "description": "", "group": "Ungrouped variables"}, "matrixA": {"name": "matrixA", "templateType": "anything", "definition": "matrix([a11,a12,a13],[a21,a22,a23],[a31,a32,a33])", "description": "", "group": "Ungrouped variables"}, "cof22": {"name": "cof22", "templateType": "anything", "definition": "a11*a33-a31*a13", "description": "", "group": "cofactors"}, "cof32": {"name": "cof32", "templateType": "anything", "definition": "a13*a21-a11*a23", "description": "", "group": "cofactors"}, "a21": {"name": "a21", "templateType": "anything", "definition": "random(0..10)", "description": "", "group": "Ungrouped variables"}, "cof11": {"name": "cof11", "templateType": "anything", "definition": "a22*a33-a32*a23", "description": "", "group": "cofactors"}, "cof31": {"name": "cof31", "templateType": "anything", "definition": "a12*a23-a22*a13", "description": "", "group": "cofactors"}, "a23": {"name": "a23", "templateType": "anything", "definition": "random(-4..4)", "description": "", "group": "Ungrouped variables"}, "a33": {"name": "a33", "templateType": "anything", "definition": "random(0..20)", "description": "", "group": "Ungrouped variables"}, "cof33": {"name": "cof33", "templateType": "anything", "definition": "a11*a22-a12*a21", "description": "", "group": "cofactors"}, "cof13": {"name": "cof13", "templateType": "anything", "definition": "a21*a32-a31*a22", "description": "", "group": "cofactors"}, "a22": {"name": "a22", "templateType": "anything", "definition": "random(0..5 except(a21*a12/a11))", "description": "", "group": "Ungrouped variables"}, "cof21": {"name": "cof21", "templateType": "anything", "definition": "a32*a13-a12*a33", "description": "", "group": "cofactors"}, "a12": {"name": "a12", "templateType": "anything", "definition": "random(0..10)", "description": "", "group": "Ungrouped variables"}, "a11": {"name": "a11", "templateType": "anything", "definition": "random(-3..3)", "description": "", "group": "Ungrouped variables"}, "cof12": {"name": "cof12", "templateType": "anything", "definition": "a23*a31-a21*a33", "description": "", "group": "cofactors"}, "cof23": {"name": "cof23", "templateType": "anything", "definition": "a12*a31-a11*a32", "description": "

cof23

", "group": "cofactors"}, "a31": {"name": "a31", "templateType": "anything", "definition": "random(0..10)", "description": "", "group": "Ungrouped variables"}}, "ungrouped_variables": ["matrixA", "a11", "a12", "a21", "a22", "a13", "a23", "a31", "a32", "a33", "inverseA"], "variablesTest": {"condition": "", "maxRuns": 100}, "extensions": [], "tags": [], "advice": "

If \\[  A=\\left( \\begin{array}{ccc}
a & b & c \\\\d & e&f\\\\ g&h&j \\end{array} \\right),\\]

\n

Cofactors are given by \\[  A=\\left( \\begin{array}{ccc}
a & b & c \\\\d & e&f\\\\ g&h&j \\end{array} \\right),\\]

\n

Cof11 =\\[  +\\left| \\begin{array}{ccc}
e&f\\\\ h&j \\end{array} \\right|,\\]

\n

Cof12 =\\[  -\\left| \\begin{array}{ccc}
d & f\\\\ g&j \\end{array} \\right|,\\]

\n

Cof13 =\\[  +\\left| \\begin{array}{ccc}
d & e\\ g&h\\end{array} \\right|,\\]

\n

Cof21 =\\[ -\\left| \\begin{array}{ccc}
b & c \\\\h&j \\end{array} \\right|,\\]

\n

Cof22 =\\[  +\\left| \\begin{array}{ccc}
a  & c \\\\ g&j \\end{array} \\right|,\\]

\n

Cof23 =\\[  -\\left| \\begin{array}{ccc}
a & b \\\\g&h\\end{array} \\right|,\\]

\n

Cof31 =\\[  +=\\left| \\begin{array}{ccc}
b & c \\\\e&f\\end{array} \\right|,\\]

\n

Cof32 =\\[ -\\left| \\begin{array}{ccc}
a  & c \\\\d & f\\end{array} \\right|,\\]

\n

Cof33 =\\[  +\\left| \\begin{array}{ccc}
a & b\\\\d & e \\end{array} \\right|,\\]

\n

Then, the determinant of A is given by the sum of the product of any row ( or column) elements by their cofactors

\n

e.g row 1 determinant = a*cof11+b*cof12+c*cof13

\n

and the inverse of A is given by the ratio of the adjoint(A) and the deteminant of A

\n

where adjoint A= \\left( \\begin{array}{ccc}
cof11 & cof21 & cof31 \\\\cof12 & cof22&cof32\\\\ cof13&cof23&cof33 \\end{array} \\right),\\]

\n

  inverse of A=\\[  \\frac{1}{det(A)}*\\left( \\begin{array}{ccc}
cof11 & cof21 & cof31 \\\\cof12 & cof22&cof32\\\\ cof13&cof23&cof33 \\end{array} \\right),\\]

\n

 

\n

", "preamble": {"js": "", "css": ""}, "statement": "", "name": "Ex 6 Cofactors, Determinant and Inverse of a 3x3 matrix", "functions": {}, "variable_groups": [{"name": "cofactors", "variables": ["cof11", "cof12", "cof13", "cof21", "cof22", "cof23", "cof31", "cof32", "cof33"]}, {"name": "Unnamed group", "variables": []}], "parts": [{"showCorrectAnswer": true, "marks": 0, "scripts": {}, "showFeedbackIcon": true, "variableReplacements": [], "gaps": [{"notationStyles": ["plain", "en", "si-en"], "correctAnswerStyle": "plain", "variableReplacementStrategy": "originalfirst", "marks": "0.2", "scripts": {}, "allowFractions": true, "maxValue": "{cof11}", "mustBeReduced": false, "correctAnswerFraction": false, "minValue": "{cof11}", "showFeedbackIcon": true, "mustBeReducedPC": 0, "type": "numberentry", "variableReplacements": [], "showCorrectAnswer": true}, {"notationStyles": ["plain", "en", "si-en"], "correctAnswerStyle": "plain", "variableReplacementStrategy": "originalfirst", "marks": "0.2", "scripts": {}, "allowFractions": false, "maxValue": "{cof12}", "mustBeReduced": false, "correctAnswerFraction": false, "minValue": "{cof12}", "showFeedbackIcon": true, "mustBeReducedPC": 0, "type": "numberentry", "variableReplacements": [], "showCorrectAnswer": true}, {"notationStyles": ["plain", "en", "si-en"], "correctAnswerStyle": "plain", "variableReplacementStrategy": "originalfirst", "marks": "0.2", "scripts": {}, "allowFractions": false, "maxValue": "{cof13}", "mustBeReduced": false, "correctAnswerFraction": false, "minValue": "{cof13}", "showFeedbackIcon": true, "mustBeReducedPC": 0, "type": "numberentry", "variableReplacements": [], "showCorrectAnswer": true}, {"notationStyles": ["plain", "en", "si-en"], "correctAnswerStyle": "plain", "variableReplacementStrategy": "originalfirst", "marks": "0.2", "scripts": {}, "allowFractions": false, "maxValue": "{cof21}", "mustBeReduced": false, "correctAnswerFraction": false, "minValue": "{cof21}", "showFeedbackIcon": true, "mustBeReducedPC": 0, "type": "numberentry", "variableReplacements": [], "showCorrectAnswer": true}, {"notationStyles": ["plain", "en", "si-en"], "correctAnswerStyle": "plain", "variableReplacementStrategy": "originalfirst", "marks": "0.2", "scripts": {}, "allowFractions": false, "maxValue": "{cof22}", "mustBeReduced": false, "correctAnswerFraction": false, "minValue": "{cof22}", "showFeedbackIcon": true, "mustBeReducedPC": 0, "type": "numberentry", "variableReplacements": [], "showCorrectAnswer": true}, {"notationStyles": ["plain", "en", "si-en"], "correctAnswerStyle": "plain", "variableReplacementStrategy": "originalfirst", "marks": "0.2", "scripts": {}, "allowFractions": false, "maxValue": "{cof23}", "mustBeReduced": false, "correctAnswerFraction": false, "minValue": "{cof23}", "showFeedbackIcon": true, "mustBeReducedPC": 0, "type": "numberentry", "variableReplacements": [], "showCorrectAnswer": true}, {"notationStyles": ["plain", "en", "si-en"], "correctAnswerStyle": "plain", "variableReplacementStrategy": "originalfirst", "marks": "0.2", "scripts": {}, "allowFractions": false, "maxValue": "{cof31}", "mustBeReduced": false, "correctAnswerFraction": false, "minValue": "{cof31}", "showFeedbackIcon": true, "mustBeReducedPC": 0, "type": "numberentry", "variableReplacements": [], "showCorrectAnswer": true}, {"notationStyles": ["plain", "en", "si-en"], "correctAnswerStyle": "plain", "variableReplacementStrategy": "originalfirst", "marks": "0.2", "scripts": {}, "allowFractions": false, "maxValue": "{cof32}", "mustBeReduced": false, "correctAnswerFraction": false, "minValue": "{cof32}", "showFeedbackIcon": true, "mustBeReducedPC": 0, "type": "numberentry", "variableReplacements": [], "showCorrectAnswer": true}, {"notationStyles": ["plain", "en", "si-en"], "correctAnswerStyle": "plain", "variableReplacementStrategy": "originalfirst", "marks": "0.2", "scripts": {}, "allowFractions": false, "maxValue": "{cof33}", "mustBeReduced": false, "correctAnswerFraction": false, "minValue": "{cof33}", "showFeedbackIcon": true, "mustBeReducedPC": 0, "type": "numberentry", "variableReplacements": [], "showCorrectAnswer": true}], "type": "gapfill", "prompt": "

\n

Calculate the nine cofactors of A=$\\var{matrixA}$?

\n

$A _{11}$ cofactor in position 1,1[[0]]

\n

$A_{12}$ cofactor in position 1,2[[1]]

\n

$A_{13}$ cofactor in position 1,3[[2]]

\n

$A_{21}$ cofactor in position 2,1[[3]]

\n

$A_{22}$ cofactor in position 2,2[[4]]

\n

$A_{23}$ cofactor in position 2,3[[5]]

\n

$A_{31}$ cofactor in position 3,1[[6]]

\n

$A_{32}$ cofactor in position 3,2[[7]]

\n

$A_{33}$ cofactor in position 3,3[[8]]

", "variableReplacementStrategy": "originalfirst"}, {"showCorrectAnswer": true, "marks": 0, "scripts": {}, "showFeedbackIcon": true, "variableReplacements": [], "gaps": [{"notationStyles": ["plain", "en", "si-en"], "correctAnswerStyle": "plain", "variableReplacementStrategy": "originalfirst", "marks": "1", "scripts": {}, "allowFractions": false, "maxValue": "det(matrixA)", "mustBeReduced": false, "correctAnswerFraction": false, "minValue": "det(matrixA)", "showFeedbackIcon": true, "mustBeReducedPC": 0, "type": "numberentry", "variableReplacements": [], "showCorrectAnswer": true}], "type": "gapfill", "prompt": "

What is the determinant of A=$\\var{matrixA}$?

\n

[[0]]

", "variableReplacementStrategy": "originalfirst"}, {"showCorrectAnswer": true, "marks": 0, "scripts": {}, "showFeedbackIcon": true, "variableReplacements": [], "gaps": [{"tolerance": "0.005", "variableReplacementStrategy": "originalfirst", "marks": 1, "scripts": {}, "allowFractions": true, "numRows": "3", "correctAnswer": "inverseA", "allowResize": true, "markPerCell": false, "numColumns": "3", "showFeedbackIcon": true, "correctAnswerFractions": false, "type": "matrix", "variableReplacements": [], "showCorrectAnswer": true}], "type": "gapfill", "prompt": "

\n

What is the inverse of A=$\\var{matrixA}$? Cofactors will be accepted as fractions or correct to 2 decimal places.

\n

[[0]]

", "variableReplacementStrategy": "originalfirst"}], "metadata": {"description": "

Cofactors Determinant and inverse of a 3x3 matrix.

", "licence": "Creative Commons Attribution 4.0 International"}, "rulesets": {}, "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/"}]}