Log in to edit a copy.
Download.
Other published documents...
과제2 - 1 이호중
1530 days ago by ghwnd0301@naver.com
var('x') p1 = plot((x^2-x), (x, -10, 10)) p2 = plot((2*x+1),(x,-10,10),color="red") p1+p2