Ask Your Question
0

How can I sketch the graph in sagemath like picture?

asked 2017-11-30 16:54:18 +0200

this post is marked as community wiki

This post is a wiki. Anyone with karma >750 is welcome to improve it.

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

edit retag flag offensive close merge delete

Comments

This looks like homework.

If you want some help, you should ask more precise questions related to your research in solving those exercises, especially where you are locked.

tmonteil gravatar imagetmonteil ( 2017-11-30 20:39:32 +0200 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-11-30 19:11:51 +0200

tmonteil gravatar image

Do you mean something like this picture ?

If yes, you could can have a look at the functions circle, disk, polygon as follows;

sage: circle?

sage: disk?

sage: polygon?

And then you should know that graphics are Python objects that can be added, for example:

sage: ellipse((0,0),2,1) + ellipse((0,3),1,2)

Do not hesitate to ask for more details by showing your attempts in getting such pictures.

edit flag offensive delete link more

Comments

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

selinkiris gravatar imageselinkiris ( 2017-11-30 19:48:22 +0200 )edit

What did you try ?

tmonteil gravatar imagetmonteil ( 2017-11-30 20:38:46 +0200 )edit

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

selinkiris gravatar imageselinkiris ( 2017-11-30 21:07:00 +0200 )edit

Are you looking for somebody writing the project for you? What would be the point for you? What would be the point for the person doing it?

vdelecroix gravatar imagevdelecroix ( 2017-11-30 21:28:46 +0200 )edit

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

selinkiris gravatar imageselinkiris ( 2017-11-30 21:39:53 +0200 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2017-11-30 16:54:18 +0200

Seen: 630 times

Last updated: Nov 30 '17