efebic(@efebic) 's Twitter Profile Photo

When did this happen? Not only does GLMakie now error on invalid arguments, but it suggests valid arguments! This is great!

When did this happen? Not only does GLMakie now error on invalid arguments, but it suggests valid arguments! This is great! #JuliaLang
account_circle
Genie(@GenieMVC) 's Twitter Profile Photo

🚀Genie Builder 1.0 is now available on the VS Code Marketplace!

Build web apps around your code 10x faster with this powerful development tool that lets you build the user interface (UI) of your applications visually, without having to code.

Key features include:

account_circle
terence(@researchremora) 's Twitter Profile Photo

Playing with something in . Note, I'm using the terminal and have no idea what I'm doing, including saving this image, which is a screenshot of the output.

Playing with something in #julialang. Note, I'm using the terminal and have no idea what I'm doing, including saving this image, which is a screenshot of the output.
account_circle
清水 団 Dan Shimizu(@dannchu) 's Twitter Profile Photo

第2種スターリング数S(n,k)を指数型母関数を利用して求める。S(8,2)=127

で組合せのパッケージ Combinatorics.jl にちゃんと求める関数がありました。
(最初に探せばよかった。。。)

stirlings2(n,k)

もうこれで,答えに悩まないですね!

第2種スターリング数S(n,k)を指数型母関数を利用して求める。S(8,2)=127

 #julialang で組合せのパッケージ Combinatorics.jl にちゃんと求める関数がありました。
(最初に探せばよかった。。。)

stirlings2(n,k)
 
もうこれで,答えに悩まないですね!
account_circle
清水 団 Dan Shimizu(@dannchu) 's Twitter Profile Photo

אַשַׂגִ@数ぽよ鈴木伸介@数学アカデミー

今回の問題を二項分布Bin(5,1/4),正規分布N(5/4,15/16)の累積密度関数(cdf)を用いてプロットしてみました。
ずれる様子も確認できます。

@asangi_a4ac,@suzzukes
#julialang
今回の問題を二項分布Bin(5,1/4),正規分布N(5/4,15/16)の累積密度関数(cdf)を用いてプロットしてみました。
ずれる様子も確認できます。
account_circle
清水 団 Dan Shimizu(@dannchu) 's Twitter Profile Photo

で解きました。
a=1,b=3,c=5
a=25,b=27,c=29
2組でした。
これって,数を増やすとどうなるんだろう?

#julialang で解きました。
a=1,b=3,c=5 
a=25,b=27,c=29 
2組でした。
これって,数を増やすとどうなるんだろう?
account_circle
清水 団 Dan Shimizu(@dannchu) 's Twitter Profile Photo

8人を4人と4人に分ける方法の総数(35ペア)



using Combinatorics

X =['①','②','③','④','⑤','⑥','⑦','⑧']
Y = combinations(X,4) |> collect
for y in Y
Z = setdiff(X,y)
println(y[1],y[2],y[3],y[4],'  ',Z[1],Z[2],Z[3],Z[4])
end

8人を4人と4人に分ける方法の総数(35ペア)

#julialang

using Combinatorics

X =['①','②','③','④','⑤','⑥','⑦','⑧']
Y = combinations(X,4) |> collect
for y in Y
   Z = setdiff(X,y)
   println(y[1],y[2],y[3],y[4],'  ',Z[1],Z[2],Z[3],Z[4])
end
account_circle
Milan Klöwer(@milankloewer) 's Twitter Profile Photo

SpeedyWeather.jl our new interactive (bye Fortran!) atmospheric model written in now has a decent hydrological cycle. Here humidity at 300hPa from a 100km, can someone spot the convective cells?

github.com/SpeedyWeather/…

account_circle
清水 団 Dan Shimizu(@dannchu) 's Twitter Profile Photo

テーラー展開のパッケージ TaylorSeries.jlを使ってみました。お手軽な感じです。
これで,いろいろな母関数の計算もサッとできそうです。

#julialang テーラー展開のパッケージ TaylorSeries.jlを使ってみました。お手軽な感じです。
これで,いろいろな母関数の計算もサッとできそうです。
account_circle
清水 団 Dan Shimizu(@dannchu) 's Twitter Profile Photo

いろんな解答ありがとうございました。
母関数による解答を紹介します。
負の二項分布に似た計算がありますね。

G(x)=(1-x)⁻³をマクローリン展開した時のx⁵の係数が答えとなります。

いろんな解答ありがとうございました。
母関数による解答を紹介します。
負の二項分布に似た計算がありますね。

G(x)=(1-x)⁻³をマクローリン展開した時のx⁵の係数が答えとなります。

#julialang  #WoflramEngine
account_circle