Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. documentclass[border=15pt,pstricks]{standalone}
  2. usepackage{pst-plot}
  3. begin{document}
  4. begin{pspicture}[showgrid,algebraic](-7,-1)(7,7)
  5. % uput[90](1,3){ $sqrt{40-x^2}$} % Line 1
  6. % $sqrt{40-x^2}$ % Line 2
  7. psplot[plotpoints=500]{ 40 sqrt neg}{40 sqrt}{sqrt(40-x^2)}
  8. end{pspicture}
  9. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement