Problem 60809. Inductor Energy Storage Calculation

The energy (EEE) stored in an inductor is given by the formula:
Where:
  • E is the energy in joules (J)
  • L is the inductance in henrys (H)
  • I is the current in amperes (A)
Write a function that takes inductance LLL and current III as inputs and returns the stored energy EEE.

Solution Stats

90.91% Correct | 9.09% Incorrect
Last Solution submitted on Feb 20, 2025

Solution Comments

Show comments

Problem Recent Solvers10

Suggested Problems

More from this Author20

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!