Metallic MOS: Difference between revisions

Cmloegcmluin (talk | contribs)
Cmloegcmluin (talk | contribs)
Line 459: Line 459:
So the <span><math>L{:}s</math></span> ratio decreases by <span><math>1</math></span> because if an <span><math>s</math></span>-sized chunk has been sliced off <span><math>L</math></span>, and <span><math>s</math></span>’s size is <span><math>1</math></span>, then <span><math>1</math></span> should be subtracted from <span><math>L</math></span>.
So the <span><math>L{:}s</math></span> ratio decreases by <span><math>1</math></span> because if an <span><math>s</math></span>-sized chunk has been sliced off <span><math>L</math></span>, and <span><math>s</math></span>’s size is <span><math>1</math></span>, then <span><math>1</math></span> should be subtracted from <span><math>L</math></span>.


<math>\qquad L’:s’ = (L - s):s = (L - 1):1 = L - 1
<math>
\begin{align}
L’{:}s’ &= (L - s){:}s \\
&= (L - 1){:}1 \\
&= L - 1
\end{align}
</math>
</math>