Post Reply 
Geometry app warnings
05-06-2014, 06:46 AM
Post: #2
RE: Geometry app warnings
This is because the convexhull is computed exactly, replacing exp() by sqrt, and simplifying in an unique algebraic extension of the rationals. You can avoid the warnings by using approx data.
Code:

GA:=evalf(4, 3+e^(2*pi*i/5),3+e^(4*pi*i/5),3+e^(6*pi*i/5),3+e^(8*pi*i/5));
GB:=convexhull(GA);
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Geometry app warnings - Alberto Candel - 05-06-2014, 05:32 AM
RE: Geometry app warnings - parisse - 05-06-2014 06:46 AM



User(s) browsing this thread: 1 Guest(s)