summaryrefslogtreecommitdiff
path: root/1784/CH26/EX26.2/example2.sce
blob: 99b040d4a454bfd30da2e6222f85120d1a617b86 (plain)
1
2
3
4
5
6
7
//Chapter26
//Example 2
clc
F=4.5 //Force of attraction in nt
q=1.3*10^5 //total charge in coul
r=q*sqrt((9*10^9)/F);
disp(r,"Seperation between total positive and negative charges in meters is")