• Login
  • Help/Guide
  • About Trac
  • Register
  • Forgot your password?
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation



Results (1 - 10 of 111)

1 2 3 4 5 6 7 8 9 10 11 →
WikiStart: [[TOC]] = Welcome to the Sage Development Organization Page = '''Note: ...
... org/sage_trac/search?noquickjump=1&ticket=on&wiki=on&q=robert.marik robert.marik] - [http://user.mendelu.cz/marik/ Robert Mařík (Mendel University in Brno, Brno, Czech Republic)] 1. [http://trac.sagemath.org/sage_trac/search?noquickjump=1&ticket=on&wiki=on&q=roed roed] - [http://www.math.harv ...
By mpatel — 09/02/10 00:43:32
trac_9823.patch (Ticket #9823)
Depends on Ticket #9835
By robert.marik — 08/29/10 23:27:21
trac_9835.patch (Ticket #9835)
based on sage 4.5.2
By robert.marik — 08/29/10 12:38:38
#9835: defect: Make desolve more informative when solving BVP (needs_review)
From Sage Bugreports : confusing error message {{{ Traceback (click to the left of this block for traceback) ... UnboundLocalError: local variable 'maxima_method' referenced before assignment }}} when trying {{{ epsilon = 1e-2; ...
By robert.marik — 08/28/10 14:18:27
#9834: defect: LaTeX representation of fractions still broken (new)
Similarly as in #9314 {{{ sage: latex(-(x+1)/(x+2)) \frac{-x + 1}{x + 2} }}} note the minus sign :( Also (another report from web): {{{ sage: var('a b c x') sage: solve(a*x^2+b*x+c==0,x)[0] x == -1/2*(b + sqrt(-4*a*c + b^2) ...
By robert.marik — 08/28/10 13:21:05
#9825: defect: desolve_system unable to interpret Maxima's temporary variables (new)
desolve_system sometimes generates a Maxima result that includes temporary variables that Sage does not parse correctly. {{{ sage: t = var('t') sage: x1 = function('x1', t) sage: x2 = function('x2', t) sage: de1 = (diff(x1,t) == -3* ...
By rhinton — 08/27/10 09:44:47
#9824: defect: desolve_system ignores initial conditions (needs_work)
desolve_system apparently ignores initial conditions. Notice the identical results in the two calls in the following example. {{{ sage: t = var('t') sage: epsilon = var('epsilon') sage: x1 = function('x1', t) sage: x2 = function('x ...
By rhinton — 08/27/10 09:42:45
#9823: defect: desolve_system is broken for a system of one equation (positive_review)
desolve_system fails for a system with only one equation: {{{ sage: t = var('t') sage: x = function('x', t) sage: de1 = diff(x,t) + 1 == 0 sage: desolve_system([de1], [x]) }}}
By rhinton — 08/27/10 09:40:56
#9774: enhancement: Upgrade the notebook to use MathJax instead of jsMath (new)
[http://www.mathjax.org/ MathJax] is the successor to [http://www.math.union.edu/~dpvc/jsMath/ jsMath].
By mpatel — 08/21/10 02:36:05
9623-interact-examples2.patch (Ticket #9623)
apply after 9623-interact-examples.patch
By robert.marik — 08/17/10 07:03:45
1 2 3 4 5 6 7 8 9 10 11 →
Note: See TracSearch for help on searching.

Trac Powered

Powered by Trac 0.11.5
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/