You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The last matrix defined by the user in section 1.1 has to be a 2-d Tensor. Thus, it'll have a shape of (n, 2) or (2, n). The code in the Lab 1 notebook has:
The last
matrix
defined by the user in section 1.1 has to be a 2-d Tensor. Thus, it'll have a shape of(n, 2)
or(2, n)
. The code in the Lab 1 notebook has:This assumes the column-rank to be >=3. IMHO, it should instead be:
And assume the user will choose a (2,2) matrix as their solution.
The text was updated successfully, but these errors were encountered: