Suppose $A$ is a $n\times n$ matrix with each entry $a_{ij}$. We all know the entry indexed by $(i,j)$ of $A^2$ would be $a_{ij}^{(2)}=\sum\limits_{k=1}^{n} a_{ik}a_{kj}$. My question is: Can we follow this strategy and express $a_{ij}^{(q)}$ as the sum of something? Here, assume $q$ is arbitrary. My guess is we can write $a_{ij}^{(3)}=\sum\limits_{k=1,h=1}^{n} a_{ik}a_{kh}a_{hj}$? If this is true, is there any way to make notations in $a_{ij}^{(q)}$ clean and easy to follow, e.g. constructing an indexed sequence?
2026-03-25 06:21:39.1774419699
Combination of an entry of a matrix in multiplicative form
38 Views Asked by user539442 https://math.techqa.club/user/user539442/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 NOTATION
- Symbol for assignment of a truth-value?
- Does approximation usually exclude equality?
- Is division inherently the last operation when using fraction notation or is the order of operation always PEMDAS?
- Question about notation $S^c$
- strange partial integration
- What does Kx mean in this equation? [in Carnap or Russell and Whitehead's logical notation]
- Need help with notation. Is this lower dot an operation?
- What does this "\" mathematics symbol mean?
- Why a set or vector start counting from a negative or zero index?
- How to express a sentence having two for all?
Related Questions in INDEX-NOTATION
- Index notation for vector calculus proof
- How does one deal with modulus in index notation?
- Summing up discrete probabilities - trivial?
- Levi-Civita tensor contraction contradiction
- Show that using Suffix Notation
- Show with index notation that $||\nabla \times \underline{u}||^2=||\nabla \underline{u}||^2 - \mathbf{Tr}[(\nabla \underline{u})^2]$
- When would $\underline{\nabla} \cdot \underline{F} = 0$?
- Fluid Dynamics Proof
- Difference between $T^{i}_{\;\;j}$ and $T_i^{\;\;j}$?
- Notation - the element with the maximum value in a different set
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?
In general for matrices $A$ and $B$, the $(i,j)$ entry of the product $A B$ is
$$ C_{ij} = \sum_k A_{ik}B_{kj} $$
So you can indeed use this recursively to calculate powers of $A$, e.g.
\begin{eqnarray} A^2_{ij} &=& \sum_{k_1} A_{i{k_1}}A_{{k_1}j} \\ A^3_{ij} &=& \sum_{k_1} (A^2_{i{k_1}})A_{{k_1}j} = \sum_{k_1} \left(\sum_{k_2} A_{i{k_2}}A_{{k_2}{k_1}}\right)A_{{k_1}j} = \sum_{k_1, k_2} A_{i k_2} A_{k_2 k_1} A_{k_1 j}\\ &\vdots& \\ A_{ij}^n &=& \sum_{k_1 k_2 \cdots k_n} A_{i k_n} A_{k_{n}k_{n-1}}\cdots A_{k_1 j} \end{eqnarray}
That being said, if you are planning to calculate a power of $A$ maybe you're better off with another method. To give you an example, if $A$ is diagonalizable $A = U \Lambda U^{-1}$, for $\Lambda = {\rm diag}(\lambda_1, \lambda_2, \cdots)$ , then
\begin{eqnarray} A &=& U \Lambda U^{-1} \\ A^2 &=& (U \Lambda U^{-1})(U \Lambda U^{-1}) = U\Lambda^2 U^{-1}\\ &\vdots&\\ A^n &=& U \Lambda^n U^{-1} \end{eqnarray}
where
$$ \Lambda^n = {\rm diag}(\lambda_1^n, \lambda_2^n, \cdots) $$