PUERTA | GATE-IT-2004 | Pregunta 32

Sea A una array Sea A una array n × n de la forma siguiente.

q32

¿Cuál es el valor del determinante de A?

gateIT20014
(A) A
(B) B
(C) C
(D) D

Respuesta: (D)
Explicación:

The first thing you need to get by seeing these type of questions is:- 
   Go for substitution method.
   For n=2, the values will be
    A) 16
    B) 26
    C) 7
    D) 8
   As all the values are unique for a small value of n, it does not take much time.
   The given matrix will be A = [3 1]
                [1 3]
   So, det(A) = 3*3-1*1 = 8
   Option (D) is the answer.
   Alternative method:-
   You can frame the relations in between det(An+1), det(An), det(An-1)
   i.e. d(An+1) = 3*d(An) - d(An-1) 
    X   = 3*X^0 - X^-1
    X^2 = 3*x - 1
    Solution for this equation is (3+sqrt(5))/2, (3-sqrt(5))/2
        The only option which has roots of type (3+sqrt(5)) is D.
    From this, you can match the options easily.

Esta explicación ha sido proporcionada por Anil Saikrishna.
Cuestionario de esta pregunta

Publicación traducida automáticamente

Artículo escrito por GeeksforGeeks-1 y traducido por Barcelona Geeks. The original can be accessed here. Licence: CCBY-SA

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *