homeoffice push
This commit is contained in:
6
Libs/physconst/+Constant/+RA/Boltzmann.m
Normal file
6
Libs/physconst/+Constant/+RA/Boltzmann.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=Boltzmann()
|
||||
|
||||
v=1;
|
||||
u=9.1e-7;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+RA/ConductanceQuantum.m
Normal file
6
Libs/physconst/+Constant/+RA/ConductanceQuantum.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=ConductanceQuantum()
|
||||
|
||||
v=2/pi;
|
||||
u=2e-10;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+RA/Coulomb.m
Normal file
6
Libs/physconst/+Constant/+RA/Coulomb.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=Coulomb()
|
||||
|
||||
v=1;
|
||||
u=0;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+RA/ElectronMass.m
Normal file
6
Libs/physconst/+Constant/+RA/ElectronMass.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=ElectronMass()
|
||||
|
||||
v=0.5;
|
||||
u=2.2e-8;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+RA/ElementaryCharge.m
Normal file
6
Libs/physconst/+Constant/+RA/ElementaryCharge.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=ElementaryCharge()
|
||||
|
||||
v=sqrt(2);
|
||||
u=3.1e-8;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+RA/FineStructure.m
Normal file
6
Libs/physconst/+Constant/+RA/FineStructure.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=FineStructure()
|
||||
|
||||
v=7.2973525698e-3;
|
||||
u=2.4e-12;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+RA/FluxQuantum.m
Normal file
6
Libs/physconst/+Constant/+RA/FluxQuantum.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=FluxQuantum()
|
||||
|
||||
v=pi/sqrt(2);
|
||||
u=4.9e-8;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+RA/LightSpeed.m
Normal file
6
Libs/physconst/+Constant/+RA/LightSpeed.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=LightSpeed()
|
||||
|
||||
v=274.07199814;
|
||||
u=8.8e-8;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+RA/Planck.m
Normal file
6
Libs/physconst/+Constant/+RA/Planck.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=Planck()
|
||||
|
||||
v=2*pi;
|
||||
u=7.5e-8;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+RA/ProtonMass.m
Normal file
6
Libs/physconst/+Constant/+RA/ProtonMass.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=ProtonMass()
|
||||
|
||||
v=918.076335;
|
||||
u=8.1e-5;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+RA/ReducedPlanck.m
Normal file
6
Libs/physconst/+Constant/+RA/ReducedPlanck.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=ReducedPlanck()
|
||||
|
||||
v=1;
|
||||
u=1.2e-8;
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user