summaryrefslogtreecommitdiff
path: root/1652/CH19/EX19.8/19_8.sce
blob: 6e18b991ff48c374f501052c55c23d066456c422 (plain)
1
2
3
4
5
6
7
clc
//Initialization of variables
E=50000 //cal/mol
//calculations
lam=2.8593/E
//results
printf("For the reaction to occur lambda < %d A",lam*10^8)