\binom command
See original GitHub issueHi @ForNeVeR
Happy New Year.
I’m programming some math assignments regarding vectors, and would appreciate, if your code could do this:
\vec{n} = \binom{2}{3}
showing this
Right now I am using \vec{n} = \left( \frac{2}{3}\right)
showing this
but that is just a work around and surely not the best way.
Kind regards. Troels Christensen
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Help with the command \binom
I want to write an expression of the form $\binom{a}{b}$ . I tried with the command \binom , but the result is too...
Read more >BINOM.DIST function
Returns the individual term binomial distribution probability. Use BINOM.DIST in problems with a fixed number of tests or trials, when the outcomes of...
Read more >binom - Tex Command
DESCRIPTION. \binom command is used to draw notation commonly used for binomial coefficients. EXAMPLE. \binom n k.
Read more >The binompdf( Command - TI-Basic Developer - Wikidot
This command is used to calculate the binomial probability. In plainer language, it solves a specific type of often-encountered probability problem, that occurs ......
Read more >The binomcdf( Command - TI-Basic Developer - Wikidot
This command is used to calculate the binomial cumulative probability function. In plainer language, it solves a specific type of often-encountered probability ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@troelschristensen, for your information: I’ve just merged #155 (thanks to our great contributors).
For now, you’ll be able to create the markup you need with
\vec{n}=\left(\matrix{1\\2}\right)
:I’ll publish a fresh release that includes this feature soon (in 24h).
There’re plans to add a
\binom
command, too, but maybe in the next version (so I won’t close the issue yet) 😃@troelschristensen why exactly are you asking? If you need a new version with the stuff already in master (a couple of minor bug fixes mostly), then I could package it right now.
If you’re interested in a version that will include
\matrix
support (and thus you’ll be able to use vectors, even if not with\binom
command), then I’ve planned it to be finished till 1th of August.But, you know, WPF-Math is open-source and I’m working on it out of pure altruism, so it could be delayed (even if I try to not do that).