File:Brjuno function.png
From Vigyanwiki
Brjuno function.png
Size of this preview: 600 × 600 pixels. Other resolutions: 240 × 240 pixels | 480 × 480 pixels | 1,000 × 1,000 pixels.
Original file (1,000 × 1,000 pixels, file size: 26 KB, MIME type: image/png)
This file is from Wikimedia Commons and may be used by other projects. The description on its file description page there is shown below.
Summary
DescriptionBrjuno function.png |
English: Brjuno function. It has the asymmetric logarithmic singularities at rational points.[1] |
Date | |
Source | own work. Maxima CAS code by user slitvinov[2] |
Author | Adam majewski |
Other versions |
|
Licensing
I, the copyright holder of this work, hereby publish it under the following licence:
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International licence.
- 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 licence, 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 licence as the original.
Maxima CAS src code
/* https://stackoverflow.com/questions/69289026/how-to-compute-brjuno-function-in-maxima-cas/69369529#69369529 slitvinov : I used an equation from wikipedia and a continued fraction approximation: */ kill(all); remvalue(all); cflength: 20 $ /* Default value: 1 */ cf2num(e):=ev(cfdisrep(e), numer, infeval) $ B(x):= if length(x)=1 then 0 else (x[1]: 0, -log(cf2num(x))+cf2num(x)*B(rest(x))); iMax: 10000; /* number of points to compute */ a: 0.997865394128713086 / iMax; /* it should be 1/iMax */ /* list of points x ( real values ) in [0.0 , 1.0 ] range */ x: makelist(i*a, i, 1, iMax)$ /* list of continued fractions of points x */ c: map(cf, x) $ /* list of Brjuno function values */ y: map(B, c) $ /*-----------------------------------------------------------------------*/ path:"~/Dokumenty/brjuno/"$ /* if empty then file is in a home dir */ /* draw = ( interface to gnuplot ) by Mario Rodriguez Riotorto http://www.telefonica.net/web2/biomates */ draw2d( title = "Brjuno function", terminal = png, dimensions = [1000,1000], /* Since Maxima 5.23, pic_width and pic_height are deprecated. */ xrange = [0.0, 1.0], yrange = [0.0, 8.0], user_preamble = "", /* */ file_name = concat(path ,"bb"), point_type = filled_circle, points_joined = false, point_size = 0.5, key="", color = blue, xlabel = "x", ylabel = "B(x)", points(x, y) )$
references
- ↑ Regularity properties of k-Brjuno and Wilton functions by Seul Bee Lee, Stefano Marmi, Izabela Petrykiewicz, Tanja I. Schindler
- ↑ stackoverflow question : how-to-compute-brjuno-function-in-maxima-cas
Items portrayed in this file
depicts
29 September 2021
image/png
b350a94b547579feaf12e042ab45d017bad1b910
26,333 byte
1,000 pixel
1,000 pixel
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 20:23, 30 September 2021 | 1,000 × 1,000 (26 KB) | wikimediacommons>Soul windsurfer | better quolity |
File usage
The following page uses this file:
Metadata
This file contains additional information, probably added from the digital camera or scanner used to create or digitise it.
If the file has been modified from its original state, some details may not fully reflect the modified file.
Horizontal resolution | 37.8 dpc |
---|---|
Vertical resolution | 37.8 dpc |
Retrieved from ‘https://www.vigyanwiki.in/wiki/File:Brjuno_function.png’