f=1995.26;
z=71440;
seta=-77.04;
syms c R;
eqns = [ tand(seta) + 1 / ( 2 * pi * f * c * R ) == 0, z^2 - 1 / (R^2 + ( 2 * pi * f * c )^2 ) == 0];
vars = [c R];
[solc, solR] = vpasolve(eqns,vars)
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!