> Do you know about _fast_float_? It makes it vastly faster to do
> brute force evaluation (it'll easily give you a factor of 10 speedup).
>
>
No, I don't know _fast_float. And I was ignoring srange too :)
You learned me two thinks.
Thanks
Laurent
> Ignore the wall time below:
>
> sage: f
Jose Guzman ha scritto:
> Hi everybody,
>
> I am pretty new to symbolic math and Sage but I love it.
>
> I am trying create a function which returns an tangent line at a given
> point (xpoint) in a function f(x) already known as follows:
>
> var('x')
> f(x): x**2
>
> def tangent(xpoint):
>
>
On Sat, May 23, 2009 at 8:34 AM, avra wrote:
>
> Hi Everyone,
>
> I have included the previous messages from William and David Joyner,
> but I am including the published worksheets links right away. I am
> looking to properly credit and cite anyone who worked on the things
> that I used. It is sm
Hi everybody,
I am pretty new to symbolic math and Sage but I love it.
I am trying create a function which returns an tangent line at a given
point (xpoint) in a function f(x) already known as follows:
var('x')
f(x): x**2
def tangent(xpoint):
def secant(xpoint):
# function of the for
On Sat, May 23, 2009 at 11:04 AM, Laurent wrote:
>
>
>> There are two entries on the bug tracker related to this issue:
>>
>> http://trac.sagemath.org/sage_trac/ticket/2607
>>
>> http://trac.sagemath.org/sage_trac/ticket/5960
>>
>> I believe this would be a fairly easy fix for someone familiar wi
Hi everyone,
Sage 3.4.2 Lightweight LiveCD has been released today. You can
download it at:
http://sage.math.washington.edu/home/luciolastra/sagelwlcd/latest/
It's greatly improved since last version thanks to Alfredo Portes and
Rob Beezer who tried it out and recommended some changes.
Greetin
Hello once again.
Due to a known bug on the function find_maximum_on_interval, one cannot
use that function to find the global maximum of a function on an interval,
Due to the fact that the function solve fails to provide all the
solutions in the case of trigonometric functions, one cannot r
> There are two entries on the bug tracker related to this issue:
>
> http://trac.sagemath.org/sage_trac/ticket/2607
>
> http://trac.sagemath.org/sage_trac/ticket/5960
>
> I believe this would be a fairly easy fix for someone familiar with
> knowledge of the relevant scipy methods.
>
>
Well ..
Hi Laurent,
On Sat, 23 May 2009 09:04:06 -0700 (PDT)
Laurent Claessens wrote:
>
> Hello everybody
>
> --
> | Sage Version 3.4.1, Release Date: 2009-04-21 |
> | Type notebook() for the GUI, and license()
On Wed, May 13, 2009 at 12:43 AM, amps wrote:
>
> I see that there is a function to compute the character table of the
> symmetric group, but is there one where you input two partitions and
> it outputs the value of the character indexed by the first partition
> evaluated at the second? I have b
Hello everybody
--
| Sage Version 3.4.1, Release Date: 2009-04-21 |
| Type notebook() for the GUI, and license() for information.|
Hi Everyone,
I have included the previous messages from William and David Joyner,
but I am including the published worksheets links right away. I am
looking to properly credit and cite anyone who worked on the things
that I used. It is small and not complex, but I would credit people
where credit
12 matches
Mail list logo