Estadística
4 Preguntas
0 Respuestas
CLASIFICACIÓN
243.355
of 301.555
REPUTACIÓN
0
CONTRIBUCIONES
4 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.323
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 175.367
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
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; ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
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) ==...
más de 2 años hace | 1 respuesta | 0
