blob: 3263c36fa5216b0c5eeddf6854febe4fb21fdc33 (
plain)
1
2
3
4
5
|
//Example 16_7
clc();
clear;
//To calculate the minimum value of Vab needed
printf("Since each proton has a minimum energy of 13.6 eV and a charge of 1.602*10^-19 C\n The required potential difference is=13.6 eV")
|