RE: [sage-support] Sage+TeX for Windows dummies

2013-04-14 Thread Jorge E . ´Sanchez Sanchez
There is a way to combine (almost "naturally") mathematics using MAXIMA with LaTex with Kile http://kile.sourceforge.net/Documentation/html/index.html and following some extra guidelines http://webs.um.es/mira/tex/maxima_latex.php (this last one is in spanish sorry). HTH BEST REGARDS Jorge > Da

Re: [sage-support] Sage+TeX for Windows dummies

2013-04-14 Thread Raniere Silva
> I have a MathCAD user i know, and i want to convert him to Sage. > Sage's ability to do math is beyond any doubt, but that person uses > Windows, and proved to be difficult to teach anything complex. Thing is, he > uses MathCad to generate technical documents (which are like normal > documents

Re: [sage-support] How should I write this algorithm in sage?

2013-04-14 Thread Neda
So I need to learn python first for writing programs on sage.. thank you so much for helping, I'll try to learn it first and if I have a question I will ask :-) On Sunday, April 14, 2013 4:11:34 PM UTC+4:30, John Cremona wrote: > > I don't think it is reasonable to ask the contributors to sage-su

Re: [sage-support] How should I write this algorithm in sage?

2013-04-14 Thread John Cremona
I don't think it is reasonable to ask the contributors to sage-support to write your programs for you if you do not know how to program in python. Sage uses the programming language python; there are many books and online resources out there from which you can learn how to program in python, and I

[sage-support] How should I write this algorithm in sage?

2013-04-14 Thread Neda
hello I want to write this algorithm in sage, but I don't know how to write it as an algorithm in sage, could you please help me Algorithm : update basis-update of intermediate basis G with reduct h Given: a finite set G_old ? B[X] and the reduct 0!=h ? B[X] Find: updates G_new ? B[X] of G_ol