필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Solve these 2 simultaneous equations to get normal number

조회 수: 1 (최근 30일)
nathalie
nathalie 2023년 10월 29일
마감: John D'Errico 2023년 10월 29일
>> syms x y equ1 = 2760*sind(200)+x*sind(107.5)+y*sind(307.615) == 0; equ2 = 2760*cosd(200)+x*cosd(107.5)+y*cosd(307.615) == 0; sol = solve([equ1,equ2],[x,y]); >> xsol = double(sol.x)
xsol =
7.6492e+03
>> ysol = double(sol.y)
ysol =
8.0178e+03

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by