Rose, S'il est necessaire, il y a des gens qui lit sage-support qui comprennent le francais et qui peuvent peut-etre explique des choses en francais (sans accents)!
John 2008/5/11 Rose <[EMAIL PROTECTED]>: > > > > On 10 mai, 23:33, Jason Grout <[EMAIL PROTECTED]> wrote: > >> Could you post the code that you have and explain what you are trying to >> do with it? > > Well I did it this morning. This is what I was triing to do: > > sage: def creer_droite_h(a,b): > ....: if a>b: > ....: return creer_droite_h(b,a) > ....: if b==Infinity: > ....: y=line([(a,-2), (a,2)]) > ....: return plot(y,a-2,a+2) > ....: centre=(a+b)/2 > ....: rayon=b-centre > ....: y = lambda x:sqrt(rayon^2-(x-centre)^2) > ....: return plot(y,a,b) > ....: > > Thanks for the help! > > > --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---