find t and Use a graphical method to locate the initial estimate

1 vue (au cours des 30 derniers jours)
ray helou
ray helou le 4 Sep 2019
Commenté : darova le 4 Sep 2019
find t and Use a graphical method to locate the initial estimate
x = t*v*exp(-w*t)
v = 4.8626;
w = 4.4721;
x=0.17;

Réponses (1)

KSSV
KSSV le 4 Sep 2019
syms t ;
v = 4.8626;
w = 4.4721;
x=0.17;
f = x - t*v*exp(-w*t)==0 ;
s = double(solve(f)) ;

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by