2016-08-18 10:31:41 +0200 | received badge | ● Student (source) |
2016-08-12 20:55:40 +0200 | received badge | ● Famous Question (source) |
2015-11-05 03:12:55 +0200 | received badge | ● Notable Question (source) |
2015-03-28 09:57:11 +0200 | received badge | ● Popular Question (source) |
2013-04-01 18:03:04 +0200 | marked best answer | Coordinate Transforms You can define functions to act as transformations: and then just use them as normal functions: Also, you can pass an arbitrary 3d transformation to 3d plots using the transformation keyword. See the examples in the plot3d documentation. See also the builtin Spherical and Cylindrical transformations, or even the spherical_plot3d or cylindrical_plot3d functions. It would be cool to have a transformation module that defines a bunch of transformations for convenience. |
2013-04-01 18:03:04 +0200 | received badge | ● Scholar (source) |
2013-03-31 20:04:28 +0200 | asked a question | Coordinate Transforms Is there something in sage that does the same thing that The idea is that Obvioulsly, it also works with other coordinates systems.
These actions are not very complicated, nor difficult to implement when needed, but they are also very common. Thanks. references : |