15
APLICACIONES A LOS GRÁFICOS POR COMPUTADORA Ejemplo 1 In[1]:= A = 0 0 1 0 1 1 0 1 0 0 ; In[2]:= Graphics@8Red, Line@AD<, Axes True, PlotLabel Row@8"A", " = ", A<DD Out[2]= 0.2 0.4 0.6 0.8 1.0 0.2 0.4 0.6 0.8 1.0 A = 0 0 1 0 1 1 0 1 0 0 Multiplicación Escalar In[3]:= 2A MatrixForm Out[3]//MatrixForm= 00 20 22 02 00

Aplicaciones a Los Gráficos Por Computadora_9

Embed Size (px)

DESCRIPTION

metodo grafico

Citation preview

  • APLICACIONES A LOS GRFICOS POR COMPUTADORA

    Ejemplo 1

    In[1]:= A =

    0 0

    1 0

    1 1

    0 1

    0 0

    ;

    In[2]:= Graphics@8Red, Line@AD

  • In[4]:= 0.5 A MatrixFormOut[4]//MatrixForm=

    0. 0.

    0.5 0.

    0.5 0.5

    0. 0.5

    0. 0.

    In[5]:= Graphics@8Red, Line@AD, Blue, Line@2 AD, Black, [email protected] AD

  • Animacin

    In[6]:= Manipulate@Graphics@8Red, Line@k AD

  • In[7]:= Manipulate@Graphics@8Red, Polygon@k AD
  • In[9]:= Graphics@8Red, Line@BD
  • In[12]:= Graphics@8Red, Line@BD, Blue, Line@2 BD, Black, [email protected] BD
  • Animacin

    In[13]:= Manipulate@Row@8Graphics@8

  • In[14]:= Manipulate@Row@8Graphics@8
  • Ejemplo 3

    In[15]:= A =

    0 0

    1 0

    1 1

    0 1

    0 0

    ;

    Multiplicacin

    In[16]:= A MatrixFormOut[16]//MatrixForm=

    0 0

    1 0

    1 1

    0 1

    0 0

    Matriz T

    In[17]:= T = K 1 00 1

    O;

    In[18]:= A.T MatrixFormOut[18]//MatrixForm=

    0 0

    1 0

    1 1

    0 1

    0 0

    In[19]:= Row@8Graphics@8Red, Line@AD

  • In[20]:= T1 = K 1 00 0.5

    O;

    In[21]:= A.T1 MatrixFormOut[21]//MatrixForm=

    0. 0.

    1. 0.

    1. 0.5

    0. 0.5

    0. 0.

    In[22]:= Row@8Graphics@8Red, Line@AD

  • In[25]:= Row@8Graphics@8Red, Line@AD
  • In[28]:= Row@8Graphics@8Red, Line@AD
  • In[31]:= Row@8Graphics@8Red, Line@AD
  • Animacin

    In[32]:= ManipulateB

    RowB:Graphics@8Red, Line@AD

  • In[33]:= ManipulateB

    RowB:Graphics@8Red, Polygon@AD