User Portlet User Portlet

Discussions
Hi, I am trying to label some points in 3D plot as follows: data = {{0.000, 0.000, 0.000}, {-1.612, 8.077, -2.474}, {-19.599, 2.4, 3.4}}; dataplot = ListPointPlot3D[data, PlotStyle -> PointSize[Large]]; data1 =...
Hi, I have a triple integral and i would like to plot it in Mathematica to understand the object and the implications of its volume under the curve. It's easy to integrate and the answer is 57375 / 64. The triple Integral is as follows: ?...