Ask Your Question

selinkiris's profile - activity

2024-04-14 16:41:36 +0200 received badge  Famous Question (source)
2024-04-14 16:41:36 +0200 received badge  Notable Question (source)
2024-04-14 16:41:36 +0200 received badge  Popular Question (source)
2023-07-14 17:35:02 +0200 received badge  Famous Question (source)
2023-07-14 17:35:02 +0200 received badge  Notable Question (source)
2023-06-04 00:28:03 +0200 received badge  Popular Question (source)
2017-12-03 16:25:15 +0200 asked a question How can i transformation this code in sage?

P1= ellipse((4,4),3,3, color='purple') + circle((3,5), 0.4) + circle((5,5), 0.4) + polygon([(5,3), (3,3), (4 ,0.999999999)]) P2= plot((x+1), -10, 10, color='white') P= P1 + P2 P.show ()

2017-12-01 17:48:47 +0200 asked a question How can i sketch the graph in sage?

I can't add a picture but i can be described we want to sketch coordinate system in sage and we want to combine with emoji it looks like smiling face eyes should be circle mouth should be triangle who can help to us?

2017-12-01 09:16:22 +0200 received badge  Scholar (source)
2017-11-30 21:39:53 +0200 commented answer How can I sketch the graph in sagemath like picture?

No I wanna learn coding but i didn't do that

2017-11-30 21:07:00 +0200 commented answer How can I sketch the graph in sagemath like picture?

sage: ellipse((0,0),2,1) + ellipse((0,3),1,2) and sage: circle?

sage: disk?

sage: polygon?

Actually this is coding project can you write all the code in this picture please this is very important for me and I can't write code

2017-11-30 20:38:21 +0200 commented answer How can I sketch the graph in sagemath like picture?

Yes look like this but I couldn't write in sage can you write again ? Really thanks I am waiting your answer

2017-11-30 17:56:51 +0200 asked a question How can I sketch the graph in sagemath like picture?

I want sketch the coordinate sytstem and then sketch the circle in first area and like emoji(smile)( eyes=circle and mouth=triangle)

PLEASE HELP ME