7 lines
51 B
Matlab
7 lines
51 B
Matlab
function [v,u]=Coulomb()
|
|
|
|
v=8.987551787;
|
|
u=0;
|
|
|
|
end
|