java.lang.ObjectWvO
public class WvO
klasse WvO - Berekeningen met de wet van Ohm
| Constructor Summary | |
|---|---|
WvO()
Constructor voor klasse WvO |
|
| Method Summary | |
|---|---|
void |
WvO_BerekenSpanning(double R,
double I)
Berekent de spanning (U) in volt |
void |
WvO_BerekenStroom(double U,
double R)
Berekent de stroom (I) in ampere |
void |
WvO_BerekenWeerstand(double U,
double I)
Berekent de weerstand (R) in ohm |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WvO()
| Method Detail |
|---|
public void WvO_BerekenSpanning(double R,
double I)
R - weerstandI - stroom
public void WvO_BerekenStroom(double U,
double R)
U - spanningR - weerstand
public void WvO_BerekenWeerstand(double U,
double I)
U - spanningI - stroom