Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

All published worksheets from http://sagenb.org

Views: 168734
Image: ubuntu2004
# Define the variables you would like to use var('x y z theta') # Create a function f(x) = sin(x) + 3*x - 3^x # Take an integral F = f.integral() # Simplify the integral F(x).simplify() plot(.5x^(4))
Syntax Error: plot(.5x^(4))