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

Multiplicação de matrizes

Multiplicação de matrizes

Mensagempor barbara-rabello » Qui Abr 25, 2013 22:35

Multipliquei as três matrizes abaixo :

\begin{pmatrix}
   \frac{1}{\sqrt[]{2}} & 0  & - \frac{1}{\sqrt[]{2}} \\ 
    0 & 1  & 0  \\
  \frac{1}{\sqrt[]{2}} & 0  & \frac{1}{\sqrt[]{2}} \\ 
\end{pmatrix} \begin{pmatrix}
   0 & -1  & 0  \\ 
   1 & 0  &  0  \\
0  & 0  & 1 
\end{pmatrix} \begin{pmatrix}
   \frac{1}{\sqrt[]{2}} & 0  & \frac{1}{\sqrt[]{2}} \\ 
    0 & 1  & 0  \\
  -\frac{1}{\sqrt[]{2}} & 0  & \frac{1}{\sqrt[]{2}} \\ 
\end{pmatrix}

e encontrei como resultado a seguinte matriz:

\begin{pmatrix}
   \frac{1}{2} & \frac{1}{\sqrt[]{2}}  & - \frac{1}{2} \\ 
    \frac{1}{\sqrt[]{2}} & 0  & \frac{1}{\sqrt[]{2}}  \\
  -\frac{1}{2} & - \frac{1}{\sqrt[]{2}}  & \frac{1}{2} \\ 
\end{pmatrix}

Está correto?
barbara-rabello
Usuário Dedicado
Usuário Dedicado
 
Mensagens: 49
Registrado em: Sex Mar 02, 2012 16:52
Formação Escolar: GRADUAÇÃO
Área/Curso: matemática
Andamento: cursando

Re: Multiplicação de matrizes

Mensagempor e8group » Sex Abr 26, 2013 21:11

Conferindo ...


Considerando :

A = \begin{pmatrix}\frac{1}{\sqrt[]{2}} & 0  & - \frac{1}{\sqrt[]{2}} \\ 
    0 & 1  &0  \\
  \frac{1}{\sqrt[]{2}} & 0  & \frac{1}{\sqrt[]{2}} \\ 
\end{pmatrix}

B =  \begin{pmatrix}
   0 & -1  & 0  \\ 
   1 & 0  &  0  \\
0  & 0  & 1 
\end{pmatrix}

e

C = \begin{pmatrix}
   \frac{1}{\sqrt[]{2}} & 0  & \frac{1}{\sqrt[]{2}} \\ 
    0 & 1  & 0  \\
  -\frac{1}{\sqrt[]{2}} & 0  & \frac{1}{\sqrt[]{2}} \\ 
\end{pmatrix}

Façamos primeiro o produto BC .

BC= \begin{pmatrix}
   0 & -1  & 0  \\ 
   1 & 0  &  0  \\
0  & 0  & 1 
\end{pmatrix} \cdot \begin{pmatrix}
   \frac{1}{\sqrt[]{2}} & 0  & \frac{1}{\sqrt[]{2}} \\ 
    0 & 1  & 0  \\
  -\frac{1}{\sqrt[]{2}} & 0  & \frac{1}{\sqrt[]{2}} \\ 
\end{pmatrix}  = \begin{pmatrix}
\0 & -1 & 0\\ 
\frac{1}{\sqrt{2}} &0  & \frac{1}{\sqrt{2}}\\ 
 -\frac{1}{\sqrt{2}}& 0 & \frac{1}{\sqrt{2}} 
\end{pmatrix}


Assim ,

ABC = \begin{pmatrix}\frac{1}{\sqrt[]{2}} & 0  & - \frac{1}{\sqrt[]{2}} \\ 
    0 & 1  &0  \\
  \frac{1}{\sqrt[]{2}} & 0  & \frac{1}{\sqrt[]{2}} \\ 
\end{pmatrix} \cdot \begin{pmatrix}
\0 & -1 & 0\\ 
\frac{1}{\sqrt{2}} &0  & \frac{1}{\sqrt{2}}\\ 
 -\frac{1}{\sqrt{2}}& 0 & \frac{1}{\sqrt{2}} 
\end{pmatrix} =  \begin{pmatrix}
\frac{1}{2} & -\frac{1}{\sqrt{2}} & - \frac{1}{2}\\ 
 \frac{1}{\sqrt{2}}& 0 &\frac{1}{\sqrt{2}} \\ 
 - \frac{1}{2}& -\frac{1}{\sqrt{2}} & \frac{1}{2}   
\end{pmatrix} =  \frac{1}{2}\cdot \begin{pmatrix}
 1&-\sqrt{2}  & -1 \\ 
 \sqrt{2}& 0 & \sqrt{2} \\ 
 -1& -\sqrt{2} &1 
\end{pmatrix}




Utilizando o site wolframalpha p/ verificar a resposta ,digite lá :

{{2^(-1/2),0 ,-2^(-1/2)},{0 , 1 ,0},{2^(-1/2),0 ,2^(-1/2)}} * {{ 0 , -1 , 0},{1,0,0},{0,0,1}} * {{2^(-1/2) , 0,2^(-1/2)},{0,1,0},{-2^(-1/2) , 0,2^(-1/2) }} .

Veja o resultado :

http://www.wolframalpha.com/input/?i=%7 ... %29+%7D%7D
e8group
Colaborador Voluntário
Colaborador Voluntário
 
Mensagens: 1400
Registrado em: Sex Jun 01, 2012 12:10
Formação Escolar: GRADUAÇÃO
Área/Curso: Engenharia Elétrica
Andamento: cursando


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 29 visitantes

 



Assunto: (FGV) ... função novamente rs
Autor: my2009 - Qua Dez 08, 2010 21:48

Uma função polinomial f do 1° grau é tal que f(3) = 6 e f(4) = 8.Portanto o valor de f(10) é :


Assunto: (FGV) ... função novamente rs
Autor: Anonymous - Qui Dez 09, 2010 17:25

Uma função de 1º grau é dada por y=ax+b.
Temos que para x=3, y=6 e para x=4, y=8.
\begin{cases}6=3a+b\\8=4a+b\end{cases}
Ache o valor de a e b, monte a função e substitua x por 10.


Assunto: (FGV) ... função novamente rs
Autor: Pinho - Qui Dez 16, 2010 13:57

my2009 escreveu:Uma função polinomial f do 1° grau é tal que f(3) = 6 e f(4) = 8.Portanto o valor de f(10) é :



f(x)= 2.x
f(3)=2.3=6
f(4)=2.4=8
f(10)=2.10=20


Assunto: (FGV) ... função novamente rs
Autor: dagoth - Sex Dez 17, 2010 11:55

isso ai foi uma questao da FGV?

haahua to precisando trocar de faculdade.


Assunto: (FGV) ... função novamente rs
Autor: Thiago 86 - Qua Mar 06, 2013 23:11

Saudações! :-D
ví suaquestão e tentei resolver, depois você conta-me se eu acertei.
Uma função de 1º grau é dada por y=3a+b

Resposta :
3a+b=6 x(4)
4a+b=8 x(-3)
12a+4b=24
-12a-3b=-24
b=0
substituindo b na 1°, ttenho que: 3a+b=6
3a+0=6
a=2
substituindo em: y=3a+b
y=30+0
y=30
:coffee: