3
$\begingroup$

Example usage I've seen: $x^2 / (y // z)$

Context: I recently started learning some fundamental electrical engineering, where I saw

I calculated the power doing vs² / (r1 + ron + ron // ron+r2)

  • 1
    http://www.allaboutcircuits.com/vol_1/chpt_7/2.html2012-03-31

1 Answers 1

7

In an electrical engineering context, I would guess that $a // b$ probably means the equivalent single resistance for 2 resistors in parallel of size $a$ and $b$, which is $\frac{ab}{a+b}$.

  • 0
    This is also backed up by @pedja's comment to the question. Thanks.2012-03-31