Conecte-se com especialistas e obtenha respostas no IDNLearner.com. Obtenha respostas completas para todas as suas perguntas graças à nossa rede de especialistas em diferentes disciplinas.

X=(aij)5x2 tal que aij= 3, i>j
                          aij= 1+j,i = j
                          aij= 2i,i < j 


Sagot :

Vamos lá, vamos fazer o esqueleto desta matriz. O primeiro número que vem na representação (5) é o número de linhas, e o segundo (2), o número de colunas. Por isso, nossa matriz terá 5 linhas e 2 colunas.

[tex]A = \begin{pmatrix} a_{11} & a_{12} \\ a_{21} & a_{22} \\ a_{31} & a_{32} \\ a_{41} & a_{42} \\ a_{51} & a_{52} \end{pmatrix}[/tex]

Agora vamos analisar cada elemento para ver quanto ele vai valer.

[tex]a_{11} \Rightarrow i=j \Rightarrow 1+j = 1+1 = \boxed{2} \\ a_{12} \Rightarrow ij \Rightarrow \boxed{3} \\ a_{22} \Rightarrow i=j \Rightarrow 1+j = 1+2 = \boxed{3} \\\\ a_{31} \Rightarrow i>j \Rightarrow \boxed{3} \\ a_{32} \Rightarrow i>j \Rightarrow \boxed{3} \\\\ a_{41} \Rightarrow i>j \Rightarrow \boxed{3} \\ a_{42} \Rightarrow i>j \Rightarrow \boxed{3}[/tex]

[tex]a_{51} \Rightarrow i>j \Rightarrow \boxed{3} \\ a_{52} \Rightarrow i>j \Rightarrow \boxed{3}[/tex]

Voltando e substituindo na matriz:

[tex]A = \begin{pmatrix} 2 & 2 \\ 3 & 3 \\ 3 & 3 \\ 3 & 3 \\ 3 & 3 \end{pmatrix}[/tex]