How do I graph an interation of functions based on [i] where each iteration is multiplied by the others?

2.3k Views Asked by At

I have a basic graph for a series of evenly spaced out high shelf filters here:

Graph https://www.desmos.com/calculator/wa0rd8migz

However, instead of graphing all the iterations of the function out, I would like them all multiplied together into one final function.

ie. g(x) = f0(x) * f1(x) * f2(x) * f3(x) ... * f15(x)

What is the correct way of writing this so it will graph this equation?

1

There are 1 best solutions below

0
On

Solved: https://www.desmos.com/calculator/mfoomuj51v

Just needed to put it all in one expression.