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

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 4K views
MehranMo
Messages
1
Reaction score
0
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?
 
Physics news on Phys.org
There is a linear isomorphism [itex]\alpha[/itex] such that for any vector [itex](a, b, c)[/itex] [itex]\alpha[/itex] will take [itex](a,b,c)[/itex] to the 3 by 3 matrix, whose main-diagonal entries are a, b, and c, with all other entries being 0.