Solve an equation, answer not solved
이전 댓글 표시
I try to solve an equation but it keeps giving me long strings of operations (addition, multiplication, roots, etc...) with many digits numbers, did I do something wrong?
here is my code:
syms deltax
eqn = - (50) * (2 * sqrt(deltax^2 + (1/2)^2) - 1)^2 + (1/2)* 0.025 * 100 + deltax * (0.025 * 9.81*sin(pi*(1/8))+0.1*9.81*cos(pi*(1/8)))==0;
wortels = solve(eqn, deltax, 'Real', true)
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Elementary Math에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!