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

2 votes

What's the latex code for the following Equation:

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


Réponses (4)




Réponse (1)

1 votes

\begin{equation}
z_i = \left\{
\begin{array}{r c l}
1 & if nearest(s_c,i) \in c &\\
0 & otherwise &
\end{array}
\right .
\end{equation}

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



Réponse (1)

1 votes

use ~ to enforce the spacing between text in Math mode

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



Réponse (2)

0 votes

ok thinks. 

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



Réponse (3)

0 votes

\begin{equation}
z_i =
\begin{cases}
1, \quad if \quad nearest{(s_c, i) \in c} \\
0 \quad otherwise
\end{cases}
\end{equation}

Posté le 23:01, Saturday 21 May 2016 by
In Initiation à la recherche



Avez vous une réponse ?