// Numbas version: finer_feedback_settings {"name": "Vector 5 (cross product)", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "question_groups": [{"pickingStrategy": "all-ordered", "questions": [{"showQuestionGroupNames": false, "statement": "
You are given the vectors $\\boldsymbol{v} = \\var{vector(a,b,g)}$, $\\boldsymbol{w} = \\var{vector(c,d,f)}$.
", "question_groups": [{"name": "", "questions": [], "pickQuestions": 0, "pickingStrategy": "all-ordered"}], "functions": {}, "tags": ["3 dimensional vector", "checked2015", "cross product", "three dimensional vectors", "unused", "Vector", "vector", "vector product", "vectors"], "rulesets": {"std": ["all", "fractionNumbers", "!collectNumbers", "!noLeadingMinus"]}, "type": "question", "name": "Vector 5 (cross product)", "preamble": {"js": "", "css": ""}, "ungrouped_variables": ["a", "b", "c", "d", "f", "g", "result", "s1", "s2", "s3", "s4", "s5"], "parts": [{"type": "gapfill", "gaps": [{"scripts": {}, "correctAnswerFractions": false, "marks": "3", "variableReplacements": [], "type": "matrix", "markPerCell": false, "showCorrectAnswer": true, "allowResize": false, "correctAnswer": "result", "allowFractions": false, "numColumns": 1, "tolerance": 0, "numRows": "3", "variableReplacementStrategy": "originalfirst"}], "showCorrectAnswer": true, "scripts": {}, "prompt": "Find
\n$\\boldsymbol{v} \\times \\boldsymbol{w} = $ [[0]]
", "marks": 0, "variableReplacements": [], "variableReplacementStrategy": "originalfirst"}], "metadata": {"notes": "14/7/2015
\nAdded unused tag
\n\n
16/07/2012:
\nAdded tags.
Question appears to be working correctly.
", "description": "
Given vectors $\\boldsymbol{A,\\;B}$, find $\\boldsymbol{A\\times B}$
", "licence": "Creative Commons Attribution 4.0 International"}, "advice": "\\begin{align}
\\boldsymbol{v} \\times \\boldsymbol{w} &= \\begin{pmatrix} \\simplify[basic]{{b}*{f}-{g}*{d}} \\\\ \\simplify[basic]{{g}*{c}-{a}*{f}} \\\\ \\simplify[basic]{{a}*{d}-{b}*{c}} \\end{pmatrix} \\\\[1em]
&= \\var{result}
\\end{align}