what is wrong with my calculation?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Xizeng Feng
el 4 de Abr. de 2022
Comentada: VBBV
el 4 de Abr. de 2022
It hints the expresion was wrong when I solve the equations as follow:
>>syms rs xs rp xp
>> [xs,xp]=solve(rs*rp^2/(rs^2+(xs+xp)^2))==rp, xp*rs^2+xs^2*xp+xs*xp^2==0,[xs, xp])
Why?
0 comentarios
Respuesta aceptada
VBBV
el 4 de Abr. de 2022
syms rs xs rp xp
[xs,xp]=solve(rs*rp^2./(rs^2+(xs+xp)^2)==rp, xp*rs^2+xs^2*xp+xs*xp^2==0,[xs, xp])
4 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!