New Reply

Work on unit vector notation for matrices?

 
Share Thread Thread Tools
Jul4-12, 05:36 AM   #1
 

Work on unit vector notation for matrices?


I would like to inquire whether there has been any recent work on representing matrices in unit vector notation?

Thanks in advance!
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> King Richard III found in 'untidy lozenge-shaped grave'
>> Google Drive sports new view and scan enhancements
>> Researcher admits mistakes in stem cell study
Jul4-12, 06:40 AM   #2
 
Quote by dimension10 View Post
I would like to inquire whether there has been any recent work on representing matrices in unit vector notation?

Thanks in advance!
Hey dimension10.

I'm not exactly sure what you are getting at, but I'll throw a few comments in.

You can look at the level of how the matrix 'stretches' something in terms of the hyper-volume which is given by the determinant.

Matrices also have norms just like vectors, so you may want to look into this as well.

There are also a special group of matrices called the the orthogonal and special orthogonal group and if you make sure that the transpose equals the inverse, then you have what is called a rotation group which has determinant 1. These matrices preserve the distance of the point to the origin under all valid rotation transformations, so the length of the vector that is applied to the operator doesn't change it's length.
Jul4-12, 06:44 AM   #3
 
Quote by chiro View Post
Hey dimension10.

I'm not exactly sure what you are getting at, but I'll throw a few comments in.

You can look at the level of how the matrix 'stretches' something in terms of the hyper-volume which is given by the determinant.

Matrices also have norms just like vectors, so you may want to look into this as well.

There are also a special group of matrices called the the orthogonal and special orthogonal group and if you make sure that the transpose equals the inverse, then you have what is called a rotation group which has determinant 1. These matrices preserve the distance of the point to the origin under all valid rotation transformations, so the length of the vector that is applied to the operator doesn't change it's length.
Thanks for the info, but what I was really was asking is whether there is any way to represent a matrix as a linear or non-linear combination of unit vectors. For e.g.

[tex]\left[ \begin{array}{l}
a\\
b
\end{array} \right] = a{{\bf{\hat e}}_1} + b{{\bf{\hat e}}_2}[/tex]

I was wondering if there is any work on how to represent a matrix in a similar way?
Jul4-12, 06:48 AM   #4
 

Work on unit vector notation for matrices?


Quote by dimension10 View Post
Thanks for the info, but what I was really was asking is whether there is any way to represent a matrix as a linear or non-linear combination of unit vectors. For e.g.

[tex]\left[ \begin{array}{l}
a\\
b
\end{array} \right] = a{{\bf{\hat e}}_1} + b{{\bf{\hat e}}_2}[/tex]

I was wondering if there is any work on how to represent a matrix in a similar way?
If the basis vectors are orthogonal, then is basically a rotation group in any dimension with determinant 1 where R_inverse = R^T (R transpose).

Also before I forget, if they are not orthonormal then find a transformation from cartesian co-ordinates to your basis (if it's a curved geometry use tensor theory), and then go from there.

Have you studied tensors?
Jul4-12, 07:26 AM   #5
 
Quote by chiro View Post
If the basis vectors are orthogonal, then is basically a rotation group in any dimension with determinant 1 where R_inverse = R^T (R transpose).

Also before I forget, if they are not orthonormal then find a transformation from cartesian co-ordinates to your basis (if it's a curved geometry use tensor theory), and then go from there.

Have you studied tensors?
Thanks, I got what you are saying. I know some basic tensor theory though not much.
Jul4-12, 07:33 AM   #6
 
A linear operator is a function, not a vector. A particularly simple operator could be represented by [itex]\underline F(a)=(a\cdot f) g[/itex] for vectors [itex]a,f,g[/itex], but in general, they're more complicated.
Jul4-12, 10:44 AM   #7
 
Recognitions:
Homework Helper Homework Help
[tex]\left[ \begin{array}{l}
a & b\\
c & d
\end{array} \right] = a{{\bf{\hat e}}_{11}} + b{{\bf{\hat e}}_{12}} + c{{\bf{\hat e}}_{21}} + d{{\bf{\hat e}}_{22}}[/tex]
Jul5-12, 01:35 AM   #8
 
Quote by I like Serena View Post
[tex]\left[ \begin{array}{l}
a & b\\
c & d
\end{array} \right] = a{{\bf{\hat e}}_{11}} + b{{\bf{\hat e}}_{12}} + c{{\bf{\hat e}}_{21}} + d{{\bf{\hat e}}_{22}}[/tex]
Thanks.
Jul5-12, 03:32 AM   #9
 
Quote by I like Serena View Post
[tex]\left[ \begin{array}{l}
a & b\\
c & d
\end{array} \right] = a{{\bf{\hat e}}_{11}} + b{{\bf{\hat e}}_{12}} + c{{\bf{\hat e}}_{21}} + d{{\bf{\hat e}}_{22}}[/tex]
Artin uses this notation in first chapter of Algebra. So there you can find discussion and exercises, which I at least found challenging.

I was recently reading this in self-study, and I didn't think to relate this to idea of tensors and vectors, so I'm glad you brought this up to discussion.
Jul9-12, 06:35 PM   #10
 
It might be helpful to read about Dyadic notation.

That Wikipedia article doesn't mention it, but the same idea can be written using Dirac notation for outer products. If
##
\{ |1 \rangle, \ldots, | N \rangle \}
##
is an orthonormal basis for an ##N## dimensional space, then any linear operator on that space can be written

##
\quad a_{11} | 1 \rangle \langle 1 | + a_{12} | 1 \rangle \langle 2 | + \cdots + a_{1N} | 1 \rangle \langle N |
##
##
+ a_{21} | 2 \rangle \langle 1 | + a_{22} | 2 \rangle \langle 2 | + \cdots + a_{2N} | 2 \rangle \langle N |
##
##
+ \cdots
##
##
+ a_{N1} | N \rangle \langle 1 | + a_{N2} | N \rangle \langle 2 | + \cdots + a_{NN} | N \rangle \langle N |
##

In the given basis, this is the operator represented by the matrix
##
A =
\left[\begin{array}{cccc}
a_{11} & a_{12} & \cdots & a_{1N} \\
a_{21} & a_{22} & \cdots & a_{2N} \\
\cdots \\
a_{N1} & a_{N2} & \cdots & a_{NN} \\
\end{array}\right]
##
Jul16-12, 05:35 AM   #11
 
Quote by I like Serena View Post
[tex]\left[ \begin{array}{l}
a & b\\
c & d
\end{array} \right] = a{{\bf{\hat e}}_{11}} + b{{\bf{\hat e}}_{12}} + c{{\bf{\hat e}}_{21}} + d{{\bf{\hat e}}_{22}}[/tex]
But isn't ##\mathbf{\hat{e}}_{nn}=\mathbf{\hat{e}}_n\wedge \mathbf{\hat{e}}_n=0##?
Jul16-12, 05:42 AM   #12
 
Recognitions:
Homework Helper Homework Help
Quote by dimension10 View Post
But isn't ##\mathbf{\hat{e}}_{nn}=\mathbf{\hat{e}}_n\wedge \mathbf{\hat{e}}_n=0##?
Hmm, I presume you mean the outer product with your wedge.
But the result of an outer product would be a vector, not a matrix.
So no, that is not ##\mathbf{\hat{e}}_{nn}##.

##\mathbf{\hat{e}}_{ij}## is defined as the matrix with a 1 on position (i,j) and 0 everywhere else.
Jul16-12, 06:38 AM   #13
 
Why would you want to represent matrices in vector notation anyway?

Quote by I like Serena View Post
I presume you mean the outer product with your wedge.
I don't know why but that made me grin
Jul16-12, 09:10 AM   #14
 
Quote by dimension10 View Post
But isn't ##\mathbf{\hat{e}}_{nn}=\mathbf{\hat{e}}_n\wedge \mathbf{\hat{e}}_n=0##?
As I Like Serena says, in this context it's meant more like a dyad than as a multivector. I think I've seen that notation used for wedge products of unit vectors, too, though. I've also seen it used for the geometric product, in which case [itex]e_{nn} = 1[/itex].
Jul22-12, 08:52 AM   #15
 
Ok, thanks everyone. I got it clear now. I was asking because I had submitted a paper to a journal about representing matrices in unit vector notation and it was accepted (yay! my 1st publication) and they had given me a comment to add more references and thus I was asking about that. In the end, I ignored the comment but at least I did learn something!
New Reply

Tags
linear algebra, matrices, representation, unit vector notation, unit vectors
Thread Tools


Similar Threads for: Work on unit vector notation for matrices?
Thread Forum Replies
Unit Vector Notation Addition Introductory Physics Homework 3
Unit Vector notation?? Introductory Physics Homework 4
Vectors in unit-vector notation Introductory Physics Homework 1
Unit vector notation Introductory Physics Homework 2
Unit vector notation Introductory Physics Homework 1