Here is my file:Package pst-pdf Warning: pspicture No. 1 undefined.
Package pst-pdf Warning: File `"Challenge Problems Chapter 7"-pics.pdf' not fou
nd.
(pst-pdf) Use the following commands to create it:
(pst-pdf) ----------------------------------------------------
(pst-pdf) latex "Challenge Problems Chapter 7".tex
(pst-pdf) dvips -o "Challenge Problems Chapter 7"-pics.ps "Chall
enge Problems Chapter 7".dvi
(pst-pdf) ps2pdf "Challenge Problems Chapter 7"-pics.ps
(pst-pdf) ---------------------------------------------------- .
Code: Select all
\documentclass[12pt]{article}
\usepackage{pst-pdf}
\usepackage{amssymb}
\usepackage{multicol}
\usepackage{amsmath}
\usepackage{pstricks}
\usepackage{pstricks-add}
\begin{document}
\begin{enumerate}
\item Graph the function $y=-2\cdot(4)^{x-2}+1$ below. What is the domain and range of this function? Is the function growth or decay?
\end{enumerate}
\begin{pspicture}(0,0)(2,1)
\psset{unit=.65cm}
\psaxes[linewidth=1.5pt,arrowinset=0,arrows=<->](0,0)(-6,-6)(3,4)
\end{pspicture}
\end{document}
Nick