Comprobaciones U1

310 days ago by linamonselog5@tecpabellon

f=((x)^4+3*(x)-9) f.integral(x) 
       
1/5*x^5 + 3/2*x^2 - 9*x
1/5*x^5 + 3/2*x^2 - 9*x
f=((x)) f.integral(x,0,1) 
       
1/2
1/2
f=((x)^4+3*(x)-9) f.integral(x,0,1) 
       
-73/10
-73/10
f= (x^2+1) f. integral (x, 0,2) 
       
14/3
14/3
f= (x^4+3(x)-9) f. integral (x,2,4) 
       
Traceback (click to the left of this block for traceback)
...
TypeError: 'sage.rings.integer.Integer' object is not callable
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "_sage_input_15.py", line 10, in <module>
    exec compile(u'open("___code___.py","w").write("# -*- coding: utf-8 -*-\\n" + _support_.preparse_worksheet_cell(base64.b64decode("Zj0gKHheNCszKHgpLTkpCmYuIGludGVncmFsICh4LDIsNCk="),globals())+"\\n"); execfile(os.path.abspath("___code___.py"))
  File "", line 1, in <module>
    
  File "/tmp/tmpSybP3u/___code___.py", line 3, in <module>
    f= (x**_sage_const_4 +_sage_const_3 (x)-_sage_const_9 )
TypeError: 'sage.rings.integer.Integer' object is not callable