Group Abstract Group Abstract

Message Boards Message Boards

Transcendental Spheres

POSTED BY: Jonathan Kinlay
3 Replies

Hello Murray,

I was just using a MMA notebook as a "scratchpad" and didn't save it. I think most of the code is in the post though (at least that was my intention). As for the complex number graphic... I don't recall. I will experiment and see if I can recreate it.

Jonathan

POSTED BY: Jonathan Kinlay

Two comments and a question arising from the visualizations of the unit p-sphere in the plane....

Comment 1: Curiously, the built-in function Norm in its two argument form Norm[vec, p] prohibits values of p that are less than 1. Of course one may define a generalization:

 norm[p_][x_List] := Total[Abs[x]^p]^(1/p)

Comment 2: It would be desirable to include all code!

Question: What exactly are you doing in the form of the visualization that uses complex numbers?

POSTED BY: Murray Eisenberg

Dear Jonathan, thank you so much for sharing! Could you please attach the notebook with the code?

POSTED BY: EDITORIAL BOARD
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard