4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Qiitaに投稿するとき用のメモ

Last updated at Posted at 2016-01-31

リンク

<a href="https://qiita.com/drafts/67d636e42befae097e30/edit">機械学習や制御工学に関するPythonやRのスクリプト </a>

数式

```math
e^{i\pi} = -1
```

e^{i\pi} = -1

ソースコード

```c:hello_world.c
#include
int main()
{
printf("うまくかけた。");
}
```

Hello_Quiita.c
#include <stdio.h>
int main()
{
    printf("Hello Qiita");
}

エスケープ

バックスラッシュでエスケープ
例 \#

参考文献

数式テスト
http://qiita.com/pommes16807/items/fd96b2c9cc5235f2a0da
Qiita書き方メモ
http://qiita.com/hiroyuki_hon/items/f2a779bb295fd12646ab

4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?