summaryrefslogtreecommitdiff
path: root/1736/CH5/EX5.3/Ch05Ex3.sce
blob: b1bacbd2c917c7c9275c15f0e7dab1d7f337712c (plain)
1
2
3
4
5
6
7
8
// Scilab Code Ex5.3: Page-177 (2006)
clc; clear;
n_Na = 2.65e+22;    // electronic concentration of Na, per cm cube
k_F = (3*%pi^2*n_Na)^(1/3);    // Fermi wave vector, per cm
printf("\nThe fermi momentum of Na = %4.2e per cm", k_F);

// Result
// The fermi momentum of Na = 9.22e+07 per cm