diff options
Diffstat (limited to 'lab3/report/lab3.tex')
| -rw-r--r-- | lab3/report/lab3.tex | 37 |
1 files changed, 36 insertions, 1 deletions
diff --git a/lab3/report/lab3.tex b/lab3/report/lab3.tex index 6faca04..a06a190 100644 --- a/lab3/report/lab3.tex +++ b/lab3/report/lab3.tex @@ -345,7 +345,42 @@ $B = (b_{ij})$ размерности $N \times M$. \section{Результаты тестирования} -текст +\begin{figure}[H] + \centering + \includegraphics[width=0.8\textwidth]{test1.png} + \caption{Проверка свойств некоторой бинарной операции} +\end{figure} + +\begin{figure}[H] + \centering + \includegraphics[width=0.8\textwidth]{test2.png} + \caption{Проверка свойства транзитивности для двух операций} +\end{figure} + +\begin{figure}[H] + \centering + \includegraphics[width=0.8\textwidth]{test3.png} + \caption{Выполнение основных операций над бинарными отношениями} +\end{figure} + +\begin{figure}[H] + \centering + \includegraphics[width=0.8\textwidth]{test4.png} + \caption{Проверка операции умножения двух матриц} +\end{figure} + +\begin{figure}[H] + \centering + \includegraphics[width=0.8\textwidth]{test5.png} + \caption{Проверка операции транспонирования матрицы} +\end{figure} + +\begin{figure}[H] + \centering + \includegraphics[width=0.8\textwidth]{test6.png} + \caption{Ответы на задачи (Вариант 6)} +\end{figure} + \conclusion |