Skip to content

Conversation

@bdlucas1
Copy link
Collaborator

@bdlucas1 bdlucas1 commented Jan 3, 2026

vec-sphericalplot3d-shells-vec vec-sphericalplot3d-orbital-vec vec-sphericalplot3d-spiral-vec vec-sphericalplot3d-onion-vec

@bdlucas1 bdlucas1 changed the title Implement Sphericalplot3D Implement SphericalPlot3D Jan 3, 2026
@bdlucas1
Copy link
Collaborator Author

bdlucas1 commented Jan 3, 2026

vec-sphericalplot3d-harmonics-vec

class ParametricPlot3D(_Plot3D):
"""
<url>:WMA link: https://reference.wolfram.com/language/ref/ParametricPlot3D.html</url>
<url>:Parametric equation: https://en.wikipedia.org/wiki/Parametric_equation</url>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wiki first, please.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@bdlucas1 bdlucas1 requested a review from rocky January 3, 2026 17:45
</dl>
>> ParametricPlot3D[{Sin[t] + 2 Sin[2 t], Cos[t] - 2 Cos[2 t], -Sin[3 t]}, {t, 0, 2 Pi}]
= ParametricPlot3D[{Sin[t] + 2 Sin[2 t], Cos[t] - 2 Cos[2 t], -Sin[3 t]}, {t, 0, 2 Pi}]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
= ParametricPlot3D[{Sin[t] + 2 Sin[2 t], Cos[t] - 2 Cos[2 t], -Sin[3 t]}, {t, 0, 2 Pi}]
= ...

with this replacement, any output is taken as an acceptable result.

A function of a single parameter $t$ generates a trefoil knot.
>> ParametricPlot3D[{(2 + Cos[v]) Cos[u], (2 + Cos[v]) Sin[u], Sin[v]}, {u, 0, 2 Pi}, {v, 0, 2 Pi}]
= ParametricPlot3D[{(2 + Cos[v]) Cos[u], (2 + Cos[v]) Sin[u], Sin[v]}, {u, 0, 2 Pi}, {v, 0, 2 Pi}]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
= ParametricPlot3D[{(2 + Cos[v]) Cos[u], (2 + Cos[v]) Sin[u], Sin[v]}, {u, 0, 2 Pi}, {v, 0, 2 Pi}]
= ...

same here

</dl>
>> SphericalPlot3D[1 + 0.4 Abs[SphericalHarmonicY[10, 4, theta, phi]], theta, phi]
= SphericalPlot3D[1 + 0.4 Abs[SphericalHarmonicY[10, 4, theta, phi]], theta, phi]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
= SphericalPlot3D[1 + 0.4 Abs[SphericalHarmonicY[10, 4, theta, phi]], theta, phi]
= ...

same here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants