photo

nathalie


Last seen: 5개월 전 2023년부터 활동

Followers: 0   Following: 0

Programming Languages:
Python
Spoken Languages:
English, French, Arabic
Pronouns:
She/her

통계학

  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


Solve these unkowns x and y using these 2 simultaneous equations
Eq1= 2760 * sin (200) + m3R3L3 * sin (107) + m4R4L4 * sin (307) = 0 Eq2= 2760 * cos (200) + m3R3l3 * cos (107) + m4R4L4 * cos(3...

9개월 전 | 답변 수: 2 | 0

2

답변

질문


Solve these equations to get x and y in normal number
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; ...

9개월 전 | 답변 수: 1 | 0

1

답변

질문


Solve these 2 simultaneous equations to get normal number
>> 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...

9개월 전 | 답변 수: 0 | 0

0

답변

질문


I want to solve these 2 simultaneous equations to get x and y
>> syms x y equ1 = 73*sind(0)+92*sind(200)+87*sind(x)+65*sind(y) == 0; equ2 = 73*cosd(0)+92*cosd(200)+87*cosd(x)+65*cosd(y) ==...

9개월 전 | 답변 수: 1 | 0

1

답변