summaryrefslogtreecommitdiff
path: root/1529/CH9/EX9.15/9_15.sce
blob: a560b266998be2b5ddc993f26feee8c0029b2ddd (plain)
1
2
3
4
5
6
7
//Chapter 9, Problem 15
clc;
L=0.60;                         //inductance
I=1.5;                          //current in coil
phi=90*10^-6;                   //flux
N=(L*I)/phi;                    //calculating no of turns
printf("No of turns = %d turns",N);