We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d1fff commit 266791dCopy full SHA for 266791d
electronics/wheatstone_bridge.py
@@ -10,7 +10,7 @@ def wheatstone_solver(
10
an unknown resistance by balancing two legs of a bridge circuit.
11
12
The bridge is said to be balanced when no current flows
13
- through the galvanometer connected between the midpoints
+ through the galvanometer connected between the midpoints
14
of the two voltage dividers.
15
Balance condition:
16
R1 / R2 = R3 / R4
@@ -20,7 +20,7 @@ def wheatstone_solver(
20
- Strain gauge circuits
21
- Sensor calibration
22
This function can calculate the unknown resistance in an wheatstone
23
- network, given that the three other resistances
+ network, given that the three other resistances
24
in the network are known.
25
26
Usage examples:
0 commit comments