In the following equation do i perform the sum first or the power of 2 first?
(sum(k.*cos(b)).^2)

 Risposta accettata

Roger Stafford
Roger Stafford il 27 Feb 2015
Modificato: Roger Stafford il 27 Feb 2015

1 voto

As it stands, the summation occurs first, followed by taking the square of that sum. You should be able to determine that from the parentheses.
In case 'b' is more than a one-dimensional array, there will of course be many sums and the square of each one is taken.

Più risposte (0)

Categorie

Scopri di più su MATLAB in Centro assistenza e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by