diff options
Diffstat (limited to '569/CH6/EX6.9/6_9.sci')
-rwxr-xr-x | 569/CH6/EX6.9/6_9.sci | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/569/CH6/EX6.9/6_9.sci b/569/CH6/EX6.9/6_9.sci new file mode 100755 index 000000000..7af0949ea --- /dev/null +++ b/569/CH6/EX6.9/6_9.sci @@ -0,0 +1,7 @@ +// Calculating the value of resistance and capacitance
+clc;
+Voramp=-10;
+disp('if voltage source is 10V then RC= 1 ms and if C=1 micro-F')
+C=1;
+R=1*10^-3*10^6;
+disp(R,'value of resistance (ohm)= ')
|