Info
This question is closed. Reopen it to edit or answer.
four non-existent four equations
1 view (last 30 days)
Show older comments
how can i solve this four non-existent four equations in matlab.
unknow values are x,y,z,k.
eq1 = z*(8*cos(y)-0.44*sin(y))-x*sin(y)==230*cos(k);
eq2 = z*(8*sin(y)+0.44*cos(y))+x*cos(y)==230*sin(k);
eq3 = 246.7-0.395*z*cos(y+1.31)==227*cos(k-.0285);
eq4 = -0.395*z*sin(y+1.31)==227*sin(k-.0285);
1 Comment
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!