(k-4)/(k-5)
product series in matlab
1 次查看(过去 30 天)
显示 更早的评论
Error when taking zero.
clc
clear
syms k
P1 = symprod((k-(4/k))-5 , k, 0, 3)
P2 = symprod((k-(4/k))-5 , k, 6, 100)
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!