Skip to main content\(\newcommand{\N}{\mathbb N} \newcommand{\Z}{\mathbb Z} \newcommand{\Q}{\mathbb Q} \newcommand{\R}{\mathbb R}
\newcommand{\lt}{<}
\newcommand{\gt}{>}
\newcommand{\amp}{&}
\definecolor{fillinmathshade}{gray}{0.9}
\newcommand{\fillinmath}[1]{\mathchoice{\colorbox{fillinmathshade}{$\displaystyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\textstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptscriptstyle\phantom{\,#1\,}$}}}
\)
Section 4 Using Sage to solve equations
Solve the equation
\(x^{2}+3x-a=0.\) Pay attention to the inputs.
Here is an very important question for linear algebra.
Find the all values of \(x,y,z\) which satisfy the equations below.
\begin{align*}
3y+4z\amp=11\\
3x-7y+4z\amp=4\\
3x-9y+6z\amp= 6
\end{align*}
You should learn from the following example because I will ask you questions to answer.