Manuals/calci/SUMOFSQUARES

SUMOFSQUARES(a)


  • is an array of numbers.


Description

  • This function calculates the addition of squares of given set of numbers.
  • Squaring is multiplying the number by itself.


Examples

  1. =SUMOFSQUARES(1..3)=14 (Calculates addition of squares of 1,2,3)
  2. =SUMOFSQUARES([2,5])=29
  3. =SUMOFSQUARES([4.5])= 20.25
  4. =SUMOFSQUARES([5,5,5])= 75


Related Videos

SUM OF SQUARES

See Also

References