#TEXT NOT ALIGNED
1 messages · Page 1 of 1 (latest)
skySLAYER
$\begin{align}
y & = \sqrt{\frac{x^3}{2}}\\
& = \left(frac{x^3}{2}\right)^{\frac{1}{2}}\\
& = \frac{x^{\frac{3}{2}}{2}\\
\end{align}$
```Compilation error:```! Package amsmath Error: \begin{align} allowed only in paragraph mode.
See the amsmath package documentation for explanation.
Type H <return> for immediate help.
...
l.65 $\begin{align}
You've lost some text. Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.```
This is what pops up
You need not be in math mode to use align, and you are missing delimiters for second and third line
So what do u mean by delimiters??
And also how do I go into paragraph mode then??
by not entering math mode
\begin{align}
y & = \sqrt{\frac{x^3}{2}}\\
& = \left(\frac{x^3}{2}\right)^{\frac{1}{2}}\\
& = \frac{x^{\frac{3}{2}}}{2}
\end{align}
Notice how I didn't do $ ... $?
Yh
What's Yh?
So how wld I type my code instead cz texit won't respond no?
Huh
\begin{align}
y & = \sqrt{\frac{x^3}{2}}\
& = \left(frac{x^3}{2}\right)^{\frac{1}{2}}\
& = \frac{x^{\frac{3}{2}}{2}\
\end{align}
skySLAYER
\begin{align}
y & = \sqrt{\frac{x^3}{2}}\\
& = \left(frac{x^3}{2}\right)^{\frac{1}{2}}\\
& = \frac{x^{\frac{3}{2}}{2}\\
\end{align}
```Compilation error:```! File ended while scanning use of \align.
<inserted text>
\par
<*> 602425518499037184.tex
I suspect you have forgotten a `}', causing me
to read past where you wanted me to stop.
I'll try to recover; but if the error is serious,
you'd better type `E' or `X' now and fix your file.```
K
\begin{align}
y & = \sqrt{\frac{x^3}{2}}\
& = \left(\frac{x^3}{2}\right)^{\frac{1}{2}}\
& = \frac{x^{\frac{3}{2}}}{2}
\end{align}
skySLAYER
fantastic.
Yup that's what I wanted
We will consider this post solved
Also 1 more qn
Yes?
If you use align environment as is, yes.
If you don't want those numbers, use the starred version, align*
So what wld u recommend instead
\section*{Numbered}
\begin{align}
y & = \sqrt{\frac{x^3}{2}}\\
& = \left(\frac{x^3}{2}\right)^{\frac{1}{2}}\\
& = \frac{x^{\frac{3}{2}}}{2}
\end{align}
\section*{No numbering}
\begin{align*}
y & = \sqrt{\frac{x^3}{2}}\\
& = \left(\frac{x^3}{2}\right)^{\frac{1}{2}}\\
& = \frac{x^{\frac{3}{2}}}{2}
\end{align*}
Like this \align* ??
I don't recall using a macro called \align.
What?
Yh thats what I meant
\begin{align*} right??
make sure your \end also matches the content in your \begin
see here.
Please stop randomly stripping vowels from your words, I'm having trouble comprehending
Ok sorry 😅
Thank you
and yes, try it out yourself and see the difference between align and align* environment
I usually chat like this so Im pretty used to; to people understanding this
Thanks a ton for your help
f i strt tlkng lk ths im gng t hv a szr
Lmao 😂
anyways, the post is now answered in full
Yes
/close