Sigma Interpretation: f(x)=X^2, j=1, n=4

  • Context: Undergrad 
  • Thread starter Thread starter neotriz
  • Start date Start date
  • Tags Tags
    Interpretation Sigma
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
neotriz
Messages
15
Reaction score
0
I just need a quick clarification on how to read this function

f(x) = sigma of X^2, starting at j=1, and n

so does that mean that f(3) would equal to 36, if n=4?
 
Mathematics news on Phys.org
I forgot to mention that this is a DeJong Equation, and I need to implement in the matlab
 
Are you sure this is the function:

[tex]f(x)=\sum^{n}_{j=1}x^{2}[/tex]

The term is independing of the sum, so the function is just:

[tex]f(x)=nx^{2}[/tex]