summaryrefslogtreecommitdiff
path: root/2243/CH13/EX13.9/Ex13_9.sce
blob: 1c6f9e12492192f33e12ec9ecf625f02139c8536 (plain)
1
2
3
4
5
6
7
8
clc();
clear;
//Given :
m = 9.109*10^-31;// eletcron mass in kg
e = 1.6*10^-19; // electron charge in C
//T = (2*pi*m)/(B*e) , here B is not given
T = (2*%pi*m)/e;// time in s
printf("T = %.2f x 10^-11 / B ",T*10^11);