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.98 0.49 1.2; 0.49 0.33 0.70; 1.2 0.70 2.2]
${\bf B} =$
[[0.98, 0.49, 1.2], [0.49, 0.33, 0.70], [1.2, 0.70, 2.2]]
Student view placeholder
In student views this area is used for assessment and score info.
Tools
Staff information
Variant
Started at:
2026-08-04 21:52:32 (CDT)
Duration:
0s
Show/Hide answer
{
"B": {
"_type": "ndarray",
"_dtype": "float64",
"_value": [
[
0.9800000000000001,
0.49000000000000005,
1.2
],
[
0.49000000000000005,
0.33000000000000007,
0.7000000000000001
],
[
1.2,
0.7000000000000001,
2.25
]
]
}
}