Département d'Informatique

https://www.univ-soukahras.dz/fr/dept/cs

Matière: Initiation à la recherche

  1. Information
  2. Questions
  3. E-Learning

Writing Equations using Latex (6)

2 votes

What's the latex code for the following Equation:

Posté le 19:30, Monday 16 May 2016 By Imed BOUCHRIKA
In Initiation à la recherche


Réponses (5)




Réponse (1)

1 votes

\begin{frame}

\begin{equation}

\begin{bmatrix}
x(t)\\
y(t)
\end{bmatrix}
=
\begin{bmatrix}
a_0\\
b_0
\end{bmatrix}
+
\begin{bmatrix}
X(t)\\
Y(t)
\end{bmatrix}
\end{equation}

\end{frame}

Posté le 19:07, Tuesday 17 May 2016 by
In Initiation à la recherche



Réponse (1)

1 votes

To use bmatrix, the pakage amsmath must be be imported:

\usepackage{amsmath}

Posté le 07:20, Thursday 19 May 2016 by Imed BOUCHRIKA
In Initiation à la recherche



Réponse (2)

0 votes

yes of course, thanks 

 

Posté le 11:38, Saturday 21 May 2016 by
In Initiation à la recherche



Réponse (3)

1 votes

 \begin{equation}
    \bigg [
      \begin{array}{r c l}
        x(t) \\
        y(t)
      \end{array}
    \bigg ]
    =
    \bigg [
      \begin{array}{r c l}
        a_0 \\
        b_0
      \end{array}
    \bigg ]
    +
    \bigg [
      \begin{array}{r c l}
        X(t) \\
        Y(t)
      \end{array}
    \bigg ]
  \end{equation}

Posté le 17:50, Friday 27 May 2016 by
In Initiation à la recherche



Réponse (4)

0 votes


\begin{equation}
\bigg [
\begin{array}{r c l}
x(t) \\ y(t)
\end{array}
\bigg ]
=
\bigg [
\begin{array}{r c l}
a_0 \\ b_0
\end{array}
\bigg ]
+
\bigg [
\begin{array}{r c l}
X(t) \\ Y(t)
\end{array}
\bigg ]
\end{equation}

 

Posté le 19:59, Friday 27 May 2016 by amirat abdallah (257 points)
In Initiation à la recherche



Avez vous une réponse ?