මේ ගාණ හදල දෙන්ඩ

20_18

Member
Feb 27, 2018
1,297
45
0
මේ ගාණ හදල දෙන්ඩ

Capture.JPG
 

20_18

Member
Feb 27, 2018
1,297
45
0

hasithayad

Well-known member
  • Sep 28, 2011
    30,793
    1
    45,000
    113
    N ඉරට්ටෙ නම්
    N x (N-2) x (N-4).... x 4 x 2

    N ඔත්තේ නම්
    N x (N-2) x (N-4)..... x 3 x 1

    N=8.xxxx නම්
    8.xxxx x (8.xxxx-2) x (8.xxxx-4) x ....

    ඒ කියන්නෙ 8.xxxx ඉදන් දෙක දෙක අඩු කර කර වැඩි කර කර එනවා

    excel තියනවනම්මෛ් function එක ගහල බලන්ඩ
    =FACTDOUBLE(8.xxxx)

    ඕක දශම ගානක් හින්ද ලේසි එකක් ගහල බලන්ඩ


    =FACTDOUBLE(9)
    =945
    =9 x 7 x 5 x 3 x 1
     
    Last edited:

    avent

    Junior member
  • Jun 24, 2016
    36
    2
    8
    Matara
    Answer should be an interger

    Double Factorial is defined as the product of all integers from 1 up to n that have the same parity (odd or even).

    if x is even, then
    x!! = x(x-2)(x-4)(x-6)...........4.2

    if x is odd, then
    x!! = x(x-2)(x-4)(x-6)...........3.1

    if x = -1 or 0, then
    x!! = 1 from the convention

    Therefore x should be an integer
     

    20_18

    Member
    Feb 27, 2018
    1,297
    45
    0
    N ඉරට්ටෙ නම්
    N x (N-2) x (N-4).... x 4 x 2

    N ඔත්තේ නම්
    N x (N-2) x (N-4)..... x 3 x 1

    N=8.xxxx නම්
    8.xxxx x (8.xxxx-2) x (8.xxxx-4) x ....

    ඒ කියන්නෙ 8.xxxx ඉදන් දෙක දෙක අඩු කර කර වැඩි කර කර එනවා

    excel තියනවනම්මෛ් function එක ගහල බලන්ඩ
    =FACTDOUBLE(8.xxxx)

    ඕක දශම ගානක් හින්ද ලේසි එකක් ගහල බලන්ඩ


    =FACTDOUBLE(9)
    =945
    =9 x 7 x 5 x 3 x 1



    ඒ ටික තේරෙනව. උත්තරේ හරියටම දශම ගාණට ගන්න හැටි බැලුවෙ..
    මේ ගාණ ටිකක් අමාරුයි නේ..
     
    Last edited:

    avent

    Junior member
  • Jun 24, 2016
    36
    2
    8
    Matara
    Double factorial for Non Integers

    To calculate the double factorial for non integers you will have to use Gamma Function,

    x!! = ((2/pi)^(0.25*(1-cos(pi*x))))*(2^(x/2))*T((x/2)+1)

    Gamma Function is denoted by T