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

回答