Ok this works for me also now.
electrondensity[x_, Z_, Avog_] := (7*Avog*Z)/(118) * (1/x)^3
electrondensitycrit[\[Lambda]_] := 1.1 10^21/\[Lambda]^2
Konst[\[Lambda]_] :=
4*T/(100 *\[Lambda]*2 \[Pi])/(0.577*6.626*10^-34 *3*10^8)
I want to integrate the following formula for x:
Kramer[Z_, \[Lambda]_, T_, x_] :=
108*10^-4 *Z *
Log[Konst[\[Lambda]]]/((T/100)^(3/
2)*\[Lambda]^2 ) *((electrondensity[
x])/(electrondensitycrit[\[Lambda]]))^2
However, with defining this equation, the error:
SetDelayed::write: Tag Times in (5.20617*10^-6 [Lambda]^2
Log[6.57374*10^25 [Lambda]] Z)[Z,[Lambda],T,x_] is Protected.
occurs with the output: $Failed