How to create a curve in Gambit for f(xi) = 0?


How to create an arbitrary curve in Gambit for f(x,y,z) = 0?
You will need to calculate and print the x,y,z coordinates of the points lying on the curve in ICEM INPUT format. The format is shown below.

The first line should represent the number of points in the file followed by x,y, z coordinate of points.

n 1
x1 y1 z1
x2 y2 z2
...
...
xn yn zn

Import the file using File --> Import --> ICEM INPUT. Make sure to turn on the vertex rows option.

This should create an edge passing through all the points.





Show Form
No comments yet. Be the first to add a comment!