From 08b2589e5657136a0f3a605dbd076b559df777ae Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Fri, 19 Dec 2014 09:32:45 +0100 Subject: [PATCH] Used existing operator for max. --- Heter_paper.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Heter_paper.tex b/Heter_paper.tex index 0b545e4..a31c0fb 100644 --- a/Heter_paper.tex +++ b/Heter_paper.tex @@ -638,7 +638,7 @@ maximum distance between the energy curve and the performance curve is while \If{(not the first frequency)} \State $F_i \gets F_i+\Fdiff_i,~i=1,\dots,N.$ \EndIf - \State $\Told \gets max_{~i=1,\dots,N } (\Tcp_i+\Tcm_i)$ + \State $\Told \gets \max_{i=1,\dots,N} (\Tcp_i+\Tcm_i)$ % \State $\Eoriginal \gets \sum_{i=1}^{N}{( \Pd_i \cdot \Tcp_i)} +\sum_{i=1}^{N} {(\Ps_i \cdot \Told)}$ \State $\Eoriginal \gets \sum_{i=1}^{N}{( \Pd_i \cdot \Tcp_i + \Ps_i \cdot \Told)}$ \State $\Sopt_{i} \gets 1,~i=1,\dots,N. $ @@ -648,7 +648,7 @@ maximum distance between the energy curve and the performance curve is while \State $F_i \gets F_i - \Fdiff_i,~i=1,\dots,N.$ \State $S_i \gets \frac{\Fmax_i}{F_i},~i=1,\dots,N.$ \EndIf - \State $\Tnew \gets max_\textit{~i=1,\dots,N} (\Tcp_{i} \cdot S_{i}) + \MinTcm $ + \State $\Tnew \gets \max_{i=1,\dots,N} (\Tcp_{i} \cdot S_{i}) + \MinTcm $ % \State $\Ereduced \gets \sum_{i=1}^{N}{(S_i^{-2} \cdot \Pd_i \cdot \Tcp_i)} + \sum_{i=1}^{N} {(\Ps_i \cdot \rlap{\Tnew)}} $ \State $\Ereduced \gets \sum_{i=1}^{N}{(S_i^{-2} \cdot \Pd_i \cdot \Tcp_i + \Ps_i \cdot \rlap{\Tnew)}} $ \State $\Pnorm \gets \frac{\Told}{\Tnew}$ -- 2.39.5