[sage-support] In terms of graphing, how to associate x with each member of a sequence?

2016-03-13 Thread Bob Ewell
Hello, all. It's my first time posting here, cause I have only first learned sage this semester and am using it in a math modeling class and I really love it. This is my first question I cannot figure out myself by searching online, though I'm sure it's an amateur question, so bear with me. I

[sage-support] load or attach problem

2014-12-12 Thread Bob Gman
It seems too simple to be a problem for me, but: sage: attach "/home/bgman/Documents/Python/prob2_1_29.sage" File "", line 1 attach "/home/bgman/Documents/Python/prob2_1_29.sage" and sage: load "/home/bgman/Documents/Python/prob2_1_29.sage" File "", line 1 load "/home/bgman/Document

[sage-support] Re: Finding the roots of a polynomial

2009-03-05 Thread Bob
Mike, thanks, you da man! On Mar 5, 2:24 pm, Bob wrote: > I need to find the roots of this polynomial, where are coefficients > are in this matrix: > > coef=matrix([[1],[-1],[-1],[0]]) > > thanks in advance, and apologies if this is posted somewhere else, I > have not

[sage-support] Finding the roots of a polynomial

2009-03-05 Thread Bob
I need to find the roots of this polynomial, where are coefficients are in this matrix: coef=matrix([[1],[-1],[-1],[0]]) thanks in advance, and apologies if this is posted somewhere else, I have not been able to find it. (NOTE: looking for the MathCAD equivalent of "polyroots") --~--~---

[sage-support] Ugly Maple output in notebook

2009-01-11 Thread Bob Holdom
The maple output in the notebook is ugly since the linebreaks don't line up. For example expand((a+b)^20); produces a^20+20*b*a^19+190*b^2*a^18+1140*b^3*a^17+4845*b^4*a^16+15504*b^5*a^15+3\ 8760*b ^6*a^14+77520*b^7*a^13+125970*b^8*a^12+167960*b^9*a^11+184756*b^10*a^10+ \ 167960 *b^11*a^9+12597

[sage-support] notebook password

2008-11-27 Thread Bob Wonderly
. But I did not ever set a password and without an old password it does not want to let me set a new one. Can I tell Sage which browser it should use? How can I assign a password? I use Sage on a Mac and am the only person using the Mac. TIA Bob Wonderly --~--~-~--~~---

[sage-support] divmod question

2008-10-07 Thread Bob Wonderly
) (0, 2) (0, 3) (0, 4) (0, 5) (1, 0) (1, 1) (1, 2) Well, at least I have a workaround. By the way, in an earlier exchange you'all told me how to use the notebook() approach. I like it much better than the command line Sage I was using. Thanks for keeping me happily getting an

[sage-support] long arithmetic

2008-10-01 Thread Bob Wonderly
rried up to create. I know you didn't apply it on my Mac so how do I take advantage of it? Do I download the latest version of Sage and install it? The version I am using is 3.0.2. Thanks again. Bob Wonderly --~--~-~--~~~---~--~~ To post to this group, se

[sage-support] Sage editor

2008-09-22 Thread Bob Wonderly
t way? (I don't have 24x7 fast web access...) Is that installation process complicated? Bob Wonderly PS So far you support people have done just fine answering this old programmer but Sage newbie's questions. Thanks. --~--~-~--~~~---~--~~ To post to this

[sage-support] long arithmetic

2008-09-22 Thread Bob Wonderly
Using Sage I solved a long list of equations and put the solutions (s) in a list; e.g.: sage: for j in range(52,54,1): q = slst[j] j=q[0]; k=(q[1]); s=(q[2]) (q,j,k,s) : ([52, 30, 2081203288L], 52, 30, 2081203288L) ([53, 53, 17903198518682712L], 53, 53, 17903198518682712L) No

[sage-support] var names

2008-09-19 Thread Bob Wonderly
After being a few hours into a Sage session I start losing track of all the vars I have defined. Is there a way to get Sage to list them for me? TIA Bob Wonderly --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To

[sage-support] using "=="

2008-09-16 Thread Bob Wonderly
(2*j*2^(18*q) + 13*2^(18*q)/27 - 13/27)==(2^(18*q)*(2*j+0)+13*(2^(18*q)-1)/27) : True True True True (No refolding of lines there...) At least that approach serves as a credibility check. The question is: how do I use Sage to check on my algebra