Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to visualize simplex?

Let's say I have n-simplex and a grid on it. For every point of the grid I evaluate a function. But I truly don't know how to visalize the data received by this evaluation.

Would you help me with any approach to represent a simplex in 3-D or 2-D, which is quite good for an interpretation? Of course it's allowed for representation to be not quite accurate.

like image 366
Macaronnos Avatar asked Nov 09 '22 16:11

Macaronnos


1 Answers

Try to find the number of each poly tonic faces for the n-simplex using the pascal triangle. Give a colour to each of the face.combine them by a convex hull.

like image 129
Lakshmana Deepesh Avatar answered Dec 15 '22 16:12

Lakshmana Deepesh