product series in matlab

2 views (last 30 days)
dulanga
dulanga on 18 Mar 2019
Commented: Walter Roberson on 18 Mar 2019
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)

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!