fixes in a few chapters
This commit is contained in:
@@ -40,14 +40,12 @@ variable.
|
||||
\begin{figure}
|
||||
\centering
|
||||
\begin{subfigure}{.5\textwidth}
|
||||
\includegraphics[width=0.8\textwidth]{variable}
|
||||
\label{variable:a}
|
||||
\includegraphics[width=0.8\textwidth]{variable}\label{variable:a}
|
||||
\end{subfigure}%
|
||||
\begin{subfigure}{.5\textwidth}
|
||||
\includegraphics[width=.8\textwidth]{variableB}
|
||||
\label{variable:b}
|
||||
\includegraphics[width=.8\textwidth]{variableB}\label{variable:b}
|
||||
\end{subfigure}
|
||||
\titlecaption{Variables} point to a memory
|
||||
\titlecaption{Variables}{ point to a memory
|
||||
address. They further are described by their name and
|
||||
data type. The variable's value is stored as a pattern of binary
|
||||
values (0 or 1). When reading the variable this pattern is
|
||||
@@ -630,7 +628,7 @@ matrix). The function \code{cat()} allows to concatenate n-dimensional
|
||||
matrices.
|
||||
|
||||
To request the length of a vector we used the function
|
||||
\code{length()}. This function is \tetbf{not} suited to request
|
||||
\code{length()}. This function is \textbf{not} suited to request
|
||||
information about the size of a matrix. As mentioned above,
|
||||
\code{length()} would return the length of the largest dimension. The
|
||||
function \code{size()} however, returns the length in each dimension
|
||||
|
||||
Reference in New Issue
Block a user