Difference between revisions of "Manuals/calci/LCM"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> '''LCM'''(Number1, Number2..............) where, '''Number1, Number2......''' - are represents number. </d...")
 
Line 1: Line 1:
<div id="6SpaceContent" class="zcontent" align="left">
+
<div style="font-size:30px">'''LCM'''</div><br/>
 +
*It is called as The least common multiple / The lowest common multiple / Smallest common multiple /  Least common denominator  (LCD) of two integers a and b.
 +
* it is the smallest integer that is divisible by each of them.
 +
*Calci returns the value of arccosine (inverse cosine) in Radians.
 +
*The number can be a single value or any number of values.
  
'''LCM'''(Number1, Number2..............)
+
For example,
  
where,
+
What is the LCM of 2 and 5?
  
'''Number1, Number2......''' - are represents number.
+
Multiples of 2 are:
 +
2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, ...
  
</div>
+
and the multiples of 5 are:
----
+
5, 10, 15, 20, 25, 30, ...
<div id="1SpaceContent" class="zcontent" align="left">Returns the smallest interger that divides all numbers .</div>
 
----
 
<div id="7SpaceContent" class="zcontent" align="left">
 
  
If any parameters is nonnumeric, LCM returns #ERROR.
+
Common multiples of 2 and 5 are simply the numbers that are in both lists:
 +
10, 30, ....
  
If  Number &lt;  0 , it returns #ERROR.
+
So, from this list of the first few common multiples of the numbers 2 and 5, their least common multiple is 10.
 
 
</div>
 
----
 
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
 
 
 
LCM
 
 
 
</div></div>
 
----
 
<div id="8SpaceContent" class="zcontent" align="left">
 
 
 
Lets see an example in (Column1, Row2)
 
 
 
<nowiki>=LCM(5,10)</nowiki>
 
 
 
LCM returns 10.
 
 
 
</div>
 
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></div></div>
 
----
 
<div id="4SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Remarks </div></div>
 
----
 
<div id="3SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Examples </div></div>
 
----
 
<div id="11SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Description </div></div>
 
----
 
<div id="2SpaceContent" class="zcontent" align="left">
 
 
 
{| id="TABLE3" class="SpreadSheet blue"
 
|- class="even"
 
| class=" " |
 
| class="  " | Column1
 
| Column2
 
| Column3
 
| Column4
 
|- class="odd"
 
| class=" " | Row1
 
| class="sshl_f" | 10
 
|
 
|
 
|
 
|- class="even"
 
| class="  " | Row2
 
| class=" SelectTD  SelectTD ChangeBGColor" |
 
<div id="2Space_Handle" class="zhandles" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="2Space_Copy" class="zhandles" title="Click and Drag over to AutoFill other cells."></div><div id="2Space_Drag" class="zhandles" title="Click and Drag to Move/Copy Area.">[[Image:copy-cube.gif]]  </div>
 
|
 
|
 
|
 
|- class="odd"
 
| Row3
 
|
 
|
 
|
 
|
 
|- class="even"
 
| Row4
 
|
 
|
 
|
 
|
 
|- class="odd"
 
| class=" " | Row5
 
|
 
|
 
|
 
|
 
|- class="even"
 
| Row6
 
|
 
|
 
|
 
|
 
|}
 
 
 
<div align="left">[[Image:calci1.gif]]</div></div>
 
----
 

Revision as of 11:10, 12 November 2013

LCM


  • It is called as The least common multiple / The lowest common multiple / Smallest common multiple / Least common denominator (LCD) of two integers a and b.
  • it is the smallest integer that is divisible by each of them.
  • Calci returns the value of arccosine (inverse cosine) in Radians.
  • The number can be a single value or any number of values.

For example,

What is the LCM of 2 and 5?

Multiples of 2 are: 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, ...

and the multiples of 5 are: 5, 10, 15, 20, 25, 30, ...

Common multiples of 2 and 5 are simply the numbers that are in both lists: 10, 30, ....

So, from this list of the first few common multiples of the numbers 2 and 5, their least common multiple is 10.