Skip to content

Instantly share code, notes, and snippets.

@jakenotjacob
Created December 2, 2015 21:54
Show Gist options
  • Select an option

  • Save jakenotjacob/9e4c76ba2fa45f0bd62c to your computer and use it in GitHub Desktop.

Select an option

Save jakenotjacob/9e4c76ba2fa45f0bd62c to your computer and use it in GitHub Desktop.
Ohm's Law methods
ohm = volts/amps
ohm = (volts**volts)/watts
ohm = watts/amps**amps
amps = volts/ohms
amps = watts/volts
amps = sqrt(watts/ohms)
watts = volts*amps
watts = (volts**volts)/ohms
watts = (amps**amps)*ohms
volts = amps*ohms
volts = watts/amps
volts = sqrt(watts*ohms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment