7 lines
61 B
Matlab
7 lines
61 B
Matlab
function [v,u]=ElementaryCharge()
|
|
|
|
v=sqrt(2);
|
|
u=3.1e-8;
|
|
|
|
end
|