I want to undestand a specific case. I consider two $\mathbb{C}$-vectorial spaces, $\mathbb{C}^2$ both. Then, I want to work with $\mathbb{C}^2\otimes \mathbb{C}^2$. Now, I consider basis for each vectorial space $\langle a,b\rangle=\mathbb{C}^2$ and $ \langle u,v\rangle=\mathbb{C}^2$. In this point, I consider a tensor in $\mathbb{C}^2\otimes \mathbb{C}^2$ expressed in terms of these basis as follows: $$x (a\otimes u)+y(a\otimes v)+w( b\otimes u)+ z( b\otimes v)$$ and I'd like to see when it is a rank 1 tensor, so it has to be like this: $$\lambda_1a+\lambda_2b\otimes \gamma_1u+\gamma_2v$$ From these and making some algebra, I got $$\frac{x}{\gamma_1}=\frac{y}{\gamma_2};\frac{w}{\gamma_1}=\frac{z}{\gamma_2}$$ $$\frac{x}{\lambda_1}=\frac{w}{\lambda_2};\frac{y}{\lambda_1}=\frac{z}{\lambda_2}$$ And it says me if consider this tensor as a matrix, then this matrix has rank 1. But I'd like to get some equations in terms just of $x,y,w$ and $z$, and if it's possible get some characterization of rank 1 tensors in terms of these equations
2026-02-23 10:47:56.1771843676
Rank 1 tensors, how to describe them? (specific case)
293 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in LINEAR-ALGEBRA
- An underdetermined system derived for rotated coordinate system
- How to prove the following equality with matrix norm?
- Alternate basis for a subspace of $\mathcal P_3(\mathbb R)$?
- Why the derivative of $T(\gamma(s))$ is $T$ if this composition is not a linear transformation?
- Why is necessary ask $F$ to be infinite in order to obtain: $ f(v)=0$ for all $ f\in V^* \implies v=0 $
- I don't understand this $\left(\left[T\right]^B_C\right)^{-1}=\left[T^{-1}\right]^C_B$
- Summation in subsets
- $C=AB-BA$. If $CA=AC$, then $C$ is not invertible.
- Basis of span in $R^4$
- Prove if A is regular skew symmetric, I+A is regular (with obstacles)
Related Questions in TENSOR-RANK
- Tensor rank as a first order formula
- 3+ Dimensional Matrices
- Manipulating tensor products
- Why are the covariant and contravariant components of the metric tensor defined this way?
- For all rank two tensors, is $A:BC = AB^T:C$?
- How to find eigenvalues and eigenvectors of higher-order tensors?
- tensor product, isotropic
- Uniqueness of Tensor Decompositions (Aren't Matrix Decompositions a Special Case?)
- Actual example of tensor contraction
- Could a Rank Two Tensor be a Scalar?
Related Questions in TENSOR-DECOMPOSITION
- Simultaneous diagonalization and SVD of 4th order tensor
- computing dual matrix trace norm and tensor gradient in python
- Inertia Tensor of an ellipsoid
- Papers on Tensor factorization
- Uniqueness of Tensor Decompositions (Aren't Matrix Decompositions a Special Case?)
- Actual example of tensor contraction
- Can we always span a decomposable form via constant coefficients?
- Is a pointwise decomposable differential form smoothly decomposable?
- How to expand a vector valued multilinear mapping as a tensor.
- Schur-Weyl Duality (Example for k = 3)
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
If you make the matrix $$ \begin{bmatrix} x & w \\ y & z \end{bmatrix} $$ the condition for your tensor to be rank-1 is that this matrix must be rank-1, as you said. So the same equations that guarantee you have a rank-1 matrix are necessary and sufficient. That means that one of the eigenvalues is $0$, hence the determinant must equal $0$. But the matrix is not the $0$-matrix. So you could write $xz-wy=0$ because that is the formula for the determinant. But also $|x|^2+|y|^2+|z|^2+|w|^2\neq 0$ because that is equivalent to saying that the matrix is not $0$.