How to find asymptotes, tangent line and locate significant points in a graph f: y=e^-x.sin^2x
    4 次查看(过去 30 天)
  
       显示 更早的评论
    
Please help how to find asymptotes,tangent line and locate significant points in a graph f: y=e^-x.sin^2x
Plot f:
x=0:1e-3:10,
y=exp(-x).*sin(x).^2;
plot(x,y),
1 个评论
  Ameer Hamza
      
      
 2020-11-18
				What have you tried for this homework question? https://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer  
回答(0 个)
另请参阅
类别
				在 Help Center 和 File Exchange 中查找有关 Graph and Network Algorithms 的更多信息
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

