Non Inverting Operational Amplifier
Prompt
Please generate a file of LaTeX and CircuiTikZ elements of a non-inverting operational amplifiers circuit. The circuit should have an input coming in from the left and the output going out to the right. The standard symbol for operational amplifier should be placed in the middle of the circuit diagram.
Use the following format:
\documentclass[border=2mm]{standalone} \usepackage{circuitikz} \begin{document} \begin{circuitikz} % Draw circuit elements here
\end{circuitikz} \end{document}