Learn how to use the logical and relational operators in GAUSS. These operators include:
- and, not, or, xor, less-than, less-than or equal, greater-than, greater-than or equal, equal
You will also see these operators used to select specific rows of a matrix with logical indexing.
Timeline
0:00 Introduction.
0:21 Logical operations.
2:15 Relational operations.
3:59 Application: Selecting rows.