How do i declare capital pi in this equation
Show older comments

I'm trying to plot a graph of this equation in the image i need help to declare the capital pi expression in the image shown, how do i declare 'e' i only know that the value of k^(i,g) is >= 0. another thing i dont get is if i should provide some value to (f)d or not. can anyone help with this
Answers (2)
Image Analyst
on 4 Apr 2021
0 votes
Use the prod() function.
Walter Roberson
on 4 Apr 2021
0 votes
e to a power is exp()
I suspect that k with raised (i, g) is indicating indexing.
The capital π represents product.
It is not obvious to me why they did not write the function as exp of the sum of the components
The notation is ambiguous as to whether f is a function of L, or is a numeric value.
Categories
Find more on Animation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!