| View previous topic :: View next topic |
| Author |
Message |
akvilio Newbie

Joined: 16 May 2010 Posts: 2
|
Posted: Sun May 16, 2010 4:08 am Post subject: brackets |
|
|
Hi,
I'm trying to use the round brackets to write a combination formula but i have no idea how to write (a over b) but without the dividing line.
please help ASAP.... |
|
| Back to top |
|
 |
Robert Tucker Moderator


Joined: 16 Aug 2004 Posts: 3367 Location: Manchester UK
|
|
| Back to top |
|
 |
keme Moderator


Joined: 30 Aug 2004 Posts: 2744 Location: Egersund, Norway
|
Posted: Sun May 16, 2010 6:21 am Post subject: |
|
|
If you're after the binomial, use the binom operator instead of matrix (it makes it easier to read the formula when the math logic is preserved in the code).
(binom a b)
or
left( binom a b right) |
|
| Back to top |
|
 |
akvilio Newbie

Joined: 16 May 2010 Posts: 2
|
Posted: Sun May 16, 2010 7:40 am Post subject: |
|
|
Wooooohooooo!!!!!!
THANK YOU FOR THE CODE!!!!
you just saved me !! |
|
| Back to top |
|
 |
|