قسم الإعلام الآلي

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

المقياس: Initiation à la recherche

  1. معلومات
  2. الأسئلة
  3. التعليم عن بعد

Writing Equations using Latex (8)

2 votes

What's the latex code for the following Equation:

نشر على 19:32, الاثنين 16 ماي 2016 By Imed BOUCHRIKA
In Initiation à la recherche


أجوبة (4)




جواب (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}

نشر على 19:37, الثلاثاء 17 ماي 2016 by
In Initiation à la recherche



جواب (1)

1 votes

use ~ to enforce the spacing between text in Math mode

نشر على 07:16, الخميس 19 ماي 2016 by Imed BOUCHRIKA
In Initiation à la recherche



جواب (2)

0 votes

ok thinks. 

نشر على 11:45, السبت 21 ماي 2016 by
In Initiation à la recherche



جواب (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}

نشر على 23:01, السبت 21 ماي 2016 by
In Initiation à la recherche



هل لديك جواب ?