Hello i need to plot a function in gnuplot:
h(x) = ((sin(x/2))**2)/((sin(n*x/2))**2)
What i don't know is how to set
n = ...-2,-1,0,1,2...
or maybee
n = 1,2,3,4...
Soo how do i do this? Any help will be appreciated.
|
Function definitions in gnuplot can take multiple parameters:
If you want to plot a range of this type of function, you can use the
or
|
|||
|
f(x) = y:yonly be dependent uponx. A changingn, used as presented, is a different equation. – user166390 Feb 20 at 19:20nis inside the first equation but look carefully. So how would i set an increment of 1 for n? – 71GA Feb 20 at 19:23