Current in RC circuit using scilab
AIM OF THE EXPERIMENT:
By knowing the emf V, resistance & capacitance C of a RC circuit, we can find out the current I flowing through it. The formula is given as
AIM OF THE EXPERIMENT:
To find the current through a LR circuit.
REQUISITES:
A PC/laptop.
Scilab 6.0.0 must be installed.
THEORY:
PROCEDURE:
1. Switch on your PC/laptop.
1. Switch on your PC/laptop.
2. Go to all programs & open scilab 6.0.0.
3. Go to Scinotes.
4. Write the coding/program.
5. Save the file & use extension name .sci
6. Then execute & go to the scilab console window for output.
7. Write I=RC(1,2,3,4) in the scilab console window.
CODING:
clc
function I=RC(V, R, w, C) I=V/sqrt(R^2+(1/w*C)^2); endfunction
OUTPUT:
Scilab Programming
C ++ Programming
Model syllabus (+3): Downoad
List of all practicals: Download
Get all Books: Download
- How to Prepare for IIT-JAM ⇠ ⇠ Click Here
- How to prepare for JEST ⇠ ⇠ Click Here
"Imagination is more important than knowledge" Albert Einstein
Post a Comment