Respuesta aceptada

Walter Roberson
Walter Roberson el 7 de Feb. de 2019

0 votos

Hint:
  • initialize a variable to the identity element for the operation you are using with respect to the field or group that you are calculating over
  • loop over all elements of the array
  • inside the loop, replace the variable with OPERATION applied between the variable and the loop value
  • at the end of the loop, the variable holds the answer.

4 comentarios

Abraham Robledo
Abraham Robledo el 7 de Feb. de 2019
?
Guillaume
Guillaume el 7 de Feb. de 2019
We're not going to do your homework for you. Particularly as your problem can be solved by reading the getting started tutorial of matlab.
Walter has been very generous with the hints he's given. Make an effort.
Adam Juckniewitz
Adam Juckniewitz el 6 de Nov. de 2019
I have similar homework. That advice is pretty helpful!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Loops and Conditional Statements en Centro de ayuda y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by