Sunday, 2 June 2013

Equation - Defining boundaries

Equation - Defining boundaries

What is a better way or method to define region boundaries. For example, the following piece of code.
\begin{align}
&2 \pi  R\left[q_x-p_x,q_y-p_y\right].&\text{  for,  } \left[p\leq Q_0\right]\\
&0.\text{ }&\text{  for,  } \left[p>Q_0\right]
\end{align}
That gives an output of :

Is there a better way to represent such boundary equations or this is the right way to do it.
Thanks.

No comments:

Post a Comment