I have this formula that works well to convert wire gauge to mm:
mm dia = 0.127 * 92 ^ ((36-AWG)/39)
Following this, the same source offers the following as an inverse formula(mm to gauge):
AWG = -(ln (dia. mm/0.127) / (ln (92) * 39) – 36)
The trouble is, the mm to gauge formula doesn't work.
Can anyone help solve this?
I have this formula that works well to convert wire gauge to mm:
mm dia = 0.127 * 92 ^ ((36-AWG)/39)
Following this, the same source offers the following as an inverse formula(mm to gauge):
AWG = -(ln (dia. mm/0.127) / (ln (92) * 39) – 36)
diamm=0.127⋅92(36−AWG39)AWG= ?
diamm=0.127⋅92(36−AWG39)|:0.127diamm0.127=92(36−AWG39)|ln()ln(diamm0.127)=ln(92(36−AWG39))ln(diamm0.127)=(36−AWG39)⋅ln(92)ln(diamm0.127)=(36−AWG)⋅ln(92)39|⋅39ln(92)39ln(92)⋅ln(diamm0.127)=36−AWG|+AWGAWG+39ln(92)⋅ln(diamm0.127)=36|−39ln(92)⋅ln(diamm0.127)AWG=36−39ln(92)⋅ln(diamm0.127)