Skip to content

Commit

Permalink
sage.geometry: In # optional, no commas between tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Mar 11, 2023
1 parent b74115f commit 2c7ad61
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,10 +259,10 @@ class ParametrizedSurface3D(SageObject):
sage: cc_array = [(ccc - K_min)/(K_max - K_min) for ccc in K_array] # optional - numpy
sage: points_array = [ellipsoid_equation(u_array[counter][0],u_array[counter][1])
....: for counter in range(0,len(u_array))]
sage: curvature_ellipsoid_plot = sum(point([xx for xx in points_array[counter]], # optional - numpy, sage.plot
sage: curvature_ellipsoid_plot = sum(point([xx for xx in points_array[counter]], # optional - numpy sage.plot
....: color=hue(cc_array[counter]/2))
....: for counter in range(0,len(u_array)))
sage: curvature_ellipsoid_plot.show(aspect_ratio=1) # optional - numpy, sage.plot
sage: curvature_ellipsoid_plot.show(aspect_ratio=1) # optional - numpy sage.plot
We can find the principal curvatures and principal directions of the
elliptic paraboloid::
Expand Down

0 comments on commit 2c7ad61

Please sign in to comment.