diff options
Diffstat (limited to 'lab3/report')
| -rw-r--r-- | lab3/report/images/test1.png | bin | 0 -> 500914 bytes | |||
| -rw-r--r-- | lab3/report/images/test2.png | bin | 0 -> 525847 bytes | |||
| -rw-r--r-- | lab3/report/images/test3.png | bin | 0 -> 558458 bytes | |||
| -rw-r--r-- | lab3/report/images/test4.png | bin | 0 -> 535990 bytes | |||
| -rw-r--r-- | lab3/report/images/test5.png | bin | 0 -> 510211 bytes | |||
| -rw-r--r-- | lab3/report/images/test6.png | bin | 0 -> 480668 bytes | |||
| -rw-r--r-- | lab3/report/lab3.tex | 37 |
7 files changed, 36 insertions, 1 deletions
diff --git a/lab3/report/images/test1.png b/lab3/report/images/test1.png Binary files differnew file mode 100644 index 0000000..3f36d81 --- /dev/null +++ b/lab3/report/images/test1.png diff --git a/lab3/report/images/test2.png b/lab3/report/images/test2.png Binary files differnew file mode 100644 index 0000000..c60affb --- /dev/null +++ b/lab3/report/images/test2.png diff --git a/lab3/report/images/test3.png b/lab3/report/images/test3.png Binary files differnew file mode 100644 index 0000000..c9068c7 --- /dev/null +++ b/lab3/report/images/test3.png diff --git a/lab3/report/images/test4.png b/lab3/report/images/test4.png Binary files differnew file mode 100644 index 0000000..312d91f --- /dev/null +++ b/lab3/report/images/test4.png diff --git a/lab3/report/images/test5.png b/lab3/report/images/test5.png Binary files differnew file mode 100644 index 0000000..81ae561 --- /dev/null +++ b/lab3/report/images/test5.png diff --git a/lab3/report/images/test6.png b/lab3/report/images/test6.png Binary files differnew file mode 100644 index 0000000..2fcac37 --- /dev/null +++ b/lab3/report/images/test6.png 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 |