Skip to content

Commit

Permalink
Update w08-matrices-exercise.tex
Browse files Browse the repository at this point in the history
fixed changes according to issue lunduniversity#769
  • Loading branch information
axelnilsson98 authored Sep 12, 2024
1 parent 2795330 commit b62e690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compendium/modules/w08-matrices-exercise.tex
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@

\SubtaskSolved \\
m2: \code{Vector[Vector[Int]]}\\
m3: \code{Vector[Vector[AnyVal]]}\\
m4: \code{Vector[Vector[Any]]}\\
m3: \code{Vector[Vector[Int | Double]]}\\
m4: \code{Vector[Vector[Int | Double | String]]}\\
m5: \code{Vector[Vector[Int]]}

\SubtaskSolved m5, $42 \times 2$
Expand Down

0 comments on commit b62e690

Please sign in to comment.