We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e52181e commit 6aa7e5dCopy full SHA for 6aa7e5d
README.md
@@ -65,15 +65,15 @@ Below are the exercises solved in this repository. They have been written in LaT
65
66
<br>
67
68
- $${\huge \bf \int \left(x^{\frac{3}{2}} + 2x + 1\right) \, dx}$$
+ ${\huge \bf \int \left(x^{\frac{3}{2}} + 2x + 1\right) \, dx}$
69
70
71
72
- 💡 [**Solution:**: We can integrate each term separately:]()
73
74
75
76
-$$\huge \bf \int x^{\frac{3}{2}} \, dx + \int 2x \, dx + \int 1 \, dx$$
+$\huge \bf \int x^{\frac{3}{2}} \, dx + \int 2x \, dx + \int 1 \, dx$
77
78
<br><br>
79
0 commit comments