File:Lemniscate Bernoulli parametric with focal points.svg

Original file(SVG file, nominally 524 × 393 pixels, file size: 13 KB)

Captions

Captions

Lemniscate Bernulli with focal points

Summary edit

Description
Русский: Лемниската Бернулли с фокальными точками, построенная через параметрическое представление в GNU Octave
English: Lemniscate Bernulli with focal points, plotted via parametric equation in GNU Octave
Date
Source

Own work

Source code in Octave:

a=1;
c=a/sqrt(2);

t=linspace(0,2*pi,200);
x=cos(t)./(1+sin(t).^2);
y=cos(t).*sin(t)./(1+sin(t).^2);
hold on
plot(x,y,"b",'LineWidth', 2)

% plot X and Y axis
x=[-1.2*a, 1.2*a]; y=[0, 0]; line(x,y)
x=[0, 0]; y=[-a*3/5, a*3/5]; line(x,y)

% plot focal points
x=[-c, c]; y=[0, 0];
plot(x,y,"ko","linestyle","none","markerfacecolor", "k")

hold off

axis([-1.2*a,1.2*a,-a*3/5,a*3/5],"equal","on")

% turn on grid
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 share alike
This file is licensed under the Creative Commons Attribution-Share Alike 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.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

File history

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

Date/TimeThumbnailDimensionsUserComment
current08:44, 9 January 2024Thumbnail for version as of 08:44, 9 January 2024524 × 393 (13 KB)MarsJson (talk | contribs)Uploaded while editing "Лемниската Бернулли" on ru.wikipedia.org

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata