I have a set of constraints with the variables x_1 and x_2.
relations = [-1 <= x_1, x_1 <= 1, -1/2 <= x_2, x_2 <= 3/2]
and plotting the polygon works just fine in Maple when I use
Plot(PolyhedralSet(relations)) but now I want to plot x_3 and x_4 depending on x_1 and x_2 like this relations_2 = [x_3 = x_1 + x_2, x_4 = x_1 - x_2].
The Problem is, that Maple can't plot this, because this isn't 3 dimensional anymore. I haven't found anything on how I can disregard plotting x_1 and x_2.
Ploting Polygon in Maple with more then 3 Dimensions
42 views Asked by ufg At
1
There are 1 answers
Related Questions in PLOT
- R is ignoring xaxp while plotting data.table
- From Python to R: how can I plot a vector with 100 regression lines within a ggplot?
- 'plotAtlas' function in Morpho package
- Trying to plot two polygons on the same cartesian grid with a different color for each polygon
- Strange horizontal lines when transforming base-map shapefile?
- Adding white space around plot in Matplotlib
- Plot function issue - adding a line
- Seaborn boxplot color outliers by hue variable using seaborn =< 0.12.2
- how to add multiple plot in alternating plotly html file in python
- Manually set values shown in legend for continuous variable of seaborn/matplotlib scatterplot
- Set the color of the line with the same color of the marker
- Do not want scientific notation on plot axis again
- How to prevent Pandas from plotting index as Period?
- Change size of terminal_panel = node_barplot in ctree
- Excel VBA Macro Resizing the Plot Area
Related Questions in MAPLE
- What is wrong with this Maple code for sum of Stirling numbers (which should output Lah numbers)?
- Maple vs Mathematica ODE solution issue
- Creating a conditional differential equation in Maple
- how make maple return polar form in degrees
- Maple simplify - expression of vars through other vars
- Maple polynomial equation solver not identifying solutions
- Plotting a three variable complex function with Maple
- How do I draw this plot in Maple?
- Maple: simplification expression with some assumption
- Change signs in a squared equation in Maple
- Limit not evaluating
- Maple MTM:svd failed to converge
- Implementing a recursive equation solver in maple
- Number of solutions of solve() function in Maple 17
- Why is Maple not evaluating my definite integral
Related Questions in POLYHEDRA
- vPython doesn't show my 3D object correctly
- Is there an icosahedral graph in set builder notation in Haskell? (I found the other platonic graphs')
- How to plot a 5D Polytope using Python?
- FLUENT-mesh conversion to polyhedra creates holes
- What is the output format obtained from the Pyvoro code also how to visualize this voronoi tesselation in 3D?
- Commands to extract data from a polyhedron?
- How do you find the orthographic projection of a convex polyhedron with maximum or minimum area?
- Ploting Polygon in Maple with more then 3 Dimensions
- Create polyhedron for given matrix A and vector b
- CGAL::Polyhedron_3 makes unwanted duplicated vertices using make_tetrahedron(), how to solve it?
- Volume of the intersection of two polyhedron using CGAL
- Given the number of total nodes and degrees of each node, is it possible to construct a graph?
- inconsistencies between the original expression and the result one in apron
- How do I calculate the fourth vertex of a tetrahedron given the other three?
- Assume we know the vertices of a polytope, and want to get its halfspace representation A * x <= b
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)

