We play with the logical AND operation:
00:00 -Introduction
00:15 -Definition of logical AND operation
00:53 -Truth table for AND operation
03:02 -AND operation definition versus truth table
03:11 -AND operator using ampersand symbol &
03:34 -Example 1A: Test row of AND truth table with logical scalars
04:35 -Example 1B: Another row of AND truth table with logical scalars
05:31 -Example 2: Store output of logical AND as a variable
05:54 -Example 3: Use logical vectors to create AND truth table
09:03 -Example 4: Use AND operator on logical matrices
15:53 -The AND operator works on logical matrices
16:32 -Interpreting AND as finding shared nonzero locations
17:05 -Challenge to interpret logical NOT and AND together
18:26 -Community challenge: How to apply AND operator
19:10 -Conclusion