How to find asymptotes, tangent line and locate significant points in a graph f: y=e^-x.sin^2x
    4 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
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 Kommentar
  Ameer Hamza
      
      
 am 18 Nov. 2020
				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  
Antworten (0)
Siehe auch
Kategorien
				Mehr zu Graph and Network Algorithms finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

