Skip to content

Commit

Permalink
SeeIfInlineIsproblem
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Jun 20, 2022
1 parent d478587 commit 0a93616
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chapters/arrays.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1070,9 +1070,9 @@ \subsection{Equality and Assignment}\label{equality-and-assignment}
\tablehead{Size of \lstinline!a!} & \tablehead{Size of \lstinline!b!} & \tablehead{Size of \lstinline!a = b!} & \tablehead{Operation}\\
\hline
Scalar & Scalar & Scalar & a = b\\
$n$-vector & $n$-vector & $n$-vector & a\[$j$\] = b\[$j$\]\\
$n \times m$ matrix & $n \times m$ matrix & $n \times m$ matrix & a\[$j$, $k$\] = b\[$j$, $k$\]\\
$n \times m \times \ldots$ & $n \times m \times \ldots$ & $n \times m \times \ldots$ & a\[$j$, $k$, $\ldots$\] = b\[$j$, $k$, $\ldots$\]\\
$n$-vector & $n$-vector & $n$-vector & a[$j$] = b[$j$]\\
$n \times m$ matrix & $n \times m$ matrix & $n \times m$ matrix & a[$j$, $k$] = b[$j$, $k$]\\
$n \times m \times \ldots$ & $n \times m \times \ldots$ & $n \times m \times \ldots$ & a[$j$, $k$, $\ldots$] = b[$j$, $k$, $\ldots$]\\
\hline
\end{tabular}
\end{center}
Expand Down

0 comments on commit 0a93616

Please sign in to comment.