calculo

314 days ago by rub3nz

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=(5*(x)^3-10*(x)^-6+4) f.integral(x) 
       
5/4*x^4 + 4*x + 2/x^5
5/4*x^4 + 4*x + 2/x^5
f=((x)^8+(x)^-8) f.integral(x) 
       
1/9*x^9 - 1/7/x^7
1/9*x^9 - 1/7/x^7
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=(3*(x)^3/4+7(x)^5+1/6*(x)^-1/2) f.integral(x) 
       
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_8.py", line 10, in <module>
    exec compile(u'open("___code___.py","w").write("# -*- coding: utf-8 -*-\\n" + _support_.preparse_worksheet_cell(base64.b64decode("Zj0oMyooeCleMy80KzcoeCleNSsxLzYqKHgpXi0xLzIpCmYuaW50ZWdyYWwoeCk="),globals())+"\\n"); execfile(os.path.abspath("___code___.py"))
  File "", line 1, in <module>
    
  File "/tmp/tmpyW5XiZ/___code___.py", line 3, in <module>
    f=(_sage_const_3 *(x)**_sage_const_3 /_sage_const_4 +_sage_const_7 (x)**_sage_const_5 +_sage_const_1 /_sage_const_6 *(x)**-_sage_const_1 /_sage_const_2 )
TypeError: 'sage.rings.integer.Integer' object is not callable
f=((x)^2+1) f.integral(x,0,2) 
       
14/3
14/3
f=((x)^1/2*((x)-2)) f.integral(x,0,4) 
       
8/3
8/3
f=((x-b(y))^1/2) f.integral(y) 
       
Traceback (click to the left of this block for traceback)
...
NameError: name 'b' is not defined
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "_sage_input_13.py", line 10, in <module>
    exec compile(u'open("___code___.py","w").write("# -*- coding: utf-8 -*-\\n" + _support_.preparse_worksheet_cell(base64.b64decode("Zj0oKHgtYih5KSleMS8yKQpmLmludGVncmFsKHkp"),globals())+"\\n"); execfile(os.path.abspath("___code___.py"))
  File "", line 1, in <module>
    
  File "/tmp/tmpxxPsA0/___code___.py", line 3, in <module>
    f=((x-b(y))**_sage_const_1 /_sage_const_2 )
NameError: name 'b' is not defined
f=(5-3(x)^2)^-2 f.integral(x) 
       
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("Zj0oNS0zKHgpXjIpXi0yCmYuaW50ZWdyYWwoeCk="),globals())+"\\n"); execfile(os.path.abspath("___code___.py"))
  File "", line 1, in <module>
    
  File "/tmp/tmpy4UFhW/___code___.py", line 3, in <module>
    f=(_sage_const_5 -_sage_const_3 (x)**_sage_const_2 )**-_sage_const_2 
TypeError: 'sage.rings.integer.Integer' object is not callable