Community Profile

photo

Shubham Kumar Thakur


Last seen: casi 3 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
how to uses str2sym
syms t k; ft1=input('Enter function of t (First part): '); ft2=input('Enter function of t (Second part): '); ft1= str2sym (ft...

alrededor de 3 años hace | 0

Respondida
How to plot the function y=sin(t)/t for -4*pi<x<4*pi?
syms t fplot(sin(t)/t,[-4*pi, 4*pi])

más de 3 años hace | 0