Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

QM HW 1

Saad Khalid

1/15/2018

i = var ( ' i ' )


assume ( abs ( x ) < 1 )
f ( x ) = sum ( x^ i , i , 0 , oo )

f (.5)
2.00000000000000

plot ( f (x) ,x , - . 9 , . 9 )

A little surprise (I learned some new functionality!). I’m not actually sure how it is substituting the
analytic continuation

integrate ( f (x) ,x ,0 ,2)


-I*pi

You might also like