diff options
Diffstat (limited to '3835/CH4/EX4.31/Ex4_31.sce')
-rw-r--r-- | 3835/CH4/EX4.31/Ex4_31.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3835/CH4/EX4.31/Ex4_31.sce b/3835/CH4/EX4.31/Ex4_31.sce new file mode 100644 index 000000000..1c125702c --- /dev/null +++ b/3835/CH4/EX4.31/Ex4_31.sce @@ -0,0 +1,8 @@ +clear +// +v=3*10**8 +lamb=3000 +c=0.0005*10**-6 +f=v/lamb +l=1/(4*3.14*3.14*f**2*c) +printf("\n l= %e H",l) |