photonenergy.txt 192 B

1234567891011
  1. % define full path to desired Reduce input file
  2. in "/storage/extSdCard/Reduce/constants.red";
  3. lambda0:=5*10^(-6);
  4. nu:=c/lambda0;
  5. lambda0:=5*10^(-7);
  6. nu:=c/lambda0;
  7. h*nu/c;
  8. h*nu;
  9. h*nu/el;
  10. end;