Matlab command for the following symbol: ∏ (Capital Pi / product of a sequence of terms)

125 Ansichten (letzte 30 Tage)
Hi
I have an equation that i want to implement in Matlab and it has the following symbol ∏ (used to denote Capital Pi or the product of a sequence of terms).
I want to know what is the matlab command for ∏?

Akzeptierte Antwort

Matt J
Matt J am 10 Jul. 2013
Bearbeitet: Matt J am 10 Jul. 2013
The PROD command.

Weitere Antworten (1)

Jan
Jan am 10 Jul. 2013
Bearbeitet: Jan am 10 Jul. 2013
prod computes the product of the elements of a vector or array. This is near to the definition of your Pi, but not exactly the same, e.g. you cannot define the limits equivalently.
  3 Kommentare
Jan
Jan am 10 Jul. 2013
See Matt J's comment.
I suggest to use the documentation to find out such solutions by your own. While the indexing methods are explained exhaustively (I love this term when I speak about Matlab's documentation) in the "Getting Stared" chapters, you can find the prod() function e.g. by:
docsearch product
Eoin Roe
Eoin Roe am 19 Nov. 2020
I know this was asked some time ago but for anyone browsing this page in the future there is also this:
symprod(f, k, a, b)

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Matrix Indexing finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by