Mu Analysis and Synthesis Toolbox    
blknorm

Create a matrix which is made up of norms of subblocks. Used in conjunction with mu (µ)

Syntax

Description
blknorm computes the maximum singular value of the subblocks of matin, using the information in the perturbation block structure, blk. The output of blknorm is matout whose entries are the maximum singular value of the subblocks of matin with these norms as elements. This helps to show which parts of the matrix are contributing to making µ large. A more complete description of the perturbation block structure, blk, can be found with the command mu and in Chapter 4. blknorm is best used on scaled matrices from the upper bound for µ. Repeated I blocks are treated the same way as full blocks. The function blknorm can be applied to both CONSTANT and VARYING matrices.

Examples
Create a 4 x 3 random matrix and determine its subblock norms for two different block structures. The first block structure consists of a two element repeated block and a 1 x 2 full block. The second block structure consists of a 1 x 1 block, a 1 x 2 full block, and a 1 x 1 block.

Algorithm
The maximum singular value of each block associated with the blk structure is calculated via the MATLAB norm.

See Also
mu, norm, vnorm



abv, daug, sbs cjt, transp, vcjt, vtp