photo

nathalie


Last seen: mehr als 2 Jahre vor Aktiv seit 2023

Followers: 0   Following: 0

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

Statistik

MATLAB Answers

4 Fragen
0 Antworten

RANG
192.709
of 302.034

REPUTATION
0

BEITRÄGE
4 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
50.0%

ERHALTENE STIMMEN
0

RANG
 of 21.507

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 178.313

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

fast 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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; ...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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) ==...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort