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
${\bf B} =$
[0.14 0.21 0.30; 0.21 0.69 0.24; 0.30 0.24 0.81]
${\bf B} =$
[[0.14, 0.21, 0.30], [0.21, 0.69, 0.24], [0.30, 0.24, 0.81]]
Student view placeholder
In student views this area is used for assessment and score info.
Tools
Staff information
Variant
Started at:
2026-09-19 06:13:03 (CDT)
Duration:
0s
Show/Hide answer
{
"B": {
"_type": "ndarray",
"_dtype": "float64",
"_value": [
[
0.14,
0.21000000000000002,
0.3
],
[
0.21000000000000002,
0.6900000000000001,
0.24000000000000005
],
[
0.3,
0.24000000000000005,
0.8100000000000002
]
]
}
}