On Dec 23, 2008, at 3:19 AM, freewill1...@gmail.com wrote:
> Hi
>
> I am new to sage and hence, not very familiar.
>
> However, while going through the documentation, I saw some examples of
> usage of functions that are provided by other packages like maxima,
> octave etc.
>
> I am bit confused,
On Dec 23, 1:53 am, Paul Zimmermann wrote:
> Hi,
>
> as a followup on the "Arbitrary precision in cython" thread, I'd like to
> mention that one can directly use mpfr's implementation from within Sage:
>
> sage: RealField(150)(10).eint()
> 2492.2289762418777591384401439985248489896471
>
>
Yes that works. Thanks!
On Dec 23, 3:59 pm, "Mike Hansen" wrote:
> Hi Blair,
>
> On Tue, Dec 23, 2008 at 7:43 AM, bsdz wrote:
>
> > Hi,
>
> > Is it possible to convert a SymbolicEquation into a MaximaElement
> > easily? The opposite to: -
>
> > maxima('x^2 + y^2 = 0').sage()
>
> > Something lik
Sorry that does not help. I need a way to cast from a SymbolicEquation
type to a MaximaElement type. Please see my post :)
On Dec 23, 3:55 pm, "John Cremona" wrote:
> 2008/12/23 bsdz :
>
>
>
> > Hi,
>
> > Is it possible to convert a SymbolicEquation into a MaximaElement
> > easily? The opposite
Hi Blair,
On Tue, Dec 23, 2008 at 7:43 AM, bsdz wrote:
>
> Hi,
>
> Is it possible to convert a SymbolicEquation into a MaximaElement
> easily? The opposite to: -
>
> maxima('x^2 + y^2 = 0').sage()
>
> Something like this: -
>
> x, y = var('x y')
> b = x^2 + y^2 == 0
> b.maxima()
I think this is
2008/12/23 bsdz :
>
> Hi,
>
> Is it possible to convert a SymbolicEquation into a MaximaElement
> easily? The opposite to: -
>
> maxima('x^2 + y^2 = 0').sage()
>
> Something like this: -
>
> x, y = var('x y')
> b = x^2 + y^2 == 0
> b.maxima()
>
Is this what you need?
sage: eqn = maxima("x^2 + y^
Hi,
Is it possible to convert a SymbolicEquation into a MaximaElement
easily? The opposite to: -
maxima('x^2 + y^2 = 0').sage()
Something like this: -
x, y = var('x y')
b = x^2 + y^2 == 0
b.maxima()
I would like to do some manipulations on an equation by breaking it
down into terms and parts.
On Tue, Dec 23, 2008 at 6:19 AM, wrote:
>
> Hi
>
> I am new to sage and hence, not very familiar.
>
> However, while going through the documentation, I saw some examples of
> usage of functions that are provided by other packages like maxima,
> octave etc.
>
> I am bit confused, about whether I
Hi
I am new to sage and hence, not very familiar.
However, while going through the documentation, I saw some examples of
usage of functions that are provided by other packages like maxima,
octave etc.
I am bit confused, about whether I have to know all those packages
before being able to use sa
Paul Zimmermann wrote:
>Hi,
>
> as a followup on the "Arbitrary precision in cython" thread, I'd like to
> mention that one can directly use mpfr's implementation from within Sage:
>
> sage: RealField(150)(10).eint()
> 2492.2289762418777591384401439985248489896471
>
> It only works for
Thanks Paul, that is very helpful; it means that all the discussion
of conversion to and from pari is redundant.
John
2008/12/23 Paul Zimmermann :
>
> Hi,
>
> as a followup on the "Arbitrary precision in cython" thread, I'd like to
> mention that one can directly use mpfr's implementation
Hi,
as a followup on the "Arbitrary precision in cython" thread, I'd like to
mention that one can directly use mpfr's implementation from within Sage:
sage: RealField(150)(10).eint()
2492.2289762418777591384401439985248489896471
It only works for real numbers, but has the advantage to gu
12 matches
Mail list logo