How do I code rearrange equation?
Afficher commentaires plus anciens
How do i code this to show the equation rearrange to find t????
Réponses (1)
Star Strider
le 1 Nov 2022
Modifié(e) : Torsten
le 1 Nov 2022
2 commentaires
Torsten
le 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)
Catégories
En savoir plus sur Calculus dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


