Table of Contents Table of Contents
Previous Page  35 / 104 Next Page
Information
Show Menu
Previous Page 35 / 104 Next Page
Page Background

12.4.5. Matriz con delimitadores de doble barra.

Γ ∆ Θ

Σ Υ Φ

Ψ Ω Π

El c´odigo fuente que genera el anterior entorno es:

$$\begin{Vmatrix}

\Gamma & \Delta & \Theta \\

\Sigma &\Upsilon &\Phi \\

\Psi &\Omega &\Pi

\end{Vmatrix}$$

12.5. Anidaci´on de Matrices.

Las matrices se pueden anidar, como mostramos en el ejemplo:

 

Γ ∆

Θ Σ

,

Γ ∆

Θ Σ

Γ ∆

Θ Σ

,

Γ ∆

Θ Σ

 

Siendo su c´odigo fuente:

$$\left[\begin {array}{cc}

\left\|\begin{array}{cc}

\Gamma & \Delta \\

\Theta &\Sigma

\end{array}\right\|, &

\left|\begin{array}{cc}

\Gamma & \Delta \\

\Theta &\Sigma

\end{array}\right|\\

\left\langle\begin{array}{cc}

\Gamma & \Delta \\

\Theta &\Sigma

\end{array}\right\rangle, &

\left(\begin{array}{cc}

\Gamma & \Delta \\

\Theta &\Sigma

\end{array}\right)

\end{array}\right ]$$

32