invert the function s = L(t) to solve for t.

1 visualización (últimos 30 días)
Hyunji Yu
Hyunji Yu el 9 de Mzo. de 2020
Comentada: Nishant Gupta el 13 de Mzo. de 2020
syms t;
x(t)= sin(3*t^2)*(12*t + (10*13^(1/2))/13);
y(t)= t*(6*13^(1/2)*t + 5);
z(t)= cos(3*t^2)*(12*t + (10*13^(1/2))/13);
syms tau;
L(t) = vpaintegral(speed(tau), tau, 0, t);
syms s;
solve(s == L(t), t);
I'm trying to invert the function s = L(t) to solve for t, but I don't know how to change the function regarding as t.

Respuestas (0)

Categorías

Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by