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

2016/3/16

SPISage

SPI
Z = ZZ
exp(i*pi) in Z
True
print exp(i*pi)
-1
var('a b c')
solve([a*x^2+b*x+c==0], x)
[x == -1/2*(b + sqrt(b^2 - 4*a*c))/a, x == -1/2*(b - sqrt(b^2 4*a*c))/a]

http://192.168.3.10:8080/home/admin/1/print

1/1

You might also like