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

 Réponse acceptée

Roger Stafford
Roger Stafford le 27 Fév 2015
Modifié(e) : Roger Stafford le 27 Fév 2015

1 vote

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.

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by