Content deleted Content added
m Hooman Mallahzadeh moved page Template talk:Infobox mathematics function to Template talk:Infobox mathematical function |
→Different Gamma Image: new section |
||
Line 21:
:::{{u|Hooman Mallahzadeh}}, fine by me, although the only changes I've made have been pretty minor. [[User:Bellezzasolo|<span style="color: #bb9900">∰</span><span style="color: #00326a">'''Bellezzasolo'''</span><span style="color: #bb9900">✡</span>]] [[User talk:Bellezzasolo|<small>Discuss</small>]] 18:33, 21 February 2021 (UTC)
::::{{reply|Bellezzasolo|Pengo}} Thanks. Changes applied, please check the article "[[Sine]]", [[User:Hooman Mallahzadeh|Hooman Mallahzadeh]] ([[User talk:Hooman Mallahzadeh|talk]]) 07:18, 22 February 2021 (UTC)
== Different Gamma Image ==
I would like to suggest replacing the gamma image with https://commons.wikimedia.org/wiki/File:Absolute_argument_plot_of_the_gamma_function_from_z%3D-4_to_7_created_in_Mathematica_13.1.svg.
The current image for the gamma function's caption doesn't make much sense:
Plot of the [[Gamma function]] . The plot was produced running [[Gnuplot]] on the following code: set terminal svg set output "Gamma_plot.svg" set title "Gamma function" set xrange [-10:10] set yrange [-10:10] set key off set xzeroaxis linetype -1 linewidth 0.5 set yzeroaxis linetype -1 linewidth 0.5 set xtics axis set ytics axis plot "gamma.dat" using 1:2 with lines linewidth 2 the file "gamma.dat" contains the values of the Gamma function and can be produced with the following [[Matlab]] commands (it is meant to work in [[GNU Octave|Octave]], too, but it returns an error in version 2.1.64): t = -5:0.01:5; G = [ t; gamma(t) ]; G = G'; save -ascii "gamma.dat" G; it was then post-processed with [[Sodipodi]].
I think the file I created has a caption that is clearer and easier to understand. [[User:WalkingRadiance|WalkingRadiance]] ([[User talk:WalkingRadiance|talk]]) 13:43, 27 August 2022 (UTC)
|