File:Lemniscate Gerono built with parametric equation.svg

Original file(SVG file, nominally 494 × 391 pixels, file size: 26 KB)

Captions

Captions

Lemniscate Gerono built with parametric equation in GNU Octave

Summary edit

Description
English: Lemniscate Gerono built with parametric equation in GNU Octave
Русский: Лемниската Жероно, построенная с помощью параметрического уравнения в программе GNU Octave
Български: Лемниската на Джероно, конструирана с помощта на параметрично уравнение
Date
Source

Own work

Source code in Octave language:

a = 1
t=linspace(0,2*pi,1000);

x = a * cos (t)
y = a * sin (2 .* t) / 2
plot(x,y,"b",'LineWidth', 2)

% plot X and Y axis
x=[-1.5*a, 1.5*a]; y=[0, 0]; line(x,y)
x=[0, 0]; y=[-1, 1]; line(x,y)

axis([-1.5*a,1.5*a,-a,a],"equal")

grid on
Author MarsJson

Licensing edit

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution
This file is licensed under the Creative Commons Attribution 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current19:11, 8 January 2024Thumbnail for version as of 19:11, 8 January 2024494 × 391 (26 KB)MarsJson (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata