Files

Edit Download
<pl-question-panel>
<p>
Two matrices $A$ and $B$ are given as follows:
</p>
<pl-variable-output>
    <pl-variable params-name="A">A</pl-variable>
    <pl-variable params-name="B">B</pl-variable>
</pl-variable-output>
<p>
Find the product of these two matrices:
</p>
</pl-question-panel>

<pl-matrix-input answers-name="C" comparison="relabs" label="$AB=$" allow-complex="true" initial-value="[1, 0; 0, 1]"></pl-matrix-input>