Hi Craig Dekker,
syms t L R Vo
WR = R*((Vo/R)*exp(-t/(L/R)))^2
iWR = int(WR,t,0,inf);
In order to have an appealing result:
pretty(iWR)
Kind regards,
Robert
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!