[sage-support] Re: Combinatorics / Graph theory question

2012-12-31 Thread Jurgis Pralgauskis
Hi, Thanks a lot :) with t-design it was easy :) result: http://galvosukykla.lt/rodyk/thumbs.php?p=//stalo_zaidimai/73_cards/pngdim=150 2012 m. gruodis 10 d., pirmadienis 02:28:44 UTC+2, Nathann Cohen rašė: Ahahahahah :-) Beautiful problem ! Not really a graph problem, but a beautiful

[sage-support] Combinatorics / Graph theory question

2012-12-09 Thread Jurgis Pralgauskis
on card? I would let - that two cards have more than one same image (but preferably not many)... Any hints? :) -- Jurgis Pralgauskis tel: 8-616 77613; Don't worry, be happy and make things better ;) http://galvosukykla.lt -- You received this message because you are subscribed to the Google

[sage-support] sage squashfs?

2010-06-27 Thread Jurgis Pralgauskis
(or run notebook)? Thanks in advance -- Jurgis Pralgauskis Don't worry, be happy and make things better ;) -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group

[sage-support] how to controll precision when show'ing formulas?

2009-06-21 Thread Jurgis Pralgauskis
how could I achieve this? now I use html which is quite unconfortable thanks in advance -- Jurgis Pralgauskis Don't worry, be happy and make things better ;) --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe

[sage-support] RSACryptosystem in Cryptography book (by Kohel) is ghost :? + small typo

2009-04-28 Thread Jurgis Pralgauskis
Hello, just trying to follow examples of http://www.sagemath.org/library/crypto.pdf Exercise 8.5 solution: page nr 124 (or 127 for file) has suspicious code sage: E := RSACryptosystem(128) sage: m = E.encoding(’The dog ate my lunch.’); m first of all typo of assignment (seems like in Pascal)

[sage-support] Re: code generation

2008-10-24 Thread Jurgis Pralgauskis
. Cheers, Tim. --- Tim Lahey PhD Candidate, Systems Design Engineering University of Waterloo -- Jurgis Pralgauskis tel: 8-616 77613; jabber: [EMAIL PROTECTED]; skype: dz0rdzas; Don't worry, be happy and make things better

[sage-support] Re: Sage vs Maple/Mathematica/Matlab: what elements are better + what is mostly lacking?

2008-06-09 Thread Jurgis Pralgauskis
, Jun 9, 2008 at 1:41 AM, William Stein [EMAIL PROTECTED] wrote: On Sun, Jun 8, 2008 at 2:25 PM, Jurgis Pralgauskis [EMAIL PROTECTED] wrote: Hello, as the vision of SAGE is to be alternative to MMM, True. what do You think is mostly lacking now? This depends a huge amount on what you want

[sage-support] Re: Jmol black screen in Notebook

2008-05-11 Thread Jurgis Pralgauskis
the wrong plugin with Firefox I am fresh out of ideas. Cheers, Michael -- Jurgis Pralgauskis omni: 8-616 77613; teledema: 8-657 65656; jabber: [EMAIL PROTECTED]; skype: dz0rdzas; Don't worry, be happy and make things better

[sage-support] Re: parenthesis matching in notebook environment

2008-04-23 Thread Jurgis Pralgauskis
: http://www.cdolivet.net/editarea/ People should play around with that editor and see if it feels snappy enough that they would *actually* want to use it a lot. For me on FF3 the editor doesn't even work, which is worrisome. William -- Jurgis Pralgauskis omni: 8-616 77613

[sage-support] SAGE introduction via example (pseudo)research topic -- ideas needed

2008-03-30 Thread Jurgis Pralgauskis
://stats.grok.se/, http://stats.wikimedia.org/EN/Sitemap.htm I also thought of kind of wiki-link traveling bot problem, How easy would it be to navigate from topicX to topicY (without using search and category links) Thanks in advance -- Jurgis Pralgauskis omni: 8-616 77613; teledema: 8-657 65656; jabber

[sage-support] Re: Why does == not return True or False?

2008-02-10 Thread Jurgis Pralgauskis
Hello, If not ==, what would you propose for creating symbolic expression objects? The other obvious choice is eq(f, g), but I think that this is inferior since it is much harder to guess. How often does one need an equation *outside solve*? I never did! So, if one really wants an

[sage-support] Re: Why does == not return True or False?

2008-02-08 Thread Jurgis Pralgauskis
Hello, In this system, == is used to create equations, not to test equality. That's nasty! for me that also seems potential source of confusion maybe === would be better for equations? as much as I remember, maxima uses =, so == also doesn't help maxima users a lot..

[sage-support] Re: Fwd: sage logo page?

2007-09-03 Thread Jurgis Pralgauskis
-- Jurgis Pralgauskis mob.: 865-765-656, +37061677613; skype: dz0rdzas; Don't worry, be happy :) and make things better ;) reikalaukime ATVIRŲ ir nepriklausomų STANDARTŲ: http://www.noooxml.org/petition-lt http://www.openstandards.eu

[sage-support] beginner friendly notebook exaple

2007-08-09 Thread Jurgis Pralgauskis
, for the math-teachers, who are at least a bit curious but won't try once more if impression is strange/misleading (they even might not understand what is Site sertificate :/) anyway very nice work, thanks :) -- Jurgis Pralgauskis mob.: 865-765-656, +37061677613; skype: dz0rdzas; Don't worry, be happy

[sage-support] sage.scipy.org interactive tutorial link broken?

2007-06-12 Thread Jurgis Pralgauskis
Interactive Tutorial from sage homepage http://sage.math.washington.edu:8101/doc_browser?/tut/?tut.html says connection timed out :\ I can use http://www.sagenb.org//doc_browser?/tut/?tut.html but newcommers might get dissapointed in the misunderstanding -- Jurgis Pralgauskis mob.: 865-765

[sage-support] expression parse tree (API) ?

2006-11-19 Thread Jurgis Pralgauskis
Hello, does anyone knows how to access the formula parse tree I found sth similar what I want in java.. http://www.singularsys.com/jep/doc/html/advanced.html what I really want, is to make derivative exercise tool.. which would do the differentiation of (complex) formulas step by step acctually