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

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

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

The following variants of this function are available:

  • \(\text{complex matrix } \text{Z}_\text{C} \left ( \text{<side>} \right )\)

  • \(\text{complex matrix } \text{Z}_\text{C} \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 complex matrix holding 0’s.

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

../_images/zcomp_example.png

Figure 224 Example Use Of the ZC Function