#8634: Broken conversion of sage variable h1 to Maxima
----------------------------+-----------------------------------------------
Reporter: robert.marik | Owner: burcin
Type: defect | Status: new
Priority: major | Milestone: sage-4.4
Component: symbolics | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
----------------------------+-----------------------------------------------
h1, h2, h9 (and perhaps some others) are converted into binomial
coefficients. This disallows to solve an equation involving variable h1.
{{{
----------------------------------------------------------------------
| Sage Version 4.3.4, Release Date: 2010-03-19 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: h1=var('h1'); h1._maxima_()
binomial(n,k)*x^k
sage: h2=var('h2'); h2._maxima_()
binomial(a,k)*binomial(b,n-k)
sage: h=var('h'); h._maxima_()
h
sage: h_1=var('h_1'); h_1._maxima_()
h_1
sage: h23=var('h23'); h23._maxima_()
h23
sage: ch1=var('ch1'); ch1._maxima_()
ch1
sage: h9=var('h9'); h9._maxima_()
n!/(k!*(m+k)!*(n-m-2*k)!)
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8634>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.