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 (4)

4 votes

What's the latex code for the following Equation:

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


Réponses (3)




Réponse (1)

2 votes

\begin{equation}
  f_{t+1} = \frac{f_{t}+(m_{t}\times \epsilon)}{1+\epsilon}
\end{equation}

Posté le 20:53, Monday 16 May 2016 by
In Initiation à la recherche



Réponse (1)

1 votes

\begin{frame}
     \begin{equation}
         f_{t+1} = \frac{f_{t} + (m_{t) \times \epsilon}}{1+\epsilon}
     \end{equation}
\end{frame}

mais l'epsilon de numérateur est un indice 

 

Posté le 21:36, Monday 16 May 2016 by
In Initiation à la recherche



Réponse (2)

0 votes

\begin{equation}
f_{t+1} = \frac {f_t + (m_t \times \epsilon )} { 1 + \epsilon}
\end{equation}

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



Avez vous une réponse ?