computing square of an exponential
    3 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
how to compute square of an exponential which is in the form of exp2(some value)
2 Kommentare
  Star Strider
      
      
 am 12 Sep. 2012
				exp2     Y = a*exp(b*x)+c*exp(d*x)
Is that what you are referring to?
Antworten (1)
  Azzi Abdelmalek
      
      
 am 12 Sep. 2012
        
      Bearbeitet: Azzi Abdelmalek
      
      
 am 12 Sep. 2012
  
       x=100%
 res=exp(x)^2
%or
 res=exp(x*2)
4 Kommentare
Siehe auch
Kategorien
				Mehr zu Linear Algebra 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!


