We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 882373e commit d044138Copy full SHA for d044138
RLC Circuit Graph
@@ -0,0 +1,8 @@
1
+E=10; R=1; C=1; L=1;
2
+t=[0:0.01:1];
3
+vct=dsolve('D2v=-Dv-v+10','Dv(0)=0,v(0)=0');
4
+fplot(vct,[0 20])
5
+axis([0 20 0 20])
6
+grid on
7
+ylabel('v(t)')
8
+xlabel('time(seconds)')
0 commit comments