edited by
253 views
0 votes
0 votes

Let $A$ be the matrix $\begin{pmatrix} x&0 &3 \\ -3&y &y \\ 0&0 &1 \end{pmatrix}$. If the determinant of $A^n$ is equal to the determinant of $A$ for all $n \geq 2$, then the locus of the points $(x, y)$ with $xy \neq 0$ is

  1. a parabola
  2. an ellipse
  3. a hyperbola
  4. none of the above.
edited by

Please log in or register to answer this question.

Related questions

330
views
1 answers
0 votes
jjayantamahata asked Apr 15, 2018
330 views
If $f(x) = x^2$ and $g(x)=x \sin x + \cos x$ then$f$ and $g$ agree at no points.$f$ and $g$ agree at exactly one point.$f$ and $g$ agree at exactly two points.$f$ and $g$...
310
views
0 answers
0 votes
532
views
1 answers
0 votes
N asked May 1, 2019
532 views
Consider a max-heap of n distinct integers, n ≥ 4, stored in an array A[1 . . . n]. The second minimum of A is the integer that is less than all integers in A except th...
958
views
2 answers
2 votes
N asked May 1, 2019
958 views
Let the valid moves along a staircase be U (one step up) and D (one step down). For example, the string s = UUDU represents the sequence of moves as two steps up, then on...