How do I code rearrange equation?
显示 更早的评论
How do i code this to show the equation rearrange to find t????
回答(1 个)
2 个评论
Torsten
2022-11-1
What about the second solution of the quadratic ?
Solve does give both
syms xt x0 v0 t a
eqn = xt-x0 == v0*t+1/2*a*t^2
St = solve(eqn,t)
类别
在 帮助中心 和 File Exchange 中查找有关 Physics 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


