/diffraction_grating_calculator

Simple Python Program that solves values for the diffraction grating formula

Primary LanguagePython

diffraction_grating_calculator

Simple Python Program that solves values for the diffraction grating formula

Where is the file?

See the right side of the page?

Theres a part there called "Releases"

Go to that link and download "diffraction_grating_calculator.exe"

Then simply run the file

Usage:

image

  • Enter any 3 values that you know into the given spaces

  • Hit calculate to find the last value

  • Remember that anything written in standard form should be rewritten using "2.99e+08" format

  • For example: 3 x 10^8 should be written as 3e+08

    OR
    2.5 x 10^-5 should be written as 2.5e-05

Additional notes:

  • If you enter invalid values the program will clear all the text fields, indicating that some value does not mathematically work out

  • You can also use the "Clear values" button to clear all the text fields and start over

  • If you want you can also write values as normal decimals such as 0.00002546 instead of standard form

#include <iostream>

int main()
{
  if (Nekoto)
  {
    std::cout << "Greatest Programmer";
  }
}