L2 norm for complex valued vector

Click For Summary
To calculate the L2 norm of the complex vector (4+2i, 1-i), one must use the formula ||v||_2 = sqrt(v^* v), where v^* is the conjugate transpose of the vector. For the given vector, the conjugate transpose is (4-2i, 1+i). The product v^* v results in (4-2i)(4+2i) + (1+i)(1-i), which simplifies to 16 + 4 + 1 + 1. Thus, the L2 norm is ||v||_2 = sqrt(22). This method confirms that the calculation follows standard procedures for complex vectors.
ericm1234
Messages
71
Reaction score
2
Let's say I have a vector (4+2i, 1-i), how do I take an L2 norm?
Dont tell me I simply do sqrt(16+4+1+1)..?
 
Physics news on Phys.org
ericm1234 said:
Let's say I have a vector (4+2i, 1-i), how do I take an L2 norm?
Dont tell me I simply do sqrt(16+4+1+1)..?
The short answer is yes, you simply do sqrt(16+4+1+1). Here is why:

The L2 norm of a vector v is \sqrt{v^* v}, where v^* is the conjugate transpose. In your case,
$$v = \left[\begin{matrix} 4 + 2i \\ 1 - i \end{matrix}\right]$$
so
$$v^* = \left[\begin{matrix} 4 - 2i & 1 + i \end{matrix}\right]$$
and
$$v^* v = \left[\begin{matrix} 4 - 2i & 1 + i \end{matrix}\right] \left[\begin{matrix} 4 + 2i \\ 1 - i \end{matrix}\right] = (4-2i)(4+2i) + (1+i)(1-i) = 16 + 4 + 1 + 1$$
and therefore
$$||v||_2 = \sqrt{v^H v} = \sqrt{16 + 4 + 1 + 1}$$
 
Last edited:
I am studying the mathematical formalism behind non-commutative geometry approach to quantum gravity. I was reading about Hopf algebras and their Drinfeld twist with a specific example of the Moyal-Weyl twist defined as F=exp(-iλ/2θ^(μν)∂_μ⊗∂_ν) where λ is a constant parametar and θ antisymmetric constant tensor. {∂_μ} is the basis of the tangent vector space over the underlying spacetime Now, from my understanding the enveloping algebra which appears in the definition of the Hopf algebra...

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 5 ·
Replies
5
Views
8K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 26 ·
Replies
26
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 19 ·
Replies
19
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K