0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

EXCEL > 関数 > SUMPRODUCT() > 内積?

Last updated at Posted at 2016-08-29
動作確認
EXCEL 2013 on Windows 8.1 pro(64bit)

SUMPRODUCT()という関数

引数として指定した配列の対応する要素間の積をまず計算し、さらにその和を返します。
...
32 + 47 + 86 + 67 + 15 + 93 のように、2 つの配列の対応する要素の積を求め、それらの和を計算します (156)

「内積」のことのように思われる。

参考 http://d.hatena.ne.jp/Zellij/20130216/p1

関連 http://docs.scipy.org/doc/numpy/reference/generated/numpy.inner.html

0
0
2

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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?