[sage-support] Preparing Latex slide for presentation

2015-06-28 Thread David Ingerman
Why does show("$\Theta$") display the capital Greek letter, but show("$\theta$") gives "heta"? Thank you. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sa

[sage-support] Re: Solve for a function defined in a file?

2014-07-06 Thread David Ingerman
Have zeros of order 2 too, so the sign change doesn't help in general, but may work for some zeros. Thank you!... On Saturday, June 21, 2014 1:21:06 AM UTC-7, Dima Pasechnik wrote: > > On 2014-06-21, David Ingerman > wrote: > > Thank you, that's helpful. Is there a

[sage-support] Re: Solve for a function defined in a file?

2014-06-21 Thread David Ingerman
Thank you, that makes sense. My Python function is not continuous though, has poles, so I'll probably have to plot it to find its zeros... On Saturday, June 21, 2014 1:21:06 AM UTC-7, Dima Pasechnik wrote: > > On 2014-06-21, David Ingerman > wrote: > > Thank you, that&#

[sage-support] Re: Solve for a function defined in a file?

2014-06-20 Thread David Ingerman
Thank you, that's helpful. Is there a way to get all roots of a Python function on an interval? On Friday, June 20, 2014 2:10:38 AM UTC-7, Dima Pasechnik wrote: > > On 2014-06-20, David Ingerman > wrote: > > Thank you, so what to do for Python function? Matlab ha

[sage-support] Re: Solve for a function defined in a file?

2014-06-19 Thread David Ingerman
Thank you, so what to do for Python function? Matlab had general purpose 'optim(f)' if my memory is right... On Wednesday, June 11, 2014 1:50:10 AM UTC-7, Dima Pasechnik wrote: > > On 2014-06-10, David Ingerman > wrote: > > > > How to solve([f(x)==0],x) for

[sage-support] Re: How to plot output of solve()?

2014-06-10 Thread David Ingerman
> P = point(Coords, size=50) > P.set_aspect_ratio(1) > P.show() > Please see result in attachment. > > > вторник, 10 июня 2014 г., 10:48:08 UTC+4 пользователь David Ingerman > написал: >> >> >> How to plot output of solve() on coordinate plane? &

[sage-support] How to plot output of solve()?

2014-06-09 Thread David Ingerman
How to plot output of solve() on coordinate plane? For example: show((solve([mu^6==1],mu))) gives symbolic LaTex output Thank you... -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails fr

[sage-support] Solve for a function defined in a file?

2014-06-09 Thread David Ingerman
How to solve([f(x)==0],x) for a function "f(x)" defined in a .sage file? The error message: TypeError: Cannot evaluate symbolic expression to a numeric value. Thank you... -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe f

[sage-support] Attaching ".sage" files to a worksheet in SageMathCloud

2014-06-02 Thread David Ingerman
My new worksheet @SageMathCloud does not "see" a function defined in a separate file. (NameError: name 'twobytwo' is not defined) What's the path to a Sage file? How to attach it to a worksheet @SageMathCloud? Thank you... -- You received this message because you are subscribed to the

[sage-support] Re: Completely confused about simple Sage matrix operation error

2013-07-01 Thread David Ingerman
On Monday, July 1, 2013 2:06:54 AM UTC-7, Harald Schilly wrote: > On Monday, July 1, 2013 10:45:36 AM UTC+2, David Ingerman wrote: The > following matrix operation produces wrong answer in online Sage: > M=matrix(RR,[[7,3,10,13],[1,1,2,2],[1,2,3,4],[1,3,5,7]]);det(M);invM=M^(-1);invM*M

[sage-support] Re: Completely confused about simple Sage matrix operation error

2013-07-01 Thread David Ingerman
On Monday, July 1, 2013 1:45:36 AM UTC-7, David Ingerman wrote: > The following matrix operation produces wrong answer in online Sage: > M=matrix(RR,[[7,3,10,13],[1,1,2,2],[1,2,3,4],[1,3,5,7]]);det(M);invM=M^(-1);invM*M;det(invM) > If one changes RR to QQ the answers turn correct. Or it

[sage-support] Completely confused about simple Sage matrix operation error

2013-07-01 Thread David Ingerman
The following matrix operation produces wrong answer in online Sage: M=matrix(RR,[[7,3,10,13],[1,1,2,2],[1,2,3,4],[1,3,5,7]]);det(M);invM=M^(-1);invM*M;det(invM) If one changes RR to QQ the answers turn correct. Or it is enough to change one corner matrix entry to: M=matrix(RR,[[8,3,10,13],[1,1,