Manuals/calci/SUMOFSQUARES

Revision as of 21:13, 9 April 2017 by Swapna (talk | contribs) (Created page with "<div style="font-size:30px">'''SUMOFSQUARES(a)'''</div><br/> *<math>a</math> is an array of numbers. ==Description== *This function calculates the addition of squares of gi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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