You are viewing this question as it will appear in the manual grading interface.
Return to the normal view when
you are done.
Correct answer
1.
${\bf x} = $
$\begin{bmatrix} 1 & 2 & 3 & 4\\\end{bmatrix}$
2.
${\bf A} = $
$\begin{bmatrix} 0.68 & 0.60\\ 0.17 & 0.020\\\end{bmatrix}$
3.
${\bf A} = $
$\begin{bmatrix} 0.68 & 0.60\\ 0.17 & 0.020\\\end{bmatrix}$
4.
${\bf x} = $
$\begin{bmatrix} 1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 & 9 & 10 & 11 & 12 & 13 & 14 & 15 & 16 & 17 & 18 & 19 & 20\\\end{bmatrix}$
5.
${\bf y} = $
$\begin{bmatrix} 0.5 & 0.25 & 0.125 & 0.0625\\\end{bmatrix}$
6.
${\bf I} = $
$\begin{bmatrix} 1 & 0 & 0\\ 0 & 1 & 0\\ 0 & 0 & 1\\\end{bmatrix}$
Student view placeholder
In student views this area is used for assessment and score info.
Tools
Staff information
Question
Title:
Element pl-matrix-component-input: Input of matrices in grid format
Variant
Started at:
2026-08-04 22:57:38 (CDT)
Duration:
0s
Show/Hide answer
{
"out1": {
"_type": "ndarray",
"_dtype": "float64",
"_value": [
[
0.68,
0.6
],
[
0.17,
0.02
]
]
},
"out2": {
"_type": "ndarray",
"_dtype": "float64",
"_value": [
[
0.68,
0.6
],
[
0.17,
0.02
]
]
},
"out3": {
"_type": "ndarray",
"_dtype": "int64",
"_value": [
[
1,
2,
3,
4
]
]
},
"out4": {
"_type": "ndarray",
"_dtype": "int64",
"_value": [
[
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
]
},
"out5": {
"_type": "ndarray",
"_dtype": "float64",
"_value": [
[
0.5,
0.25,
0.125,
0.0625
]
]
},
"out6": {
"_type": "ndarray",
"_dtype": "int64",
"_value": [
[
1,
0,
0
],
[
0,
1,
0
],
[
0,
0,
1
]
]
}
}