27 search resultsShowing 1~20 results

Stocked
Krypf

@Krypf(Krypf)

【Julia】 基礎: 型

0. はじめに 本稿では Julia の型を概説します. Julia では型は Core.typeof() で,要素の型は Base.eltype() で見ることができます. @show typ...

1
2
Comment2
Krypf

@Krypf(Krypf)

【Julia】基礎: Matrix

0. はじめに 本稿では Julia 言語の行列型のプログラムについて説明します. 参考という意味でスター * を節名につけましょう. 環 $R$ 上の $n \times n$ 行列 ($n ...

0
0
Comment0
Krypf

@Krypf(Krypf)

【Julia】基礎: for 文 と while 文

0. はじめに 本稿では Julia の for 文と while 文の基礎を説明します. 出力は記事を書く便宜上 print を多用しますが,実際上はすべて println で問題ありません....

1
2
Comment1
Krypf

@Krypf(Krypf)

【Julia】 基礎: 標準出力

0. はじめに Julia を知らない方に向けて記事を書きます. 自分の学習まとめも兼ねています. 目的(モチベーション)は Julia を初めて学ぶ方がどう書いたら良いのか,を提示することです...

1
1
Comment0

27 search resultsShowing 1~20 results

Qiita is a knowledge sharing service for engineers.

  1. You can follow users and tags
  2. You can stock useful information
  3. You can make edit suggestions for articles
Functions that can be used after logging in