Difference between revisions of "Manuals/calci/SUMFACTORS"

From ZCubes Wiki
Jump to navigation Jump to search
Line 16: Line 16:
 
|-
 
|-
 
|1 || 0 || 1
 
|1 || 0 || 1
 +
|-
 
|
 
|
 
  1  2
 
  1  2
| 1 0  || 0 0
+
|  
 +
1 0   
 +
|
 +
0 0
 
|}
 
|}

Revision as of 13:30, 10 May 2017

SUMFACTORS (N,HowManyFactors)


  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle N} is any positive real number.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle HowManyFactors } is any real number.

Description

  • This function shows the sum factors of the given numbers.
  • In Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle SUMFACTORS (N,HowManyFactors)} , Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle N} is the number to find the sum.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle HowManyFactors} is the number of numbers to display.
  • Sum factors is the sum of the given number with distinct options.
  • This function shows sum of the given number which satisfies a number or quantity that when adding with another produces a given number.
  • So for the single number will give the distinct possibilities.

Examples

  1. SUMFACTORS(2,3)
1 0 1
1  2
1 0  
0 0