Draw Electric Circuit Graph

I want to draw this function but I have no idea how I can draw it
Vmax*sin(theta)-Vmax*e^pi/2-theate/wR*C
f=60 hz
R=4kiloohm
C=60mikroFarad

How many variable do you have ? if you have one use TF1, two TF2 …

I use TF1 because I have one variable but while I was writing code I have error
rooterror

TF1 *tf1 = new TF1("tf1", "sin(x)-exp(90.0-x)/62.83", 0.0, 5.0);
tf1->Draw();

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.