I'm going to create matrix $A_{n\times kn}$ for each $k\in \mathbb{N}$.
$$A=\underbrace{[I_{n\times n},I_{n\times n},\dots,I_{n\times n}]}_{k\text{ times}}$$
Complete Answer to my question to have a good Matlab code given in comments by @Wauzl and in math with @A.P.
But a new question come up here. Is there any logical proof to explain we can't made Kronecker product with normal and point wise product in matrices.
2026-03-26 09:46:54.1774518414
Can **Kronecker product** explained operators in matrices?
179 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 MATRICES
- How to prove the following equality with matrix norm?
- I don't understand this $\left(\left[T\right]^B_C\right)^{-1}=\left[T^{-1}\right]^C_B$
- Gradient of Cost Function To Find Matrix Factorization
- Particular commutator matrix is strictly lower triangular, or at least annihilates last base vector
- Inverse of a triangular-by-block $3 \times 3$ matrix
- Form square matrix out of a non square matrix to calculate determinant
- Extending a linear action to monomials of higher degree
- Eiegenspectrum on subtracting a diagonal matrix
- For a $G$ a finite subgroup of $\mathbb{GL}_2(\mathbb{R})$ of rank $3$, show that $f^2 = \textrm{Id}$ for all $f \in G$
- Distribution of min/max row sum of matrix with i.i.d. uniform random variables
Related Questions in KRONECKER-PRODUCT
- Kronecker Product of Vectors with "all-ones" Vector
- Simplification for Kronecker product between block matrix and identity matrix (Khatri-Rao product)
- Bounding the determinant of principal sub-matrices of the Kroneker product
- Derivative of the trace of a Kronecker product
- Derivative involving trace and Kronecker product
- central self-products of quaternion and (8)-dihedral groups $\mathbb{Q_8} \otimes \mathbb{Q_8}^{\text{op}} \cong D_8 \otimes D_8$?
- Writing this matrix expression in terms of vec operator
- Derivative of $(Ax) \otimes y$ with respect to $x$
- Computing the Symmetric Kronecker Product
- Computing the derivative of $Axx^TB^T$ with respect to $x$
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?
I believe that the best way to build that matrix in MATLAB is with the code snippet proposed by Wauzl
You could also try with the
kronfunctionbut I don't think this can be more efficient than
repmat. I don't currently have access to MATLAB, though, so I can't test this.As I mentioned in my comment above, mathematically you can easily define $$ A = \underbrace{[I_{n\times n},\dots,I_{n\times n}]}_{k \text{ times}} $$ as a Kronecker product $$ \underbrace{[1,\dotsc,1]}_{k \text{ times}} \otimes I_{n \times n}. $$
Note that there is no matrix that can be used to write $B \otimes \, -$ (for a fixed $h \times k$ matrix $B$) as a usual matrix product or, in other words, there is no matrix $C$ such that $$ B \otimes \, - = C \, - \quad \text{or} \quad B \otimes \, - = - \, C $$ This is simply because $B \otimes \, -$ is defined for every possible matrix while, say, $C \, -$ is defined only for matrices with the same number of rows as the number of columns of $C$.
"But!", you may say, "What if I restrict $B \otimes \, -$ to matrices of a given size, say $n \times n$?"
Glad you asked! It still isn't possible unless $h = 1$ or $k = 1$. Indeed, suppose that, say, $B \otimes \, - = C \, -$ for some $x \times y$ matrix $C$. Now observe that if $M$ is an $n \times n$ matrix, then the size of $B \otimes M$ is $hn \times kn$. On the other hand $CM$ (which is defined only if $y = n$) has size $x \times n$. Similarly for $B \otimes \, - = - \, C$.
So... suppose that, say, $B = [b_1,\dotsc,b_k]$ is a $1 \times k$ vector. Then it is easy to see that $B \otimes \, - = - \, C$ with $$ C = \left[ b_1 I_{n \times n} \dotsb b_k I_{n \times n} \right]. $$ On the other hand, we can't really use this to write $A$ as a product of "more elementary" matrices, because for $B = [1,\dotsc,1]$ we have $C = A$.