solve equation in matlab.
syms xr;
aa=0.84; % for the given spin value
ss=aa-(2/3)^0.5*xr*(4-(18*xr^2-2)^0.5);
yy=solve(ss);
mif=double(yy(2)); %%% convert the symbolic object into the real number.
syms xr;
aa=0.84; % for the given spin value
ss=aa-(2/3)^0.5*xr*(4-(18*xr^2-2)^0.5);
yy=solve(ss);
mif=double(yy(2)); %%% convert the symbolic object into the real number.
发表者
精神家园
at
12:20 PM
No comments:
Post a Comment