Rearrange lens formula - cannot find explicit solution
显示 更早的评论
Hey guys, trying to arrange the symmetrical lens formula for overlapping circles for the offset variable (eqn found here - http://mathworld.wolfram.com/Lens.html)
Can't get an answer and can't see what im doing wrong
Any advice would be appreciated. The variable to be the subject in this case is d
>> syms a
>> syms d
>> syms A
>> solve(a^2*pi-2*a^2*atan(d/sqrt(4*a^2-d^2))-0.5*d*sqrt(4*a^2-d^2)==A, d)
Warning: Cannot find explicit solution.
> In solve (line 316)
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Symbolic Math Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!