Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown: how to display cases or matrices? #24

Open
peoplemerge opened this issue Apr 29, 2021 · 2 comments
Open

Unknown: how to display cases or matrices? #24

peoplemerge opened this issue Apr 29, 2021 · 2 comments
Labels
question Further information is requested

Comments

@peoplemerge
Copy link

peoplemerge commented Apr 29, 2021

I don't have a solution for this, but it's my main gripe on equations.

I want to express for example a Master Method recurrence

                     O(n^d log n)   if a=b^d
T(n) = {             O(n^d)          if a<b^d
                     O(n^log_b a)  if a>b^d

In Latex, this works with \begin{cases}. It's probably unsupported now, but maybe that'll change. I'm interviewing next week with Google (wish me luck) so if they hire me I'll be a force for good :) wish me luck.

@Notuom Notuom added the question Further information is requested label May 15, 2021
@Notuom
Copy link
Owner

Notuom commented May 15, 2021

Hi there! Hope your interview went well!

I'm not sure how to achieve this but I'll leave it open as a question in case anyone does.

@peoplemerge
Copy link
Author

peoplemerge commented May 15, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants