File:Rational Elliptic Functions (n=1,2,3,4, x=--1,1-).svg

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia

Original file(SVG file, nominally 720 × 460 pixels, file size: 86 KB)

Description
English: A graph of the rational elliptic function, Rn(ξ,x) on the interval [−1,1] for different degrees, n. ξ is the selectivity factor, and is 1.1 in this graph.
Date
Source Own work
Author Inductiveload
Permission
(Reusing this file)
Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

Mathematica Code

xp2[xi_] :=
  Module[{g, num, den},
   g = Sqrt[4*xi^2 + (4*xi^2*(xi^2 - 1))^(2/3)];
   num = 2*xi^2*Sqrt[g];
   den = Sqrt[8*xi^2*(xi^2 + 1) + 12*g*xi^2 - g^3] - Sqrt[g^3];
   num/den
   ];
xz2[xi_] := xi^2/xp2[xi];

t[xi_] := Sqrt[1 - 1/xi^2];

(*Use the particular forms for these low-order REFs*)
r1[xi_, x_] := x;
r2[xi_, x_] := ((t[xi] + 1)*x^2 - 1)/((t[xi] - 1)*x^2 + 1);
r3[xi_, x_] := 
  x*((1 - xp2[xi])*(x^2 - xz2[xi]))/((1 - xz2[xi])*(x^2 - 
        xp2[xi]));
r4[xi_, x_] :=
  Module[{num, den},
   num = (1 + t[xi]) (1 + Sqrt[t[xi]])^2*x^4 - 
     2 (1 + t[xi]) (1 + Sqrt[t[xi]])*x^2 + 1;
   den = (1 + t[xi]) (1 - Sqrt[t[xi]])^2*x^4 - 
     2 (1 + t[xi]) (1 - Sqrt[t[xi]])*x^2 + 1;
   num/den
   ];
   
 Plot[
 xi = 1.1;
 {r1[xi, x], r2[xi, x], r3[xi, x], r4[xi, x]},
 {x, -1, 1}]

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

29 January 2009

File history

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

Date/TimeThumbnailDimensionsUserComment
current03:38, 29 January 2009Thumbnail for version as of 03:38, 29 January 2009720 × 460 (86 KB)Inductiveload{{Information |Description={{en|1=A graph of the en:ration elliptic function, ''R''<sub>n</sub>(''ξ'',''x'') on the interval [−1,1] for different degrees, ''n''. ''ξ'' is the selectivity factor, and is 1.1 in this graph.}} |Source=Own work b
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file: