Graphics, Figures & TablesCIRCUITIKZ EXAMPLE PROBLEM

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Mikane
Posts: 3
Joined: Mon Apr 12, 2021 9:14 am

CIRCUITIKZ EXAMPLE PROBLEM

Post by Mikane »

Code: Select all

\begin{tikzpicture}
        \draw (0,0) node[ground]{} to[R=$R_B$] ++(0,2) coordinate(a)
        -- ++(0,1) node[op amp, anchor=+](A){}
        (a) to[R=$R_A$, *-] (a-|A.out) -- (A.out);
    \end{tikzpicture}
So I am trying to recreate this picture and this is my code so far,can anyone help I am not quite good with circuitikz but I need to finish this.Image is below


https://imgur.com/RlvI2Tw

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply