How do I code rearrange equation?
Show older comments
How do i code this to show the equation rearrange to find t????
Answers (1)
Star Strider
on 1 Nov 2022
Edited: Torsten
on 1 Nov 2022
2 Comments
Torsten
on 1 Nov 2022
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)
Categories
Find more on Calculus in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

