• 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 0 visitantes

 



Assunto: Exercicios de polinomios
Autor: shaft - Qua Jun 30, 2010 17:30

2x+5=\left(x+m\right)²-\left(x-n \right)²

Então, o exercicio pede para encontrar {m}^{3}-{n}^{3}.

Bom, tentei resolver a questão acima desenvolvendo as duas partes em ( )...Logo dps cheguei em um resultado q nao soube o q fazer mais.
Se vcs puderem ajudar !


Assunto: Exercicios de polinomios
Autor: Douglasm - Qua Jun 30, 2010 17:53

Bom, se desenvolvermos isso, encontramos:

2x+5 = 2x(m+n) + m^2-n^2

Para que os polinômios sejam iguais, seus respectivos coeficientes devem ser iguais (ax = bx ; ax² = bx², etc.):

2(m+n) = 2 \;\therefore\; m+n = 1

m^2-n^2 = 5 \;\therefore\; (m+n)(m-n) = 5 \;\therefore\; (m-n) = 5

Somando a primeira e a segunda equação:

2m = 6 \;\therefore\; m = 3 \;\mbox{consequentemente:}\; n=-2

Finalmente:

m^3 - n^3 = 27 + 8 = 35

Até a próxima.