Clear Filters
Clear Filters

Cuanto les da en MatLab? 9/2(1+2)

3 views (last 30 days)
Florentino Ruiz
Florentino Ruiz on 7 Mar 2013
Algunos compañeros y yo estamos debatiendo sobre el resultado de esta operación, alguno decimos que nueve, otros que es uno. 9/2(1+2). Que resultado arroja en MatLab, no lo tengo instalado en esta máquina.
gaussianos.com/jerarquia-de-las-operaciones-y-el-sindrome-del-parentesis-invisible/
  1 Comment
Walter Roberson
Walter Roberson on 7 Mar 2013
Google translation:
Some friends and I are debating on the result of this operation, some say nine, other than one. 9/2(1 +2). That throws result in MatLab, I have not installed on this machine.

Sign in to comment.

Answers (1)

Walter Roberson
Walter Roberson on 7 Mar 2013
It is an error in MATLAB as MATLAB has no implied multiplication.
If it is interpreted as 9 / (2 * (1+2)) then that would be 9/6; if it is interpreted as (9/2) * (1+2) that would be 27/2. Neither result would be the 9 or 1 that you mentioned.

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!