Problem 1726. Ohm's Law
Well its Ohm's law...
So V = IR!
I will give two of the three values, such as V and I or I and R and you have to return the missing value. For example:
V = 6 R = 3
so then:
I = 2
Or:
I = 2 R = 2
so then:
V = 4
Have fun!
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers118
Suggested Problems
-
Convert from Base 10 to base 5
280 Solvers
-
Given a matrix, return the last eigen value
231 Solvers
-
Fahrenheit to Celsius converter
597 Solvers
-
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
592 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
355 Solvers
More from this Author17
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!