This page covers various operations on vectors.

下記ではベクトルに対する様々な操作を取り上げます。

These calculations are sometimes too abstract to grasp by looking at the definitions. They often only start to make sense when you actually use them. This page is not meant to be read through, but rather to be linked from other places when explanations are needed.

こうした計算は抽象的で、定義を見ただけではよくわからないことがあります。実際に使ってみると、何となく意味が見えてくることが多いものです。このページは読み物ではなく、他の場所で説明が必要になった時にリンクするために作りました。

For a brief introduction to vectors, see this page.

ベクトルについての簡単な紹介はこちらのページを見てください。

Vector ベクトル

THE NATURE OF CODE is also highly recommended as a reference.

THE NATURE OF CODEもおすすめです。

The Nature of Code

If you want to learn deeper about vectors and related areas through programming, this book might be interesting for you.

ベクトルや関連する分野についてより深くプログラミングを通して学びたい方には、下記の本が良いかもしれません(日本語版)。

Math for Programmers: 3D graphics, machine learning, and simulations with Python

Addition

足し算