tekness
- 6
- 0
I would like to know how to perform a cross product on polar coordinates.
Thank You
Thank You
tekness said:I would like to know how to perform a cross product on polar coordinates.
Thank You
tiny-tim said:Hi tekness!
Can you give us an example of two vectors you're trying to cross-product?
tekness said:I am just looking for a general way to perform the operation. I will perform a cross product between E and H fields that are in polar coordinates. I don't want to go through the hassle of converting back and forth :).
tekness said:so for example.
I haveCode:|i j k| |rcos() rsin() Z1| |r2cos()2 r2sin()2 Z2|
the 2 is for a different value/angle.
So just perform the same cross product operation as rectangular coordinates would require?