Recent questions tagged matrix

1 votes
1 answer
332
Find the Eigenvector of $\begin{bmatrix} 1 & cos\theta\\ cos \theta & 1 \end{bmatrix}$
11 votes
3 answers
334
Let $A$ be a matrix such that:$A=\begin{pmatrix} -1 & 2\\ 0 & -1 \end{pmatrix}$and $B=A+A^2+A^3+\ldots +A^{50}$. Then which of the following is true?$B^{2}=I$$B^{2}=0$$B^...
1 votes
1 answer
335
0 votes
1 answer
336
How many real links are required to store a sparse matrix of 10 rows , 10 columns ,and 15 non zeros entries.(pick up the closest answer)
2 votes
5 answers
337
if $A = \begin{bmatrix} 2 &3 &4 \\ 3 & -1 &2 \\ -1& 4 & 5 \end{bmatrix}$ then rank of the matrix $(A-A^T)$ is _____(A) $1$ (B) $2$ (C...
0 votes
0 answers
339
0 votes
2 answers
340
What is the determinant of matrix 2A. determinant of matrix A is 3. and IT is 4 by 4 matrix?
1 votes
1 answer
341
I want to ask about the equation i hv marked a question mark.(p-1qp)n=p-1qnp how??Why is there no power on matrix p ?
1 votes
2 answers
342
0 votes
1 answer
343
how to solve??
5 votes
2 answers
345
1 votes
1 answer
348
2 votes
1 answer
350
Any non-singular $k \times k$-matrix with real entries can be made singular by changing exactly one entry.
2 votes
1 answer
351
If $A$ and $B$ are $3 \times 3$ matrices and $A$ is invertible, then there exists an integer $n$ such that $A + nB$ is invertible.
1 votes
0 answers
352
State True or FalseLet $A$ be a $2 \times 2$-matrix with complex entries. The number of $2 \times 2$-matrices $A$ with complex entries satisfying the equation $A^{3}$ is ...
4 votes
1 answer
353
Let $A$ be a $5 \times 5$ matrix with real entries, then $A$ hasAn eigenvalue which is purely imaginaryAt least one real eigenvalueAt least two eigenvalues which are not ...
24 votes
3 answers
355
How many $4 \times 4$ matrices with entries from ${0, 1}$ have odd determinant?Hint: Use modulo $2$ arithmetic.$20160$$32767$$49152$$57343$$65520$
22 votes
2 answers
356
Let $A$ be a matrix such that $A^{k}=0$. What is the inverse of $I - A$?$0$$I$$A$$1 + A + A^{2} + ...+ A^{k - 1}$Inverse is not guaranteed to exist.
3 votes
1 answer
358
Let $A =\begin{bmatrix} P & Q\\ R & Q\ \end{bmatrix}$. If $P,Q,R$ and $S$ are symmetric , What can you say about $A$?
3 votes
1 answer
360
Let $x$ and $y \in \mathbb{R}^{n}$ be non-zero column vectors, from the matrix $A=xy^{T}$, where $y^{T}$ is the transpose of $y$. Then the rank of $A$ is:$2$$0$At least $...