summaryrefslogtreecommitdiff
path: root/3769/CH15/EX15.9/Ex15_9.sce
blob: 65b03af8d485176b718a2e18f6f2989e700a97d4 (plain)
1
2
3
4
5
6
7
8
9
10
clear
//Given
E=6.3               //V/m
c=3.0*10**8

//Calculation
B=E/c

//Result
printf("\n B= %0.3f  K^ Tesla", B)