Changes between Version 8 and Version 9 of Ticket #11653
- Timestamp:
- 08/07/11 15:39:15 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11653
- Property Owner changed from JGuzman to burcin
-
Ticket #11653 – Description
v8 v9 42 42 {{{ 43 43 #!python 44 TypeError: unable to make sense of Maxima expression 'v(x)=-(2*(at(integrate(signum(x-5)-signum(x-13),x),[x=0,v(x)=0]))-2*int\egrate(signum(x-5)-signum(x-13),x)-x^2)/2' in Sage^ 44 TypeError: 45 unable to make sense of Maxima expression 46 'v(x)=-(2*(at(integrate(signum(x-5)-signum(x-13),x),[x=0,v(x)=0]))-2*int\egrate(signum(x-5)-signum(x-13),x)-x^2)/2' 47 in Sage 45 48 }}} 46 49 … … 53 56 {{{ 54 57 #!python 55 TypeError: unable to make sense of Maxima expression 'ilt(((laplace(signum(x-5),x,?g2733)-laplace(signum(x-13),x,?g2733)+v(0)\ )*?g2733^2+1)/?g2733^3,?g2733,x)' in Sage 58 TypeError: 59 unable to make sense of Maxima expression 60 'ilt(((laplace(signum(x-5),x,?g2733)-laplace(signum(x-13),x,?g2733)+v(0)\ )*?g2733^2+1)/?g2733^3,?g2733,x)' 61 in Sage 56 62 }}} 57 63 … … 76 82 {{{ 77 83 #!python 78 TypeError: unable to make sense of Maxima expression 'v(x)=e^x*integrate(e^-x*signum(x),x)-e^x*(at(integrate(e^-x*signum(x),x),[x=0,v(x)=0]))' in Sage 84 TypeError: 85 unable to make sense of Maxima expression 86 'v(x)=e^x*integrate(e^-x*signum(x),x)-e^x*(at(integrate(e^-x*signum(x),x),[x=0,v(x)=0]))' 87 in Sage 79 88 80 89 }}}