draw(curve(sin(5*t), t), t=0..2*%pi, coordinates==polar)
There are 1 exposed and 2 unexposed library operations named coordinates having 1 argument(s) but none was determined to be applicable. Use HyperDoc Browse, or issue )display op coordinates to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation.Cannot find a definition or applicable library operation named coordinates with argument type(s) Variable(elliptic)Perhaps you should use "@" to indicate the required return type, or "$" to specify which version of the function you need.
draw (f,0..%pi, 0..6, coordinates==elliptic(1.::DFLOAT))
There are 7 exposed and 0 unexposed library operations named draw having 4 argument(s) but none was determined to be applicable. Use HyperDoc Browse, or issue )display op draw to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation.Cannot find a definition or applicable library operation named draw with argument type(s) Variable(f) Segment(Pi) Segment(NonNegativeInteger) List(DrawOption)Perhaps you should use "@" to indicate the required return type, or "$" to specify which version of the function you need.
)show CoordinateSystemsCoordinateSystems(R: Join(Field,TranscendentalFunctionCategory,RadicalCategory)) is a package constructorAbbreviation for CoordinateSystems is COORDSYSThis constructor is exposed in this frame.------------------------------- Operations --------------------------------cartesian : Point(R) -> Point(R) cylindrical : Point(R) -> Point(R)parabolic : Point(R) -> Point(R) polar : Point(R) -> Point(R)spherical : Point(R) -> Point(R)bipolar : R -> (Point(R) -> Point(R))bipolarCylindrical : R -> (Point(R) -> Point(R))conical : (R, R) -> (Point(R) -> Point(R))elliptic : R -> (Point(R) -> Point(R))ellipticCylindrical : R -> (Point(R) -> Point(R))oblateSpheroidal : R -> (Point(R) -> Point(R))parabolicCylindrical : Point(R) -> Point(R)paraboloidal : Point(R) -> Point(R)prolateSpheroidal : R -> (Point(R) -> Point(R))toroidal : R -> (Point(R) -> Point(R))
------- Original Message -------
On Monday, May 1st, 2023 at 3:10 PM, Waldek Hebisch de...@fricas.math.uni.wroc.pl wrote:
... 'elliptic' needs a parameter.
what's the meaning of this parameter?
what's the meaning of this parameter?
it's the distance from the pole to each of the two foci.