Vectors - write ordered triples in vertical or horizontal form?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 3K views
Outrageous
Messages
373
Reaction score
0
A= i +j+k
A=(1,1,1)
can I write in vertical as shown?
is there any difference between them?

Thank you
 

Attachments

  • order pair.PNG
    order pair.PNG
    923 bytes · Views: 565
Last edited by a moderator:
Physics news on Phys.org
Hi Outrageous! :smile:

(i'm puzzled as to why you said "complex" … you're not thinking of quaternions, are you? :confused:)
Outrageous said:
A= i +j+k
A=(1,1,1)
can I write in vertical as shown?
is there any difference between them?

horizontal or vertical are both vectors

one is covariant, the other is contravariant (i can never remember which is which :redface:)

for most purposes, it doesn't matter, so you might as well write everything horizontally, since that's more convenient! o:)
 
Thank you. That should be vector.
How to edit title?
 
Last edited by a moderator:
i don't think can edit the title :smile:

(but you can edit the first post, to say "ignore the title!" o:))
 
This is a bit more abstract and advanced but one way of looking at it is this: Given an n-dimensional vector space, V, over field F, the set of all functions from V to F, the "dual space" to V, is itself a vector space, V*, with addition defined by (f+ g)(v)= f(v)+ g(v) and (af)v= a(f(v)), also of dimenion n. We can then represent functions in V* as "row matrices" and the vectors in V as "column matrices" so that the operation f(v) is a matrix multipication.

However, because it is still true that V and V*, both being n-dimensional vector spaces, are isomorphic we can identify one with the other, the row and column matrices as both representing vectors and think of the matrix multiplication as an "inner product" on a vector space.
 
Last edited by a moderator:
Really advanced. Thank you.