From 9c1c3571805fe9c785116a416a7b302580606527 Mon Sep 17 00:00:00 2001 From: Jan Benda Date: Mon, 25 Nov 2019 22:02:23 +0100 Subject: [PATCH] [programming] fixed name of logical_operators.py --- ...{logical_operators.py => logical_operations.py} | 0 programming/lecture/programming.tex | 14 +++++++------- 2 files changed, 7 insertions(+), 7 deletions(-) rename programming/lecture/{logical_operators.py => logical_operations.py} (100%) diff --git a/programming/lecture/logical_operators.py b/programming/lecture/logical_operations.py similarity index 100% rename from programming/lecture/logical_operators.py rename to programming/lecture/logical_operations.py diff --git a/programming/lecture/programming.tex b/programming/lecture/programming.tex index 2e0025b..e94ff6c 100644 --- a/programming/lecture/programming.tex +++ b/programming/lecture/programming.tex @@ -1033,13 +1033,13 @@ ans = 0 1 0 1 1 1 1 1 1 0 \end{lstlisting} \begin{figure}[ht] - \includegraphics[]{logical_operations} \titlecaption{Using Boolean - expressions for data selection.} {\textbf{A} Distribution of - random numbers drawn from a Gaussian distribution. \textbf{B} Red - and orange depict the parts of the data that are - less than zero (red) and those that are greater than zero - (orange). \textbf{C} The red segment show those data points that - satisfies the Boolean operation shown above using a logical + \includegraphics[]{logical_operations} + \titlecaption{Using Boolean expressions for data selection.} + {\textbf{A} Distribution of random numbers drawn from a Gaussian + distribution. \textbf{B} Red and orange depict the parts of the + data that are less than zero (red) and those that are greater than + zero (orange). \textbf{C} The red segment show those data points + that satisfies the Boolean operation shown above using a logical AND. \textbf{D} example of a Boolean operation that uses the logical OR for selecting the highlighted data.}\label{logicaloperationsfig}