astrobear
Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Blog
Search
Discussion
MyPage
Timeline
Context Navigation
Back to PlanetaryAtmospheres
PlanetaryAtmospheres
: mypsi.m
File mypsi.m,
156 bytes
(added by
Jonathan
,
9 years ago
)
Line
1
function y = mypsi(x,lambda)
2
syms yy
3
y=double(sqrt(vpasolve(yy - log(yy) == -3 - 4*log(lambda/2)+4*log(x)+2*lambda/x,yy,(x > lambda/2) * 100+.001)));
4
end
Download in other formats:
Original Format