adds

To find resistance using Ohm's Law:

AIM OF THE EXPERIMENT:
To find resistance of a conductor using Ohm's Law in scilab.

REQUISITES:
A PC/laptop.
Scilab 6.0.0 must be installed.

THEORY:
At constant temperature the potential difference between two ends of a conductor is directly proportional to the current flowing in it.
                        
                                   V 𝞪 I
                                    V=RI         , R=constant
where, V=P.D
             I=current
             R=resistance

PROCEDURE:
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 R=(30,5) in the scilab console window.
8. Press enter to get the output.

CODING:
function R=R(V, I)
                    R=V/I;
end




OUTPUT:


R(30,5)
 ans  =

   


6.

Model syllabus (+3)Downoad

List of all practicals:   Download


Get all Books:  Download

Syllabus For:                                     Physics Notes
                                                                 CLICK

IIT-JAM    
                                                           


  • How to Prepare for IIT-JAM  ⇠ ⇠ Click Here

Post a Comment

Previous Post Next Post