File:Fixed.png
From formulasearchengine
Jump to navigation
Jump to search
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: 9 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
| DescriptionFixed.png | |
| Source | Own work |
| Author | Adam majewski |
Maxima CAS src code
/* functions for computing fixed points ; */
give_beta(_c):= (1+sqrt(1-4*_c))/2 $ /* maxima sqrt can handle negative numbers */
give_alfa(_c):= (1-sqrt(1-4*_c))/2 $
xMax:1;
xMin:-1.39;
yMin:-1;
yMax:2;
/* root points */
p_pts:[-0.75,0.25];
py:[yMin,yMin];
/* centers of hyperbolic components of F1/2 family ( on real axis) */
centers:[0]; /* periods: 1 */
cy:[yMin];
load(draw);
draw2d(
user_preamble="set border 3",
terminal = png,
file_name="fixed",
pic_height= 1000,
pic_width= 1000,
title = "fixed z-points for c along horizontal axis for fc(z)= z*z +c ",
ylabel = "z-point",
xlabel = "c-coefficient",
/* yrange = [yMin,yMax],
/* period 1 */
key = " beta",
color = red,
explicit(give_beta,x,xMin,xMax),
key = " alfa",
color = blue,
explicit(give_alfa,x,xMin,xMax),
/* grid and tics */
xtics = {-2,-1.25,-1,-3/4,0,0.25},
/* -2,root points,centers, 0 */
/*xtics_axis = true, plot tics on x-axis */
xtics_rotate = true,
ytics = {-2,-1,-0.5,0,0.5,1,1.5,2},
grid = true, /* draw grid*/
/* special points */
point_type = filled_circle,
point_size = 1.5,
points_joined = false,
color = black,
key = "parabolic points",
points(p_pts,py),
color = red,
key = "centers",
points(centers,cy)
)$
Licensing
I, the copyright holder of this work, hereby publish it under the following licenses:
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported 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.
| Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.http://www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue |
You may select the license of your choice.
Captions
Add a one-line explanation of what this file represents
Items portrayed in this file
depicts
some value
9,467 byte
1,000 pixel
1,000 pixel
image/png
547b437e4c441aaac6c7d539992234cf643c752e
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment | |
|---|---|---|---|---|---|
| current | 18:28, 27 June 2009 | 1,000 × 1,000 (9 KB) | wikimediacommons>Soul windsurfer | changed code of computing fixed points ( thx to Wolf Jung ) |
File usage
There are no pages that use this file.
Retrieved from "https://en.formulasearchengine.com/wiki/File:Fixed.png"