how to write an Algebraic Equation in Matlab

2 次查看(过去 30 天)
Hello,
there is an equation for solving Energy stored in a Capacitor. That's an easy equation. But, I want to write that solving equation in matlab. Would you please tell me how to solve that equation in matlab. Solving equation is given below:
Energy stored in a Capacitor = 0.5 * C * (Vfinal^2 - Vinitial^2)
= 0.5 * 31 * (320^2-310^2)
= 15.5 * (102400-96100)
= 15.5 * 6300
= 97650
Thank you very much.

采纳的回答

Star Strider
Star Strider 2021-10-15
I am not certain exactly what you want.
See if this works —
C = 31
C = 31
Vinitial = 310
Vinitial = 310
Vfinal = 320
Vfinal = 320
Energy_stored_in_a_Capacitor = 0.5 * C * (Vfinal^2 - Vinitial^2)
Energy_stored_in_a_Capacitor = 97650
.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Mathematics 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by