Template talk:Infobox mathematical function: Difference between revisions

Content deleted Content added
Cewbot (talk | contribs)
m Maintain {{WPBS}}: 1 WikiProject template. Create {{WPBS}}.
 
(8 intermediate revisions by 5 users not shown)
Line 1:
{{WikiProject banner shell|
{{WikiProject Mathematics}}
}}
== Translating this template ==
 
Line 15 ⟶ 18:
https://en.wikipedia.org/wiki/Template:Infobox_mathematics_function/sandbox2
 
Can I replace the existing old template code by the this one? Thanks, [[User:Hooman Mallahzadeh|Hooman Mallahzadeh]] ([[User talk:Hooman Mallahzadeh|talk]]) 05:37, 10 October 2020 (UTC)
 
Thanks,::{{ping|Pengo|Bellezzasolo|Sardanaphalus}} Any idea? [[User:Hooman Mallahzadeh|Hooman Mallahzadeh]] ([[User talk:Hooman Mallahzadeh|talk]]) 1016:2238, 920 OctoberFebruary 20202021 (UTC)
:::{{reply|Hooman Mallahzadeh}} Hi, I created the template originally for the [[Sine]] article, largely a copy-paste from [https://sh.wikipedia.org/wiki/%C5%A0ablon:Funkcija here] (Serbian?). I'm not sure what changes you are proposing exactly. Adding some more fields? Personally I have no problem with it as long as it doesn't mess up existing pages which use this template (I think only [[Sine]] and [[Markov constant]] currently). I'm not heavily involved with mathematics though, so hopefully some others can weigh in. But as this template is not heavily used, it's not a big deal to make any changes you feel are useful. —[[User:Pengo|Pengo]] 00:33, 21 February 2021 (UTC)
:::{{u|Hooman Mallahzadeh}}, fine by me, although the only changes I've made have been pretty minor. [[User:Bellezzasolo|<span style="color: #bb9900">&#x2230;</span><span style="color: #00326a">'''Bellezzasolo'''</span><span style="color: #bb9900">&#x2721;</span>]]&nbsp;[[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)