How Does Partial Differentiation Affect This Summation Function?

  • Context: Graduate 
  • Thread starter Thread starter vaibhavtewari
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
vaibhavtewari
Messages
63
Reaction score
0
I have a function

[itex]\displaystyle\sum_{n=0}^{N-1}\left(x_n-\sum_{i=0}^{L-1}a_iS_{i+n}\right)^2[/itex]

if I do a partial differentiation with respect to [itex]S_k[/itex] what would I get ?

thanks
 
Physics news on Phys.org


Will it help you if I note that you can write it as
[tex]\sum_{n = 0}^{N - 1} (C - a_{k - n} S_k)^2[/tex]
where C is a constant with respect to Sk.
 


variable S_k is not a constant, so there are basically N+L variables...thanks for trying
 


I assume that you only differentiate with respect to one value of k at the time?
 


that is true but then I solve these simultaneous equations...so I was hoping for something structured..