BACKGROUND / MOTIVATION:
Many important observations in math and science can be described by short, but powerful, equations:
* The Pythagorean Theorem (c^2 = a^2 + b^2) * Newton's Second Law of Motion (F = ma) * Einstein's Mass-Energy Equivalence (E = mc^2)
For electrical circuits, one of the most useful and important equations is:
* Ohm's Law (V = IR)
Ohm's Law describes the relationship between voltage (V), current (I), and resistance (R) in electrical circuits.
For more information, check out: https://www.build-electronic-circuits.com/ohms-law/
PROBLEM DESCRIPTION:
Given the current (I) through a resistor with resistance (R), create a function that will return the voltage (V) across the resistor.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers1967
Suggested Problems
-
1833 Solvers
-
Project Euler: Problem 10, Sum of Primes
2125 Solvers
-
Return the first and last characters of a character array
12271 Solvers
-
Electrical Diode Current Calculation
1210 Solvers
-
242 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Very straightforward! Thank you!