edited by
386 views
0 0 votes

Let $A, B$ be $n \times n$ matrices. Which of the following properties of $A$ and $B$ is/are preserved under matrix multiplication?

  1. Being upper triangular.
  2. All diagonal elements being zero.
  3. Being diagonal.
  4. Being symmetric.

Please log in or register to answer this question.

Position:
Show:

Related questions

0 0 votes
0 0 answers
424
424 views
admin asked Jul 23, 2022
424 views
Let $A$ be the $3 \times 3$ real matrix $\left(\begin{array}{lll} a & b & c \\ d & e & f \\ g & h & I \end{array}\right)$. Suppose $x^{T} Ax \geq 0$ for every $x \in \mat...
2 2 votes
1 1 answer
454
454 views
admin asked Jul 23, 2022
454 views
There are two longest subsequences, not necessarily contiguous, common to the strings $\text{“ARTIFICIAL"}$ and $\text{“INTELLIGENCE."}$ They are $\text{“IIC"}$ and $\tex...
1 1 vote
2 2 answers
648
648 views
admin asked Jul 23, 2022
648 views
The roots of the polynomial $p(x)=x^{4}-2x^{3}-2x^{2}+8x-8$ are:$1, -1, 2, 2+3 i$$1+i, 1-i, 2, -2$$1, -1+i, 2, 2+3 i$$1+i, -1+i, 2, -2$
0 0 votes
1 1 answer
628
628 views
admin asked Jul 23, 2022
628 views
Consider the following code, in which $\text{A}$ is an array indexed from $0.$function foo (A , n) { m = A [0] ; x = 0 ; for i = 0 to n – 1 { x = x + A [i] ; if (m < x) {...