Skip to content

Instantly share code, notes, and snippets.

@abuiles
Created March 13, 2010 16:25
Show Gist options
  • Save abuiles/331408 to your computer and use it in GitHub Desktop.
Save abuiles/331408 to your computer and use it in GitHub Desktop.
\subsection{Multiplaci\'on de matriz por un escalar}
Refinaci\'on para la multiplicaci\'on de una matriz por un escalar.
\subsubsection{Vista general}
Idea general de como se realiza la multiplicaci\'on de una matriz por un escalar.
\begin{figure}[!h]
\centering
\includegraphics[width=3in]{escalar1}
\caption{Matriz por escalar}
\label{fig_sim}
\end{figure}
\subsubsection{Vista en profundidad 1}
Al igual que en los otros ejemplos se hace una separaci\'on entre la entrada de datos
y el recorrido de la matriz.
\begin{figure}[h]
\centering
\includegraphics[width=2in]{escalar2}
\caption{Matriz por escalar}
\label{fig_sim}
\end{figure}
\subsubsection{Vista en profundidad 2}
Se navega en un nivel de profundidad 3, donde se muestra detalladamente el proces de
multiplicar una matriz por un escalar.
\begin{figure}[h]
\centering
\includegraphics[width=2in]{escalar3}
\caption{Matriz por escalar}
\label{fig_sim}
\end{figure}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment