\(\text{Z}_\text{B}\)

You can use the \(\text{Z}_\text{B}\) function to generate a boolean zero matrix.

You can use the \zbool backslash command to insert this function.

The following variants of this function are available:

  • \(\text{boolean matrix } \text{Z}_\text{B} \left ( \text{<side>} \right )\)

  • \(\text{boolean matrix } \text{Z}_\text{B} \left ( \text{<rows>}, \text{<columns>} \right )\)

The single parameter version returns a square matrix. The \(\text{<side>}\) parameter indicates the number of rows and columns.

The two parameter version returns a matrix of arbitrary size. The \(\text{<rows>}\) and \(\text{<columns>}\) values specify the size of the generated matrix.

The function returns a boolean matrix holding false values.

Figure 223 shows the basic use of the \(\text{Z}_\text{B}\) function.

../_images/zbool_example.png

Figure 223 Example Use Of the ZB Function