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 3 Using Sage with Common Functions
-
Exponential function:
\(y = a^{x}\text{.}\) We may plot the function.
-
Trigonometry function:
\(y = \sin x, y=\cos x, y= \tan x, y=\cot x, y=\sec x, y=\csc x.\)
There are
two mistakes in the following cell. Fix it!
-
Power Functions
\(y = x^{n}, n\in \mathbb{R}_{\geq 0}\text{.}\) We may plot the power functions together.
-
Logarithm function:
\(y =\ln x\text{.}\) Exercise: compute the value of
\(\ln 20\)
-
Inverse Trigonometry Functions:
\(y = asin(x), atan(x), acot(x)\text{.}\)