Code: Select all
2 x exp
Code: Select all
2 .5* x exp
thank you in advance for any suggestions..
Nick
Code: Select all
2 x exp
Code: Select all
2 .5* x exp
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Code: Select all
\documentclass{minimal}
\usepackage{pstricks-add}
\begin{document}
\begin{psgraph}(0,0)(1,3){2cm}{!} % x-y-axis with same unit
\psplot[algebraic=true,linecolor=red]{0}{1}{0.5*5^x}
\end{psgraph}
\end{document}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis