solving non-linear equations

1 回表示 (過去 30 日間)
monik garg
monik garg 2021 年 2 月 25 日
回答済み: darova 2021 年 2 月 26 日
I want to find solution of unknown variable alpha(j) and gamma(j) form the equations:
f1(alpha(j), gamma(j)) = 1.75*cos(alpha(j) - 22.486) - 1.75*cos(64.5895 + gamma(j)) - 1.605
f2(alpha(j), gamma(j)) = 1.75*sin(alpha(j) - 22.486) - 1.75*sin(64.5895 + gamma(j)) + 2.086
angle are in degree. I tried using fsolve function but it didn't work out. Don't have inital values so take ramdom values for inital condition

回答 (1 件)

darova
darova 2021 年 2 月 26 日
Use cosd and sind for degrees

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by