Browse Source

Update 'lista3.md'

capella 7 years ago
parent
commit
9aacbfd53b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lista3.md

+ 1 - 1
lista3.md

@@ -38,4 +38,4 @@ $$M(n) = M(n/2)$$
 
 Pela hipótese de indução:
 
-$$M(n) = lg \space \franc{n}{2} + 1 + 1 = lg \space n + 1 $$
+$$M(n) = lg \space \frac{n}{2} + 1 + 1 = lg \space n + 1 $$