1
GATE CSE 2023
MCQ (Single Correct Answer)
+1
-0.33

The Lucas sequence $$L_n$$ is defined by the recurrence relation:

$${L_n} = {L_{n - 1}} + {L_{n - 2}}$$, for $$n \ge 3$$,

with $${L_1} = 1$$ and $${L_2} = 3$$.

Which one of the options given is TRUE?

A
$${L_n} = {\left( {{{1 + \sqrt 5 } \over 2}} \right)^n} + {\left( {{{1 - \sqrt 5 } \over 2}} \right)^n}$$
B
$${L_n} = {\left( {{{1 + \sqrt 5 } \over 2}} \right)^n} - {\left( {{{1 - \sqrt 5 } \over 3}} \right)^n}$$
C
$${L_n} = {\left( {{{1 + \sqrt 5 } \over 2}} \right)^n} + {\left( {{{1 - \sqrt 5 } \over 3}} \right)^n}$$
D
$${L_n} = {\left( {{{1 + \sqrt 5 } \over 2}} \right)^n} - {\left( {{{1 - \sqrt 5 } \over 2}} \right)^n}$$
2
GATE CSE 2023
MCQ (Single Correct Answer)
+1
-0.33

Let $$A = \left[ {\matrix{ 1 & 2 & 3 & 4 \cr 4 & 1 & 2 & 3 \cr 3 & 4 & 1 & 2 \cr 2 & 3 & 4 & 1 \cr } } \right]$$ and $$B = \left[ {\matrix{ 3 & 4 & 1 & 2 \cr 4 & 1 & 2 & 3 \cr 1 & 2 & 3 & 4 \cr 2 & 3 & 4 & 1 \cr } } \right]$$.

Let $$\mathrm{det}(A)$$ and $$\mathrm{det}(B)$$ denote the determinates of the matrices A and B, respectively.

Which one of the options given below is TRUE?

A
$$\mathrm{det}(A)=\mathrm{det}(B)$$
B
$$\mathrm{det}(B)=-\mathrm{det}(A)$$
C
$$\mathrm{det}(A)=0$$
D
$$\mathrm{det}(AB)=\mathrm{det}(A)+\mathrm{det}(B)$$
3
GATE CSE 2023
MCQ (More than One Correct Answer)
+1
-0

Geetha has a conjecture about integers, which is of the form

$$\forall x\left( {P(x) \Rightarrow \exists yQ(x,y)} \right)$$,

where P is a statement about integers, and Q is a statement about pairs of integers. Which of the following (one or more) option(s) would imply Geetha's conjecture?

A
$$\exists x\left( {P(x) \wedge \forall yQ(x,y)} \right)$$
B
$$\forall x\forall yQ(x,y)$$
C
$$\exists y\forall x\left( {P(x) \Rightarrow Q(x,y)} \right)$$
D
$$\exists x\left( {P(x) \wedge \exists yQ(x,y)} \right)$$
4
GATE CSE 2023
MCQ (More than One Correct Answer)
+1
-0

Let $$f(x) = {x^3} + 15{x^2} - 33x - 36$$ be a real-valued function. Which of the following statements is/are TRUE?

A
$$f(x)$$ does not have a local maximum.
B
$$f(x)$$ has a local maximum.
C
$$f(x)$$ does not have a local minimum.
D
$$f(x)$$ has a local minimum.
EXAM MAP