Previous Up Next

12.2.12  Inverse of a cycle

The inverse of a cycle will be another cycle.

The cycleinv command computes the inverse of a cycle.

Example

cycleinv([2,0,1])
     

1,0,2
          

Previous Up Next