• Anúncio Global
    Respostas
    Exibições
    Última mensagem

Operação com Matriz

Operação com Matriz

Mensagempor DanielRJ » Qui Set 09, 2010 16:04

Calcule\frac{(3X)^t-2Y^t}{5} sabendo que 2X-3Y=
\begin{pmatrix}
   5 & 5 & 5 \\ 

\end{pmatrix} e X+Y = \begin{pmatrix}
   0 & 0 & 0 \\ 

\end{pmatrix}

Como eu resolvo isso? A resposta é uma matriz.
Avatar do usuário
DanielRJ
Colaborador Voluntário
Colaborador Voluntário
 
Mensagens: 254
Registrado em: Sex Ago 20, 2010 18:19
Formação Escolar: ENSINO MÉDIO
Andamento: formado

Re: Operação com Matriz

Mensagempor MarceloFantini » Qui Set 09, 2010 17:18

X + Y = (0,0,0) \therefore Y = - X

Chamando X = (a,b,c), temos que Y = (-a,-b,-c). Assim:

2X - 3Y = (2a,2b,2c) -3 (-a,-b,-c) = (2a,2b,2c) + (3a,3b,3c) = (5,5,5) \therefore a = 1 \therefore b = 1 \therefore c = 1

X^t = \begin {pmatrix} 1 \\ 1 \\ 1 \end {pmatrix}

k = \frac { (3X)^t  - 2Y^t  } { 5 } = \frac{1}{5} \left( 3 \cdot \begin {pmatrix} 1 \\ 1 \\ 1 \end {pmatrix} - 2 \cdot \begin {pmatrix} -1 \\ -1 \\ -1 \end {pmatrix} \right) = \begin {pmatrix} 1 \\ 1 \\ 1 \end {pmatrix}
Futuro MATEMÁTICO
e^{\pi \cdot i} +1 = 0
MarceloFantini
Colaborador Moderador
Colaborador Moderador
 
Mensagens: 3126
Registrado em: Seg Dez 14, 2009 11:41
Formação Escolar: GRADUAÇÃO
Andamento: formado

Re: Operação com Matriz

Mensagempor DanielRJ » Qui Set 09, 2010 17:41

Fantini escreveu:X + Y = (0,0,0) \therefore Y = - X

Chamando X = (a,b,c), temos que Y = (-a,-b,-c). Assim:

2X - 3Y = (2a,2b,2c) -3 (-a,-b,-c) = (2a,2b,2c) + (3a,3b,3c) = (5,5,5) \therefore a = 1 \therefore b = 1 \therefore c = 1

X^t = \begin {pmatrix} 1 \\ 1 \\ 1 \end {pmatrix}

k = \frac { (3X)^t  - 2Y^t  } { 5 } = \frac{1}{5} \left( 3 \cdot \begin {pmatrix} 1 \\ 1 \\ 1 \end {pmatrix} - 2 \cdot \begin {pmatrix} -1 \\ -1 \\ -1 \end {pmatrix} \right) = \begin {pmatrix} 1 \\ 1 \\ 1 \end {pmatrix}



Questão muito boa. otima explicacação obrigado mais uma vez fantini.
Avatar do usuário
DanielRJ
Colaborador Voluntário
Colaborador Voluntário
 
Mensagens: 254
Registrado em: Sex Ago 20, 2010 18:19
Formação Escolar: ENSINO MÉDIO
Andamento: formado


Voltar para Matrizes e Determinantes

 



  • Tópicos relacionados
    Respostas
    Exibições
    Última mensagem

Quem está online

Usuários navegando neste fórum: Nenhum usuário registrado e 2 visitantes

 



Assunto: Unesp - 95 Números Complexos
Autor: Alucard014 - Dom Ago 01, 2010 18:22

(UNESP - 95) Seja L o Afixo de um Número complexo a=\sqrt{8}+ i em um sistema de coordenadas cartesianas xOy. Determine o número complexo b , de módulo igual a 1 , cujo afixo M pertence ao quarto quadrante e é tal que o ângulo LÔM é reto.


Assunto: Unesp - 95 Números Complexos
Autor: MarceloFantini - Qui Ago 05, 2010 17:27

Seja \alpha o ângulo entre o eixo horizontal e o afixo a. O triângulo é retângulo com catetos 1 e \sqrt{8}, tal que tg \alpha = \frac{1}{sqrt{8}}. Seja \theta o ângulo complementar. Então tg \theta = \sqrt{8}. Como \alpha + \theta = \frac{\pi}{2}, o ângulo que o afixo b formará com a horizontal será \theta, mas negativo pois tem de ser no quarto quadrante. Se b = x+yi, então \frac{y}{x} = \sqrt {8} \Rightarrow y = x\sqrt{8}. Como módulo é um: |b| = \sqrt { x^2 + y^2 } = 1 \Rightarrow x^2 + y^2 = 1 \Rightarrow x^2 + 8x^2 = 1 \Rightarrow x = \frac{1}{3} \Rightarrow y = \frac{\sqrt{8}}{3}.

Logo, o afixo é b = \frac{1 + i\sqrt{8}}{3}.