Recent content by MehranMo

  1. M

    How can a column vector be transformed into a diagonal matrix?

    I think this is a pretty simple question. I need a transformation that will take a Column vector e.g.: <a,b,c> and turn it into a 3x3 matrix where a is in position 1,1 and b in position 2,2 and c in position 3,3. i.e.: a diagonal matrix. Any help?
Back
Top