Search found 1 match

Go to advanced search

by EFR
13 May 2022, 22:01
Forum: Helpdesk
Topic: How to define range of plot?
Replies: 1
Views: 8199

How to define range of plot?

Hi all! I'm trying to make a visualization of the intersection of a 3D-fan with the hyperplane \{z=1\} . I have made the following code: application('fan'); $p = new Polytope<Rational>(POINTS=>[[1,2,0,1],[1,1,1,0],[1,0,2,1],[1,1,0,0],[1,0,1,0],[1,0,0,2]]); $f = normal_fan<Rational>($p); $H = new Pol...

Go to advanced search