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

 



Assunto: cálculo de limites
Autor: Hansegon - Seg Ago 25, 2008 11:29

Bom dia.

Preciso de ajuda na solução deste problema, pois só chego ao resultado de 0 sobre 0.
Obrigado

\lim_{x\rightarrow-1} x³ +1/x²-1[/tex]


Assunto: cálculo de limites
Autor: Molina - Seg Ago 25, 2008 13:25

\lim_{x\rightarrow-1} \frac{{x}^{3}+1}{{x}^{2}-1}

Realmente se você jogar o -1 na equação dá 0 sobre 0.
Indeterminações deste tipo você pode resolver por L'Hôpital
que utiliza derivada.
Outro modo é transformar o numerador e/ou denominador
para que não continue dando indeterminado.

Dica: dividir o numerador e o denominador por algum valor é uma forma que normalmente dá certo. :y:

Caso ainda não tenha dado uma :idea:, avisa que eu resolvo.

Bom estudo!


Assunto: cálculo de limites
Autor: Guill - Dom Abr 08, 2012 16:03

\lim_{x\rightarrow-1}\frac{x^3+1}{x^2-1}

\lim_{x\rightarrow-1}\frac{(x+1)(x^2-x+1)}{(x+1)(x-1)}

\lim_{x\rightarrow-1}\frac{(x^2-x+1)}{(x-1)}=\frac{-3}{2}