How to find Cyclic vector in a Matrix

3 views (last 30 days)
Umair Altaf
Umair Altaf on 20 Mar 2014
how can I find cyclic vector of following Matrices using MATLAB
A0=
-1 0 0
0 -2 0
0 0 -1
A1=
0 -1 0
0 0 0
0 -1 0

Answers (0)

Categories

Find more on Multidimensional Arrays in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!