Juliaの導入方法とプロット例。数式を視覚化すると面白かったよ
Interactive widgets to play with your Julia code. Contribute to JuliaGizmos/Interact.jl development by creating an accou.
Markdownや数式を書く方法
- 上部のメニューからMarkdownを選ぶ※ Codeのままだとエラーが出る
- ボックス内に内容を書く
- Runボタンで実行する
- インライン(文中):始まりと終わりに $ を付ける。$ここに数式が入る$
- 独立して書く:始まりと終わりに $$ を付ける。$$ここに数式が入る$$
参考資料へのリンク一覧
julia- 公式サイトhttps://julialang.org/
- ドキュメントhttps://docs.julialang.org/en/v1/
- チートシートhttps://juliadocs.github.io/Julia-Cheat-Sheet/
- GitHubhttps://github.com/JuliaLang/IJulia.jl
- ドキュメントhttps://julialang.github.io/IJulia.jl/stable/
- インストール方法についてhttps://docs.juliaplots.org/latest/install/
- バックエンドの種類や特徴についてhttps://docs.juliaplots.org/latest/backends/
- バックエンド別のプロット例(リンク先はPyPlot)https://docs.juliaplots.org/latest/generated/pyplot/
- GitHubhttps://github.com/JuliaGizmos/Interact.jl
- LaTeXの数学表記ルールhttps://en.wikibooks.org/wiki/LaTeX/Mathematics
- MathJaxのデモ(”View Demo”で見本を見られる)https://mathjax.github.io/MathJax-demos-web/
- 平面の方程式について大学の数学講義受講者のための、チートシートです。学生以外も見られるように公開されていて、とてもわかりやすいです。
In this section we will derive the vector and scalar equation of a plane. We also show how to write the equation of a pl.