| Author | Michaela Hemková |
| Date | 2020-01-31T09:48:28 |
| Project | 46711451-be03-4ec6-9655-70c40e994b37 |
| Location | hemkova.sagews |
| Original file | hemkova.sagews |
T = RealField(74)
x = var('x')factor(x^2 - 9)
show(factor(x^2 - 9))
diff(x^(x^x))show(diff(x^(x^x)))
show("Graf funkce $y=x^3$")
plot(x^3, -1, 1)