BCSL456D Program 7

image1

PROGRAM:

\documentclass{article}
\usepackage{amsmath} % Required for mathematical environments and commands

\begin{document}
	
	\section*{Equations Set 1} % Section header for the first set of equations
	
	\begin{align} % Begin the align environment for multiple equations
		x &= -b \pm \sqrt{\sqrt[4]{b^2 - 4ac}} \notag \\ % First equation with \notag to suppress numbering
		x &= \frac{-b \pm \sqrt{22 - 4 \cdot 1 \cdot (-8)}}{2 \cdot 1} = \frac{-b \pm \sqrt{\sqrt{4 + 32}}}{2} = \frac{-b \pm \sqrt{2}}{2} \notag % Second equation with \notag to suppress numbering
	\end{align} % End the align environment
	
	\section*{Equations Set 2} % Section header for the second set of equations
	
	\begin{align} % Begin the align environment for multiple equations
		\varphi_{\sigma}^{\lambda} \cdot A_{t} &= \sum_{\pi \in C_{t}} \text{sgn}(\pi) \cdot \varphi_{\sigma}^{\lambda} \cdot \varphi_{\pi}^{\lambda} \notag \\ % First equation with \notag to suppress numbering
		&= \sum_{\tau \in C_{\sigma}^{t}} \text{sgn}(\sigma^{-1} \tau \sigma) \varphi_{\sigma}^{\lambda} \varphi_{\sigma^{-1} \tau \sigma}^{\lambda} \notag \\ % Second equation with \notag to suppress numbering
		&= A_{\sigma}^{t} \varphi_{\sigma}^{\lambda} \notag % Third equation with \notag to suppress numbering
	\end{align} % End the align environment
	
\end{document}

OUTPUT:

Leave a Reply

Your email address will not be published. Required fields are marked *