Created
March 13, 2010 16:25
-
-
Save abuiles/331408 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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