Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

All published worksheets from http://sagenb.org

Views: 168701
Image: ubuntu2004
x=var('x');f=(x^(1/3)-1)/(x^(1/4)-1)
show(f.expand())
<html><script type="math/tex; mode=display">\newcommand{\Bold}[1]{\mathbf{#1}}\frac{x^{\frac{1}{3
x^{\left(\frac{1}{4}\right)} - 1} - \frac{1}{x^{\left(\frac{1}{4}\right)} - 1} }}}
show(f.simplify.full())
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("c2hvdyhmLnNpbXBsaWZ5LmZ1bGwoKSk="),globals())+"\\n"); execfile(os.path.abspath("___code___.py"))' + '\n', '', 'single') File "", line 1, in <module> File "/tmp/tmplrF5AF/___code___.py", line 2, in <module> exec compile(u'show(f.simplify.full())' + '\n', '', 'single') File "", line 1, in <module> AttributeError: 'builtin_function_or_method' object has no attribute 'full'