November 11, 2013 0

plot functions in mathematica

By in Mathematica, Uncategorized

contour plots can be used in mathematica to plot equations such as ellipsoids like:

1/10^2*x^2 + 1/6^2*y^2 + 1/15^2*z^2 == 1

a command like:

ContourPlot3D[
1/10^2*x^2 + 1/6^2*y^2 + 1/15^2*z^2 == 1, {x, -11, 11}, {y, -7,
7}, {z, -16, 16}]

creates the ellipsoid


Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/mgis.dk/about/wp-includes/class-wp-comment-query.php on line 399

Leave a Reply