
Originally Posted by
scorpion007
Yeah, it works in this case, but not in:
Code:
\begin{align*}
J_1(0.35) &\approx 0 + (0.35-0)\left[0.497504+(0.35-0.2)\left[ \right.\right. \\
& -0.0371825+(0.35-0.4)\left[\right. \\ % on this line
& -0.05995\left.\right]\left.\right]\left.\right]\\ % and this one
&= {} 0.172331688
\end{align*} To get the unary minus sign type {-0.0371825} instead of -0.0371825.
Code:
\begin{align*}
J_1(0.35) &\approx 0 + (0.35-0)\left[0.497504+(0.35-0.2)\left[ \right.\right. \\
& {-0.0371825} + (0.35-0.4)\left[\right. \\ % on this line
& {-0.05995} \left.\right]\left.\right]\left.\right]\\ % and this one
&= {} 0.172331688
\end{align*}