13 lines
187 B
Markdown
13 lines
187 B
Markdown
|
# Ohms Law
|
||
|
|
||
|
Ohms law is used to calculate the relationship between voltage, current, resistance
|
||
|
|
||
|
```latex
|
||
|
E = I * R
|
||
|
voltage = current * resistance;
|
||
|
volts = amps * ohms;
|
||
|
V = A x Ω.
|
||
|
```
|
||
|
|
||
|
|