forked from omrihar/mathflowy
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
missing the end when the math is too long
when I insert this
\[T(n)=\left\{\begin{matrix}\Theta(n^{log_ba})& a> b^k \\\Theta(n^klog\ n)&a=b^k\\\Theta(n^k)&a<b^k\end{matrix}\right.\]
it works well
however, if i click this line , it becomes this
\[T(n)=\left\{\begin{matrix}\Theta(n^{log_ba})& a> b^k \\\Theta(n^klog\ n)&a =b^k\\\Theta(n^k)&a
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels