What does the statement "$\bf A(X) = b$", where $\bf X \in R^{m\times n}$ is the decision variable, $\bf A$ is the linear map from $\bf R^{m \times n}$ $\rightarrow \bf R^{p}$ and $\bf b \in R^p$ means. Since $\bf X$ is a linear map it is a $\bf m \times n$ matrix. What does $\bf A$ look like ?. What is the kind of linear operation applied on $\bf X$ to get $\bf b$.
2026-04-23 20:36:59.1776976619
Linear mapping of a matrix to vector
1.5k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 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 LINEAR-TRANSFORMATIONS
- Unbounded linear operator, projection from graph not open
- I don't understand this $\left(\left[T\right]^B_C\right)^{-1}=\left[T^{-1}\right]^C_B$
- A different way to define homomorphism.
- Linear algebra: what is the purpose of passive transformation matrix?
- Find matrix representation based on two vector transformations
- Is $A$ satisfying ${A^2} = - I$ similar to $\left[ {\begin{smallmatrix} 0&I \\ { - I}&0 \end{smallmatrix}} \right]$?
- Let $T:V\to W$ on finite dimensional vector spaces, is it possible to use the determinant to determine that $T$ is invertible.
- Basis-free proof of the fact that traceless linear maps are sums of commutators
- Assuming that A is the matrix of a linear operator F in S find the matrix B of F in R
- For what $k$ is $g_k\circ f_k$ invertible?
Related Questions in DEFINITION
- How are these definitions of continuous relations equivalent?
- If a set is open, does it mean that every point is an interior point?
- What does $a^b$ mean in the definition of a cartesian closed category?
- $\lim_{n\to \infty}\sum_{j=0}^{[n/2]} \frac{1}{n} f\left( \frac{j}{n}\right)$
- Definition of "Normal topological space"
- How to verify $(a,b) = (c,d) \implies a = c \wedge b = d$ naively
- Why wolfram alpha assumed $ x>0$ as a domain of definition for $x^x $?
- Showing $x = x' \implies f(x) = f(x')$
- Inferior limit when t decreases to 0
- Is Hilbert space a Normed Space or a Inner Product Space? Or it have to be both at the same time?
Related Questions in MATRIX-EQUATIONS
- tensor differential equation
- Can it be proved that non-symmetric matrix $A$ will always have real eigen values?.
- Real eigenvalues of a non-symmetric matrix $A$ ?.
- How to differentiate sum of matrix multiplication?
- Do all 2-variable polynomials split into linear factors over the space of $2 \times 2$ complex matrices?
- Big picture discussion for iterative linear solvers?
- Matrix transformations, Eigenvectors and Eigenvalues
- Jordan chevaley decomposition and cyclic vectors
- If $A$ is a $5×4$ matrix and $B$ is a $4×5$ matrix
- Simplify $x^TA(AA^T+I)^{-1}A^Tx$
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?
Adding onto velut luna's answer: the linear map $A$ can be represented as $mnp$ coefficients $a_{ijk}$ with $$A(X)_k = \sum_{i=1}^m \sum_{j=1}^n a_{ijk}X_{ij}.$$ As you say, given a choice of basis for $\mathbb{R}^{m\times n}$ and $\mathbb{R}^p$, you can write $A$ as a matrix (as you can all linear transformations); however, there is no nice notation for $A$ so that it acts on $X_{n \times m}$ by matrix multiplication. You can "unroll" $X$ into a vector $\bar X$ of size $mn$, $$X = \left[\begin{array}{cccc}X_1 & X_2 & \cdots & X_m\end{array}\right], \bar X = \left[\begin{array}{c}X_1\\X_2\\\vdots \\ X_m\end{array}\right],$$ and now you can write $A$ as a $p\times mn$ matrix. I've also used, in my calculations, the following notation for $A(X)$ (note: not at all standard!!)
$$\left[\begin{array}{c} \left[\begin{array}{ccc}a_{111} & \cdots & a_{1m1}\\\vdots & & \vdots\\ a_{n11} & \cdots & a_{nm1}\end{array}\right] : \\ \vdots \\ \left[\begin{array}{ccc}a_{11p} &\cdots& a_{1mp}\\\vdots & & \vdots\\ a_{n1p} & \cdots & a_{nmp}\end{array}\right] : \end{array}\right]X$$ suggestive of the fact that the first entry of $A(X)$ should be computed by the Frobenius product $$\left[\begin{array}{ccc}a_{111} & \cdots & a_{1m1}\\\vdots & & \vdots\\ a_{n11} & \cdots & a_{nm1}\end{array}\right] :X,$$ etc.