Borrar filtros
Borrar filtros

how do I store a function into a variable and solve it?

4 visualizaciones (últimos 30 días)
sumaiya hossain
sumaiya hossain el 4 de Ag. de 2022
Comentada: sumaiya hossain el 5 de Ag. de 2022
I am trying to calculate this function: 𝑓(𝑡) = 4(sin(2𝜋𝑡)) + exp(𝑡)/𝑡
but it keeps on telling me 'Error using sym/assume Too many output arguments.'
syms t
y = 4*sin(2*pi*t) + exp(-t)./t;
eqn = y == 0
eqn = 
solv= solve(eqn,t)
Warning: Unable to solve symbolically. Returning a numeric solution using vpasolve.
solv = 
98.5
  4 comentarios
Star Strider
Star Strider el 5 de Ag. de 2022
There remain an infinity of solutions!
sumaiya hossain
sumaiya hossain el 5 de Ag. de 2022
Hi thank you for your help, I used pasolve to gives such one value out of an infinite number of possible solutions

Iniciar sesión para comentar.

Respuestas (0)

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by