On Aug 21, 10:58 am, Mike Witt <[EMAIL PROTECTED]> wrote:
> This is an attempt to ask my previous question more clearly :-)
>
> I'm looking for a work-around for the situation where I would normally
> call parametric_plot (or plot, for that matter) with a function, and in
> some particular case th
On Thursday 21 August 2008 01:58:23 pm Mike Witt wrote:
> I'm looking for a work-around for the situation where I would normally
> call parametric_plot (or plot, for that matter) with a function, and in
> some particular case that function turns out to evaluate to a constant.
>
> For example:
>
>
The following works nice:
G=Graph({0:[1,2],1:[2,3],2:[4]})
G.show()
But the following produces a wrong drawing
H=DiGraph({0:[1,2],1:[2,3],2:[4]})
H.show()
However, H.show3d() works fine
Now, there is another problem:
Say, I want to define a multigraph with selfloops, and edge labels..
One way
Hi all !
Is there a simple way to plot a graph with more than 1 edge going from
a given vertice to another, as in the konigsberg graph ?
(http://www.jcu.edu/math/vignettes/bridges.htm)
Thanks !
Philippe
--~--~-~--~~~---~--~~
To post to this group, send email to
On 08/21/2008 02:02:47 PM, Mike Hansen wrote:
>
> > For example, is there NO WAY to draw a horizontal or vertical line
> > using parametric_plot?
>
> This is one way:
>
> sage: def xt(t): return t
> sage: def yt(t): return 1
> sage: parametric_plot((xt,yt), -2, 2)
>
> --Mike
Well, you know, t
> For example, is there NO WAY to draw a horizontal or vertical line
> using parametric_plot?
This is one way:
sage: def xt(t): return t
sage: def yt(t): return 1
sage: parametric_plot((xt,yt), -2, 2)
--Mike
--~--~-~--~~~---~--~~
To post to this group, send emai
On 08/21/2008 12:18:26 PM, David Joyner wrote:
>
> On Thu, Aug 21, 2008 at 1:58 PM, Mike Witt <[EMAIL PROTECTED]> wrote:
> >
> > This is an attempt to ask my previous question more clearly :-)
>
> I *conjecture* (and definitely could be wrong) that your problem is related
> to the issue that Sag
On 08/21/2008 12:18:26 PM, David Joyner wrote:
>
> On Thu, Aug 21, 2008 at 1:58 PM, Mike Witt <[EMAIL PROTECTED]> wrote:
> >
> > This is an attempt to ask my previous question more clearly :-)
>
> I *conjecture* (and definitely could be wrong) that your problem is related
> to the issue that Sag
> I came across this example in a recent thread in Maple newsgroup.
Here is the link,
http://groups.google.com/group/comp.soft-sys.math.maple/browse_thread/thread/65248f258f5522ad?hl=en#
Another link, to Mathematica newsgroup,
http://groups.google.com/group/comp.soft-sys.math.mathematica/brows
On Thu, Aug 21, 2008 at 1:58 PM, Mike Witt <[EMAIL PROTECTED]> wrote:
>
> This is an attempt to ask my previous question more clearly :-)
I *conjecture* (and definitely could be wrong) that your problem is related
to the issue that Sage can plot symbolic functions but constants (rather,
numerical
From: "Burcin Erocal" <[EMAIL PROTECTED]>
>
> it doesn't give an answer. This means that your expression doesn't have
> a hypergeometric closed form in the sense of A=B, p. 143 [1]:
>
> http://www.cis.upenn.edu/~wilf/AeqB.html
Is this a joke?
After converting binomial coefficients to Pochhammer
On 08/21/2008 11:14:16 AM, William Stein wrote:
>
> On Thu, Aug 21, 2008 at 10:58 AM, Mike Witt <[EMAIL PROTECTED]> wrote:
> >
> > This is an attempt to ask my previous question more clearly :-)
> >
> > I'm looking for a work-around for the situation where I would normally
> > call parametric_plo
On Thu, Aug 21, 2008 at 10:58 AM, Mike Witt <[EMAIL PROTECTED]> wrote:
>
> This is an attempt to ask my previous question more clearly :-)
>
> I'm looking for a work-around for the situation where I would normally
> call parametric_plot (or plot, for that matter) with a function, and in
> some par
This is an attempt to ask my previous question more clearly :-)
I'm looking for a work-around for the situation where I would normally
call parametric_plot (or plot, for that matter) with a function, and in
some particular case that function turns out to evaluate to a constant.
For example:
sag
On Aug 21, 2008, at 8:04 AM, William Stein wrote:
>
> On Thu, Aug 21, 2008 at 5:06 AM, Stan Schymanski
> <[EMAIL PROTECTED]> wrote:
>>
>>
>>
>> On Aug 21, 6:30 am, "William Stein" <[EMAIL PROTECTED]> wrote:
>>
>>> There are 3.1.1 binaries for every architecture except windows.
>>
>> I noticed t
> I am 100% completely clueless at this point about what could be
> causing this problem. Sorry.
>
> -- William
Thanks. In view of your reply, I deleted Sage, re-booted, and then re-
installed (now in the main Applications folder, rather than in my
personal users Application folder). Now Maxima
On Thu, Aug 21, 2008 at 5:06 AM, Stan Schymanski <[EMAIL PROTECTED]> wrote:
>
>
>
> On Aug 21, 6:30 am, "William Stein" <[EMAIL PROTECTED]> wrote:
>
>> There are 3.1.1 binaries for every architecture except windows.
>
> I noticed that the binaries for Mac only include sage-3.1.1-osx10.5-
> intel-
Hello,
I am installing Sage-3.1.1 on Arch linux with enabled PBUILD. However,
the installation fails with following errors:
::
s -L/var/abs/local/sage/src/sage-3.1.1/local/lib -lntl -lgmp -lpari
---
| Sage Parallel Build System
On Thu, 21 Aug 2008 01:45:32 -0700
"William Stein" <[EMAIL PROTECTED]> wrote:
>
> On Thu, Aug 21, 2008 at 1:29 AM, Alec Mihailovs <[EMAIL PROTECTED]> wrote:
> >
> > Both Maple and Mathematica give wrong answers to the following sum,
> >
> > Sum[Binomial[n, k]/Binomial[2 n, k]/k! (2 x)^k, {k, 0,
On Aug 21, 6:30 am, "William Stein" <[EMAIL PROTECTED]> wrote:
> There are 3.1.1 binaries for every architecture except windows.
I noticed that the binaries for Mac only include sage-3.1.1-osx10.5-
intel-i386-Darwin.dmg. Does this work for osx10.4, too? If so, it
would be good to make this cl
On Thu, Aug 21, 2008 at 1:29 AM, Alec Mihailovs <[EMAIL PROTECTED]> wrote:
>
> Both Maple and Mathematica give wrong answers to the following sum,
>
> Sum[Binomial[n, k]/Binomial[2 n, k]/k! (2 x)^k, {k, 0, n}]
>
> I tried to find a way to calculate it in SAGE, but couldn't find symbolic
> sums in
Both Maple and Mathematica give wrong answers to the following sum,
Sum[Binomial[n, k]/Binomial[2 n, k]/k! (2 x)^k, {k, 0, n}]
I tried to find a way to calculate it in SAGE, but couldn't find symbolic
sums in the documentation. Is Maxima supposed to be used directly?
Alec
--~--~-~--
22 matches
Mail list logo