Skip to main content

Questions tagged [matrix-equations]

This tag is for questions related to equations, with matrices as coefficients and unknowns. A matrix equation is an equation in which a variable stands for a matrix .

-2 votes
0 answers
23 views

I am analyzing the performance of an autonomous vehicle’s pedestrian detection system, and I want to ensure that I am interpreting the scenario correctly in terms of confusion-matrix components. This ...
JoshR Rotugal's user avatar
0 votes
1 answer
78 views

I am working with two vector-valued functions $m(x)$ and $n(x)$ that satisfy the coupled relations \begin{equation} x m(x) = A\,m(x) + B\,m(-x) + C\,n(x), \end{equation} and \begin{equation} x m(...
seeker's user avatar
  • 609
2 votes
0 answers
36 views

Let $T : V \to W$ be a linear transformation between finite-dimensional vector spaces. Given ordered bases $B_V = { v_1, \dots, v_n }$ of $V$ and $B_W = { w_1, \dots, w_m }$ of $W$, the matrix ...
Daniel C's user avatar
5 votes
1 answer
236 views

Out of curiosity, I came across the study of matrices of the form $U = B^\top B^{-1}$ for $B \in GL(n,\mathbb{F}_2)$. In essence, U represents how matrice $B$ is asymetric. This raised the question: ...
pvrnothere's user avatar
1 vote
2 answers
108 views

I am dealing with a homogenous first order matrix difference equation of the following form: $$ \begin{bmatrix} u_{n+1} \\ u_{n} \\ \end{bmatrix}=\begin{bmatrix} c_1 & c_2 \\ 1 & 0 \\ \end{...
Quinali Solaji's user avatar
0 votes
0 answers
58 views

There are many posts about the eigenvalues of $X_2 = \begin{pmatrix} 0_{n_1 \times n_1} & A_{n_1 \times n_2} \\ A^*_{n_2 \times n_1} & 0_{n_2 \times n_2} \end{pmatrix}$. Are there any ...
gordta_chichrron's user avatar
0 votes
2 answers
122 views

I'm working through the derivation of the gradient for the Mean Squared Error (MSE) loss function in a standard linear regression model and have a question about the application of the chain rule in ...
wat's user avatar
  • 31
0 votes
0 answers
47 views

Problem: Given the ODE-problem $\frac{𝑑^2𝑦}{𝑑𝑥^2}$ + 𝑥𝑦 = 1, 𝑦(0) = 1, 𝑦(1) = 0 Discretize with the finite difference method (FDM) the problem on a grid $𝑥_𝑖 = 𝑖ℎ, 𝑖 = 0,1,2, ... , 𝑁$ ...
August Jelemson's user avatar
0 votes
1 answer
57 views

Given are two known continuous functions where 0 <= x <= 1 and f(x1) = g(x2) = 1. Say that x1 = 0.95 and x2 = 0.5. An illustrative example: Can a function h(x) be determined such that f(x) ...
user20730's user avatar
0 votes
1 answer
76 views

We define $A$ to be a diagonal matrix with diagonal entries: one $p_1$ and $2n-1$ many $p_2$, here both $p_1$ and $p_2$ are real and $p_1p_2>-1$. $J$ is a skew-symmetric matrix of form $$J= ...
Tyan Wang's user avatar
1 vote
1 answer
89 views

Fix positive integers $n, k$ and fix $\alpha \in [0,1]$. Let $b(n, k, \alpha)$ be the smallest integer such that for every non negative integer $n \times k$ matrix $A$, there exists a set of row ...
Rowan Potato's user avatar
0 votes
1 answer
45 views

I came across with the following situation. Let $X$ be a random vector such that $X\sim MVN(\mu_n,C_n-B_n^{\top}A^{-1}B_n^\top)$ (multivariate normal distribution), such that the elements of $\mu_n$ ...
Ludwig's user avatar
  • 307
0 votes
0 answers
22 views

If you have a collection of n (nonzero and unique) eigenvectors, is there a way to find a general form of an n-by-n matrix that corresponds to them in such a way that 'rules out' alternative forms? ...
Sciencemaster's user avatar
0 votes
2 answers
53 views

If you have a collection of n (nonzero and unique) eigenvectors, is there a way to find a general form of an n-by-n matrix that corresponds to them? In addition, is it possible to check for some kind ...
Sciencemaster's user avatar
4 votes
2 answers
176 views

I was exploring a method for finding higher powers of $2 \times 2$ matrices without using diagonalization. I used the Cayley-Hamilton Theorem, but my question is about solving the recurrence relation. ...
nahte403's user avatar
  • 453

15 30 50 per page
1
2 3 4 5
299