Fill with color in Geometry App
|
05-12-2014, 12:13 PM
Post: #2
|
|||
|
|||
RE: Fill with color in Geometry App
Because L1 is a list, you must convert it to a sequence in order to flatten all the arguments of polygon. Try
GC:=polygon(op(L1),('display')=(3+filled)) Or use a CAS sequence to store your vertices: l1:=0,1+i,2*i,-1+i/2; polygon(l1,('display')=(3+filled)) Note that when using CAS variables, the input is kept exact, e.g. perimeter(l1) will return an exact value. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Fill with color in Geometry App - Alberto Candel - 05-12-2014, 07:39 AM
RE: Fill with color in Geometry App - parisse - 05-12-2014 12:13 PM
RE: Fill with color in Geometry App - Alberto Candel - 05-12-2014, 04:11 PM
|
User(s) browsing this thread: 1 Guest(s)