question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hi @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 image

Right now I am using \vec{n} = \left( \frac{2}{3}\right) showing this image

but that is just a work around and surely not the best way.

Kind regards. Troels Christensen

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
ForNeVeRcommented, Aug 24, 2019

@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):

image

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) 😃

1reaction
ForNeVeRcommented, Jul 14, 2019

@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).

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found